summaryrefslogtreecommitdiffstats
path: root/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* add Tips & tricks section to admin settingsJan-Christoph Borchardt2015-03-231-0/+8
|
* collapse app descriptions by default, make expandable, fix #13112Jan-Christoph Borchardt2015-03-191-0/+15
|
* Merge pull request #14972 from owncloud/add-group-styleMorris Jobke2015-03-181-2/+21
|\ | | | | User management design details
| * slight positioning fixes in user mgmt controls barJan-Christoph Borchardt2015-03-171-1/+4
| |
| * improve style of 'Add group' input and buttonJan-Christoph Borchardt2015-03-171-1/+17
| |
* | add whitespace to prevent file deletion when wanting to scrollJan-Christoph Borchardt2015-03-171-2/+6
|/
* adjust list of errors, more compact and readableJan-Christoph Borchardt2015-03-061-1/+7
|
* Make the password changed msg inline to fix #10242kondou2015-02-111-2/+0
|
* Add value if restore of data is possible for a userMorris Jobke2015-01-271-1/+4
| | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
* add margin to log table - fixes #13558Morris Jobke2015-01-211-1/+4
|
* Mail address of users is now changable in the user managementMorris Jobke2014-12-181-0/+1
| | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages
* Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-151-0/+5
|\ | | | | adding dependencies for command line tools and php libraries
| * adjust styling of missing dependencies in apps managementThomas Müller2014-12-111-0/+5
| |
* | Show user backend in user managementMorris Jobke2014-12-121-2/+5
|/ | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area
* display missing dependencies in the apps management pageThomas Müller2014-12-041-0/+6
|
* Merge pull request #11570 from owncloud/backport-11408-masterLukas Reschke2014-10-151-2/+2
|\ | | | | Backport 11408 master
| * Refactor MailSettings controllerLukas Reschke2014-10-141-2/+2
| | | | | | | | | | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php
* | introduce new app page layoutThomas Müller2014-10-151-3/+58
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-1/+13
| | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
* Move certificate management interface from files_external to coreRobin Appelman2014-08-311-3/+5
|
* user mgmt: move 'Show storage location' and 'Show last log in' to settings areaJan-Christoph Borchardt2014-08-291-10/+0
|
* Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-281-0/+2
| | | | | | optional columns This fixes #9367.
* Fixed JS and CSS issues in users pageVincent Petry2014-07-171-0/+5
| | | | | | - Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it
* add link to contribute and promote pages in personal settingsJan-Christoph Borchardt2014-07-021-0/+3
|
* Make sure last seen tooltip always appears even after searching and filteringArthur Schiwon2014-06-191-0/+1
|
* Migrate table layout to p layout for share settingsMorris Jobke2014-06-171-3/+8
| | | | ref #8906
* simplify security warning on admin pageMorris Jobke2014-06-161-2/+4
|
* fix hidden user group search fieldVolkan Gezer2014-06-071-1/+1
|
* unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-11/+0
|
* slightly widen sidebar to 250px, works better with apps and on mobileJan-Christoph Borchardt2014-06-051-1/+1
|
* Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-051-1/+4
|\ | | | | Toggle app navigation not only on mobile, but on desktop as well
| * fix related layout issues in user managementJan-Christoph Borchardt2014-06-041-1/+4
| |
* | personal settings: unbold clients header and remove obsolete CSSJan-Christoph Borchardt2014-06-041-4/+7
|/
* Merge pull request #7151 from owncloud/user-jqueryThomas Müller2014-06-031-2/+40
|\ | | | | Continuing the New User management
| * user management: display table at full widthJan-Christoph Borchardt2014-06-021-0/+6
| |
| * user management: remove unneeded and erroneous user filter reset functionJan-Christoph Borchardt2014-06-021-4/+0
| |
| * add reset button for the filter fieldArthur Schiwon2014-06-021-2/+8
| |
| * Enhancement : Toggle Add Group on Click, @blizzz have a look here.raghunayyar2014-06-021-0/+5
| |
| * Enhancement : The edit icon looks like files app rename fileaction.raghunayyar2014-06-021-9/+10
| |
| * Enhancement: Transparency added to icons, changes opacity to 1 on hover.raghunayyar2014-06-021-1/+2
| |
| * Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions.raghunayyar2014-06-021-5/+8
| |
| * Enhancement: Always show edit & delete for the active group.raghunayyar2014-06-021-6/+7
| |
| * Rename and Delete Happens only on Active Group.raghunayyar2014-06-021-3/+3
| |
| * Initial Commit : Changes Storage to Quota, Implements GroupName editing.raghunayyar2014-06-021-1/+6
| |
| * Initial Commit : User Search, Fixes Typosraghunayyar2014-06-021-1/+3
| |
| * Fixes delete icon only on hover.raghunayyar2014-06-021-1/+2
| |
| * Deletes Group Clientside Effectively.raghunayyar2014-06-021-1/+5
| |
| * Reverts last commit, implements user in group count.raghunayyar2014-06-021-0/+1
| |
| * Add GroupList Ajax to Users.raghunayyar2014-06-021-1/+1
| |
| * Splits Controls overlap in files and users.raghunayyar2014-06-021-0/+7
| |