Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix removed channels counted for max id check and disable moving until we ↵ | Mario | 2021-10-02 | 1 | -2/+2 |
| | | | | decide what to do with it | ||||
* | also check for vnotify | Mario Vavti | 2021-10-01 | 1 | -2/+5 |
| | |||||
* | only show sse pubs if the app is installed | Mario Vavti | 2021-10-01 | 1 | -0/+8 |
| | |||||
* | only bootstrap pubs if the app is installed | Mario Vavti | 2021-10-01 | 1 | -1/+1 |
| | |||||
* | import_progress: deal with the situation where items/files are being ↵ | Mario Vavti | 2021-10-01 | 3 | -12/+40 |
| | | | | imported but there are none to import | ||||
* | remove redundant notice | Mario Vavti | 2021-10-01 | 1 | -2/+0 |
| | |||||
* | only allow resume if we are not completed yet | Mario Vavti | 2021-10-01 | 1 | -12/+9 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-01 | 2 | -0/+7 |
|\ | |||||
| * | improve file upload performance: start uploading next file only after the ↵ | Mario | 2021-10-01 | 2 | -0/+7 |
| | | | | | | | | previous finished, make sure to not return when uploading via ajax | ||||
* | | improve channel import progress page | Mario Vavti | 2021-10-01 | 2 | -16/+47 |
|/ | |||||
* | wording | Mario Vavti | 2021-09-30 | 1 | -4/+4 |
| | |||||
* | minor display change | Mario Vavti | 2021-09-30 | 1 | -1/+2 |
| | |||||
* | implement file totals and add mod import_progress | Mario Vavti | 2021-09-30 | 2 | -3/+75 |
| | |||||
* | provide a very simple status page for content import | Mario Vavti | 2021-09-30 | 3 | -12/+37 |
| | |||||
* | add channel purge daemon | Mario Vavti | 2021-09-30 | 1 | -0/+34 |
| | |||||
* | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 3 | -93/+35 |
| | |||||
* | importer daemons: do not call with zap_compat flag and use return instead of ↵ | Mario | 2021-09-27 | 3 | -17/+16 |
| | | | | kill so that queueworker can go on | ||||
* | cleanup mod import and implement importer daemons ported from zap | Mario | 2021-09-27 | 1 | -205/+293 |
| | |||||
* | add importer daemons ported from zap | Mario | 2021-09-27 | 2 | -0/+109 |
| | |||||
* | add outbox | Mario | 2021-09-27 | 1 | -0/+124 |
| | |||||
* | 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 |
| | |||||
* | externals: if dealing with AP profiles also fetch comments. there is no way ↵ | Mario | 2021-09-25 | 1 | -5/+5 |
| | | | | to fetch conversations later | ||||
* | bring back externals (slightly different approach), rename zotfeed to outbox ↵ | Mario | 2021-09-25 | 5 | -224/+95 |
| | | | | for consistency wit AP naming. warning: this commit requires update of addons! | ||||
* | dismiss deleted xchans in query | Mario | 2021-09-25 | 1 | -2/+1 |
| | |||||
* | add zot6 specific handling to onepoll | Mario | 2021-09-23 | 1 | -1/+16 |
| | |||||
* | Ãfix wrong variable name and streamline icon with unseen notifications icon | Mario | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | make sure entries is initialized | Mario | 2021-09-23 | 1 | -0/+2 |
| | |||||
* | add notices tab to HQ widget | Mario | 2021-09-23 | 3 | -5/+55 |
| | |||||
* | mod manage: do not query info which we do not use in the UI and probably ↵ | Mario | 2021-09-21 | 1 | -2/+4 |
| | | | | should not due to performance considerations | ||||
* | perform profile sync after all the fields are updated otherwise we will sync ↵ | Mario | 2021-09-21 | 1 | -11/+12 |
| | | | | outdated data | ||||
* | add option to mark all notices of a thread read if a notice of the thread is ↵ | Mario | 2021-09-18 | 3 | -9/+30 |
| | | | | 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 | 2 | -3/+2 |
| | | | | entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone | ||||
* | fix mod display regressions | Mario | 2021-09-07 | 1 | -7/+10 |
| | |||||
* | resolve some vsprintf issues | Mario | 2021-09-07 | 4 | -20/+17 |
| | |||||
* | if posting from hq return to the message we just posted | Mario | 2021-09-06 | 1 | -0/+4 |
| | |||||
* | fix post mail check in Activity::create_note() | Mario | 2021-09-06 | 1 | -9/+9 |
| | |||||
* | update strings | Mario | 2021-09-06 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -5/+9 |
| | | | | Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet. | ||||
* | fix regressions in mod hq | Mario | 2021-09-04 | 1 | -3/+4 |
| | |||||
* | more gen_link_id() | Mario | 2021-09-04 | 6 | -103/+105 |
| | |||||
* | more unpack_link_id() | Mario | 2021-09-04 | 6 | -88/+75 |
| | |||||
* | refactor actor_store and actor cache part 1 | Mario | 2021-09-04 | 3 | -11/+105 |
| | |||||
* | implement unpack_link_id() in mod channel | Mario | 2021-09-04 | 1 | -16/+17 |
| |