summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz2018-09-131-4/+4
|\ | | | | Remove posix_getpwuid and compare only userid
| * Add int-typehintDaniel Kesselberg2018-09-121-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Remove posix_getpwuid and compare only useridDaniel Kesselberg2018-09-061-4/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-131-12/+14
|\ \ | |/ |/| Refactor secure randomness check
| * Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster2018-08-241-3/+3
| | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
| * Change check if secure randomness is possible.Timo Förster2018-08-241-12/+14
| | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
* | Fix path when app has wrong permissionDaniel Kesselberg2018-08-301-6/+5
|/ | | | | | Replace slow array function used in loop: https://github.com/kalessil/phpinspectionsea/blob/master/docs/performance.md#slow-array-function-used-in-loop Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+51
|\ | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Merge pull request #10628 from ↵Morris Jobke2018-08-201-1/+52
| |\ | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories
| | * Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-10/+30
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| | * Adds a setup check for app directory permissions.Michael Weimann2018-08-091-1/+32
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-201-11/+1
| | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Adds a setup check for the memory limitMichael Weimann2018-08-201-2/+18
|/ / | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* / do not trigger counting on LDAPArthur Schiwon2018-08-101-6/+11
|/ | | | | | it's probably too many, degregading performance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>
* Fix detection if opcache extension is loadedMorris Jobke2018-07-111-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix testsMorris Jobke2018-07-111-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* opcache module checkCthulhux2018-07-111-9/+8
| | | | | | Improved the speed of isOpcacheProperlySetup() (instant return instead of continuing when we're already failed), added a check for the opcache extension itself. Potentially fixes #9410 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* If cronErros is empty json_decode will return NULLRoeland Jago Douma2018-06-191-1/+11
| | | | | | Fixes #9867 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-11/+2
| | | | | | We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge all setup checks into one controllerMorris Jobke2018-06-131-2/+96
| | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9836 from ↵Morris Jobke2018-06-131-0/+6
|\ | | | | | | | | nextcloud/feature/noid/merge-tips-and-tricks-into-setup-checks Merge tips & tricks section into setup checks
| * Merge tips & tricks section into setup checksMorris Jobke2018-06-131-0/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix wrong hint about missing indexesMorris Jobke2018-06-131-5/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Copyright fix, changed vue settings output name and fixes template nameJohn Molakvoæ (skjnldsv)2018-06-122-2/+2
| | | | 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>
* Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-061-205/+276
|\ | | | | Migrate apps management to Vue.js
| * 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>
* | Add a hint that some indexes are not added yetMorris Jobke2018-06-061-12/+23
|/ | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added total count for subadminsJohn Molakvoæ (skjnldsv)2018-05-241-6/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>