summaryrefslogtreecommitdiffstats
path: root/settings/Controller
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Add apps category 'all installed'Felix A. Epp2017-04-251-1/+21
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Don't assume the admin didn't configure Opcache correctly...Joas Schilling2017-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not show empty admin sectionsRoeland Jago Douma2017-04-191-0/+4
| | | | | | | | | Fixes #4393 It is far from efficient code. But then again it is easy to understand and I doubt admins will browse it 24/7 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-1/+1
|\ | | | | Fix translations
| * Fix translationsJoas Schilling2017-04-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Beautify test emailLukas Reschke2017-04-181-4/+12
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4372 from nextcloud/smtp-passwordMorris Jobke2017-04-181-34/+15
|\ \ | | | | | | Don't put the SMTP password into the HTML code
| * | Fix some more stuffJoas Schilling2017-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix testsJoas Schilling2017-04-181-5/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't put the SMTP password into the HTML codeJoas Schilling2017-04-181-33/+14
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Add bruteforce protection to changePersonalPasswordLukas Reschke2017-04-181-1/+4
|/ | | | | | While the risk is actually quite low because one would already have the user session and could potentially do other havoc it makes sense to throttle here in case of invalid previous password attempts. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add support for themingLukas Reschke2017-04-071-92/+10
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix testsLukas Reschke2017-04-071-8/+8
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-071-8/+31
| | | | | | | * thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
| | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fail when the test mail could not be sentJoas Schilling2017-03-171-1/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add warning on admin screen when set_time_limit is unavailableKo-2017-03-161-0/+15
|
* Check that set_time_limit is not disabled before calling itKo-2017-03-111-1/+3
| | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-241-0/+39
|\ | | | | Show info in admin settings about PHP opcache if disabled
| * Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-0/+39
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add unit testsMorris Jobke2017-02-151-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix setup issue and refine error messagesMorris Jobke2017-02-151-2/+17
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add setting for "send password link"tobiasKaminsky2017-02-151-17/+20
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | send email to new user with password forgotten link to create own passwordtobiasKaminsky2017-02-151-4/+35
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Always enable avatarsMorris Jobke2017-02-131-6/+4
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3208 from ↵Morris Jobke2017-01-251-8/+7
|\ | | | | | | | | nextcloud/issue-3125-bring-user-management-endpoints-in-line Error out when subadmin doesn't select any group
| * Error out when subadmin doesn't select any groupJoas Schilling2017-01-231-8/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-191-0/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>