Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor refactor to get rid of the $webpage variable (it does not cut it ↵ | Mario | 10 days | 1 | -19/+21 |
| | | | | anymore) and use $item_type instead | ||||
* | emiting a notice from include/auth does not work. emit it from mod login if ↵ | Mario Vavti | 11 days | 1 | -2/+9 |
| | | | | the login failed. | ||||
* | apply downstream fix from streams: do not sign (request-target) on response | Mario | 13 days | 3 | -7/+11 |
| | |||||
* | Revert "rfc9421 verify: parse more fields if applicable" | Mario | 13 days | 3 | -11/+7 |
| | | | | This reverts commit 721c0b1e5bc79aac8020a864f2c81bb468419c8a. | ||||
* | rfc9421 verify: parse more fields if applicable | Mario | 13 days | 3 | -7/+11 |
| | |||||
* | Remove unused Xref module | Harald Eilertsen | 2025-06-07 | 1 | -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 mode | Mario | 2025-06-01 | 1 | -3/+8 |
| | |||||
* | make sure to load the profile when in channel module | Mario | 2025-05-31 | 1 | -0/+5 |
| | |||||
* | toplevel comments pagination: initial commit | Mario | 2025-05-29 | 1 | -2/+8 |
| | |||||
* | more refactor and streamline for re-usability and easier maintenance | Mario | 2025-05-28 | 1 | -1/+1 |
| | |||||
* | new version of items_by_parent_ids() and item_reaction_sql() with much ↵ | Mario | 2025-05-27 | 7 | -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 ↵ | Mario | 2025-05-25 | 5 | -21/+26 |
| | | | | issues will be resolved and adapt the modules accordingly | ||||
* | refactor items_by_parent_ids() to accept $thr_parents as an array and ↵ | Mario | 2025-05-23 | 2 | -4/+4 |
| | | | | stringify it here with the escape flag instead of in the caller modules | ||||
* | Fix undefined variables in Module/Regate.php | Harald Eilertsen | 2025-05-22 | 1 | -2/+2 |
| | |||||
* | Fix undefined var in Module/Invite.php | Harald Eilertsen | 2025-05-22 | 1 | -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.php | Harald Eilertsen | 2025-05-22 | 1 | -6/+0 |
| | | | | | The $feedbk variable was set, but never used in the Module\Invite::get() function. | ||||
* | Fix undefined var in Module/Invite.php | Harald Eilertsen | 2025-05-22 | 1 | -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' | Mario | 2025-05-18 | 1 | -2/+2 |
|\ | | | | | | | | | Replace english docs with pepecyb's docs See merge request hubzilla/core!2189 | ||||
| * | Replace english docs with pepecyb's docs | Harald Eilertsen | 2025-05-18 | 1 | -2/+2 |
| | | |||||
* | | pinned item fixes | Mario | 2025-05-16 | 1 | -2/+3 |
|/ | |||||
* | refactor sql_extra > permission_sql | Mario | 2025-05-15 | 2 | -10/+13 |
| | |||||
* | Revert "make sure sql_extra is prepared for the c table" | Mario | 2025-05-15 | 1 | -3/+2 |
| | | | | This reverts commit 869b047fde97fe4e9605177680768c584ad0a7c3. | ||||
* | make sure sql_extra is prepared for the c table | Mario | 2025-05-15 | 1 | -2/+3 |
| | |||||
* | implement extra sql for mod channel and display | Mario | 2025-05-15 | 2 | -2/+2 |
| | |||||
* | first part of cleanups for the conv libs and move thr_parent_uuid retrieval ↵ | Mario | 2025-05-15 | 1 | -10/+1 |
| | | | | to sql | ||||
* | exclude Add/Remove from network nouveau query | Mario | 2025-05-13 | 1 | -0/+1 |
| | |||||
* | remove and deprecate image preload setting - we will now always preload | Mario | 2025-05-13 | 1 | -6/+0 |
| | |||||
* | fix php warning | Mario | 2025-05-11 | 1 | -1/+1 |
| | |||||
* | allow to switch conv mode per channel | Mario | 2025-05-09 | 1 | -0/+5 |
| | |||||
* | fix announce action label and modal not closing | Mario | 2025-05-08 | 1 | -1/+1 |
| | |||||
* | provide commentable state and minor cleanup | Mario | 2025-05-08 | 1 | -2/+4 |
| | |||||
* | fix wrong order of args | Mario | 2025-05-08 | 1 | -2/+2 |
| | |||||
* | whitespace | Mario | 2025-05-07 | 1 | -1/+0 |
| | |||||
* | refactor doreply() and move reply functionality to modal | Mario | 2025-05-07 | 2 | -3/+8 |
| | |||||
* | fix query for postgres | Mario Vavti | 2025-05-04 | 1 | -1/+1 |
| | |||||
* | mod network fixes | Mario Vavti | 2025-05-04 | 1 | -1/+3 |
| | |||||
* | this got removed by accident | Mario | 2025-05-04 | 1 | -1/+1 |
| | |||||
* | more streamline wording | Mario | 2025-05-04 | 1 | -1/+1 |
| | |||||
* | remove uuid from mid queries (it is not needed) and slightly alter the query ↵ | Mario | 2025-05-04 | 1 | -8/+12 |
| | | | | to fetch the parents | ||||
* | use profile_uid for mod channel | Mario | 2025-05-04 | 1 | -1/+1 |
| | |||||
* | handle blog_mode in conv template | Mario | 2025-05-04 | 2 | -2/+13 |
| | |||||
* | implement blog_mode | Mario | 2025-05-03 | 2 | -11/+4 |
| | |||||
* | unseen items: only show announce activities but not the resulting item. also ↵ | Mario | 2025-05-03 | 1 | -5/+9 |
| | | | | fix a missing operator | ||||
* | Reapply "streamline wording" | Mario | 2025-05-03 | 1 | -1/+1 |
| | | | | This reverts commit ee3fc54be6665bf933d6a732494538aa96bb5126. | ||||
* | Revert "streamline wording" | Mario | 2025-05-03 | 1 | -1/+1 |
| | | | | This reverts commit e2c477d775972b35c7e6ee16fbcd39a4ed29ddac. | ||||
* | streamline wording | Mario | 2025-05-03 | 1 | -1/+1 |
| | |||||
* | default ordering to created | Mario | 2025-05-03 | 2 | -14/+7 |
| | |||||
* | yet another refactor to cover unseen pubstream notifications | Mario | 2025-05-03 | 1 | -16/+29 |
| | |||||
* | this performs way better | Mario | 2025-05-02 | 1 | -12/+13 |
| | |||||
* | Ãfix marking read of reactions | Mario | 2025-05-02 | 1 | -4/+16 |
| |