Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bbcode: deal with codeblocks before we escape other tags | Mario | 2021-10-10 | 1 | -25/+22 |
| | |||||
* | remove redundant variable and provide missing phpdoc | Mario | 2021-10-10 | 1 | -1/+0 |
| | |||||
* | fix alt_pager() | Mario | 2021-10-06 | 1 | -5/+1 |
| | |||||
* | fix drop_query_params() if no query params are left | Mario | 2021-10-06 | 1 | -2/+5 |
| | |||||
* | move sync logic for apps to mod appman. this way we can re-use the functions ↵ | Mario Vavti | 2021-10-06 | 1 | -25/+2 |
| | | | | without creating sync loops. | ||||
* | more app sync | Mario Vavti | 2021-10-04 | 1 | -4/+23 |
| | |||||
* | 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 |
| | |||||
* | app sync fixes - part 2 | Mario Vavti | 2021-10-04 | 1 | -6/+6 |
| | |||||
* | provide system app sync | Mario | 2021-10-04 | 1 | -21/+53 |
| | |||||
* | make sure to return if we have no xchan here | Mario | 2021-10-03 | 1 | -0/+3 |
| | |||||
* | fix typo | Mario | 2021-10-03 | 1 | -1/+1 |
| | |||||
* | add optional $removed argument to channelx_by functions to allow inclusion ↵ | Mario Vavti | 2021-10-03 | 2 | -22/+29 |
| | | | | 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. | ||||
* | cleanup api_auth and make it fetch the identity if we do not have it cached yet | Mario | 2021-10-02 | 1 | -43/+56 |
| | |||||
* | provide files total | Mario | 2021-09-30 | 1 | -4/+18 |
| | |||||
* | implement channel purge daemon and send a notifier purge_all message if the ↵ | Mario Vavti | 2021-09-30 | 1 | -7/+5 |
| | | | | xchan was deleted | ||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-09-29 | 2 | -23/+56 |
|\ | |||||
| * | revise content import/export part 1 | Mario | 2021-09-29 | 2 | -23/+56 |
| | | |||||
* | | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 2 | -1/+1 |
|/ | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-09-23 | 1 | -1/+6 |
|\ | |||||
| * | make sure we do not mix up likes on direct messages and commments on direct ↵ | Mario | 2021-09-23 | 1 | -1/+6 |
| | | | | | | | | messages in notices | ||||
* | | implement the top option in items_fetch | Mario Vavti | 2021-09-23 | 1 | -2/+5 |
|/ | |||||
* | improve item_url_replace() - fixes #1507 | Mario Vavti | 2021-09-21 | 1 | -10/+18 |
| | |||||
* | do not process summary in cleanup_bbcode() fixes issue #1612 | Mario | 2021-09-12 | 1 | -2/+4 |
| | |||||
* | deprecate the custom highlight [hl] bbcode in favor of [mark] which is a ↵ | Mario | 2021-09-07 | 1 | -2/+8 |
| | | | | html5 standard | ||||
* | more gen_link_id() | Mario | 2021-09-04 | 1 | -1/+1 |
| | |||||
* | implement strict mode for base64url_decode() and introduce unpack_link_id() | Mario | 2021-09-04 | 1 | -4/+19 |
| | |||||
* | add an optional force flag to actor_store() | Mario | 2021-08-30 | 1 | -1/+0 |
| | |||||
* | Merge branch 'photodir' into 'dev' | Mario | 2021-08-30 | 1 | -1/+2 |
|\ | | | | | | | | | file is stored in wrong directory (/) if uploaded using photo module and it... See merge request hubzilla/core!1985 | ||||
| * | file is stored in wrong directory (/) if uploaded using photo module and it... | Zot | 2021-08-30 | 1 | -1/+2 |
| | | |||||
* | | do not define colors in manifest (system colors are mostly the better fit) ↵ | Mario | 2021-08-29 | 2 | -4/+4 |
|/ | | | | and use profile fullname instead of channel_name in nav | ||||
* | issue 1599 | Zot | 2021-08-26 | 1 | -3/+3 |
| | |||||
* | channel manager -> channels | Mario | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | nav cleanup | Mario | 2021-08-24 | 1 | -30/+30 |
| | |||||
* | untangle the app template into separate templates and fix bbcode view | Mario | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | more legacy mail cleanup - issue #1595 | Mario | 2021-08-17 | 2 | -17/+3 |
| | |||||
* | make sure we have a path before running getimagesize() on it | Mario | 2021-08-17 | 1 | -2/+6 |
| | |||||
* | remove logging | Mario | 2021-08-03 | 1 | -2/+0 |
| | |||||
* | Apps drag and drop feature | Mario | 2021-08-03 | 3 | -3/+6 |
| | |||||
* | Merge branch 'dev' into bs5 | Mario | 2021-07-29 | 9 | -822/+187 |
|\ | |||||
| * | do not use summary in photo object | Mario Vavti | 2021-07-02 | 1 | -1/+0 |
| | | |||||
| * | revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵ | Mario | 2021-07-02 | 1 | -12/+9 |
| | | | | | | | | the xchan in handle_tag() | ||||
| * | tools -> features | Mario | 2021-06-29 | 1 | -1/+1 |
| | | |||||
| * | fix deleting and starring in unthreaded view | Mario | 2021-06-29 | 1 | -7/+15 |
| | | |||||
| * | fix query logic | Mario | 2021-06-29 | 1 | -2/+1 |
| | | |||||
| * | more deprecate legacy zot | Mario | 2021-06-28 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'fix' into 'dev' | Mario | 2021-06-28 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | fix call to prepare_body See merge request hubzilla/core!1973 | ||||
| | * | fix call to prepare_body | Michael Johnston | 2021-06-28 | 1 | -1/+2 |
| | | |