summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-164-0/+24
|
* Remove OC_App:installAppMorris Jobke2017-05-151-52/+0
| | | | | | | | | * uses Installer->installApp now * removes unused code * fixes #4453 * added some additional checks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-05-154-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-05-146-2/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-05-132-2/+38
|
* Merge pull request #4822 from nextcloud/fix-input-sizeLukas Reschke2017-05-121-1/+1
|\ | | | | Fix size of enforced expiry date input
| * Fix size of enforced expiry date inputMorris Jobke2017-05-111-1/+1
| | | | | | | | | | | | * fixes #4819 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4826 from nextcloud/hide-cropper-inputJoas Schilling2017-05-121-0/+4
|\ \ | | | | | | Hide checkbox in avatarcropper
| * | Hide checkbox in avatarcropperMorris Jobke2017-05-111-0/+4
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-05-124-2/+224
|/
* [tx-robot] updated from transifexNextcloud bot2017-05-114-0/+128
|
* Automatic injection into the FetchersJoas Schilling2017-05-101-22/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-1016-8/+82
|
* Fix privacy settings drop downs on personal settings pageMorris Jobke2017-05-091-3/+3
| | | | | | * fixes #4672 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-0826-46/+44
|
* Improve readability of verify textMorris Jobke2017-05-081-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4695 from nextcloud/reset-verify-stateLukas Reschke2017-05-081-0/+15
|\ | | | | reset verification state if max tries are reached
| * reset verification state if max tries are reachedBjoern Schiessle2017-05-041-0/+15
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-082-5/+5
|\ \ | | | | | | Increase device password entropy.
| * | Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-082-5/+5
| | | | | | | | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* | | Merge pull request #4716 from nextcloud/user-settings-dropdownRobin Appelman2017-05-082-63/+283
|\ \ \ | | | | | | | | polish user actions dropdown
| * | | polish user actions dropdownRobin Appelman2017-05-062-63/+283
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-086-110/+140
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-0710-2/+184
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-05-062-0/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-054-2/+52
|/
* [tx-robot] updated from transifexNextcloud bot2017-05-046-0/+112
|
* [tx-robot] updated from transifexNextcloud bot2017-05-0310-2/+74
|
* [tx-robot] updated from transifexNextcloud bot2017-05-028-82/+386
|
* fix email settingsRobin Appelman2017-05-011-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2017-05-0118-0/+250
|
* [tx-robot] updated from transifexNextcloud bot2017-04-3058-108/+138
|
* align popovermenu next to … buttonthingyArthur Schiwon2017-04-291-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* consolidate setEnabled methodArthur Schiwon2017-04-291-76/+12
| | | | | | and fix a unit test Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* UserManager can now count disabled usersArthur Schiwon2017-04-291-8/+5
| | | | | | Users page takes advantage of that 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-292-3/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve wording of error messagesMorris Jobke2017-04-292-5/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix greyed out display nameMorris Jobke2017-04-291-1/+1
| | | | 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-295-15/+15
|
* improve layoutMorris Jobke2017-04-291-5/+14
|
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-298-41/+300
| | | | | | | | | | | | | | | | | | | | | | | | | 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-282-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* cleanup templateBjoern Schiessle2017-04-283-18/+25
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use already available instance if l10nBjoern Schiessle2017-04-281-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-284-26/+35
| | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* move translatable strings out of the templateBjoern Schiessle2017-04-282-9/+30
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>