aboutsummaryrefslogtreecommitdiffstats
path: root/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * resolve conflicts while picking c0fb623raghunayyar2014-06-021-1/+0
| |
* | move Help section from controls bar to sidebarJan-Christoph Borchardt2014-06-021-2/+19
| |
* | fix success status symbol to a circleMorris Jobke2014-06-021-0/+4
|/
* fix border-radius in settings to 3pxJan-Christoph Borchardt2014-05-231-3/+3
|
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+9
|
* hide input field if default expire date isn't activatedBjoern Schiessle2014-05-131-1/+2
|
* add setting to set default expire dateBjoern Schiessle2014-04-241-0/+1
|
* Delete oauth.cssLukas Reschke2014-04-041-4/+0
|
* fix h3 style, move out from settings to apps CSSJan-Christoph Borchardt2014-04-021-1/+0
|
* Merge pull request #7817 from owncloud/app-navigation-for-appsMorris Jobke2014-04-011-21/+6
|\ | | | | Makes #app-navigation a part of app management.
| * Removes highlighting of selected items, padding from apps management.raghunayyar2014-03-301-0/+3
| |