aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-4/+5
|
* do away with deprecated activity typesMario2024-02-281-2/+0
|
* allow themes to manipulate app icons (photos) via a hookMario2023-09-151-2/+19
|
* fix regression where automatically created directories were not public and ↵Mario2022-11-071-2/+2
| | | | pinned/featured state of apps was not displayed correctly
* fix php warningsMario2022-10-261-4/+4
|
* fix more php warningsMario Vavti2022-10-201-4/+5
|
* fix random php warningsMario2022-09-071-1/+6
|
* PHP 8.1 band-aidMario Vavti2022-01-311-1/+1
|
* fix channel app naming and translation and cleanup apps with an db updateMario2022-01-191-2/+2
|
* add link to create new contact rolesMario2022-01-071-5/+3
|
* escape_tags only onceMario2021-10-151-2/+2
|
* remove redundant variable and provide missing phpdocMario2021-10-101-0/+1
|
* move sync logic for apps to mod appman. this way we can re-use the functions ↵Mario Vavti2021-10-061-48/+31
| | | | without creating sync loops.
* 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-041-0/+1
| |\
| * | unset id before syncingMario2021-10-041-0/+3
| | |
* | | also sync the undestroy actionMario Vavti2021-10-041-7/+7
| |/ |/|
* | more app syncMario Vavti2021-10-041-0/+1
|/
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-10-041-4/+8
|\
| * app sync fixes - part 1Mario2021-10-041-4/+8
| |
* | app sync fixes - part 2Mario Vavti2021-10-041-10/+13
|/
* provide system app syncMario2021-10-041-2/+7
|
* more app descriptionsMario2021-08-261-1/+2
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-2/+26
|
* more app descriptions and return to the app if installed from the module itselfMario2021-08-231-0/+2
|
* use the slightly altered app_render() function instead of a separate functionMario2021-08-221-23/+7
|
* improve documentationMario2021-08-221-1/+1
|
* infrastructure to provide an app install widget for modules and make the ↵Mario2021-08-221-0/+37
| | | | bookmark app use it
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-2/+3
| | | | messages and starred messages if the feature is enabled
* remove most legacy zot quirksMario2021-05-261-1/+1
|
* php8: isset() returns true if the array key exists but is empty. We need to ↵Mario2021-03-101-18/+18
| | | | check with empty() here.
* php8: random fixes deriving from mod networkMario2021-03-101-21/+21
|
* fix php8 issuesMario Vavti2021-02-021-1/+1
|
* app_render() check against zot6Mario2021-01-171-1/+1
|
* allow apps to be both pinned and starred independentlyZot2020-06-111-4/+2
|
* deprecate premium channel appMario2020-05-071-1/+0
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-2/+4
|
* move mail frontend to addons and remove mail app from system appsMario2020-01-181-1/+0
|
* remove the caldav and event app and make calendar the default appMario Vavti2019-05-091-3/+2
|
* It is in fact the 'Content Import' app string that needs to be translated. A ↵zotlabs2019-03-071-0/+1
| | | | previous commit errantly included the string 'Content Filter'. But don't remove 'Content Filter'. That is actually a thing in Zap and will eventually make its way to Hubzilla.
* translate name of content filter (addon) app.zotlabs2019-02-281-0/+1
|
* affinity slider as appphani002019-02-141-0/+1
|
* Extend documentation.Klaus Weidenbach2019-01-281-136/+239
|
* make Apps::get_base_apps() pluggablezotlabs2019-01-081-1/+3
|
* regression: the ability to order apps messed up since adding pinned apps to ↵zotlabs2018-12-121-12/+26
| | | | the ordering
* allow to undelete deleted base appsMario Vavti2018-10-151-2/+2
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-10-071-5/+5
|\
| * minor app cleanupzotlabs2018-10-051-5/+5
| |
* | rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-061-2/+2
| | | | | | | | osada) because it makes much more sense.
* | admin should not be an app imho - we can not install/delete admin abilities. ↵Mario Vavti2018-10-061-3/+0
| | | | | | | | Remove suggest channels from base apps.