aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* minor refactor to get rid of the $webpage variable (it does not cut it ↵Mario10 days1-19/+21
| | | | anymore) and use $item_type instead
* emiting a notice from include/auth does not work. emit it from mod login if ↵Mario Vavti11 days1-2/+9
| | | | the login failed.
* apply downstream fix from streams: do not sign (request-target) on responseMario13 days3-7/+11
|
* Revert "rfc9421 verify: parse more fields if applicable"Mario13 days3-11/+7
| | | | This reverts commit 721c0b1e5bc79aac8020a864f2c81bb468419c8a.
* rfc9421 verify: parse more fields if applicableMario13 days3-7/+11
|
* Remove unused Xref moduleHarald Eilertsen2025-06-071-26/+0
| | | | | See discussion here: https://hubzilla.org/item/c611090c-1a5e-5fa5-8836-06f393fd71ef
* add the thr_parents if we are in channel single view modeMario2025-06-011-3/+8
|
* make sure to load the profile when in channel moduleMario2025-05-311-0/+5
|
* toplevel comments pagination: initial commitMario2025-05-291-2/+8
|
* more refactor and streamline for re-usability and easier maintenanceMario2025-05-281-1/+1
|
* new version of items_by_parent_ids() and item_reaction_sql() with much ↵Mario2025-05-277-30/+15
| | | | better performance, streamline rsvp naming convention and some preparatory work for comment lazy loading (unfinshed)
* revert to previous iteration of the parents query function until performance ↵Mario2025-05-255-21/+26
| | | | issues will be resolved and adapt the modules accordingly
* refactor items_by_parent_ids() to accept $thr_parents as an array and ↵Mario2025-05-232-4/+4
| | | | stringify it here with the escape flag instead of in the caller modules
* Fix undefined variables in Module/Regate.phpHarald Eilertsen2025-05-221-2/+2
|
* Fix undefined var in Module/Invite.phpHarald Eilertsen2025-05-221-2/+2
| | | | | | The variables $invexpire_n and $invexpire_u was undefined, but references multiple times in a conditional. Just removed them which should cause no changed behaviour.
* Remove unused code in Module/Invite.phpHarald Eilertsen2025-05-221-6/+0
| | | | | The $feedbk variable was set, but never used in the Module\Invite::get() function.
* Fix undefined var in Module/Invite.phpHarald Eilertsen2025-05-221-21/+23
| | | | | | | | | | | | | | | | Fir ref to undefined $ihave variable in the Module\Invite::get() method. The var was defined later in the method. Also refactor to fix some other strange logic in the same area while I was there. - Moved the logic to cound invites currently in use by a channel to a private function. This should probably be moved further to a Regiter class once we have these things more in order. - Changed the logic checking the configuration for how many invites a channel can use at the same time to just return 4 (the default) instead of going via 'na' and then checking if it's 'na' to then use the default value. - Dropped setting the config to the default if the module is visited by an admin. That belongs somewhere else.
* Merge branch 'new-docs' into 'dev'Mario2025-05-181-2/+2
|\ | | | | | | | | Replace english docs with pepecyb's docs See merge request hubzilla/core!2189
| * Replace english docs with pepecyb's docsHarald Eilertsen2025-05-181-2/+2
| |
* | pinned item fixesMario2025-05-161-2/+3
|/
* refactor sql_extra > permission_sqlMario2025-05-152-10/+13
|
* Revert "make sure sql_extra is prepared for the c table"Mario2025-05-151-3/+2
| | | | This reverts commit 869b047fde97fe4e9605177680768c584ad0a7c3.
* make sure sql_extra is prepared for the c tableMario2025-05-151-2/+3
|
* implement extra sql for mod channel and displayMario2025-05-152-2/+2
|
* first part of cleanups for the conv libs and move thr_parent_uuid retrieval ↵Mario2025-05-151-10/+1
| | | | to sql
* exclude Add/Remove from network nouveau queryMario2025-05-131-0/+1
|
* remove and deprecate image preload setting - we will now always preloadMario2025-05-131-6/+0
|
* fix php warningMario2025-05-111-1/+1
|
* allow to switch conv mode per channelMario2025-05-091-0/+5
|
* fix announce action label and modal not closingMario2025-05-081-1/+1
|
* provide commentable state and minor cleanupMario2025-05-081-2/+4
|
* fix wrong order of argsMario2025-05-081-2/+2
|
* whitespaceMario2025-05-071-1/+0
|
* refactor doreply() and move reply functionality to modalMario2025-05-072-3/+8
|
* fix query for postgresMario Vavti2025-05-041-1/+1
|
* mod network fixesMario Vavti2025-05-041-1/+3
|
* this got removed by accidentMario2025-05-041-1/+1
|
* more streamline wordingMario2025-05-041-1/+1
|
* remove uuid from mid queries (it is not needed) and slightly alter the query ↵Mario2025-05-041-8/+12
| | | | to fetch the parents
* use profile_uid for mod channelMario2025-05-041-1/+1
|
* handle blog_mode in conv templateMario2025-05-042-2/+13
|
* implement blog_modeMario2025-05-032-11/+4
|
* unseen items: only show announce activities but not the resulting item. also ↵Mario2025-05-031-5/+9
| | | | fix a missing operator
* Reapply "streamline wording"Mario2025-05-031-1/+1
| | | | This reverts commit ee3fc54be6665bf933d6a732494538aa96bb5126.
* Revert "streamline wording"Mario2025-05-031-1/+1
| | | | This reverts commit e2c477d775972b35c7e6ee16fbcd39a4ed29ddac.
* streamline wordingMario2025-05-031-1/+1
|
* default ordering to createdMario2025-05-032-14/+7
|
* yet another refactor to cover unseen pubstream notificationsMario2025-05-031-16/+29
|
* this performs way betterMario2025-05-021-12/+13
|
* Ãfix marking read of reactionsMario2025-05-021-4/+16
|