aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix alt_pager()Mario2021-10-062-7/+3
|
* fix drop_query_params() if no query params are leftMario2021-10-061-2/+5
|
* simplifyMario2021-10-061-19/+14
|
* really de-duplicate entries for dead hubsMario2021-10-061-16/+19
|
* do not show duplicate entries for dead hubsMario2021-10-061-1/+3
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-0616-24573/+23734
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-0615-24558/+23655
| |\
| | * Merge branch 'ab-dev' into 'dev'Max Kostikov2021-10-0515-24558/+23655
| | |\ | | | | | | | | | | | | | | | | Polish translation: fixes and updates See merge request hubzilla/core!1989
| | | * Polish translation: fixes and updatesAndrzej Budziński2021-10-0415-24558/+23655
| | | |
| * | | implement sync logic in mod appmanMario2021-10-061-15/+79
| |/ /
* / / move sync logic for apps to mod appman. this way we can re-use the functions ↵Mario Vavti2021-10-063-77/+35
|/ / | | | | | | without creating sync loops.
* | disable app sync due to a possible loopMario2021-10-041-2/+2
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-041-0/+3
|\ \
| * \ Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-042-4/+24
| |\ \
| * | | unset id before syncingMario2021-10-041-0/+3
| | |/ | |/|
* | | also sync the undestroy actionMario Vavti2021-10-041-7/+7
| |/ |/|
* | more app syncMario Vavti2021-10-042-4/+24
|/
* set the sync flag to trueMario Vavti2021-10-041-1/+1
|
* more app sync fixesMario Vavti2021-10-041-4/+4
|
* Revert "more app sync fixes"Mario Vavti2021-10-041-21/+13
| | | | This reverts commit 743098921220364341e5e3b194fbe0b442a4c28c.
* more app sync fixesMario Vavti2021-10-041-13/+21
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-042-5/+9
|\
| * app sync fixes - part 1Mario2021-10-042-5/+9
| |
* | app sync fixes - part 2Mario Vavti2021-10-042-16/+19
|/
* provide system app syncMario2021-10-043-23/+64
|
* commment out deprecated codeMario2021-10-041-4/+4
|
* fix typoMario2021-10-041-1/+1
|
* add pemMario2021-10-041-0/+3154
|
* fix site lookup and minor cleanupMario2021-10-041-22/+40
|
* update certsMario2021-10-033-4070/+403
|
* mod locs: do not show drop icon for local clones and get rid of redundant ↵Mario2021-10-032-9/+9
| | | | for loop
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-033-8/+12
|\
| * clone channel delete issues - part 1Mario Vavti2021-10-033-8/+12
| |
* | clone channel delete issues - part 2Mario2021-10-032-3/+13
|/
* make sure we have a sender hereMario2021-10-031-0/+4
|
* make sure to return if we have no xchan hereMario2021-10-031-0/+3
|
* fix typoMario2021-10-032-3/+1
|
* remove redundant query and exit with status 410 if channel was removedMario2021-10-031-8/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-10-034-24/+31
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-032-10/+10
| |\
| * | add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-034-24/+31
| | | | | | | | | | | | 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.
* | | channel_purge: raise limit by factor of 10Mario2021-10-031-2/+2
| |/ |/|
* | sigh...Mario2021-10-021-12/+11
| |
* | another try on pg testMario2021-10-021-11/+12
| |
* | nope - disable pg test until the issue is resolvedMario2021-10-021-7/+7
| |
* | another try to fix pg testMario2021-10-021-3/+3
| |
* | see if this fixes pgsql test issueMario2021-10-021-2/+2
| |
* | nav move header outsite of container - fixes app sticking above header when ↵Mario2021-10-021-3/+3
|/ | | | sorting
* fix removed channels counted for max id check and disable moving until we ↵Mario2021-10-022-3/+3
| | | | decide what to do with it
* cleanup api_auth and make it fetch the identity if we do not have it cached yetMario2021-10-021-43/+56
|