aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-79/+61
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+11
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+11
* | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-012-0/+3
|\ \
| * | Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+3
| |/
* / Start with webauthnRoeland Jago Douma2020-03-311-0/+114
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-10/+10
|/
* Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-241-1/+7
|\
| * Check the user on remote wipeJoas Schilling2020-03-161-1/+7
* | Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-231-0/+1
* | Make sure app_install_overwrite is an arrayDaniel Kesselberg2020-03-161-0/+4
|/
* Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma2020-03-101-7/+3
|\
| * Update check for outdated php version.Daniel Kesselberg2020-02-241-7/+3
* | Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-0/+21
* | Make sure quota_preset is using numerical indexesDaniel Kesselberg2020-02-221-6/+14
|/
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-241-1/+1
* Fix license headersChristoph Wurst2020-01-132-59/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-7/+1
* Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mountsRoeland Jago Douma2019-12-091-0/+1
|\
| * Convert various columns in oc_mounts to bigintGeorg Ehrke2019-12-091-0/+1
* | Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg2019-12-091-2/+0
|/
* Update license headersChristoph Wurst2019-12-0513-18/+92
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-256-8/+9
|\
| * Some php-cs fixesRoeland Jago Douma2019-11-226-8/+9
* | make help available to ordinary users againArthur Schiwon2019-11-211-0/+1
|/
* Convert more columns to bigintRoeland Jago Douma2019-11-201-0/+4
* Fixes a 500 without useridArthur Schiwon2019-11-161-1/+1
* Merge pull request #17450 from nextcloud/fix/17368/odd-group-numbersblizzz2019-10-211-25/+32
|\
| * hide strange Everyone and Disabled group numbers with LDAP, fixes 17368Arthur Schiwon2019-10-211-25/+32
* | Move help to controllerJulius Härtl2019-10-171-0/+97
|/
* fix updating and deleting authtokensSergej Nikolaev2019-10-051-2/+6
* Move settings to an appChristoph Wurst2019-09-2812-0/+3180