summaryrefslogtreecommitdiffstats
path: root/settings/Controller/AppSettingsController.php
Commit message (Collapse)AuthorAgeFilesLines
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstoreRoeland Jago Douma2018-08-021-3/+5
|\ | | | | Not all apps are from the appstore
| * Not all apps are from the appstoreRoeland Jago Douma2018-08-021-3/+5
| | | | | | | | | | | | Fixes #10504 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Also allow to update apps which are currently not enabledJoas Schilling2018-08-021-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Keep the data of the local app (especially the version)Joas Schilling2018-08-021-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Copyright fix, changed vue settings output name and fixes template nameJohn Molakvoæ (skjnldsv)2018-06-121-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add category field to apps that are only known from the app storeJulius Härtl2018-06-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use icon instead of screenshot in the list viewJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move filtering to javascriptJulius Härtl2018-06-061-65/+44
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly clear cacheJulius Härtl2018-06-061-14/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cleanup controller codeJulius Härtl2018-06-061-186/+150
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove old js code except for app navigation rebuildJulius Härtl2018-06-061-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Proper rendering of bundlesJulius Härtl2018-06-061-14/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Simplify backend codeJulius Härtl2018-06-061-59/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix active indicator and add proper separation between screenshot and previewJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly search for other appsJulius Härtl2018-06-061-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move logic to app management mixinJulius Härtl2018-06-061-1/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to developer docs and fix view if appstore is disabledJulius Härtl2018-06-061-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add install/remove to the new controller methodsJulius Härtl2018-06-061-1/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Load marked and return proper Template with CSPJulius Härtl2018-06-061-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app enabling for groups and allow requesting all appsJulius Härtl2018-06-061-9/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove default categories from route endpointJulius Härtl2018-06-061-8/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add file skeleton for app settingsJulius Härtl2018-06-061-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to AppFramework ControllerJulius Härtl2018-06-061-1/+134
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move app management ajax code to AppSettingsController Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Link to NC 14 dev manualRoeland Jago Douma2018-02-081-2/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make isUpdateAvailable non-staticMorris Jobke2017-11-251-7/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* App management: add update sectionJulius Härtl2017-10-101-0/+29
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Style app bundlesJan-Christoph Borchardt2017-04-261-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix stylingLukas Reschke2017-04-261-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-18/+39
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-1/+26
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add apps category 'all installed'Felix A. Epp2017-04-251-1/+21
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Check for app updates on disabled pageRoeland Jago Douma2016-12-091-0/+9
| | | | | | | | | Fixes #2403 We need to check for updates of disabled apps so that if you update with incompatible apps you at least get a chance to upgrade. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show app store rating only for 5+ votesMorris Jobke2016-11-301-0/+2
| | | | | | | * shows the rating of an app only if a given amount of ratings are given * fixes #2001 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Also show updates on the "enabled" pageLukas Reschke2016-11-241-0/+6
| | | | | | The enabled page doesn't pass through "getAppsForCategory" thus it also needs to have that special logic applied. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Cast "isFeatured" to "featured"Lukas Reschke2016-11-211-0/+3
| | | | | | | | | | The appstore returns a "isFeatured" in the current API revision. We need to cast this thus. Fixes the following error log message when opening the tab "Customization": > Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust previous fallbacksLukas Reschke2016-11-151-4/+4
| | | | | | 11.0 is 11 and not 9.2 anymore Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-311-3/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add update supportLukas Reschke2016-10-311-7/+21
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use new appstore APILukas Reschke2016-10-311-191/+169
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Show tooltip if the app is downloaded from a remote serverChristoph Wurst2016-04-121-0/+25
| | | | fixes #14405
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+322