aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* provide a get_cached_actor_provider hook and improve the author/owner handlin...Mario2021-09-151-1/+15
* fix post mail check in Activity::create_note()Mario2021-09-061-9/+9
* check the post_mail permission for direct messagesMario2021-09-061-1/+13
* do not save collections in a separate xconfig anymoreMario2021-09-051-18/+0
* omit deleted hublocs in get_actor_hublocs() and use Activity::get_actor_colle...Mario2021-09-051-4/+5
* refactor actor_store and actor cache part 1Mario2021-09-041-0/+97
* add an optional force flag to actor_store()Mario2021-08-301-2/+2
* improve icon lookupMario2021-08-301-4/+12
* fix typoMario2021-08-211-1/+1
* remove deprecated forum term type and re-introduce bookmark term typeMario2021-08-211-11/+9
* check if isset before unsetting to omit php errorsMario2021-07-271-1/+3
* port fixes from as_actor_store()Mario2021-06-301-57/+62
* 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 st...Mario2021-04-141-12/+1
* 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 comment...Mario2021-01-261-4/+6
* 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 Activit...Mario2021-01-251-11/+13