summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Fix setupcheck for intl moduleDaniel Kesselberg2019-04-211-1/+1
| | | | | | | | A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if intl extension is not loaded. The check here is always true because there is a function with that name. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove unused member "util"Joas Schilling2019-03-211-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14606 from nextcloud/bugfix/stricter-check-trusted-proxyMorris Jobke2019-03-211-1/+1
|\ | | | | Make check for empty trusted proxies more strict
| * Trigger warning if empty array or false and X-Forwarded-Host is presentDaniel Kesselberg2019-03-201-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Make check for empty trusted proxies more strictDaniel Kesselberg2019-03-201-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma2019-03-201-1/+20
|\ \ | | | | | | Force enable apps
| * | allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-201-1/+20
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Revert "Where is your data?"Roeland Jago Douma2019-03-201-67/+0
|/
* Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-0/+37
| | | | | | * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Load auth tokens with the initial state APIChristoph Wurst2019-03-011-33/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg2019-02-171-1/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Show more information on update app passwordDaniel Kesselberg2019-02-131-10/+12
| | | | | | | Add Renamed, Filesystem Granted and Filesystem Revoked to activity app. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-111-0/+67
|\ | | | | Where is your data?
| * Code style and comment fixesMichael Weimann2019-02-101-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Move server info to theming sectionMichael Weimann2019-01-141-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Implement storing and loading the server infoMichael Weimann2019-01-141-0/+67
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Add interface INamedTokenDaniel Kesselberg2019-02-021-3/+3
| | | | | | | | | | | | Remove $token instanceof DefaultToken || $token instanceof PublicKeyToken Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add canRename & name to testsDaniel Kesselberg2019-02-021-0/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Make app password description editableDaniel Kesselberg2019-02-011-3/+11
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Don't cast tokenId to stringDaniel Kesselberg2019-01-301-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add token name for delete activityDaniel Kesselberg2019-01-301-9/+30
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Publish event for app token create/update/deleteDaniel Kesselberg2019-01-301-11/+51
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the real logger in the settingsRoeland Jago Douma2019-01-071-3/+2
| | | | | | | | Fixes #13285 The wrapper logger should not be used here. But we need the real logger. Since this in internal we can just pass that on directly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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 enabled
| * fix can change password check in case of encryption is enabledBjoern Schiessle2018-12-201-20/+48
| | | | | | | | | | | | | | | | | | | | | | | | Admin should _not_ be able to change password when: - if an encryption module is loaded and it uses per-user keys - if encryption is enabled but no encryption modules are loaded Admin should be able to change the password when: - no encryption module is loaded and encryption is disabled - encryption module is loaded but it doesn't require per user keys Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove check for outdated cachesDaniel Kesselberg2019-01-021-20/+0
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-0/+36
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #12821 from ↵Morris Jobke2018-12-051-2/+24
|\ | | | | | | | | nextcloud/feature/12767/add-setup-check-for-php-module Add setup check for recommended PHP modules (i.e. Imagick, intl)
| * Update casing of PHP inside method nameMorris Jobke2018-12-051-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-0/+22
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | PHP 7.0 is end of lifeMorris Jobke2018-12-041-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add sendmailmode to guiDaniel Kesselberg2018-11-291-1/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make connectivity check domains configurableSylvia van Os2018-11-221-5/+3
| | | | Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
* Use the proper default valuesMorris Jobke2018-11-191-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix the warning appearing check setup when mail_smtpmode is not configured.Marc Peña Segarra2018-11-111-1/+1
| | | | Closes #11107
* Show disabled even if empty if ldap enabledJohn Molakvoæ (skjnldsv)2018-11-061-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update logic for forwardedForHeadersWorkingDaniel Kesselberg2018-10-251-4/+3
| | | | | | | | As discussed in https://github.com/nextcloud/server/issues/11594 when discovering if x-forwarded-for is working properly its not possible to use getRemoteAddr because the "client ip" is returned. For this check the ip of the last hop would be required. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-11/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add admin interface to enforce 2FAChristoph Wurst2018-10-101-0/+63
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-2/+2
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>