Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add app_options field | zotlabs | 2018-08-02 | 1 | -3/+10 |
| | |||||
* | Merge branch 'patch-8' into 'dev' | Mario | 2018-07-28 | 1 | -1/+5 |
|\ | | | | | | | | | Fix navbar missed translations See merge request hubzilla/core!1242 | ||||
| * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -3/+4 |
| | | |||||
| * | Update Apps.php | Max Kostikov | 2018-07-27 | 1 | -1/+4 |
| | | |||||
* | | don't sync system apps | zotlabs | 2018-07-27 | 1 | -3/+4 |
| | | |||||
* | | app delete issue with base installed apps and app photo being reloaded ↵ | zotlabs | 2018-07-27 | 1 | -19/+47 |
| | | | | | | | | uneccessarily | ||||
* | | app update and ownership issues | zotlabs | 2018-07-27 | 1 | -7/+50 |
|/ | |||||
* | functions to support module and widget registration by plugins. These have ↵ | zotlabs | 2018-07-12 | 1 | -6/+30 |
| | | | | identical construction to core modules and widgets and are registered just like hooks during addon load. Also additional Apps functions addon_app_installed() and system_app_installed() which will eventually replace feature_installed() for features which are converted to apps. The convention being used is that the module associated with the app calls the appropriate *_app_installed() function and if not present emits descriptive text about the app and exits. This allows one to click on an 'available' app and learn about it. Once installed, the app module behaves normally and may offer functionality or what once were addon settings on the settings/featured page. Refer to zap-addons in the zap repository for examples of how this is being used to eliminate the 'additional features' and 'addon settings' pages. | ||||
* | app store fixes | zotlabs | 2018-07-05 | 1 | -18/+13 |
| | |||||
* | appstore changes | zotlabs | 2018-07-04 | 1 | -10/+78 |
| | |||||
* | add hook 'get_system_apps' | zotlabs | 2018-05-21 | 1 | -0/+2 |
| | |||||
* | preserve existing categories when updating an app from an embed source | zotlabs | 2018-03-24 | 1 | -0/+6 |
| | |||||
* | app sellpage not being stored | zotlabs | 2018-03-24 | 1 | -0/+1 |
| | |||||
* | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -0/+9 |
| | | | | could be legal issues with unmoderated content | ||||
* | surface the article feature | zotlabs | 2018-01-15 | 1 | -0/+1 |
| | |||||
* | fix some pubstream on/off weirdness | Mario | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | fix issues with apporder related to recent pinned apps changes | Mario Vavti | 2017-11-19 | 1 | -2/+2 |
| | |||||
* | add > pin and remove > unpin | Mario Vavti | 2017-11-16 | 1 | -2/+2 |
| | |||||
* | provide ability to pin apps to navbar from /apps. this removes the ability ↵ | Mario Vavti | 2017-11-16 | 1 | -12/+29 |
| | | | | to have per custom navbar pinned apps - this can be added later if desired | ||||
* | ability to pin apps to the navbar when using named navbars | zotlabs | 2017-10-08 | 1 | -0/+7 |
| | |||||
* | add admin app - the site admin link probably does not belong in the ↵ | zotlabs | 2017-10-05 | 1 | -1/+1 |
| | | | | 'usermenu' and this is a first step to straigtening out that historical mistake. | ||||
* | cards feature | zotlabs | 2017-08-23 | 1 | -0/+1 |
| | |||||
* | make config requirements in apps more universal - provide key and value | git-marijus | 2017-08-06 | 1 | -6/+4 |
| | |||||
* | correct the logic for configs in app requirement | git-marijus | 2017-08-01 | 1 | -6/+25 |
| | |||||
* | implement system configs as app requirement and add the pubstream app | git-marijus | 2017-07-31 | 1 | -4/+10 |
| | |||||
* | move the active app code to include/nav.php - it is only relevant there | git-marijus | 2017-07-26 | 1 | -3/+0 |
| | |||||
* | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 1 | -0/+3 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 1 | -2/+0 |
|\ | |||||
| * | some issues with the app order template logic | zotlabs | 2017-05-23 | 1 | -2/+2 |
| | | |||||
| * | apporder module and all the associated backend stuff to make it work; ↵ | zotlabs | 2017-05-23 | 1 | -1/+86 |
| | | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere | ||||
* | | add 'apps' app | zotlabs | 2017-05-23 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-22 | 1 | -3/+0 |
|\| | |||||
| * | Merge pull request #783 from zotlabs/app_order | git-marijus | 2017-05-17 | 1 | -0/+44 |
| |\ | | | | | | | provide mechanism to arbitrarily sort the nav tray apps, currently th… | ||||
| | * | provide mechanism to arbitrarily sort the nav tray apps, currently the ↵ | zotlabs | 2017-05-16 | 1 | -0/+44 |
| | | | | | | | | | | | | preferred order list needs to be manually created | ||||
| * | | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵ | zotlabs | 2017-05-14 | 1 | -5/+5 |
| |/ | | | | | | | but this prevents it from rendering | ||||
| * | app sorting issue | zotlabs | 2017-04-03 | 1 | -3/+13 |
| | | |||||
* | | some issues with the app order template logic | zotlabs | 2017-05-21 | 1 | -2/+2 |
| | | |||||
* | | apporder module and all the associated backend stuff to make it work; ↵ | zotlabs | 2017-05-21 | 1 | -1/+86 |
| | | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere | ||||
* | | provide mechanism to arbitrarily sort the nav tray apps, currently the ↵ | zotlabs | 2017-05-16 | 1 | -0/+44 |
| | | | | | | | | preferred order list needs to be manually created | ||||
* | | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵ | zotlabs | 2017-05-14 | 1 | -5/+5 |
| | | | | | | | | but this prevents it from rendering | ||||
* | | app sorting issue | zotlabs | 2017-04-02 | 1 | -3/+13 |
|/ | |||||
* | apps improvements | Mario Vavti | 2017-02-22 | 1 | -1/+3 |
| | |||||
* | better detection of when to show the feature button and document nav mode ↵ | Mario Vavti | 2017-02-08 | 1 | -1/+4 |
| | | | | for app_render() | ||||
* | do not show feature button if the app is shared. css fixes | Mario Vavti | 2017-02-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-06 | 1 | -1/+1 |
|\ | |||||
| * | only check for mode | Mario Vavti | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | don't add zid to app links if they're on this system and we're logged in ↵ | zotlabs | 2017-02-06 | 1 | -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 Vavti | 2017-02-06 | 1 | -5/+4 |
| | |||||
* | make sure we do not remove other categories on app un-feature | Mario Vavti | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | parse icons in get_system_apps() | Mario Vavti | 2017-02-06 | 1 | -0/+3 |
| |