summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Expand)AuthorAgeFilesLines
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-1/+0
* Use the real logger in the settingsRoeland Jago Douma2019-01-071-3/+2
* Merge pull request #13172 from nextcloud/fix-can-change-password-checkRoeland Jago Douma2019-01-041-20/+48
|\
| * fix can change password check in case of encryption is enabledBjoern Schiessle2018-12-201-20/+48
* | Remove check for outdated cachesDaniel Kesselberg2019-01-021-20/+0
|/
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+36
* Merge pull request #12821 from nextcloud/feature/12767/add-setup-check-for-ph...Morris Jobke2018-12-051-2/+24
|\
| * Update casing of PHP inside method nameMorris Jobke2018-12-051-2/+2
| * Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-0/+22
* | PHP 7.0 is end of lifeMorris Jobke2018-12-041-1/+1
|/
* Add sendmailmode to guiDaniel Kesselberg2018-11-291-1/+2
* Make connectivity check domains configurableSylvia van Os2018-11-221-5/+3
* Use the proper default valuesMorris Jobke2018-11-191-1/+1
* Fix the warning appearing check setup when mail_smtpmode is not configured.Marc Peña Segarra2018-11-111-1/+1
* Show disabled even if empty if ldap enabledJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
* Update logic for forwardedForHeadersWorkingDaniel Kesselberg2018-10-251-4/+3
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-11/+8
* Add admin interface to enforce 2FAChristoph Wurst2018-10-101-0/+63
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-2/+2
* Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz2018-09-131-4/+4
|\
| * Add int-typehintDaniel Kesselberg2018-09-121-1/+1
| * Remove posix_getpwuid and compare only useridDaniel Kesselberg2018-09-061-4/+4
* | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-131-12/+14
|\ \ | |/ |/|
| * Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster2018-08-241-3/+3
| * Change check if secure randomness is possible.Timo Förster2018-08-241-12/+14
* | Fix path when app has wrong permissionDaniel Kesselberg2018-08-301-6/+5
|/
* Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+51
|\
| * Merge pull request #10628 from nextcloud/feature/10154/app-directory-permissi...Morris Jobke2018-08-201-1/+52
| |\
| | * Excludes not writable app roots from the directory permission checkMichael Weimann2018-08-091-10/+30
| | * Adds a setup check for app directory permissions.Michael Weimann2018-08-091-1/+32
* | | Adds a memory limit warning for console commands if the limit is below the re...Michael Weimann2018-08-201-11/+1
* | | Adds a setup check for the memory limitMichael Weimann2018-08-201-2/+18
|/ /
* / do not trigger counting on LDAPArthur Schiwon2018-08-101-6/+11
|/
* 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 appstoreRoeland Jago Douma2018-08-021-3/+5
* | Also allow to update apps which are currently not enabledJoas Schilling2018-08-021-1/+1
* | Keep the data of the local app (especially the version)Joas Schilling2018-08-021-1/+1
|/
* Fix detection if opcache extension is loadedMorris Jobke2018-07-111-1/+1
* Fix testsMorris Jobke2018-07-111-1/+5
* opcache module checkCthulhux2018-07-111-9/+8
* Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+6
* If cronErros is empty json_decode will return NULLRoeland Jago Douma2018-06-191-1/+11
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-11/+2
* Merge all setup checks into one controllerMorris Jobke2018-06-131-2/+96
* Merge pull request #9836 from nextcloud/feature/noid/merge-tips-and-tricks-in...Morris Jobke2018-06-131-0/+6
|\
| * Merge tips & tricks section into setup checksMorris Jobke2018-06-131-0/+6
* | Fix wrong hint about missing indexesMorris Jobke2018-06-131-5/+1
|/
* Copyright fix, changed vue settings output name and fixes template nameJohn Molakvoæ (skjnldsv)2018-06-122-2/+2
* Add category field to apps that are only known from the app storeJulius Härtl2018-06-091-0/+1
* Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-061-205/+276
|\