aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Improved remote share owner displayVincent Petry2014-07-032-2/+129
| | | | | | | The parts of the remote share owner name is now split between user name, domain name and root so they can be formatted / displayed differently. The user name + domain name are displayed in the tooltip.
* Merge pull request #9384 from owncloud/eventsrc-fixfallbackwhenclosedMorris Jobke2014-07-031-12/+23
|\ | | | | Fixed event source fallback after close
| * Fix JSHint errors in EventSource classVincent Petry2014-07-021-13/+18
| |
| * Fixed event source fallback after closeVincent Petry2014-07-021-0/+6
| |
* | Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-031-1/+3
|\ \ | | | | | | Fix mobile share view glitches
| * | fix position of shared file buttonsJan-Christoph Borchardt2014-07-021-1/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-032-1/+5
| | |
* | | Merge pull request #9365 from owncloud/design-controls-polishJan-Christoph Borchardt2014-07-031-2/+1
|\ \ \ | | | | | | | | Design controls polish
| * | | remove border-bottom of controls barJan-Christoph Borchardt2014-07-021-1/+0
| | | |
| * | | reduce transparency of controls bar for less distractionJan-Christoph Borchardt2014-07-021-1/+1
| | | |
| * | | change controls bar color to white for less grey-in-grey designJan-Christoph Borchardt2014-07-021-2/+2
| | | |
* | | | fix animation of sidebar and prevent horizontal scrollbar, fix #9284Jan-Christoph Borchardt2014-07-022-6/+2
| |/ / |/| |
* | | Merge pull request #9381 from owncloud/design-icons-shadowJan-Christoph Borchardt2014-07-0227-142/+72
|\ \ \ | |_|/ |/| | Remove shadow effects from a bunch of icons, reduce size
| * | remove shadow effects from folder icons, reduce sizeJan-Christoph Borchardt2014-07-026-59/+54
| | |
| * | remove shadow effects from info, search and settings icon, reduce sizeJan-Christoph Borchardt2014-07-026-33/+6
| | |
| * | remove shadow effects from places icons, reduce sizeJan-Christoph Borchardt2014-07-0215-50/+12
| | |
* | | Merge pull request #9369 from owncloud/designfix-updateJan-Christoph Borchardt2014-07-021-0/+5
|\ \ \ | |/ / |/| | Update dialog running out of horizontal space in Firefox. fixes #9298
| * | Fix update dialog running out of horizontal space in Firefox. Fixes #9298jbtbnl2014-07-021-0/+5
| | |
* | | allow horizontal scrollbar in settings to make user mgmt usable on mobileJan-Christoph Borchardt2014-07-021-0/+5
| | |
* | | prevent overflow in user management controls bar, fix #9277Jan-Christoph Borchardt2014-07-021-0/+9
| |/ |/|
* | Merge pull request #9341 from owncloud/sharing-fileactions-fixMorris Jobke2014-07-021-2/+9
|\ \ | |/ |/| Fix fileActionsReady event after deferred file actions update
| * Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-2/+9
| | | | | | | | | | | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-021-0/+4
|/
* fix the layout of the enforced expiry date messageMorris Jobke2014-07-011-1/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-011-25/+25
|
* make expiration message grey, less present in dropdownJan-Christoph Borchardt2014-06-301-1/+1
|
* fix expire message going out of box, fix #9280Jan-Christoph Borchardt2014-06-301-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-303-3/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-291-0/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-2846-0/+46
|
* Unit tests for share dropdown with nested link shareVincent Petry2014-06-272-1/+147
|
* Use file_source to find matching share for nested link sharesVincent Petry2014-06-271-1/+1
|
* Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-273-4/+1
|\ | | | | Breadcrumb width calculation fix
| * Removed unused padding-right of the controls barVincent Petry2014-06-242-3/+0
| | | | | | | | | | Removing this doesn't affect the controls bar visually but does affect the breadcrumb calculation when getting available width.
| * Test runner now loads CSS and hides testAreaVincent Petry2014-06-241-1/+1
| | | | | | | | | | | | | | - serve CSS and font files properly to make sure that measurements are correct for the tests that need them (breadcrumb) - added opacity to testArea to make sure nothing is visible during testing
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-2766-70/+27
| |
* | Merge pull request #9211 from owncloud/fix-hidden-share-buttonJan-Christoph Borchardt2014-06-262-3/+5
|\ \ | | | | | | Fix hidden share button and checkbox layout
| * | Fix hidden share button and checkbox layoutMorris Jobke2014-06-252-3/+5
| | | | | | | | | | | | fixes #9101
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-262-0/+13
| | |
* | | Merge pull request #9202 from owncloud/urlhashfixMorris Jobke2014-06-251-0/+4
|\ \ \ | |/ / |/| | Do not clear URL hash when no external mount params given
| * | Fix parsing URL hash when no "?" was specifiedVincent Petry2014-06-251-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-255-4/+25
|/ /
* | fixes the layout for error messages on the update pageMorris Jobke2014-06-241-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-241-0/+11
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-231-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-221-0/+9
|
* Merge pull request #9121 from owncloud/filepicker-avoidtwiceMorris Jobke2014-06-201-0/+7
|\ | | | | Prevent showing the file picker twice
| * Prevent showing the file picker twiceVincent Petry2014-06-201-0/+7
| | | | | | | | In case the filepicker function is called twice, only show it once.
* | Merge pull request #9102 from owncloud/viewermode-controlsMorris Jobke2014-06-201-0/+4
|\ \ | |/ |/| Fixed controls bar in viewer mode
| * Fixed controls bar in viewer modeVincent Petry2014-06-181-0/+4
| |