Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module\Rpost: Just a little bit of doc. | Harald Eilertsen | 2024-06-13 | 1 | -0/+6 |
| | |||||
* | Module\Rpost: Redirect to submitted post on success. | Harald Eilertsen | 2024-06-13 | 1 | -10/+1 |
| | | | | | | This eliminates a open redirect issue where it was possible to craft a link that when clicked would take the victim to an external site controlled by an attacker. | ||||
* | Fix warnings exposed by tests. | Harald Eilertsen | 2024-06-13 | 1 | -1/+2 |
| | | | | Mainly missing variables for templates, and channel entries. | ||||
* | Module\Rpost: Add return type and visibilty for `get`. | Harald Eilertsen | 2024-06-13 | 1 | -1/+1 |
| | |||||
* | Module\Rpost: Refactor handling of attachments. | Harald Eilertsen | 2024-06-13 | 1 | -68/+79 |
| | | | | Move to private function for now. | ||||
* | Module\Rpost: Reuse value of local_chanel. | Harald Eilertsen | 2024-06-13 | 1 | -2/+4 |
| | | | | We don't need to call it twice (actually trice in the original code). | ||||
* | Module\Rpost: Refactor redirect or login logic. | Harald Eilertsen | 2024-06-13 | 1 | -26/+37 |
| | |||||
* | Module\Rpost: Remove obsolete local variable $o. | Harald Eilertsen | 2024-06-13 | 1 | -10/+1 |
| | |||||
* | Module\Rpost: Remove unused local variables. | Harald Eilertsen | 2024-06-13 | 1 | -4/+1 |
| | |||||
* | Module\Rpost: Add basic test and fix session access. | Harald Eilertsen | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Just a basic test to ensure that the module `get()` method behaves somewhat reasonable when no query params are given. Had to make a small change to the Rpost module itself. Since the `$_SESSION` superglobal may not always be set (and is not in the test), use `isset` instead of `array_key_exists` to check if we have saved query params in the session. In general, isset is safer than array_key_exists if there's a chance that the array itself may not exist. | ||||
* | enable reset button in mod rpost | Mario | 2023-10-12 | 1 | -1/+2 |
| | |||||
* | cleanup and warnings | Mario | 2023-09-21 | 1 | -5/+10 |
| | |||||
* | more deprecate $a | Mario | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | remove custom acl from rpost | Mario | 2023-06-02 | 1 | -10/+2 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 1 | -3/+4 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -5/+5 |
| | |||||
* | port latest pwa work from zap | Mario | 2021-08-26 | 1 | -0/+67 |
| | |||||
* | remove zot includes | Mario | 2021-05-27 | 1 | -1/+0 |
| | |||||
* | deprecate get_rpost_path() | Mario | 2021-05-27 | 1 | -1/+3 |
| | |||||
* | merge branch files_ng into dev | Mario | 2020-12-14 | 1 | -29/+35 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | add cancel button to editor, fix issue with autosave of categories | zotlabs | 2018-05-10 | 1 | -0/+1 |
| | |||||
* | don't include the q and PHPSESSID request variables in a redirected rpost | zotlabs | 2018-03-27 | 1 | -1/+3 |
| | |||||
* | add auth flag to share attributes so we can make a costly determination to ↵ | zotlabs | 2018-03-15 | 1 | -37/+1 |
| | | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time | ||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | provide sharing of cards | zotlabs | 2017-09-05 | 1 | -0/+41 |
| | |||||
* | whitespace | zotlabs | 2017-08-30 | 1 | -22/+19 |
| | |||||
* | more nav_set_selected | git-marijus | 2017-07-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/git-marijus/hubzilla into ↵ | redmatrix | 2016-08-21 | 1 | -1/+3 |
|\ | | | | | | | git-marijus-dev | ||||
| * | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -1/+2 |
| | | |||||
* | | issue #496 | redmatrix | 2016-08-21 | 1 | -0/+1 |
|/ | |||||
* | multi acl: port /rpost | Mario Vavti | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | missing namespace prefix \ | redmatrix | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -2/+1 |
| | |||||
* | Update some modules to use new ACL dialog feature | Treer | 2016-05-08 | 1 | -1/+2 |
| | |||||
* | Unify permissions dialog for network posts, channel posts, and remote posts | Treer | 2016-05-06 | 1 | -1/+1 |
| | | | | | | * changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button. * hyperlinks the "cannot be changed" part of the warning to the help file * adds some more content to the help file | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+144 |