aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
...
* some work on streamlining mod photosMario2021-06-231-5/+2
|
* remove masto hack - it does not make sense in threaded viewMario2021-05-281-24/+7
|
* add check for typeMario2021-05-281-1/+1
|
* missing includesMario2021-05-271-0/+1
|
* remove most legacy zot quirksMario2021-05-261-1/+1
|
* remove redundant placeholder in queryMario2021-05-081-2/+2
|
* fix typos in Activity::follow()Mario2021-04-291-5/+3
|
* prepare Activity::follow() for pubcrawlMario2021-04-161-13/+15
|
* most AP projects do not handle an array for person object URL - provide a ↵Mario2021-04-141-12/+1
| | | | string
* mod subthread issue continuedMario2021-03-141-1/+11
|
* fix mod subthread for zot6Mario2021-03-131-3/+5
|
* 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
|