aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* app sync fixes - part 2Mario Vavti2021-10-041-6/+6
|
* provide system app syncMario2021-10-041-21/+53
|
* make sure to return if we have no xchan hereMario2021-10-031-0/+3
|
* fix typoMario2021-10-031-1/+1
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-032-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 yetMario2021-10-021-43/+56
|
* provide files totalMario2021-09-301-4/+18
|
* implement channel purge daemon and send a notifier purge_all message if the ↵Mario Vavti2021-09-301-7/+5
| | | | xchan was deleted
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-09-292-23/+56
|\
| * revise content import/export part 1Mario2021-09-292-23/+56
| |
* | revise content import/export part 2Mario Vavti2021-09-292-1/+1
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-09-231-1/+6
|\
| * make sure we do not mix up likes on direct messages and commments on direct ↵Mario2021-09-231-1/+6
| | | | | | | | messages in notices
* | implement the top option in items_fetchMario Vavti2021-09-231-2/+5
|/
* improve item_url_replace() - fixes #1507Mario Vavti2021-09-211-10/+18
|
* do not process summary in cleanup_bbcode() fixes issue #1612Mario2021-09-121-2/+4
|
* deprecate the custom highlight [hl] bbcode in favor of [mark] which is a ↵Mario2021-09-071-2/+8
| | | | html5 standard
* more gen_link_id()Mario2021-09-041-1/+1
|
* implement strict mode for base64url_decode() and introduce unpack_link_id()Mario2021-09-041-4/+19
|
* add an optional force flag to actor_store()Mario2021-08-301-1/+0
|
* Merge branch 'photodir' into 'dev'Mario2021-08-301-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...Zot2021-08-301-1/+2
| |
* | do not define colors in manifest (system colors are mostly the better fit) ↵Mario2021-08-292-4/+4
|/ | | | and use profile fullname instead of channel_name in nav
* issue 1599Zot2021-08-261-3/+3
|
* channel manager -> channelsMario2021-08-241-1/+1
|
* nav cleanupMario2021-08-241-30/+30
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-1/+1
|
* more legacy mail cleanup - issue #1595Mario2021-08-172-17/+3
|
* make sure we have a path before running getimagesize() on itMario2021-08-171-2/+6
|
* remove loggingMario2021-08-031-2/+0
|
* Apps drag and drop featureMario2021-08-033-3/+6
|
* Merge branch 'dev' into bs5Mario2021-07-299-822/+187
|\
| * do not use summary in photo objectMario Vavti2021-07-021-1/+0
| |
| * revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵Mario2021-07-021-12/+9
| | | | | | | | the xchan in handle_tag()
| * tools -> featuresMario2021-06-291-1/+1
| |
| * fix deleting and starring in unthreaded viewMario2021-06-291-7/+15
| |
| * fix query logicMario2021-06-291-2/+1
| |
| * more deprecate legacy zotMario2021-06-282-2/+2
| |
| * Merge branch 'fix' into 'dev'Mario2021-06-281-1/+2
| |\ | | | | | | | | | | | | fix call to prepare_body See merge request hubzilla/core!1973
| | * fix call to prepare_bodyMichael Johnston2021-06-281-1/+2
| | |
| * | fix regression in relation with recent photo changesMario2021-06-272-7/+7
| |/
| * remove deprecated dir and queue fnsMario2021-06-242-751/+0
| |
| * some work on streamlining mod photosMario2021-06-232-32/+95
| |
| * streamline jot popup for mod hqMario2021-06-211-1/+2
| |
| * bbcode: add option to drop media contentMario2021-06-181-0/+21
| |
| * css fixesMario2021-06-181-5/+5
| |
| * New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-172-1/+28
| | | | | | | | messages and starred messages if the feature is enabled