aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* fix an obscure delivering issue which incidentally also fixes a delivering ↵HEADdevMario5 days1-13/+2
| | | | issue that required an ugly hack to work around
* move jot popup handling to template, port photo selector to vanilla ↵Mario11 days1-1/+1
| | | | javascript and enable it for comments if applicable
* some emoji type tags do not have an id, we will use icon.url instead in ↵Mario12 days1-2/+2
| | | | those cases
* this is required e.g. when relaying emoji reactions otherwise the relevant ↵Mario12 days1-2/+0
| | | | data will be missing
* make sure object actor is an array if we are going to use itMario12 days1-2/+3
|
* move custom emoji rendering to smilies()Mario12 days1-1/+2
|
* remove deprecated emojiReactionMario2025-03-281-44/+10
|
* an attempt to fix no notifications for likes on our comments - beause it ↵Mario2025-03-171-11/+19
| | | | came up in the support forum. also some minor cleanup
* wrong logicMario2025-03-091-1/+1
|
* remove leading @Mario2025-03-091-1/+7
|
* escape tags on xchan name and cleanup baseurl/site_url variables which ↵Mario2025-03-061-7/+5
| | | | should be the same
* 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 ↵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
|\ \ \ | | |/ | |/|