summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix icon rendering in apps management for IE11Julius Härtl2018-01-031-3/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Invert app icons on IE11 as wellJulius Härtl2018-01-031-18/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix translation of federation scope menuMorris Jobke2017-11-301-6/+6
| | | | | | | | * l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow quota of 0 againJoas Schilling2017-10-251-1/+1
| | | | | | Regression from f1fccaca0605a5d183f78b2c39d2e09a54753787 Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix language when trying to change passwordJoas Schilling2017-10-041-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use correct l10n for app password menuMorris Jobke2017-08-211-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix federation scope dropdownMorris Jobke2017-08-141-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* display error icon on non-successMaxence Lange2017-07-311-3/+14
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Fix show password button for password changeMorris Jobke2017-07-261-1/+1
| | | | | | | | * fix the show password button on the personal page * before: if the password change failed the show password icon was not shown again * after: show password icon is visible Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* : BigversalAllan Nordhøy2017-07-181-2/+2
|
* Enable the toggleSelect extension in multi-select dropdownsDaniel Calviño Sánchez2017-07-111-0/+1
| | | | | | | | The toggleSelect extension for Select2 makes possible to unselect items in a multi-select dropdown by clicking on them; this behaviour should be enabled in all the multi-select dropdowns used in the server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-221-15/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also allow group admins to toogle the storage locationJoas Schilling2017-06-201-10/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't try to save the setting when its not an adminJoas Schilling2017-06-201-8/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* reword sessions to security in personal settingsRobin Appelman2017-06-071-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Combine sessions and app passwords view into one single viewChristoph Wurst2017-06-061-38/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix group restriction regressionMorris Jobke2017-05-191-7/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* polish user actions dropdownRobin Appelman2017-05-061-6/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use proper return codes and handle failure casesMorris Jobke2017-04-291-1/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve wording of error messagesMorris Jobke2017-04-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* change group id to _disabledUsersMorris Jobke2017-04-292-6/+6
|
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-292-22/+79
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* cleanup templateBjoern Schiessle2017-04-282-3/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-282-3/+13
| | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* verification button should be clickable directly after status change, not ↵Bjoern Schiessle2017-04-281-13/+20
| | | | | | only after page reload Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix name of website input fieldBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* only close verification dialog if the user clicks outside of the dialogBjoern Schiessle2017-04-281-11/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* only show verify button if scope is public and the input field contain some ↵Bjoern Schiessle2017-04-281-10/+34
| | | | | | value Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* show and hide verification dialogBjoern Schiessle2017-04-281-10/+11
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add missing translation and other small fixesBjoern Schiessle2017-04-282-4/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix styling of verification box to popoverJan-Christoph Borchardt2017-04-281-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* change status indicator if value was changedBjoern Schiessle2017-04-281-1/+13
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove action class once the status changes from 'to verify' to 'verifying'Bjoern Schiessle2017-04-281-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make use of verification buttonsBjoern Schiessle2017-04-281-5/+6
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add verification dialogBjoern Schiessle2017-04-281-1/+37
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use .installed layoutLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-48/+129
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't sort on app bundlesLukas Reschke2017-04-261-10/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-4/+32
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix adding/removing appsJulius Härtl2017-04-251-19/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app icon being inverted for app store apps tooJan-Christoph Borchardt2017-04-251-4/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show spinner until app store images loadedJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show placeholder for image-less apps in app managementJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Center spinner in apps managementJan-Christoph Borchardt2017-04-251-2/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make svgs more fluid and consistent remove action, instead of 'remove app'Felix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* rename Uninstall to RemoveJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* also improve layout of apps from storeJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix uninstall in tabular viewFelix A. Epp2017-04-251-2/+2
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>