summaryrefslogtreecommitdiffstats
path: root/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-8/+8
|\
| * Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-271-0/+8
| |\ | | | | | | show which login name to use for the new app password
| | * fix layoutChristoph Wurst2016-06-241-0/+8
| | |
| * | remove ie8+9 supportHendrik Leppelsack2016-06-231-20/+0
| |/
* | Merge pull request #226 from nextcloud/master-upstream-syncLukas Reschke2016-06-261-7/+11
|\ \ | | | | | | [Master] upstream sync
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-7/+11
| |\|
| | * app passwords/device tokens wordingChristoph Wurst2016-06-211-7/+7
| | |
| | * add overflow ellipsis to session and device tokens listChristoph Wurst2016-06-101-0/+4
| | |
* | | select css changes in setting/adminVincent Chan2016-06-231-0/+9
|/ /
* | Use blue as approved color in app managementMorris Jobke2016-06-161-1/+1
| | | | | | | | * only changing the color - based on #53
* | Merge pull request #112 from nextcloud/drop-useless-ie8-stuffblizzz2016-06-151-12/+0
|\ \ | | | | | | Drop useless IE8 rules
| * | Drop useless IE8 rulesMorris Jobke2016-06-151-12/+0
| |/
* / fix strengthify in personal settingsMorris Jobke2016-06-151-2/+2
|/
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-4/+8
|
* add button to add new device tokensChristoph Wurst2016-05-231-4/+18
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-0/+15
|
* Add loading feedback for email change in user managementMorris Jobke2016-03-161-0/+8
| | | | | | | | * show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily
* fix personal page layout for LDAP users, fix #22272Jan-Christoph Borchardt2016-02-291-1/+3
|
* fixes #22221Thomas Müller2016-02-091-3/+0
|
* update google play and apple badgeHendrik Leppelsack2016-02-051-0/+4
|
* remove unneeded margin of app dependencies in app mgmtJan-Christoph Borchardt2016-01-201-1/+0
|
* fix warning box size for avatar changeMorris Jobke2016-01-081-1/+1
|
* Fix users list dropdown position after scrollVincent Petry2016-01-071-0/+5
| | | | | | | | When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling.
* fix overlap and functionality of cropperJan-Christoph Borchardt2015-12-281-0/+17
|
* improve layout of personal settings pageJan-Christoph Borchardt2015-12-281-20/+35
|
* change 'cronstatus' to 'status' so that it can be used in other apps tooBjörn Schießle2015-11-191-2/+2
|
* move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt2015-11-101-1/+2
| | | | fix #18954
* replace apps navigation line with whitespaceJan-Christoph Borchardt2015-08-251-1/+1
|
* Merge pull request #18395 from owncloud/hide-empty-security-warningRobin McCorkell2015-08-211-0/+5
|\ | | | | [admin settings] Show success message if security warnings are empty
| * add success messageMorris Jobke2015-08-211-0/+5
| |
* | Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-5/+7
|/ | | | | | | | | | | Failure to prepare the storage during backend or auth mechanism manipulation will throw an InsufficientDataForMeaningfulAnswerException, which is propagated to StorageNotAvailableException in the filesystem layer via the FailedStorage helper class. When a storage is unavailable not due to failure, but due to insufficient data being available, a special 'indeterminate' status is returned to the configuration UI.
* Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt2015-08-181-1/+6
|\ | | | | Settings admin warning levels
| * [Post setup checks] add proper CSSMorris Jobke2015-08-171-1/+6
| |
* | condense doc warnings into small section that gets showed to the user before ↵Bernhard Posselt2015-07-221-0/+6
|/ | | | | | | | | | | | | | enabling encryption remove share warning remove app and just write it out as feature adjust warnings reframe storage issue fix typo
* fix user mgmt search box position, fix #15928Jan-Christoph Borchardt2015-05-121-1/+8
|
* don't let the the user disable encryption once it was activatedBjoern Schiessle2015-05-041-0/+4
|
* fix layout for documentation link hintsJan-Christoph Borchardt2015-04-301-0/+7
|
* Fix user listMorris Jobke2015-04-131-0/+5
| | | | | * the name cell was changed from td to th because of accessibility issues - this adjusts the CSS and JS to behave like before
* add admin documentation hints to Federated Cloud Sharing and cronJan-Christoph Borchardt2015-04-091-0/+8
|
* Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-15/+52
|\ | | | | Add different trust levels to AppStore interface
| * apps mgmt: style experimental apps section, small design fixesJan-Christoph Borchardt2015-04-071-0/+12
| |
| * app mgmt app level design enhancementsJan-Christoph Borchardt2015-04-071-27/+33
| |
| * Add experimental applications switchLukas Reschke2015-04-031-1/+20
| | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* | widen displayName input fieldJan-Christoph Borchardt2015-04-071-4/+13
|/
* Show label for password change in IE8Morris Jobke2015-03-271-1/+13
| | | | * fixes #10729
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+9
|\ | | | | core part of encryption 2.0
| * implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+9
| | | | | | | | encryption modules
* | force log messages to break to alleviate horizontal scroll on Admin pageJan-Christoph Borchardt2015-03-261-2/+5
| |
* | only show connection checks results if there are errors, fix #11476Jan-Christoph Borchardt2015-03-251-7/+0
| |
* | consolidate all admin warnings and notices into one sectionJan-Christoph Borchardt2015-03-241-9/+4
| |