aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* make sure to use the correct default roleMario2022-01-181-1/+1
|
* fix php errorMario2022-01-091-1/+1
|
* minor wording change and fix connections linkMario2022-01-041-1/+1
|
* update_poll() can be called many times in a row for the same item if a ↵Mario2021-12-221-1/+3
| | | | multiple poll is being updated. This could result in the queueworker not processing duplicates. We are now adding the source item mid to the notifier call as the third argument (fragment) so that the queueworker will not think they are duplicates. The fragment is also passed to the deliver_hooks call in the notifier
* merge branch perms_ng into devMario2021-12-151-10/+20
|
* improve code commentsMario2021-10-201-3/+2
|
* provide tags indicating the supported protocols in the actor object and ↵Mario2021-10-181-12/+86
| | | | probe for zot6 if appropiate
* implement AS representation of photos and albums, cleanup and minor fixesMario2021-10-131-97/+115
|
* make sure to also include ap hublocs here. we will select zot6 later in the ↵Mario2021-09-261-1/+1
| | | | function if present
* always promote the outboxMario2021-09-261-1/+4
|
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-251-0/+2
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* provide a get_cached_actor_provider hook and improve the author/owner ↵Mario2021-09-151-1/+15
| | | | handling in Libzot::import()
* 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 ↵Mario2021-09-051-4/+5
| | | | Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet.
* 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 ↵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
|