aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* fix php warniing in case tgt_type is not setMario Vavti2025-01-241-1/+1
|
* dismiss entries where primary location data is not complete for some reasonMario Vavti2025-01-051-0/+5
|
* introduce item_forwardable() and check it before we call the notifier to ↵Mario2024-12-102-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 cleanupMario2024-12-102-28/+49
|
* fix delayed post handling in cron, always set item_delayed if we select a ↵Mario2024-12-081-2/+2
| | | | create date
* add more indicators and a new function to return relative time in the past ↵Mario2024-12-071-3/+3
| | | | and the future
* Libzot: remove commented code which duplicates code in Activity::decode_note()Mario2024-12-071-21/+0
|
* more cleanupMario2024-12-071-41/+2
|
* provide a comments disabled indicator and some cleanupMario2024-12-071-39/+8
|
* Ãfix issue where poll updates were dismissed due to missing edited update, ↵Mario2024-12-062-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 anomaliesMario2024-12-062-2/+7
|
* set item_type so that notifier can do the right thingMario2024-12-061-0/+1
|
* filtering censored xchans in mod pubstream queries has possible performance ↵Mario2024-12-051-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 ↵Mario2024-12-021-0/+1
| | | | field in the notifier
* Add Zotlabs\Lib\Mailer class to replace z_mail function.Harald Eilertsen2024-11-221-0/+86
|
* fix some errors detected by phpstanMario Vavti2024-11-171-1/+1
|
* fix undefined variablesMario2024-11-171-1/+1
|
* Merge branch 'various-phpstan-issues' into 'dev'Mario2024-11-144-205/+3
|\ | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168
| * Several issues discovered by PHPStanHarald Eilertsen2024-11-144-205/+3
| |
* | fix race condition when updating multiple choice pollsMario2024-11-131-31/+52
| |
* | containers: poll testingMario2024-11-111-79/+99
| |
* | fix undefined var warningMario2024-11-111-1/+1
| |
* | containers: testing sourced itemsMario Vavti2024-11-101-1/+2
| |
* | remove extensiv logging to syslogMario Vavti2024-11-092-13/+2
| |
* | make sure to store target information when decoding and indicate contained ↵Mario Vavti2024-11-092-1/+12
| | | | | | | | conversations with a colored border for now
* | refactor drop_item[s]() for containersMario Vavti2024-11-082-12/+11
| |
* | Merge branch 'dev' into containersMario Vavti2024-11-081-1/+1
|\|
| * only zot6 hublocs have a sitekey so only query such hublocs. This will safe ↵Mario2024-11-061-1/+1
| | | | | | | | alternative network hublocs from being marked deleted allthough they are intact
* | Merge branch 'dev' into containersMario Vavti2024-11-031-4/+40
|\|
| * add ocap tokens to all media files and attachmentsMario2024-11-021-4/+40
| |
* | Merge branch 'dev' into containersMario Vavti2024-10-301-7/+24
|\|
| * Merge branch 'dev' into make-db-upgrade-static-methodHarald Eilertsen2024-10-231-1/+1
| |\
| * | Zotlabs\Lib\DB_Upgrade: Add API documentation.Harald Eilertsen2024-10-141-0/+23
| | |
| * | Change DB_Upgrade to a static function instead.Harald Eilertsen2024-10-141-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 containersMario Vavti2024-10-231-1/+1
|\ \ \ | | |/ | |/|
| * | allow to file items from the public streamMario2024-10-231-1/+1
| |/
| * revertMario Vavti2024-10-102-255/+43
| |
| * resolve merge conflictMario Vavti2024-10-102-43/+255
| |
| * also discard Add/Remove at the AP sideMario Vavti2024-10-101-7/+18
| |
| * also dismiss add/remove collection activities in fetch_conversation()Mario2024-10-091-5/+15
| |
| * dismiss add/remove collection activities until we support themÃMario2024-10-091-0/+13
| |
* | document some special handlingMario Vavti2024-10-101-3/+7
| |
* | fix c/p typoMario Vavti2024-10-101-1/+1
| |
* | update item entity for hubzillaMario Vavti2024-10-101-2/+3
| |
* | containers: send add in mod like, send remove on deleteMario Vavti2024-10-092-5/+23
| |
* | more work on porting containers from streamsMario Vavti2024-10-093-17/+111
| |
* | start containersMario2024-10-062-1/+133
| |
* | port some libs from streams repoMario2024-10-061-0/+80
|/
* improved content and comment collapse/expand renderingMario2024-08-041-1/+1
|
* add support for inbound locationsMario2024-08-021-0/+7
|