Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix php warniing in case tgt_type is not set | Mario Vavti | 2025-01-24 | 1 | -1/+1 |
| | |||||
* | dismiss entries where primary location data is not complete for some reason | Mario Vavti | 2025-01-05 | 1 | -0/+5 |
| | |||||
* | introduce item_forwardable() and check it before we call the notifier to ↵ | Mario | 2024-12-10 | 2 | -5/+5 |
| | | | | 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 | 1 | -2/+2 |
| | | | | create date | ||||
* | 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 |
| | |||||
* | Ãfix issue where poll updates were dismissed due to missing edited update, ↵ | Mario | 2024-12-06 | 2 | -3/+6 |
| | | | | 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 | 2 | -2/+7 |
| | |||||
* | 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 | 1 | -8/+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 | 1 | -0/+1 |
| | | | | field in the notifier | ||||
* | Add Zotlabs\Lib\Mailer class to replace z_mail function. | Harald Eilertsen | 2024-11-22 | 1 | -0/+86 |
| | |||||
* | fix some errors detected by phpstan | Mario Vavti | 2024-11-17 | 1 | -1/+1 |
| | |||||
* | fix undefined variables | Mario | 2024-11-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'various-phpstan-issues' into 'dev' | Mario | 2024-11-14 | 4 | -205/+3 |
|\ | | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168 | ||||
| * | Several issues discovered by PHPStan | Harald Eilertsen | 2024-11-14 | 4 | -205/+3 |
| | | |||||
* | | fix race condition when updating multiple choice polls | Mario | 2024-11-13 | 1 | -31/+52 |
| | | |||||
* | | containers: poll testing | Mario | 2024-11-11 | 1 | -79/+99 |
| | | |||||
* | | fix undefined var warning | Mario | 2024-11-11 | 1 | -1/+1 |
| | | |||||
* | | containers: testing sourced items | Mario Vavti | 2024-11-10 | 1 | -1/+2 |
| | | |||||
* | | remove extensiv logging to syslog | Mario Vavti | 2024-11-09 | 2 | -13/+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 | ||||
* | | refactor drop_item[s]() for containers | Mario Vavti | 2024-11-08 | 2 | -12/+11 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-08 | 1 | -1/+1 |
|\| | |||||
| * | only zot6 hublocs have a sitekey so only query such hublocs. This will safe ↵ | Mario | 2024-11-06 | 1 | -1/+1 |
| | | | | | | | | alternative network hublocs from being marked deleted allthough they are intact | ||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-11-03 | 1 | -4/+40 |
|\| | |||||
| * | add ocap tokens to all media files and attachments | Mario | 2024-11-02 | 1 | -4/+40 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-30 | 1 | -7/+24 |
|\| | |||||
| * | Merge branch 'dev' into make-db-upgrade-static-method | Harald Eilertsen | 2024-10-23 | 1 | -1/+1 |
| |\ | |||||
| * | | Zotlabs\Lib\DB_Upgrade: Add API documentation. | Harald Eilertsen | 2024-10-14 | 1 | -0/+23 |
| | | | |||||
| * | | Change DB_Upgrade to a static function instead. | Harald Eilertsen | 2024-10-14 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | No need for this to be an object, since it's never referenced or even kept after construction. Further all the functionality was in the constructor anyways. Also removed some unused properties. | ||||
* | | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-23 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | allow to file items from the public stream | Mario | 2024-10-23 | 1 | -1/+1 |
| |/ | |||||
| * | revert | Mario Vavti | 2024-10-10 | 2 | -255/+43 |
| | | |||||
| * | resolve merge conflict | Mario Vavti | 2024-10-10 | 2 | -43/+255 |
| | | |||||
| * | also discard Add/Remove at the AP side | Mario Vavti | 2024-10-10 | 1 | -7/+18 |
| | | |||||
| * | also dismiss add/remove collection activities in fetch_conversation() | Mario | 2024-10-09 | 1 | -5/+15 |
| | | |||||
| * | dismiss add/remove collection activities until we support themà | Mario | 2024-10-09 | 1 | -0/+13 |
| | | |||||
* | | document some special handling | Mario Vavti | 2024-10-10 | 1 | -3/+7 |
| | | |||||
* | | fix c/p typo | Mario Vavti | 2024-10-10 | 1 | -1/+1 |
| | | |||||
* | | update item entity for hubzilla | Mario Vavti | 2024-10-10 | 1 | -2/+3 |
| | | |||||
* | | containers: send add in mod like, send remove on delete | Mario Vavti | 2024-10-09 | 2 | -5/+23 |
| | | |||||
* | | more work on porting containers from streams | Mario Vavti | 2024-10-09 | 3 | -17/+111 |
| | | |||||
* | | start containers | Mario | 2024-10-06 | 2 | -1/+133 |
| | | |||||
* | | port some libs from streams repo | Mario | 2024-10-06 | 1 | -0/+80 |
|/ | |||||
* | improved content and comment collapse/expand rendering | Mario | 2024-08-04 | 1 | -1/+1 |
| | |||||
* | add support for inbound locations | Mario | 2024-08-02 | 1 | -0/+7 |
| |