Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | httpsig: add parentheses | Mario | 2021-10-12 | 1 | -1/+10 |
| | |||||
* | if we do not have a display path, we are looking at the root directory | Mario | 2021-10-10 | 1 | -2/+4 |
| | |||||
* | make sure to not include removed channels in xrd or webfinger queries | Mario | 2021-10-09 | 2 | -42/+37 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-09 | 1 | -17/+7 |
|\ | |||||
| * | use Libzot::fetch_conversation to fetch conversations from search and add an ↵ | Mario | 2021-10-09 | 1 | -17/+7 |
| | | | | | | | | optional force argument to process_delivery | ||||
* | | mod import: only run automatic content and files import if api version is ↵ | Mario Vavti | 2021-10-09 | 1 | -16/+21 |
|/ | | | | compatible | ||||
* | implement sync logic in mod appman | Mario | 2021-10-06 | 1 | -15/+79 |
| | |||||
* | mod locs: do not show drop icon for local clones and get rid of redundant ↵ | Mario | 2021-10-03 | 1 | -6/+2 |
| | | | | for loop | ||||
* | remove redundant query and exit with status 410 if channel was removed | Mario | 2021-10-03 | 1 | -8/+1 |
| | |||||
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 1 | -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 ↵ | 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 | 1 | -9/+38 |
| | | | | 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 | 1 | -0/+66 |
| | |||||
* | provide a very simple status page for content import | Mario Vavti | 2021-09-30 | 1 | -7/+16 |
| | |||||
* | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 1 | -84/+8 |
| | |||||
* | importer daemons: do not call with zap_compat flag and use return instead of ↵ | Mario | 2021-09-27 | 1 | -2/+1 |
| | | | | 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 outbox | Mario | 2021-09-27 | 1 | -0/+124 |
| | |||||
* | bring back externals (slightly different approach), rename zotfeed to outbox ↵ | Mario | 2021-09-25 | 1 | -109/+7 |
| | | | | for consistency wit AP naming. warning: this commit requires update of addons! | ||||
* | add notices tab to HQ widget | Mario | 2021-09-23 | 1 | -1/+0 |
| | |||||
* | 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 | 2 | -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 ↵ | Mario | 2021-09-10 | 1 | -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 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 regressions in mod hq | Mario | 2021-09-04 | 1 | -3/+4 |
| | |||||
* | more gen_link_id() | Mario | 2021-09-04 | 4 | -98/+100 |
| | |||||
* | more unpack_link_id() | Mario | 2021-09-04 | 5 | -59/+46 |
| | |||||
* | implement unpack_link_id() in mod channel | Mario | 2021-09-04 | 1 | -16/+17 |
| | |||||
* | Merge branch 'owafix' into 'dev' | Mario | 2021-08-30 | 1 | -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 ↵ | nobody | 2021-08-29 | 1 | -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) ↵ | Mario | 2021-08-29 | 1 | -2/+0 |
| | | | | | | | | and use profile fullname instead of channel_name in nav | ||||
* | | more app descriptions and remove some unused images | Mario | 2021-08-28 | 3 | -12/+6 |
|/ | |||||
* | adjust background color | Mario | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | port latest pwa work from zap | Mario | 2021-08-26 | 2 | -0/+119 |
| | |||||
* | whitespace | Mario | 2021-08-26 | 1 | -4/+4 |
| | |||||
* | more app descriptions | Mario | 2021-08-26 | 3 | -91/+85 |
| | |||||
* | add appstore widget to appman | Mario | 2021-08-25 | 1 | -7/+7 |
| |