Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Orders Admin Log Button | root | 2016-07-26 | 1 | -0/+3 |
| | |||||
* | right allign last activity | Robin Appelman | 2016-07-20 | 1 | -0/+5 |
| | |||||
* | fix apppassword table with only a few entries being streched | Robin Appelman | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | set max width for sessions tables so it doesn’t go crazy on large screens | Jan-Christoph Borchardt | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | adjust layout of Sessions and App passwords sections | Jan-Christoph Borchardt | 2016-07-19 | 1 | -5/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -8/+8 |
|\ | |||||
| * | Merge pull request #25261 from owncloud/app-password-login-name | Vincent Petry | 2016-06-27 | 1 | -0/+8 |
| |\ | | | | | | | show which login name to use for the new app password | ||||
| | * | fix layout | Christoph Wurst | 2016-06-24 | 1 | -0/+8 |
| | | | |||||
| * | | remove ie8+9 support | Hendrik Leppelsack | 2016-06-23 | 1 | -20/+0 |
| |/ | |||||
* | | Merge pull request #226 from nextcloud/master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -7/+11 |
|\ \ | | | | | | | [Master] upstream sync | ||||
| * | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -7/+11 |
| |\| | |||||
| | * | app passwords/device tokens wording | Christoph Wurst | 2016-06-21 | 1 | -7/+7 |
| | | | |||||
| | * | add overflow ellipsis to session and device tokens list | Christoph Wurst | 2016-06-10 | 1 | -0/+4 |
| | | | |||||
* | | | select css changes in setting/admin | Vincent Chan | 2016-06-23 | 1 | -0/+9 |
|/ / | |||||
* | | Use blue as approved color in app management | Morris Jobke | 2016-06-16 | 1 | -1/+1 |
| | | | | | | | | * only changing the color - based on #53 | ||||
* | | Merge pull request #112 from nextcloud/drop-useless-ie8-stuff | blizzz | 2016-06-15 | 1 | -12/+0 |
|\ \ | | | | | | | Drop useless IE8 rules | ||||
| * | | Drop useless IE8 rules | Morris Jobke | 2016-06-15 | 1 | -12/+0 |
| |/ | |||||
* / | fix strengthify in personal settings | Morris Jobke | 2016-06-15 | 1 | -2/+2 |
|/ | |||||
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 1 | -4/+8 |
| | |||||
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -4/+18 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -0/+15 |
| | |||||
* | Add loading feedback for email change in user management | Morris Jobke | 2016-03-16 | 1 | -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 #22272 | Jan-Christoph Borchardt | 2016-02-29 | 1 | -1/+3 |
| | |||||
* | fixes #22221 | Thomas Müller | 2016-02-09 | 1 | -3/+0 |
| | |||||
* | update google play and apple badge | Hendrik Leppelsack | 2016-02-05 | 1 | -0/+4 |
| | |||||
* | remove unneeded margin of app dependencies in app mgmt | Jan-Christoph Borchardt | 2016-01-20 | 1 | -1/+0 |
| | |||||
* | fix warning box size for avatar change | Morris Jobke | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Fix users list dropdown position after scroll | Vincent Petry | 2016-01-07 | 1 | -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 cropper | Jan-Christoph Borchardt | 2015-12-28 | 1 | -0/+17 |
| | |||||
* | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 1 | -20/+35 |
| | |||||
* | change 'cronstatus' to 'status' so that it can be used in other apps too | Björn Schießle | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | move font back from Light to Regular for body text on normal-res screens, ↵ | Jan-Christoph Borchardt | 2015-11-10 | 1 | -1/+2 |
| | | | | fix #18954 | ||||
* | replace apps navigation line with whitespace | Jan-Christoph Borchardt | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18395 from owncloud/hide-empty-security-warning | Robin McCorkell | 2015-08-21 | 1 | -0/+5 |
|\ | | | | | [admin settings] Show success message if security warnings are empty | ||||
| * | add success message | Morris Jobke | 2015-08-21 | 1 | -0/+5 |
| | | |||||
* | | Propagate auth mechanism/backend failures to filesystem layer | Robin McCorkell | 2015-08-19 | 1 | -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_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -1/+6 |
|\ | | | | | Settings admin warning levels | ||||
| * | [Post setup checks] add proper CSS | Morris Jobke | 2015-08-17 | 1 | -1/+6 |
| | | |||||
* | | condense doc warnings into small section that gets showed to the user before ↵ | Bernhard Posselt | 2015-07-22 | 1 | -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 #15928 | Jan-Christoph Borchardt | 2015-05-12 | 1 | -1/+8 |
| | |||||
* | don't let the the user disable encryption once it was activated | Bjoern Schiessle | 2015-05-04 | 1 | -0/+4 |
| | |||||
* | fix layout for documentation link hints | Jan-Christoph Borchardt | 2015-04-30 | 1 | -0/+7 |
| | |||||
* | Fix user list | Morris Jobke | 2015-04-13 | 1 | -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 cron | Jan-Christoph Borchardt | 2015-04-09 | 1 | -0/+8 |
| | |||||
* | Merge pull request #15314 from owncloud/app-categories-15274 | Lukas Reschke | 2015-04-09 | 1 | -15/+52 |
|\ | | | | | Add different trust levels to AppStore interface | ||||
| * | apps mgmt: style experimental apps section, small design fixes | Jan-Christoph Borchardt | 2015-04-07 | 1 | -0/+12 |
| | | |||||
| * | app mgmt app level design enhancements | Jan-Christoph Borchardt | 2015-04-07 | 1 | -27/+33 |
| | | |||||
| * | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -1/+20 |
| | | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | ||||
* | | widen displayName input field | Jan-Christoph Borchardt | 2015-04-07 | 1 | -4/+13 |
|/ | |||||
* | Show label for password change in IE8 | Morris Jobke | 2015-03-27 | 1 | -1/+13 |
| | | | | * fixes #10729 |