aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* make sure attachment is an arrayMario2025-02-201-1/+1
* prefer contextHistory over contextMario2025-02-191-1/+4
* Highlight_mark_button3Rocky2025-02-141-0/+1
* start sending contextHistory along with contextMario Vavti2025-02-111-1/+4
* 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 poss...Mario2024-12-102-5/+5
* 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 cre...Mario2024-12-081-2/+2
* add more indicators and a new function to return relative time in the past an...Mario2024-12-071-3/+3
* 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, f...Mario2024-12-062-3/+6
* 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 i...Mario2024-12-051-8/+10
* also copy the item_restrict field to the add activity and check for this fiel...Mario2024-12-021-0/+1
* 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 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 co...Mario Vavti2024-11-092-1/+12
* | 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 a...Mario2024-11-061-1/+1
* | 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
* | | 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