aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
Commit message (Expand)AuthorAgeFilesLines
* provide option to block the public stream unless authenticated, since there c...zotlabs2018-02-141-0/+9
* surface the article featurezotlabs2018-01-151-0/+1
* fix some pubstream on/off weirdnessMario2017-12-031-1/+1
* fix issues with apporder related to recent pinned apps changesMario Vavti2017-11-191-2/+2
* add > pin and remove > unpinMario Vavti2017-11-161-2/+2
* provide ability to pin apps to navbar from /apps. this removes the ability to...Mario Vavti2017-11-161-12/+29
* ability to pin apps to the navbar when using named navbarszotlabs2017-10-081-0/+7
* add admin app - the site admin link probably does not belong in the 'usermenu...zotlabs2017-10-051-1/+1
* cards featurezotlabs2017-08-231-0/+1
* make config requirements in apps more universal - provide key and valuegit-marijus2017-08-061-6/+4
* correct the logic for configs in app requirementgit-marijus2017-08-011-6/+25
* implement system configs as app requirement and add the pubstream appgit-marijus2017-07-311-4/+10
* move the active app code to include/nav.php - it is only relevant theregit-marijus2017-07-261-3/+0
* provide a mechanism to mark apps active in the bingit-marijus2017-07-211-0/+3
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-231-2/+0
|\
| * some issues with the app order template logiczotlabs2017-05-231-2/+2
| * apporder module and all the associated backend stuff to make it work; probabl...zotlabs2017-05-231-1/+86
* | add 'apps' appzotlabs2017-05-231-0/+1
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-3/+0
|\|
| * Merge pull request #783 from zotlabs/app_ordergit-marijus2017-05-171-0/+44
| |\
| | * provide mechanism to arbitrarily sort the nav tray apps, currently the prefer...zotlabs2017-05-161-0/+44
| * | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ...zotlabs2017-05-141-5/+5
| |/
| * app sorting issuezotlabs2017-04-031-3/+13
* | some issues with the app order template logiczotlabs2017-05-211-2/+2
* | apporder module and all the associated backend stuff to make it work; probabl...zotlabs2017-05-211-1/+86
* | provide mechanism to arbitrarily sort the nav tray apps, currently the prefer...zotlabs2017-05-161-0/+44
* | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ...zotlabs2017-05-141-5/+5
* | app sorting issuezotlabs2017-04-021-3/+13
|/
* apps improvementsMario Vavti2017-02-221-1/+3
* better detection of when to show the feature button and document nav mode for...Mario Vavti2017-02-081-1/+4
* 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 alre...zotlabs2017-02-061-4/+10
|/
* 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 t...zotlabs2017-01-231-2/+1
* 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 unins...zotlabs2016-12-141-22/+65
* 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
|\