Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert logging | Mario | 2022-02-08 | 1 | -2/+0 |
| | |||||
* | revert deleted flag for webfinger and zotfinger key | Mario | 2022-02-08 | 1 | -0/+2 |
| | |||||
* | to reduce overall network fetches cache actors in Activity::fetch() and ↵ | Mario | 2022-02-08 | 1 | -2/+10 |
| | | | | fetch the ldsig creator with get_actor() instead of get_compound_property() so that it will check the cache before actually fetching | ||||
* | move JSalmon stuff from the data to the meta field in Lib ActivityStreams ↵ | Mario | 2022-02-03 | 1 | -13/+12 |
| | | | | and some more refinement on storing the raw ap and diaspora data in iconfig | ||||
* | only unset if set | Mario | 2022-02-02 | 1 | -4/+9 |
| | |||||
* | more work on relaying zap and diaspora, fix mod hcard | Mario | 2022-01-31 | 1 | -1/+22 |
| | |||||
* | make sure we never save a zot6 packet as ap raw message | Mario | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | attach iconfig to the activity and adjust ap raw message retrieval to handle ↵ | Mario | 2022-01-30 | 1 | -9/+33 |
| | | | | both cases. also add a possibility to manually redeliver single hubs for debuging | ||||
* | do not use escape_tags() for inbox | Mario | 2022-01-27 | 1 | -6/+6 |
| | |||||
* | escape_tags() will turn & to & and there for mess up the xchan hash | Mario | 2022-01-27 | 1 | -8/+8 |
| | |||||
* | typo | Mario | 2022-01-27 | 1 | -1/+1 |
| | |||||
* | some refinement on storing the raw ap message, some comments and make sure ↵ | Mario | 2022-01-27 | 1 | -6/+15 |
| | | | | the AS->raw is always a json string | ||||
* | missing define of variable, remove deprecated zot-info and ofeed from webfinger | Mario | 2022-01-26 | 1 | -0/+2 |
| | |||||
* | $act->raw will not always hold the AP raw message. Look for it in iconfig. | Mario | 2022-01-26 | 1 | -1/+16 |
| | |||||
* | always store the raw message | Mario | 2022-01-26 | 1 | -5/+1 |
| | |||||
* | make sure to use the correct default role | Mario | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | fix php error | Mario | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | minor wording change and fix connections link | Mario | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | update_poll() can be called many times in a row for the same item if a ↵ | Mario | 2021-12-22 | 1 | -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 dev | Mario | 2021-12-15 | 1 | -10/+20 |
| | |||||
* | improve code comments | Mario | 2021-10-20 | 1 | -3/+2 |
| | |||||
* | provide tags indicating the supported protocols in the actor object and ↵ | Mario | 2021-10-18 | 1 | -12/+86 |
| | | | | probe for zot6 if appropiate | ||||
* | implement AS representation of photos and albums, cleanup and minor fixes | Mario | 2021-10-13 | 1 | -97/+115 |
| | |||||
* | make sure to also include ap hublocs here. we will select zot6 later in the ↵ | Mario | 2021-09-26 | 1 | -1/+1 |
| | | | | function if present | ||||
* | always promote the outbox | Mario | 2021-09-26 | 1 | -1/+4 |
| | |||||
* | bring back externals (slightly different approach), rename zotfeed to outbox ↵ | Mario | 2021-09-25 | 1 | -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 ↵ | Mario | 2021-09-15 | 1 | -1/+15 |
| | | | | handling in Libzot::import() | ||||
* | fix post mail check in Activity::create_note() | Mario | 2021-09-06 | 1 | -9/+9 |
| | |||||
* | check the post_mail permission for direct messages | Mario | 2021-09-06 | 1 | -1/+13 |
| | |||||
* | do not save collections in a separate xconfig anymore | Mario | 2021-09-05 | 1 | -18/+0 |
| | |||||
* | omit deleted hublocs in get_actor_hublocs() and use ↵ | Mario | 2021-09-05 | 1 | -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 1 | Mario | 2021-09-04 | 1 | -0/+97 |
| | |||||
* | add an optional force flag to actor_store() | Mario | 2021-08-30 | 1 | -2/+2 |
| | |||||
* | improve icon lookup | Mario | 2021-08-30 | 1 | -4/+12 |
| | |||||
* | fix typo | Mario | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | remove deprecated forum term type and re-introduce bookmark term type | Mario | 2021-08-21 | 1 | -11/+9 |
| | |||||
* | check if isset before unsetting to omit php errors | Mario | 2021-07-27 | 1 | -1/+3 |
| | |||||
* | port fixes from as_actor_store() | Mario | 2021-06-30 | 1 | -57/+62 |
| | |||||
* | some work on streamlining mod photos | Mario | 2021-06-23 | 1 | -5/+2 |
| | |||||
* | remove masto hack - it does not make sense in threaded view | Mario | 2021-05-28 | 1 | -24/+7 |
| | |||||
* | add check for type | Mario | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | missing includes | Mario | 2021-05-27 | 1 | -0/+1 |
| | |||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | remove redundant placeholder in query | Mario | 2021-05-08 | 1 | -2/+2 |
| | |||||
* | fix typos in Activity::follow() | Mario | 2021-04-29 | 1 | -5/+3 |
| | |||||
* | prepare Activity::follow() for pubcrawl | Mario | 2021-04-16 | 1 | -13/+15 |
| | |||||
* | most AP projects do not handle an array for person object URL - provide a ↵ | Mario | 2021-04-14 | 1 | -12/+1 |
| | | | | string | ||||
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -1/+11 |
| | |||||
* | fix mod subthread for zot6 | Mario | 2021-03-13 | 1 | -3/+5 |
| | |||||
* | More checks on note decode | Max Kostikov | 2021-03-08 | 1 | -8/+11 |
| |