summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Also cover the settings endpointJoas Schilling2017-06-021-19/+31
* Improve readability of verify textMorris Jobke2017-05-081-2/+2
* Increase device password entropy. Use lower- and upper-case characters and di...Fabrizio Steiner2017-05-081-4/+4
* consolidate setEnabled methodArthur Schiwon2017-04-291-76/+12
* Use short array syntaxChristoph Wurst2017-04-291-112/+111
* use proper return codes and handle failure casesMorris Jobke2017-04-291-2/+4
* Improve wording of error messagesMorris Jobke2017-04-291-4/+4
* check $user object before using itMorris Jobke2017-04-291-24/+24
* change group id to _disabledUsersMorris Jobke2017-04-291-6/+6
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-291-10/+144
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
* fix path to the website proofBjoern Schiessle2017-04-281-1/+1
* allow to display the verification code also while verification is already run...Bjoern Schiessle2017-04-281-13/+15
* update message in verify popupBjoern Schiessle2017-04-281-2/+2
* check verification proof and update account tableBjoern Schiessle2017-04-281-8/+54
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-281-1/+10
* add verification dialogBjoern Schiessle2017-04-281-1/+54
* Style app bundlesJan-Christoph Borchardt2017-04-261-1/+1
* Make disableapp.php accept arraysLukas Reschke2017-04-261-1/+1
* Fix stylingLukas Reschke2017-04-261-0/+1
* Add titlesLukas Reschke2017-04-261-18/+39
* Add app bundlesLukas Reschke2017-04-261-1/+26
* Fix email vs mailJoas Schilling2017-04-261-1/+1
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
* Add apps category 'all installed'Felix A. Epp2017-04-251-1/+21
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-1/+1
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
* Do not show empty admin sectionsRoeland Jago Douma2017-04-191-0/+4
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-1/+1
|\