Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better pubs notofication fiy and also fix a javascript error and remove last ↵ | Mario | 2024-12-21 | 1 | -1/+5 |
| | | | | bit of jquery from notifications | ||||
* | fix anomaly in pubs notification | Mario | 2024-12-21 | 1 | -2/+0 |
| | |||||
* | refactor notifications widget and updateConvItems() to not require jquery | Mario | 2024-12-19 | 2 | -5/+4 |
| | |||||
* | introduce item_forwardable() and check it before we call the notifier to ↵ | Mario | 2024-12-10 | 3 | -26/+8 |
| | | | | possibly safe some processes - test will follow, also add some other possibly blocking flags to the add item | ||||
* | pubcrawl: support for inbound add/remove activities and minor cleanup | Mario | 2024-12-10 | 2 | -28/+49 |
| | |||||
* | fix delayed post handling in cron, always set item_delayed if we select a ↵ | Mario | 2024-12-08 | 3 | -28/+20 |
| | | | | create date | ||||
* | fix expiration | Mario | 2024-12-07 | 1 | -4/+3 |
| | |||||
* | add more indicators and a new function to return relative time in the past ↵ | Mario | 2024-12-07 | 1 | -3/+3 |
| | | | | and the future | ||||
* | Libzot: remove commented code which duplicates code in Activity::decode_note() | Mario | 2024-12-07 | 1 | -21/+0 |
| | |||||
* | more cleanup | Mario | 2024-12-07 | 1 | -41/+2 |
| | |||||
* | provide a comments disabled indicator and some cleanup | Mario | 2024-12-07 | 1 | -39/+8 |
| | |||||
* | only allow disable_comments on thread top | Mario | 2024-12-07 | 1 | -0/+1 |
| | |||||
* | Ãfix issue where poll updates were dismissed due to missing edited update, ↵ | Mario | 2024-12-06 | 3 | -4/+13 |
| | | | | fix wrong array key when retaining item, update dreport push to also push the related item | ||||
* | an attempt to fix some comments on/off anomalies | Mario | 2024-12-06 | 3 | -5/+10 |
| | |||||
* | set item_type so that notifier can do the right thing | Mario | 2024-12-06 | 1 | -0/+1 |
| | |||||
* | filtering censored xchans in mod pubstream queries has possible performance ↵ | Mario | 2024-12-05 | 2 | -16/+10 |
| | | | | issues. we will filter them in process_delivery() instead | ||||
* | also copy the item_restrict field to the add activity and check for this ↵ | Mario | 2024-12-02 | 2 | -1/+2 |
| | | | | field in the notifier | ||||
* | save a loop by ordering results by item_wall and more uuid only lookup | Mario | 2024-11-28 | 2 | -9/+9 |
| | |||||
* | sql lookup by uuid should be sufficient by now, remove superfluous ↵ | Mario | 2024-11-28 | 1 | -5/+1 |
| | | | | require_once() | ||||
* | Fix and refactor module Admin\Accounts part I | Harald Eilertsen | 2024-11-27 | 2 | -110/+234 |
| | |||||
* | some cleanup for mod magic | Mario Vavti | 2024-11-18 | 2 | -25/+32 |
| | |||||
* | more phpstan errors | Mario Vavti | 2024-11-17 | 1 | -36/+0 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 3 | -3/+6 |
| | |||||
* | fix undefined variables | Mario | 2024-11-17 | 2 | -5/+3 |
| | |||||
* | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 2024-11-14 | 53 | -420/+163 |
|\ | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | ||||
| * | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 53 | -420/+163 |
| | | |||||
* | | fix some conent import issues | Mario Vavti | 2024-11-14 | 3 | -12/+15 |
| | | |||||
* | | fix race condition when updating multiple choice polls | Mario | 2024-11-13 | 1 | -31/+52 |
| | | |||||
* | | this is not true anymore - check owner perms | Mario | 2024-11-13 | 1 | -1/+0 |
| | | |||||
* | | containers: poll testing | Mario | 2024-11-11 | 2 | -81/+100 |
| | | |||||
* | | fix undefined var warning | Mario | 2024-11-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-10 | 1 | -12/+15 |
|\| | |||||
| * | Revert "Module\Item: Make $item_id an object property." | Mario | 2024-11-10 | 1 | -12/+15 |
| | | | | | | This reverts commit 2c17d0b031b4081870d9ff86145e097ee257efb8 | ||||
* | | containers: testing sourced items | Mario Vavti | 2024-11-10 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-10 | 1 | -224/+228 |
|\| | |||||
| * | Module\Item: Make $item_id an object property. | Harald Eilertsen | 2024-11-10 | 1 | -15/+12 |
| | | | | | | | | This also allows us to deduplicate initialization and validation. | ||||
| * | Module\Item: Move processing of zot and as requests to functions. | Harald Eilertsen | 2024-11-10 | 1 | -224/+231 |
| | | | | | | | | | | These seem to be entirely independent, so moving the body of the if statements to separate functions should be fine. | ||||
* | | remove extensiv logging to syslog | Mario Vavti | 2024-11-09 | 4 | -25/+2 |
| | | |||||
* | | fix regression propagating deletes | Mario Vavti | 2024-11-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-09 | 10 | -45/+54 |
|\| | |||||
| * | Merge branch 'fix-incorrect-module-imports' into 'dev' | Mario | 2024-11-09 | 9 | -26/+26 |
| |\ | | | | | | | | | | | | | Fix incorrect module imports. See merge request hubzilla/core!2163 | ||||
| | * | Fix incorrect module imports. | Harald Eilertsen | 2024-11-09 | 9 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php | ||||
| * | | Thumbs\Epubthumb: Adapt to new version of EPub meta lib. | Harald Eilertsen | 2024-11-08 | 1 | -18/+27 |
| | | | | | | | | | | | | Also fixes a few issues and refactor the code a bit. | ||||
| * | | Remove epub-meta from library | Harald Eilertsen | 2024-11-08 | 1 | -2/+2 |
| |/ | |||||
* | | make sure to store target information when decoding and indicate contained ↵ | Mario Vavti | 2024-11-09 | 2 | -1/+12 |
| | | | | | | | | conversations with a colored border for now | ||||
* | | port to containers item_store() continued | Mario Vavti | 2024-11-08 | 2 | -51/+59 |
| | | |||||
* | | refactor drop_item[s]() for containers | Mario Vavti | 2024-11-08 | 10 | -23/+49 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-08 | 2 | -15/+22 |
|\| | |||||
| * | Merge branch 'fix-module-thing' into 'dev' | Mario | 2024-11-06 | 1 | -14/+21 |
| |\ | | | | | | | | | | | | | Fix error adding Things when multiple profiles not enabled See merge request hubzilla/core!2157 | ||||
| | * | Module\Thing: Don't try to escape field that's not present | Harald Eilertsen | 2024-11-03 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | The `profile_assign` field is only present if the multiple profiles feature is enabled. |