Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix hubloc_site_id in fix_system_urls() on detected site rename events and ↵ | Mario Vavti | 2021-11-30 | 1 | -2/+10 | |
| | | | | during sync_locations() if it changed or was stored incorrectly. | |||||
* | fix issue where likes notices are emited allthough they are actually disabled | Mario | 2021-11-24 | 1 | -1/+1 | |
| | ||||||
* | nativeWikiPage: more whitespace and cleanup | Mario | 2021-10-20 | 1 | -262/+254 | |
| | ||||||
* | fix for issue #1640 - use item_store() instead of post_activity_item() which ↵ | Mario Vavti | 2021-10-20 | 2 | -71/+84 | |
| | | | | is checking for post_comment permission which we might not have in this case. item_store() requires slightly more data but basically does the same. Also some minor improvements and whitespace changes. | |||||
* | 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 | |||||
* | escape_tags only once | Mario | 2021-10-15 | 1 | -2/+2 | |
| | ||||||
* | implement AS representation of photos and albums, cleanup and minor fixes | Mario | 2021-10-13 | 1 | -97/+115 | |
| | ||||||
* | remove redundant variable and provide missing phpdoc | Mario | 2021-10-10 | 1 | -0/+1 | |
| | ||||||
* | use Libzot::fetch_conversation to fetch conversations from search and add an ↵ | Mario | 2021-10-09 | 1 | -5/+6 | |
| | | | | optional force argument to process_delivery | |||||
* | remove hz_syslog and deal with intro notifications in the messages widget | Mario | 2021-10-08 | 1 | -1/+1 | |
| | ||||||
* | update composer libs | Mario | 2021-10-08 | 1 | -1/+1 | |
| | ||||||
* | move sync logic for apps to mod appman. this way we can re-use the functions ↵ | Mario Vavti | 2021-10-06 | 2 | -52/+33 | |
| | | | | without creating sync loops. | |||||
* | disable app sync due to a possible loop | Mario | 2021-10-04 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 1 | -0/+3 | |
|\ | ||||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-04 | 1 | -0/+1 | |
| |\ | ||||||
| * | | unset id before syncing | Mario | 2021-10-04 | 1 | -0/+3 | |
| | | | ||||||
* | | | also sync the undestroy action | Mario Vavti | 2021-10-04 | 1 | -7/+7 | |
| |/ |/| | ||||||
* | | more app sync | Mario Vavti | 2021-10-04 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 2 | -5/+9 | |
|\ | ||||||
| * | app sync fixes - part 1 | Mario | 2021-10-04 | 2 | -5/+9 | |
| | | ||||||
* | | app sync fixes - part 2 | Mario Vavti | 2021-10-04 | 1 | -10/+13 | |
|/ | ||||||
* | provide system app sync | Mario | 2021-10-04 | 2 | -2/+11 | |
| | ||||||
* | commment out deprecated code | Mario | 2021-10-04 | 1 | -4/+4 | |
| | ||||||
* | fix typo | Mario | 2021-10-04 | 1 | -1/+1 | |
| | ||||||
* | fix site lookup and minor cleanup | Mario | 2021-10-04 | 1 | -22/+40 | |
| | ||||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-03 | 1 | -1/+1 | |
|\ | ||||||
| * | clone channel delete issues - part 1 | Mario Vavti | 2021-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | clone channel delete issues - part 2 | Mario | 2021-10-03 | 2 | -3/+13 | |
|/ | ||||||
* | 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! | |||||
* | add notices tab to HQ widget | Mario | 2021-09-23 | 1 | -3/+3 | |
| | ||||||
* | add option to mark all notices of a thread read if a notice of the thread is ↵ | Mario | 2021-09-18 | 1 | -1/+1 | |
| | | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array | |||||
* | typo | Mario | 2021-09-15 | 1 | -1/+1 | |
| | ||||||
* | provide a get_cached_actor_provider hook and improve the author/owner ↵ | Mario | 2021-09-15 | 2 | -14/+38 | |
| | | | | handling in Libzot::import() | |||||
* | fix $desturl set to wrong value (null) | Mario | 2021-09-13 | 1 | -2/+2 | |
| | ||||||
* | when updating the channel name from profiles make sure to lookup the xchan ↵ | Mario | 2021-09-10 | 1 | -1/+0 | |
| | | | | entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone | |||||
* | 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 | 2 | -1/+19 | |
| | ||||||
* | fix anon comments for cards and articles | Mario | 2021-09-05 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | more gen_link_id() | Mario | 2021-09-04 | 2 | -5/+5 | |
| | ||||||
* | refactor actor_store and actor cache part 1 | Mario | 2021-09-04 | 3 | -11/+105 | |
| | ||||||
* | 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 | |
| | ||||||
* | more app descriptions | Mario | 2021-08-26 | 1 | -1/+2 | |
| | ||||||
* | issue 1599 | Zot | 2021-08-26 | 1 | -4/+10 | |
| | ||||||
* | untangle the app template into separate templates and fix bbcode view | Mario | 2021-08-23 | 1 | -2/+26 | |
| |