Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix php error | Mario | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | deprecate AccessList::widget() | Mario | 2022-01-09 | 1 | -1/+2 |
| | |||||
* | mark group actors as such in items and minor text change | Mario | 2022-01-08 | 2 | -1/+2 |
| | |||||
* | add link to create new contact roles | Mario | 2022-01-07 | 1 | -5/+3 |
| | |||||
* | 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 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-12-21 | 1 | -2/+29 |
|\ | |||||
| * | improve pconfig sync at the receiving side | Mario Vavti | 2021-12-21 | 1 | -2/+29 |
| | | |||||
* | | improve pconfig sync at the sending side | Mario | 2021-12-21 | 1 | -41/+44 |
|/ | |||||
* | guest token xchan_network = "token" and remove permission checks since the ↵ | Mario | 2021-12-18 | 1 | -5/+35 |
| | | | | guest tokens are now added to the abook automatically | ||||
* | main.js simplify notify_id checks | Mario | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | implement contact role deletion | Mario | 2021-12-17 | 1 | -5/+5 |
| | |||||
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 8 | -577/+308 |
| | |||||
* | Announce missing in is_response_activity() | Mario Vavti | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | 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() |