summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Move the personal 2FA settings to its own appRoeland Jago Douma2020-01-292-54/+98
| | | | | | | | | | | | | | | | Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19185 from nextcloud/enh/move_token_logic_to_token_settingsRoeland Jago Douma2020-01-292-12/+13
|\ \ | |/ |/| Move can create token logic
| * Move can create token logicRoeland Jago Douma2020-01-292-12/+13
| | | | | | | | | | | | | | It makes sense to have this in the actual authtoken settings. As well. This is where it is used. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move admin sections to settings appRoeland Jago Douma2020-01-286-0/+354
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the Personal sections to the settings appRoeland Jago Douma2020-01-283-0/+177
| | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-241-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix license headersChristoph Wurst2020-01-132-59/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-203-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18429 from nextcloud/locale-fallbackRoeland Jago Douma2019-12-171-0/+7
|\ | | | | add a fallback locale for personal settings page
| * add a fallback locale for personal settings pageRobin Appelman2019-12-161-0/+7
| | | | | | | | | | | | | | otherwise if the locale is set to an invalid or no longer existing locale the rendering of the setting page will throw an exception Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Allow to force enable apps via CLIJoas Schilling2019-12-131-7/+1
| | | | | | | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | clarified default permission setting stringSascha Wiswedel2019-12-121-1/+1
|/ | | | | | The permission is actually about re-sharing, not about sharing after all Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mountsRoeland Jago Douma2019-12-091-0/+1
|\ | | | | Convert various columns in oc_mounts to bigint
| * Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an ↵Daniel Kesselberg2019-12-091-2/+0
|/ | | | | | instance of OCA\Encryption\KeyManager Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-0535-46/+167
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* My first stupid attempt at expanding the admin interfaceRoeland Jago Douma2019-11-271-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2510-12/+13
|\ | | | | Some php-cs fixes
| * Some php-cs fixesRoeland Jago Douma2019-11-2210-12/+13
| | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | make help available to ordinary users againArthur Schiwon2019-11-211-0/+1
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixes a 500 without useridArthur Schiwon2019-11-161-1/+1
| | | | | | plus cleanup of unused use statements Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+1
|\ | | | | Fix Application instances created multiple times
| * Do not create Application instances directlyChristoph Wurst2019-10-111-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17450 from nextcloud/fix/17368/odd-group-numbersblizzz2019-10-211-25/+32
|\ \ | | | | | | hide strange Everyone and Disabled group numbers with LDAP
| * | hide strange Everyone and Disabled group numbers with LDAP, fixes 17368Arthur Schiwon2019-10-211-25/+32
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / Move help to controllerJulius Härtl2019-10-171-0/+97
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix updating and deleting authtokensSergej Nikolaev2019-10-051-2/+6
| | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* Move settings to an appChristoph Wurst2019-09-2834-0/+6240
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>