Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix context help link for permissions | Harald Eilertsen | 2025-07-13 | 1 | -1/+1 |
| | | | | The target was changed when the new docs was merged. | ||||
* | new version of items_by_parent_ids() and item_reaction_sql() with much ↵ | Mario | 2025-05-27 | 1 | -1/+1 |
| | | | | 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 | 1 | -9/+6 |
| | | | | 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 | 1 | -2/+2 |
| | | | | stringify it here with the escape flag instead of in the caller modules | ||||
* | refactor sql_extra > permission_sql | Mario | 2025-05-15 | 1 | -6/+6 |
| | |||||
* | implement extra sql for mod channel and display | Mario | 2025-05-15 | 1 | -1/+1 |
| | |||||
* | move look up of thr_parents to separate function and minor fixes | Mario | 2025-05-02 | 1 | -25/+1 |
| | |||||
* | default to threaded | Mario | 2025-04-30 | 1 | -1/+25 |
| | |||||
* | lazy load - initial commit | Mario | 2025-04-25 | 1 | -5/+3 |
| | |||||
* | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 1 | -1/+6 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -1/+2 |
| | |||||
* | fix another php warning | Mario | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 1 | -10/+10 |
| | |||||
* | more deprecate $a | Mario | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | call init allthough it does not contain anything atm. it will set up things ↵ | Mario | 2023-08-30 | 1 | -6/+4 |
| | | | | we need later e.g. App::$page["htmlhead"] and php will raise a warning if it does not exist. Also minor cleanup | ||||
* | allow to look for pubstream items if we do not own one but make sure the ↵ | Mario | 2022-11-10 | 1 | -12/+9 |
| | | | | permissons are checked correctly | ||||
* | fix warnings | Mario | 2022-11-03 | 1 | -47/+48 |
| | |||||
* | fix various issues | Mario | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-20 | 1 | -6/+12 |
| | |||||
* | check against null | Mario Vavti | 2022-08-07 | 1 | -2/+2 |
| | |||||
* | some cleanup after moving articles and cards to addons | Mario | 2022-05-06 | 1 | -41/+1 |
| | |||||
* | fix mod display regressions | Mario | 2021-09-07 | 1 | -7/+10 |
| | |||||
* | more unpack_link_id() | Mario | 2021-09-04 | 1 | -19/+20 |
| | |||||
* | possible minor performance improvement | Mario | 2021-05-05 | 1 | -2/+2 |
| | |||||
* | check perms for comments since in AP they can be different from the top ↵ | Mario | 2021-04-26 | 1 | -1/+1 |
| | | | | level post | ||||
* | Merge branch 'dev' into air | Mario | 2021-03-24 | 1 | -2/+0 |
|\ | |||||
| * | fix regression in mod display | Mario | 2021-03-23 | 1 | -29/+26 |
| | | | | | | (cherry picked from commit 43c5b723175fded3996d5bca02902a3da7eb40e8) | ||||
* | | more work on mod display | Mario | 2021-03-23 | 1 | -6/+4 |
| | | |||||
* | | fix regression in mod display | Mario | 2021-03-23 | 1 | -29/+26 |
|/ | |||||
* | fix mod display query | Mario | 2021-03-10 | 1 | -15/+14 |
| | |||||
* | FIX: Display urls won't show to permitted remote observers | M. Dent | 2021-02-14 | 1 | -4/+7 |
| | |||||
* | some work to fix r_preview in list mode | Mario | 2021-01-14 | 1 | -42/+42 |
| | |||||
* | make simple update more simple again | Mario | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -20/+5 |
| | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488 | ||||
* | adapt notifications and mark item seen handling to play well with client ↵ | Mario | 2020-10-22 | 1 | -14/+0 |
| | | | | side page caching | ||||
* | the parent id is required later in the process | Mario | 2020-04-22 | 1 | -1/+4 |
| | |||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | sse: store the item mid plus reactions mids in data-mids and change ↵ | Mario | 2019-11-22 | 1 | -1/+2 |
| | | | | functions accordingly | ||||
* | Revert code to use thr_parent for comment replies | Max Kostikov | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Add displaying support for threaded comments | Max Kostikov | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Add ITEM_TYPE_CUSTOM support to Zotlabs/Module/Display.php | DM42.Net (Matt Dent) | 2019-03-24 | 1 | -0/+5 |
| | |||||
* | some more xss prevention | Mario Vavti | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | if local_channel() and updating the page do not query for another item if ↵ | Mario Vavti | 2019-02-18 | 1 | -3/+2 |
| | | | | the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update | ||||
* | reset page title if article has no title. | zotlabs | 2018-12-05 | 1 | -2/+1 |
| | |||||
* | hubzilla core issue #1278 - page update always reloads if noscript content ↵ | zotlabs | 2018-10-07 | 1 | -3/+2 |
| | | | | is enabled | ||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | provide a noscript_content switch for mod channel and display | Mario Vavti | 2018-09-07 | 1 | -4/+10 |
| | |||||
* | remove checkjs reloader from mod_display also | zotlabs | 2018-08-20 | 1 | -48/+42 |
| | |||||
* | apply changes to slider defaults across all modules that use buildQuery for ↵ | zotlabs | 2018-06-15 | 1 | -2/+2 |
| | | | | updates | ||||
* | missing permission description | Mario Vavti | 2018-05-21 | 1 | -2/+1 |
| |