aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* remove itMario44 hours1-1/+0
|
* this should not be required because it only affects likes which are already ↵Mario44 hours1-1/+1
| | | | handled before (reaction)
* set default value and add commentMario2 days1-2/+2
|
* default to nullMario3 days1-2/+2
|
* add test for Activity::getUUID() and Avtivity::getMessageID() methodsMario Vavti3 days1-3/+7
|
* provide methods to get mid and uuid from activity object, add quirks to ↵Mario3 days1-36/+49
| | | | retrieve markdown content
* video poster requires a single quoteMario5 days1-1/+1
|
* some emoji type tags do not have an id, we will use icon.url instead in ↵Mario13 days1-2/+2
| | | | those cases
* this is required e.g. when relaying emoji reactions otherwise the relevant ↵Mario14 days1-2/+0
| | | | data will be missing
* make sure object actor is an array if we are going to use itMario14 days1-2/+3
|
* move custom emoji rendering to smilies()Mario14 days1-1/+2
|
* remove deprecated emojiReactionMario2025-03-281-44/+10
|
* 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
|
* start sending contextHistory along with contextMario Vavti2025-02-111-1/+4
|
* introduce item_forwardable() and check it before we call the notifier to ↵Mario2024-12-101-4/+4
| | | | 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-101-26/+46
|
* fix delayed post handling in cron, always set item_delayed if we select a ↵Mario2024-12-081-2/+2
| | | | create date
* Ãfix issue where poll updates were dismissed due to missing edited update, ↵Mario2024-12-061-1/+4
| | | | 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-061-1/+5
|
* set item_type so that notifier can do the right thingMario2024-12-061-0/+1
|
* also copy the item_restrict field to the add activity and check for this ↵Mario2024-12-021-0/+1
| | | | field in the notifier
* Merge branch 'various-phpstan-issues' into 'dev'Mario2024-11-141-75/+0
|\ | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168
| * Several issues discovered by PHPStanHarald Eilertsen2024-11-141-75/+0
| |
* | 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
| |
* | make sure to store target information when decoding and indicate contained ↵Mario Vavti2024-11-091-0/+10
| | | | | | | | conversations with a colored border for now
* | refactor drop_item[s]() for containersMario Vavti2024-11-081-2/+2
| |
* | Merge branch 'dev' into containersMario Vavti2024-11-031-4/+40
|\|
| * add ocap tokens to all media files and attachmentsMario2024-11-021-4/+40
| |
| * revertMario Vavti2024-10-101-160/+23
| |
| * resolve merge conflictMario Vavti2024-10-101-23/+160
| |
| * also discard Add/Remove at the AP sideMario Vavti2024-10-101-7/+18
| |
* | 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-091-3/+23
| |
* | more work on porting containers from streamsMario Vavti2024-10-091-4/+1
| |
* | start containersMario2024-10-061-1/+132
|/
* add support for inbound locationsMario2024-08-021-0/+7
|
* simplified syntaxMario2024-07-291-1/+1
|
* fix php warningMario2024-07-171-1/+1
|
* pass the force argument to the xchan_photo daemonMario2024-06-111-1/+1
|
* remove superfluous param, fix wrong var and declare types for unparse_url()Mario2024-06-101-2/+2
|
* hotfix to mitigate queueworker crashMario2024-06-041-2/+11
|
* php warnings/errorsMario2024-05-141-1/+4
|
* it appears the smallest size for pt videos is now 720Mario2024-03-201-1/+1
|
* add Emoji to the AP schemaMario2024-03-171-0/+2
|