aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Rpost.php
Commit message (Collapse)AuthorAgeFilesLines
* Module\Rpost: Just a little bit of doc.Harald Eilertsen2024-06-131-0/+6
|
* Module\Rpost: Redirect to submitted post on success.Harald Eilertsen2024-06-131-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 Eilertsen2024-06-131-1/+2
| | | | Mainly missing variables for templates, and channel entries.
* Module\Rpost: Add return type and visibilty for `get`.Harald Eilertsen2024-06-131-1/+1
|
* Module\Rpost: Refactor handling of attachments.Harald Eilertsen2024-06-131-68/+79
| | | | Move to private function for now.
* Module\Rpost: Reuse value of local_chanel.Harald Eilertsen2024-06-131-2/+4
| | | | We don't need to call it twice (actually trice in the original code).
* Module\Rpost: Refactor redirect or login logic.Harald Eilertsen2024-06-131-26/+37
|
* Module\Rpost: Remove obsolete local variable $o.Harald Eilertsen2024-06-131-10/+1
|
* Module\Rpost: Remove unused local variables.Harald Eilertsen2024-06-131-4/+1
|
* Module\Rpost: Add basic test and fix session access.Harald Eilertsen2024-06-131-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 rpostMario2023-10-121-1/+2
|
* cleanup and warningsMario2023-09-211-5/+10
|
* more deprecate $aMario2023-09-211-1/+1
|
* remove custom acl from rpostMario2023-06-021-10/+2
|
* fix php warningsMario2022-10-261-3/+4
|
* fix php warningsMario2022-10-201-5/+5
|
* port latest pwa work from zapMario2021-08-261-0/+67
|
* remove zot includesMario2021-05-271-1/+0
|
* deprecate get_rpost_path()Mario2021-05-271-1/+3
|
* merge branch files_ng into devMario2020-12-141-29/+35
|
* Status editor hookM. Dent2018-09-291-1/+1
|
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-101-0/+1
|
* don't include the q and PHPSESSID request variables in a redirected rpostzotlabs2018-03-271-1/+3
|
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-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 Vavti2017-10-091-1/+1
| | | | app directly to get app details
* provide sharing of cardszotlabs2017-09-051-0/+41
|
* whitespacezotlabs2017-08-301-22/+19
|
* more nav_set_selectedgit-marijus2017-07-221-0/+2
|
* Merge branch 'dev' of https://github.com/git-marijus/hubzilla into ↵redmatrix2016-08-211-1/+3
|\ | | | | | | git-marijus-dev
| * move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-1/+2
| |
* | issue #496redmatrix2016-08-211-0/+1
|/
* multi acl: port /rpostMario Vavti2016-08-051-0/+1
|
* missing namespace prefix \redmatrix2016-07-121-1/+1
|
* move permissiondescription class to zotlabs/libredmatrix2016-07-111-2/+1
|
* Update some modules to use new ACL dialog featureTreer2016-05-081-1/+2
|
* Unify permissions dialog for network posts, channel posts, and remote postsTreer2016-05-061-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 updatesredmatrix2016-04-181-0/+144