aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* httpsig: add parenthesesMario2021-10-121-1/+10
|
* if we do not have a display path, we are looking at the root directoryMario2021-10-101-2/+4
|
* make sure to not include removed channels in xrd or webfinger queriesMario2021-10-092-42/+37
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-091-17/+7
|\
| * use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-091-17/+7
| | | | | | | | optional force argument to process_delivery
* | mod import: only run automatic content and files import if api version is ↵Mario Vavti2021-10-091-16/+21
|/ | | | compatible
* implement sync logic in mod appmanMario2021-10-061-15/+79
|
* mod locs: do not show drop icon for local clones and get rid of redundant ↵Mario2021-10-031-6/+2
| | | | for loop
* remove redundant query and exit with status 410 if channel was removedMario2021-10-031-8/+1
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-031-1/+1
| | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
* 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-011-9/+38
| | | | 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-301-0/+66
|
* provide a very simple status page for content importMario Vavti2021-09-301-7/+16
|
* revise content import/export part 2Mario Vavti2021-09-291-84/+8
|
* importer daemons: do not call with zap_compat flag and use return instead of ↵Mario2021-09-271-2/+1
| | | | kill so that queueworker can go on
* cleanup mod import and implement importer daemons ported from zapMario2021-09-271-205/+293
|
* add outboxMario2021-09-271-0/+124
|
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-251-109/+7
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* add notices tab to HQ widgetMario2021-09-231-1/+0
|
* 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-182-8/+29
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* when updating the channel name from profiles make sure to lookup the xchan ↵Mario2021-09-101-2/+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 regressions in mod hqMario2021-09-041-3/+4
|
* more gen_link_id()Mario2021-09-044-98/+100
|
* more unpack_link_id()Mario2021-09-045-59/+46
|
* implement unpack_link_id() in mod channelMario2021-09-041-16/+17
|
* Merge branch 'owafix' into 'dev'Mario2021-08-301-2/+2
|\ | | | | | | | | OWA: very difficult to trace failures due to empty public key record. The... See merge request hubzilla/core!1986
| * OWA: very difficult to trace failures due to empty public key record. The ↵nobody2021-08-291-2/+2
| | | | | | | | signature might succeed because an empty key triggers an external key fetch. But the empty key cannot encrypt the token. This has been observed in the wild on a number of sites/projects.
* | do not define colors in manifest (system colors are mostly the better fit) ↵Mario2021-08-291-2/+0
| | | | | | | | and use profile fullname instead of channel_name in nav
* | more app descriptions and remove some unused imagesMario2021-08-283-12/+6
|/
* adjust background colorMario2021-08-261-1/+1
|
* port latest pwa work from zapMario2021-08-262-0/+119
|
* whitespaceMario2021-08-261-4/+4
|
* more app descriptionsMario2021-08-263-91/+85
|
* add appstore widget to appmanMario2021-08-251-7/+7
|