aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* More checks on note decodeMax Kostikov2021-03-081-8/+11
|
* Check propeties existance on note decodeMax Kostikov2021-03-081-6/+6
|
* Fix undefined edited and created checksMax Kostikov2021-03-081-2/+2
|
* Check if BBcode field existMax Kostikov2021-03-081-12/+15
|
* Check if properties were provided on taxonomy decodeMax Kostikov2021-03-081-15/+17
|
* Check if oStatus conversation existsMax Kostikov2021-03-081-1/+1
|
* More checks on attachments decodeMax Kostikov2021-03-081-4/+4
|
* Fix missed tag warning on decode taxonomyMax Kostikov2021-03-081-1/+1
|
* Fix actor store warnings on non defined propertiesMax Kostikov2021-03-081-4/+4
|
* Check if item have a mentionMax Kostikov2021-03-081-11/+9
|
* Check for attachments in itemMax Kostikov2021-03-081-1/+1
|
* Check if terms are defined as array for itemMax Kostikov2021-03-081-1/+1
|
* Check if 'attach' and 'iconfig' array are definedMax Kostikov2021-03-081-2/+2
|
* Check if port in the site URL providedMax Kostikov2021-03-081-1/+4
|
* export compatibility from hubzilla to zapZot2021-02-241-5/+33
|
* update site once a dayMario2021-02-191-3/+21
|
* remove loggingMario2021-02-111-1/+0
|
* make encode_item_collection() deal with extra query argsMario2021-02-111-5/+16
|
* actor will be stored in the next step decode_note()Mario2021-02-111-3/+1
|
* move key conversion to separate libMario Vavti2021-02-041-1/+1
|
* remove unused/commented out codeMario2021-02-011-101/+0
|
* add fetch_provider hookMario2021-01-311-1/+0
|
* code format onlyMario2021-01-291-35/+14
|
* AS channel discovery with custom access headerMario2021-01-281-4/+6
|
* port fix from zap: catch a complex edge case where some public stream ↵Mario2021-01-261-4/+6
| | | | comments were not being delivered and should have been
* fix issues in Activity::encode_item_collection() after recent changesMario Vavti2021-01-261-4/+1
|
* expose manual public item import from searchbar, set commen_policy in ↵Mario2021-01-251-11/+13
| | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed
* extra check for item_private in fetch_and_store_parents()Mario2021-01-241-5/+22
|
* fix encode_item_collection()Mario2021-01-221-4/+10
|
* implement externals via zot6 and zotfeed - part 1Mario2021-01-221-45/+369
|
* looks like we get arrays or json strings here for some reasonMario2021-01-201-1/+7
|
* onepoll via zot6 to /zotfeed which implements an outboxMario2021-01-201-9/+51
|
* lib/activity cleanup and remove unused code - requires addon updateMario2021-01-181-963/+908
|
* dismiss title in response activityMario2020-11-281-1/+1
| | | (cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014)
* fix warningMario2020-11-231-1/+1
|
* do not use chanlink_url() at this placeMario2020-11-231-1/+1
|
* missing includeMario2020-11-231-1/+1
|
* store actor of fetched acivitiesMario2020-11-231-2/+6
|
* better check for valid inboxMario2020-11-131-8/+8
|
* do not store actors without an inbox - they are not validMario2020-11-121-0/+6
|
* log the body if fetch failedMario2020-11-111-0/+1
|
* make sure we attach the public keyMario2020-11-041-1/+8
|
* use logger for loggingMario2020-10-141-1/+1
|
* more loggingMario2020-10-141-1/+1
|
* In find_best_identity() only look for zot and zot6 network types. Otherwise ↵Mario2020-10-141-1/+2
| | | | we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging.
* return if author or owner is missing and add more loggingMario2020-10-131-3/+10
|
* improve find_best_identity() and fix wrong variableMario2020-10-121-6/+11
|
* find best identityMario2020-10-111-0/+32
|
* 5.0RC testing: fix issue with event responsesMario2020-10-101-1/+1
|
* quickfix localize_item() - requires more workMario2020-10-101-1/+1
|