aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
Commit message (Collapse)AuthorAgeFilesLines
* apps improvementsMario Vavti2017-02-221-1/+3
|
* better detection of when to show the feature button and document nav mode ↵Mario Vavti2017-02-081-1/+4
| | | | for app_render()
* do not show feature button if the app is shared. css fixesMario Vavti2017-02-081-0/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-061-1/+1
|\
| * only check for modeMario Vavti2017-02-061-1/+1
| |
* | don't add zid to app links if they're on this system and we're logged in ↵zotlabs2017-02-061-4/+10
|/ | | | already. This messes up the null arg detection in mod_network.
* move icon stuff back to app_render() and send navapps through app_render()Mario Vavti2017-02-061-5/+4
|
* make sure we do not remove other categories on app un-featureMario Vavti2017-02-061-2/+2
|
* parse icons in get_system_apps()Mario Vavti2017-02-061-0/+3
|
* check for app-icons in app_list() instead of app_render()Mario Vavti2017-02-031-3/+6
|
* move opensearch to pluginszotlabs2017-02-021-0/+2
|
* hide featured app category in the app category widgetMario Vavti2017-01-311-2/+2
|
* provide a feature/unfeature app buttonMario Vavti2017-01-301-2/+21
|
* remnant code that checked for version to see if an app was installed. We do ↵zotlabs2017-01-231-2/+1
| | | | that differently now.
* use icons for app photos.Hubzilla2017-01-221-2/+5
|
* several minor app nitszotlabs2017-01-131-4/+5
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-22/+65
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* issue #588, change 'Bug Report' app to 'Report Bug'zotlabs2016-11-171-1/+1
|
* add authors to post distribution; case insensitive sort appsredmatrix2016-08-291-1/+1
|
* allow multiple apd's per plugin dirredmatrix2016-07-011-2/+3
|
* translate already imported system appsredmatrix2016-06-151-0/+2
|
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-021-7/+53
|\
| * preserve app categories when updating a system appredmatrix2016-06-021-7/+25
| |
| * adjust algorithm to ensure new system apps are installed.redmatrix2016-06-021-3/+12
| |
| * install system apps if a) they have never been installed, or b) if the app ↵redmatrix2016-06-021-10/+29
| | | | | | | | version changes
* | Major corrections to access control and page construction.Andrew Manning2016-06-021-0/+1
|/
* add missing fileredmatrix2016-05-221-0/+659