aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'various-phpstan-issues' into 'dev'Mario7 days1-75/+0
|\ | | | | | | | | Several issues discovered by PHPStan See merge request hubzilla/core!2168
| * Several issues discovered by PHPStanHarald Eilertsen7 days1-75/+0
| |
* | fix race condition when updating multiple choice pollsMario8 days1-31/+52
| |
* | containers: poll testingMario10 days1-79/+99
| |
* | fix undefined var warningMario10 days1-1/+1
| |
* | containers: testing sourced itemsMario Vavti11 days1-1/+2
| |
* | make sure to store target information when decoding and indicate contained ↵Mario Vavti12 days1-0/+10
| | | | | | | | conversations with a colored border for now
* | refactor drop_item[s]() for containersMario Vavti13 days1-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
|
* wrong logicMario2024-03-141-1/+1
|
* return false if we have nothing to look atMario2024-03-141-0/+4
|
* more work on emojisMario2024-03-091-3/+24
|
* check if term is set before processing itMario2024-03-081-1/+1
|
* inbound support for custom emojisMario2024-03-081-12/+9
|
* add at the top to maintain original orderMario2024-03-071-2/+2
|
* fix deprecation warning and add testMario2024-03-071-4/+5
|
* cleanup context and introduce schema:identifier for future useMario2024-03-061-8/+4
|
* improve things display a littleMario2024-03-051-9/+5
|
* basic AS2 support for thingsMario2024-03-041-4/+17
|
* some cleanupMario2024-02-291-2/+0
|
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-291-6/+21
|
* more cleanupMario2024-02-281-8/+0
|
* do away with deprecated activity typesMario2024-02-281-13/+1
|
* For now we will use standard Create verb for emoji reactionsMario2024-02-271-5/+1
|
* AS2Mario2024-02-251-121/+21
|
* simplify pleroma custom emoji stuff and some cleanupMario2024-02-221-54/+17
|
* make sure to decode html special chars before sending over the wire andMario2024-02-211-5/+5
|
* introduce get_actor() force flag to omit cache, rework contact refresh, ↵Mario2024-02-151-9/+23
| | | | special handling for announce by group, and revert change regarding friendica addressing anomality
* move the empty recips check to store(). otherwise it might interfere with ↵Mario2024-02-131-5/+5
| | | | zot6 native addressing which is always empty
* consider a message arriving to our inbox with no recipients (as seen from ↵Mario2024-02-131-1/+1
| | | | friendica) a direct message
* fix logic so that direct messages will be allowed in case the send_mail ↵Mario2024-02-131-13/+13
| | | | permission is granted even if the send_stream permission is not granted
* mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will ↵Mario2024-02-131-1/+1
| | | | be better for this job