summaryrefslogtreecommitdiffstats
path: root/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5342 from nextcloud/userlist-used-spaceMorris Jobke2017-07-051-3/+23
|\ | | | | show used space in user list
| * show used space in user listRobin Appelman2017-06-151-3/+23
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | one settings link, common template, stylingArthur Schiwon2017-06-231-0/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Remove unneeded CSSMarius Blüm2017-06-101-4/+0
| | | | | | | | | | | | * was removed with #5166 so there is no more apppasswords-section Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #5287 from nextcloud/personal-page-gs-modeJoas Schilling2017-06-081-0/+7
|\ \ | |/ |/| show input fields if they are not empty but disable them in global scale mode
| * unify look of disabled display name / email address and the other input fieldsBjoern Schiessle2017-06-071-0/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Allow to change avatar when groups are disablesMorris Jobke2017-06-071-2/+5
|/ | | | | | | | | | | * password form overlaps upload button and doesn't allow to click it * regression from #5259 Signed-off-by: Morris Jobke <hey@morrisjobke.de> make sure that we always clear all floating rules after the user settings parts Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* reword sessions to security in personal settingsRobin Appelman2017-06-061-17/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Combine sessions and app passwords view into one single viewChristoph Wurst2017-05-301-30/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* | Hide checkbox in avatarcropperMorris Jobke2017-05-111-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix privacy settings drop downs on personal settings pageMorris Jobke2017-05-091-3/+3
| | | | | | * fixes #4672 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-081-1/+1
|\ | | | | Increase device password entropy.
| * Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-1/+1
| | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* | polish user actions dropdownRobin Appelman2017-05-061-57/+274
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* align popovermenu next to … buttonthingyArthur Schiwon2017-04-291-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix greyed out display nameMorris Jobke2017-04-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* improve layoutMorris Jobke2017-04-291-5/+14
|
* Implemented visual feedback if a user is disabled in admin user menu.Thomas Pulzer2017-04-291-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix text overflow in website popoverJan-Christoph Borchardt2017-04-281-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix verification button placement on mobileJan-Christoph Borchardt2017-04-281-2/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix dialog widthJan-Christoph Borchardt2017-04-281-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* show and hide verification dialogBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-281-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix verification icon positon and cursorJan-Christoph Borchardt2017-04-281-5/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix email verification cursor thing properlyJan-Christoph Borchardt2017-04-281-1/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* only verify-actions should show a mouse pointerBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use individual verification popover dialogs instead of oneJan-Christoph Borchardt2017-04-281-6/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Group verification CSSJan-Christoph Borchardt2017-04-281-17/+15
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* minor style fixes; use verify-action class only for ↵Bjoern Schiessle2017-04-281-1/+1
| | | | | | verification-status-icons which are interactive Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix styling of verification box to popoverJan-Christoph Borchardt2017-04-281-35/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* fix css fileBjoern Schiessle2017-04-281-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make use of verification buttonsBjoern Schiessle2017-04-281-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add verification dialogBjoern Schiessle2017-04-281-0/+55
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix icons in sidebar on personal pageMorris Jobke2017-04-271-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix bundles header positionJan-Christoph Borchardt2017-04-261-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Style app bundlesJan-Christoph Borchardt2017-04-261-8/+23
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Styling fixes to bundle headerJan-Christoph Borchardt2017-04-261-1/+9
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix stylingLukas Reschke2017-04-261-0/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move h2 and settings-hint togetherJan-Christoph Borchardt2017-04-251-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Small layout fixes to settings hintsJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-0/+5
|
* Fix app icon being inverted for app store apps tooJan-Christoph Borchardt2017-04-251-4/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show placeholder for image-less apps in app managementJan-Christoph Borchardt2017-04-251-0/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* also improve layout of apps from storeJan-Christoph Borchardt2017-04-251-14/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Revert "Add Minor styling improvements with opacity instead of grey"Jan-Christoph Borchardt2017-04-251-6/+5
| | | | | | This reverts commit e9f8a15692ccd4690eef9d4268343d59aa8491ea. Signed-off-by: Felix A. Epp <work@felixepp.de>
* fix sizing and alignment of your app listJan-Christoph Borchardt2017-04-251-4/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* hide app version and level on narrower screensJan-Christoph Borchardt2017-04-251-0/+13
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add Minor styling improvements with opacity instead of greyFelix A. Epp2017-04-251-5/+10
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>