Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix alt_pager() | Mario | 2021-10-06 | 2 | -7/+3 |
| | |||||
* | fix drop_query_params() if no query params are left | Mario | 2021-10-06 | 1 | -2/+5 |
| | |||||
* | simplify | Mario | 2021-10-06 | 1 | -19/+14 |
| | |||||
* | really de-duplicate entries for dead hubs | Mario | 2021-10-06 | 1 | -16/+19 |
| | |||||
* | do not show duplicate entries for dead hubs | Mario | 2021-10-06 | 1 | -1/+3 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-06 | 16 | -24573/+23734 |
|\ | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-06 | 15 | -24558/+23655 |
| |\ | |||||
| | * | Merge branch 'ab-dev' into 'dev' | Max Kostikov | 2021-10-05 | 15 | -24558/+23655 |
| | |\ | | | | | | | | | | | | | | | | | Polish translation: fixes and updates See merge request hubzilla/core!1989 | ||||
| | | * | Polish translation: fixes and updates | Andrzej Budziński | 2021-10-04 | 15 | -24558/+23655 |
| | | | | |||||
| * | | | implement sync logic in mod appman | Mario | 2021-10-06 | 1 | -15/+79 |
| |/ / | |||||
* / / | move sync logic for apps to mod appman. this way we can re-use the functions ↵ | Mario Vavti | 2021-10-06 | 3 | -77/+35 |
|/ / | | | | | | | without creating sync loops. | ||||
* | | disable app sync due to a possible loop | Mario | 2021-10-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-04 | 2 | -4/+24 |
| |\ \ | |||||
| * | | | unset id before syncing | Mario | 2021-10-04 | 1 | -0/+3 |
| | |/ | |/| | |||||
* | | | also sync the undestroy action | Mario Vavti | 2021-10-04 | 1 | -7/+7 |
| |/ |/| | |||||
* | | more app sync | Mario Vavti | 2021-10-04 | 2 | -4/+24 |
|/ | |||||
* | set the sync flag to true | Mario Vavti | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | more app sync fixes | Mario Vavti | 2021-10-04 | 1 | -4/+4 |
| | |||||
* | Revert "more app sync fixes" | Mario Vavti | 2021-10-04 | 1 | -21/+13 |
| | | | | This reverts commit 743098921220364341e5e3b194fbe0b442a4c28c. | ||||
* | more app sync fixes | Mario Vavti | 2021-10-04 | 1 | -13/+21 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-04 | 2 | -5/+9 |
|\ | |||||
| * | app sync fixes - part 1 | Mario | 2021-10-04 | 2 | -5/+9 |
| | | |||||
* | | app sync fixes - part 2 | Mario Vavti | 2021-10-04 | 2 | -16/+19 |
|/ | |||||
* | provide system app sync | Mario | 2021-10-04 | 3 | -23/+64 |
| | |||||
* | commment out deprecated code | Mario | 2021-10-04 | 1 | -4/+4 |
| | |||||
* | fix typo | Mario | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | add pem | Mario | 2021-10-04 | 1 | -0/+3154 |
| | |||||
* | fix site lookup and minor cleanup | Mario | 2021-10-04 | 1 | -22/+40 |
| | |||||
* | update certs | Mario | 2021-10-03 | 3 | -4070/+403 |
| | |||||
* | mod locs: do not show drop icon for local clones and get rid of redundant ↵ | Mario | 2021-10-03 | 2 | -9/+9 |
| | | | | for loop | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-03 | 3 | -8/+12 |
|\ | |||||
| * | clone channel delete issues - part 1 | Mario Vavti | 2021-10-03 | 3 | -8/+12 |
| | | |||||
* | | clone channel delete issues - part 2 | Mario | 2021-10-03 | 2 | -3/+13 |
|/ | |||||
* | make sure we have a sender here | Mario | 2021-10-03 | 1 | -0/+4 |
| | |||||
* | make sure to return if we have no xchan here | Mario | 2021-10-03 | 1 | -0/+3 |
| | |||||
* | fix typo | Mario | 2021-10-03 | 2 | -3/+1 |
| | |||||
* | remove redundant query and exit with status 410 if channel was removed | Mario | 2021-10-03 | 1 | -8/+1 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-10-03 | 4 | -24/+31 |
|\ | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-10-03 | 2 | -10/+10 |
| |\ | |||||
| * | | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 4 | -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 10 | Mario | 2021-10-03 | 1 | -2/+2 |
| |/ |/| | |||||
* | | sigh... | Mario | 2021-10-02 | 1 | -12/+11 |
| | | |||||
* | | another try on pg test | Mario | 2021-10-02 | 1 | -11/+12 |
| | | |||||
* | | nope - disable pg test until the issue is resolved | Mario | 2021-10-02 | 1 | -7/+7 |
| | | |||||
* | | another try to fix pg test | Mario | 2021-10-02 | 1 | -3/+3 |
| | | |||||
* | | see if this fixes pgsql test issue | Mario | 2021-10-02 | 1 | -2/+2 |
| | | |||||
* | | nav move header outsite of container - fixes app sticking above header when ↵ | Mario | 2021-10-02 | 1 | -3/+3 |
|/ | | | | sorting | ||||
* | fix removed channels counted for max id check and disable moving until we ↵ | Mario | 2021-10-02 | 2 | -3/+3 |
| | | | | decide what to do with it | ||||
* | cleanup api_auth and make it fetch the identity if we do not have it cached yet | Mario | 2021-10-02 | 1 | -43/+56 |
| |