aboutsummaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-0612-2/+32
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use DI for IAppManager to encryption migrationMorris Jobke2017-10-241-4/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Set the data from the templateJoas Schilling2017-10-181-3/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix urlBjoern Schiessle2017-10-171-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* App management: add update sectionJulius Härtl2017-10-101-0/+29
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure the password contains special charactersJoas Schilling2017-09-071-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge setMetaData into constructorJoas Schilling2017-09-041-3/+1
| | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com>
* Implement metadata for email templates of remaining emailsMorris Jobke2017-08-301-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix group management which was broken since #5847Tobia De Koninck2017-08-151-3/+4
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Use public API instead of privateLukas Reschke2017-08-011-8/+8
| | | | | | | | The private API here doesn't have the backends yet properly initialized, probably another bug but let's go with the easy bug fix here. Next step is to write integration tests and then figure out why changing this to the private API (which it actually calls) doesn't work. Fixes https://github.com/nextcloud/server/issues/5950 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix settings/Controller/Lukas Reschke2017-08-013-18/+23
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Stricter phan config fixesLukas Reschke2017-08-011-6/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* The app password avoids 1Il etc. Adapted comment accordinglyMarcel Waldvogel2017-07-211-1/+1
| | | | Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
* no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-061-1/+22
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #5404 from ↵blizzz2017-07-051-0/+4
|\ | | | | | | | | nextcloud/use-translated-hint-insteadof-english-error Use translated Hint instead of english error on password policy
| * Use translated Hint instead of english error on password policyJoas Schilling2017-06-141-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-051-44/+61
|\ \ | | | | | | show used space in user list
| * | show used space in user listRobin Appelman2017-06-151-44/+61
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | avoid marking two sections as active when they have the same nameArthur Schiwon2017-06-233-13/+17
| | | | | | | | … in both personal and admin.
* | already declared in TraitArthur Schiwon2017-06-231-2/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix trait usageRobin Appelman2017-06-233-8/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | add Additional (+ Fallback) section for Personal settingsArthur Schiwon2017-06-232-2/+37
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add route and controller. consolidate common settings functions in a trait.Arthur Schiwon2017-06-233-49/+203
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-87/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also cover the settings endpointJoas Schilling2017-06-021-19/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve readability of verify textMorris Jobke2017-05-081-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-4/+4
| | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* consolidate setEnabled methodArthur Schiwon2017-04-291-76/+12
| | | | | | and fix a unit test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use short array syntaxChristoph Wurst2017-04-291-112/+111
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use proper return codes and handle failure casesMorris Jobke2017-04-291-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve wording of error messagesMorris Jobke2017-04-291-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* check $user object before using itMorris Jobke2017-04-291-24/+24
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | Implemented visuals for enabling/disabling user from admin user list. Added the controller functions for enabling/disabling a user. Added the route for changing user status (enabled/disabled) and added an additional route handler in the user controller. Finished the visuals to reflect current user status and changed user status respectively. Changed the single icon for enabling/disabling a user into a menu where deletion and state toggling of a user is selectable. Added displaying of disabled user count. Improved style of user action menu. Added proper counting of disabled users. Removed visual indicator for disabled users. Moved pseudo-group detection for disabled users from frontend to the controller. Changed units for newly introduced css values from em to px. Removed unnecessary png and optimized svg with scour. Changed the userlist template to display the user action menu with correct width. Style fixes for better readability and coding style conformity. Changed the icons for enabling, disabling and deleting a user in the action menu.
* send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix path to the website proofBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-281-13/+15
| | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update message in verify popupBjoern Schiessle2017-04-281-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* check verification proof and update account tableBjoern Schiessle2017-04-281-8/+54
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-281-1/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add verification dialogBjoern Schiessle2017-04-281-1/+54
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Style app bundlesJan-Christoph Borchardt2017-04-261-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix stylingLukas Reschke2017-04-261-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-18/+39
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-1/+26
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix email vs mailJoas Schilling2017-04-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>