summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
Commit message (Collapse)AuthorAgeFilesLines
* manage select2 via bowerMorris Jobke2014-11-061-2/+2
|
* bower handlebarsMorris Jobke2014-11-051-1/+1
|
* introduce new app page layoutThomas Müller2014-10-151-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* Close session when loading appsLukas Reschke2014-10-131-0/+1
| | | | Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable.
* Added select2 on the apps pageVincent Petry2014-09-091-4/+4
| | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page.
* Add option to enable app for specific groupsRobin Appelman2014-06-031-0/+3
|
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* finally fix the app sortingFrank Karlitschek2013-10-141-17/+0
|
* Use !== and === in settings.kondou2013-07-211-2/+2
|
* [core] From echo to pLukas Reschke2013-02-271-1/+1
|
* Sort internal apps above 3rdparty appsRobin Appelman2013-01-311-0/+4
|
* merge masterFrank Karlitschek2013-01-301-100/+6
|\ | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php
| * Move appid to external fileLukas Reschke2013-01-231-2/+0
| |
| * External JSON for the AppsLukas Reschke2013-01-211-0/+1
| |
| * Move to OC_AppLukas Reschke2013-01-211-89/+0
| |
* | mark recommended apps. server part not yet fully implementedFrank Karlitschek2013-01-301-0/+2
| |
* | we are getting closer. updating is not working yet.Frank Karlitschek2013-01-211-1/+4
|/
* Fixed new checkstyle issues in apps.php from build #1341.Diederik de Haas2012-11-101-1/+1
|
* fix the broken image path on the apps pageFrank Karlitschek2012-11-081-1/+1
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-4/+4
|
* Convert menu entries of settings pages to use routerBart Visscher2012-09-281-1/+1
|
* Added failsafes for retrieving remote apps on settings->apps page, in case ↵Sam Tuke2012-09-181-19/+25
| | | | categories or app data are not found
* Fixed bug with duplicate entries for installed 3rd party apps in settings->appsSam Tuke2012-09-181-14/+79
| | | | | Added method getAppstoreApps to OC_App Added minor documentation
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Update settings/apps.phpThomas Müller2012-09-041-1/+1
| | | respect coding style
* Update settings/apps.phpThomas Müller2012-09-041-7/+7
| | | respect coding style
* Add check for missing appinfo in apps settings pageBart Visscher2012-09-031-0/+4
|
* remove files_imageviewer and files_texteditor from blacklist so they can be ↵Jörn Friedrich Dreyer2012-08-271-1/+2
| | | | activated in a multi apps environment
* Remove unused code.Thomas Tanghus2012-08-041-33/+0
|
* Load OCS apps in an ajax call to avoid blocking the WUI.Thomas Tanghus2012-08-041-2/+3
|
* fixes bug oc-1433Alessandro Cosentino2012-08-041-0/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* Allow direct link to app.Thomas Tanghus2012-06-251-0/+2
|
* Make some apps compatibleLukas Reschke2012-06-111-1/+1
|
* RevertLukas Reschke2012-06-111-1/+1
|
* Settings...Lukas Reschke2012-06-111-1/+1
|
* apps paging is not yet implemented. increase pagesize to 100 as a quickfixFrank Karlitschek2012-06-091-1/+2
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* don´t claim that already downloaded 3rd party apps are internal appsFrank Karlitschek2012-05-181-2/+7
|
* add files to blacklist. Should be always onFrank Karlitschek2012-04-291-1/+1
|
* improve the app installer.Frank Karlitschek2012-04-211-0/+7
| | | | | show a label if an app is an internal app or a third party app from the app store. show a preview image of the app if available
* fix appstore download.Frank Karlitschek2012-01-271-8/+16
|
* finish the application store feature so that users can download and install ↵Frank Karlitschek2012-01-061-16/+16
| | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later
* Sort apps on name and enabled statusBart Visscher2011-12-071-0/+8
|
* dissable app instalation from apps.owncloud.org interfaceRobin Appelman2011-09-281-15/+16
|
* Move some common code to OC_UtilBart Visscher2011-09-181-4/+1
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Fix undefined index license in AppsMichael Gapczynski2011-08-271-1/+1
|
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-0/+1
|
* dont throw errors if we cant connect to the apps repositoryRobin Appelman2011-08-151-10/+13
|
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-0/+68