summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-2812-3203/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-151-0/+11
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Do not document the obviousMorris Jobke2019-07-291-11/+0
| | | | | | This removes PHPDoc that is already available as source code type hints. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Refactor: move remote wipe token logic to RW serviceChristoph Wurst2019-07-091-6/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix redirect after rescanFailedIntegrityCheck to "Overview" pageSven Strickroth2019-07-051-1/+1
| | | | | | The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page. Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-271-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-211-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* makes users management page aware of the introduced optionsArthur Schiwon2019-06-191-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-233-16/+59
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remote wipe supportRoeland Jago Douma2019-05-201-2/+29
| | | | | | | | This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove recommendation for opcache on CLIMorris Jobke2019-05-091-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>