aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* fix removed channels counted for max id check and disable moving until we ↵Mario2021-10-021-2/+2
| | | | decide what to do with it
* also check for vnotifyMario Vavti2021-10-011-2/+5
|
* only show sse pubs if the app is installedMario Vavti2021-10-011-0/+8
|
* only bootstrap pubs if the app is installedMario Vavti2021-10-011-1/+1
|
* import_progress: deal with the situation where items/files are being ↵Mario Vavti2021-10-013-12/+40
| | | | imported but there are none to import
* remove redundant noticeMario Vavti2021-10-011-2/+0
|
* only allow resume if we are not completed yetMario Vavti2021-10-011-12/+9
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-012-0/+7
|\
| * improve file upload performance: start uploading next file only after the ↵Mario2021-10-012-0/+7
| | | | | | | | previous finished, make sure to not return when uploading via ajax
* | improve channel import progress pageMario Vavti2021-10-012-16/+47
|/
* wordingMario Vavti2021-09-301-4/+4
|
* minor display changeMario Vavti2021-09-301-1/+2
|
* implement file totals and add mod import_progressMario Vavti2021-09-302-3/+75
|
* provide a very simple status page for content importMario Vavti2021-09-303-12/+37
|
* add channel purge daemonMario Vavti2021-09-301-0/+34
|
* revise content import/export part 2Mario Vavti2021-09-293-93/+35
|
* importer daemons: do not call with zap_compat flag and use return instead of ↵Mario2021-09-273-17/+16
| | | | kill so that queueworker can go on
* cleanup mod import and implement importer daemons ported from zapMario2021-09-271-205/+293
|
* add importer daemons ported from zapMario2021-09-272-0/+109
|
* add outboxMario2021-09-271-0/+124
|
* 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
|
* externals: if dealing with AP profiles also fetch comments. there is no way ↵Mario2021-09-251-5/+5
| | | | to fetch conversations later
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-255-224/+95
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* dismiss deleted xchans in queryMario2021-09-251-2/+1
|
* add zot6 specific handling to onepollMario2021-09-231-1/+16
|
* Ãfix wrong variable name and streamline icon with unseen notifications iconMario2021-09-231-1/+1
|
* make sure entries is initializedMario2021-09-231-0/+2
|
* add notices tab to HQ widgetMario2021-09-233-5/+55
|
* mod manage: do not query info which we do not use in the UI and probably ↵Mario2021-09-211-2/+4
| | | | should not due to performance considerations
* perform profile sync after all the fields are updated otherwise we will sync ↵Mario2021-09-211-11/+12
| | | | outdated data
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-183-9/+30
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* typoMario2021-09-151-1/+1
|
* provide a get_cached_actor_provider hook and improve the author/owner ↵Mario2021-09-152-14/+38
| | | | handling in Libzot::import()
* fix $desturl set to wrong value (null)Mario2021-09-131-2/+2
|
* when updating the channel name from profiles make sure to lookup the xchan ↵Mario2021-09-102-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 regressionsMario2021-09-071-7/+10
|
* resolve some vsprintf issuesMario2021-09-074-20/+17
|
* if posting from hq return to the message we just postedMario2021-09-061-0/+4
|
* fix post mail check in Activity::create_note()Mario2021-09-061-9/+9
|
* update stringsMario2021-09-061-2/+2
|
* check the post_mail permission for direct messagesMario2021-09-062-1/+19
|
* fix anon comments for cards and articlesMario2021-09-051-1/+1
|
* do not save collections in a separate xconfig anymoreMario2021-09-051-18/+0
|
* omit deleted hublocs in get_actor_hublocs() and use ↵Mario2021-09-052-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 hqMario2021-09-041-3/+4
|
* more gen_link_id()Mario2021-09-046-103/+105
|
* more unpack_link_id()Mario2021-09-046-88/+75
|
* refactor actor_store and actor cache part 1Mario2021-09-043-11/+105
|
* implement unpack_link_id() in mod channelMario2021-09-041-16/+17
|