aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
Commit message (Expand)AuthorAgeFilesLines
* 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 book...Mario2021-08-221-0/+37
* New landing page HQ with separate views for direct messages, public/limited m...Mario2021-06-171-2/+3
* remove most legacy zot quirksMario2021-05-261-1/+1
* php8: isset() returns true if the array key exists but is empty. We need to c...Mario2021-03-101-18/+18
* 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
* 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 t...zotlabs2018-12-121-12/+26
* 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 o...Mario Vavti2018-10-061-2/+2
* | admin should not be an app imho - we can not install/delete admin abilities. ...Mario Vavti2018-10-061-3/+0
* | gallery is not a core appMario Vavti2018-10-061-1/+0
* | bookmark appMario Vavti2018-10-061-1/+1
* | Add 'Channel Export' in Apps listMax Kostikov2018-10-051-1/+2
|/
* defperm appMario Vavti2018-10-041-0/+8
* add app_destroy hook which allows addons to perform post delete actionsMario Vavti2018-10-021-0/+1
* allow to install apps by nameMario Vavti2018-09-291-0/+11
* Add translation for new appsMax Kostikov2018-09-271-2/+17
* Translate system app namesM.Dent2018-09-271-0/+1
* Add filters for addon/app installed checks and docsM.Dent2018-09-231-4/+31
* provide a return path from settings pagesMario Vavti2018-09-211-1/+2
* compare strpos() result against falseMario Vavti2018-09-211-1/+2
* allow a second url in apd files for settings, hide pin and star buttons in ed...Mario Vavti2018-09-191-11/+19
* Add hook to allow addons to filter the list returned by app_listM.Dent2018-09-161-0/+3
* move chat from feature to appsMario Vavti2018-09-131-1/+1
* apps: change page title to available/installed, display install action label ...Mario Vavti2018-09-071-1/+2
* Merge branch 'patch-17' into 'master'Mario2018-08-211-1/+2
* add app_options fieldzotlabs2018-08-021-3/+10
* Merge branch 'patch-8' into 'dev'Mario2018-07-281-1/+5
|\
| * Update Apps.phpMax Kostikov2018-07-271-3/+4
| * Update Apps.phpMax Kostikov2018-07-271-1/+4
* | don't sync system appszotlabs2018-07-271-3/+4
* | app delete issue with base installed apps and app photo being reloaded unecce...zotlabs2018-07-271-19/+47