summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Expand)AuthorAgeFilesLines
* Inject public IGroupManager instead of private GroupManagerDaniel Calviño Sánchez2018-03-132-8/+12
* Make UserController strictRoeland Jago Douma2018-03-091-72/+48
* Make ChangePasswordController strictRoeland Jago Douma2018-03-091-19/+8
* Set the correct active navigation entryJoas Schilling2018-03-053-8/+5
* this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-021-161/+0
* Merge pull request #8336 from nextcloud/cleanup-unused-parameterRoeland Jago Douma2018-02-202-18/+1
|\
| * Remove fromMailAddress from MailSettingsControllerMorris Jobke2018-02-131-6/+1
| * Remove crypto and timefactory from UsersControllerMorris Jobke2018-02-131-12/+0
* | Merge pull request #8365 from nextcloud/fix-phpdocMorris Jobke2018-02-151-1/+1
|\ \
| * | Fix typo in PHPDocMorris Jobke2018-02-151-1/+1
| |/
* / Remove unused import statementsMorris Jobke2018-02-142-6/+0
|/
* Link to NC 14 dev manualRoeland Jago Douma2018-02-081-2/+9
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-3/+1
* Properly catch InvalidTokenException for better error responseMorris Jobke2018-01-241-2/+10
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* Add warning regarding freetype supportRoeland Jago Douma2017-12-131-0/+9
* Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymoreMorris Jobke2017-12-081-1/+1
* Merge pull request #7292 from Neraste/fix/4789_disabled_usersLukas Reschke2017-11-271-3/+3
|\
| * Fix #4789: Group admins cannot see disabled usersNeraste2017-11-271-3/+3
* | Make isUpdateAvailable non-staticMorris Jobke2017-11-251-7/+12
|/
* Fix search in user managent when no group is selectedMorris Jobke2017-11-141-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-0612-2/+32
* Use DI for IAppManager to encryption migrationMorris Jobke2017-10-241-4/+13
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
* fix urlBjoern Schiessle2017-10-171-2/+2
* App management: add update sectionJulius Härtl2017-10-101-0/+29
* Make sure the password contains special charactersJoas Schilling2017-09-071-1/+3
* Merge setMetaData into constructorJoas Schilling2017-09-041-3/+1
* Implement metadata for email templates of remaining emailsMorris Jobke2017-08-301-0/+5
* Fix group management which was broken since #5847Tobia De Koninck2017-08-151-3/+4
* Use public API instead of privateLukas Reschke2017-08-011-8/+8
* Fix settings/Controller/Lukas Reschke2017-08-013-18/+23
* Stricter phan config fixesLukas Reschke2017-08-011-6/+5
* The app password avoids 1Il etc. Adapted comment accordinglyMarcel Waldvogel2017-07-211-1/+1
* no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-061-1/+22
* Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english...blizzz2017-07-051-0/+4
|\
| * Use translated Hint instead of english error on password policyJoas Schilling2017-06-141-0/+4
* | Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-051-44/+61
|\ \
| * | show used space in user listRobin Appelman2017-06-151-44/+61
| |/
* | avoid marking two sections as active when they have the same nameArthur Schiwon2017-06-233-13/+17
* | already declared in TraitArthur Schiwon2017-06-231-2/+0
* | Fix trait usageRobin Appelman2017-06-233-8/+4
* | add Additional (+ Fallback) section for Personal settingsArthur Schiwon2017-06-232-2/+37
* | add route and controller. consolidate common settings functions in a trait.Arthur Schiwon2017-06-233-49/+203
* | Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-87/+0
|/