summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-032-15/+64
|
* fallback for isimageRobin Appelman2015-09-021-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-022-0/+6
|
* larger preview for images in the sidebarRobin Appelman2015-09-024-7/+81
|
* allow handling thumbnail errorsRobin Appelman2015-09-021-1/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-014-0/+14
|
* Merge pull request #18671 from owncloud/cleanup-sidebar-semanticsMorris Jobke2015-08-314-23/+36
|\ | | | | Removes unecessary divs and adds max width to longer names.
| * Fixes failing testsRaghu Nayyar2015-08-311-4/+4
| |
| * Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-303-19/+32
| |
* | Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+1
|/
* compress icons in navigation, move to monochrome againJan-Christoph Borchardt2015-08-286-5/+5
|
* Merge pull request #18621 from owncloud/filetype-icons-elsewhereJan-Christoph Borchardt2015-08-284-5/+5
|\ | | | | fix filetype icons elsewhere, empty page, sidebar, apps menu
| * fix filetype icons elsewhere, empty page, sidebar, apps menuJan-Christoph Borchardt2015-08-284-5/+5
| |
* | Merge pull request #18606 from owncloud/fix-filename-overflow-sidebarMorris Jobke2015-08-281-1/+24
|\ \ | | | | | | fix right sidebar causing filename overflow, fix #18383
| * | fix right sidebar causing filename overflow, fix #18383Jan-Christoph Borchardt2015-08-271-1/+24
| |/
* | Merge pull request #18614 from owncloud/fix-favorites-displayVincent Petry2015-08-282-2/+10
|\ \ | | | | | | restore behavior where favorite stars only show up on hover, to not clutter the interface so much
| * | restore behavior where favorite stars only show up on hover, to not clutter ↵Jan-Christoph Borchardt2015-08-272-2/+10
| |/ | | | | | | the interface so much
* / [tx-robot] updated from transifexJenkins for ownCloud2015-08-282-2/+2
|/
* reduce grey tones to one for list highlightJan-Christoph Borchardt2015-08-261-15/+15
|
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-2613-11/+11
|
* Merge pull request #18577 from owncloud/action-detailsMorris Jobke2015-08-262-27/+44
|\ | | | | file action detail style fixes
| * properly shade file actions and menu items, don't differentiate between ↵Jan-Christoph Borchardt2015-08-262-21/+36
| | | | | | | | mobile and desktop
| * proper padding and whitespace for share and more actionsJan-Christoph Borchardt2015-08-262-6/+9
| |
| * use same font-size for share action textJan-Christoph Borchardt2015-08-261-1/+0
| |
* | Remove languages which are no longer maintained on transifexThomas Müller2015-08-2636-415/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-08-264-0/+10
|/
* adjust dropdown borders to button bordersChristoph Wurst2015-08-251-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-25152-708/+652
|
* Merge pull request #18550 from owncloud/mobile-shared-styleJan-Christoph Borchardt2015-08-251-6/+6
|\ | | | | fix being able to distinguish shared items on mobile
| * fix being able to distinguish shared items on mobileJan-Christoph Borchardt2015-08-251-6/+6
| |
* | Merge pull request #18543 from owncloud/remove-linesJan-Christoph Borchardt2015-08-251-2/+6
|\ \ | | | | | | Remove some lines
| * | reduce files table header lineJan-Christoph Borchardt2015-08-251-2/+6
| |/
* | Fix row highlight in other file listsVincent Petry2015-08-251-0/+1
| |
* | Fix trashbin sidebarVincent Petry2015-08-252-4/+17
| | | | | | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* | Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-252-2/+6
|/ | | | | Since there are multiple sidebars, one for each files app section, we need to hide the correct ones.
* Merge pull request #18523 from owncloud/crazy-scannerThomas Müller2015-08-252-4/+11
|\ | | | | Prevent bkg scanner going crazy with unavailable storages (ajax/scan.php)
| * Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-242-4/+11
| |
* | Merge pull request #18528 from owncloud/files-sidebar-mtimeMorris Jobke2015-08-242-0/+30
|\ \ | | | | | | Parse mtime from the data attributes
| * | Parse mtime from the data attributesVincent Petry2015-08-242-0/+30
| |/
* | Merge pull request #18525 from owncloud/app-sidebar-styleMorris Jobke2015-08-242-6/+7
|\ \ | | | | | | Right sidebar style improvements
| * | bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-242-6/+7
| |/
* / Remove DEBUG constant and use config valueMorris Jobke2015-08-242-1/+10
|/ | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value
* Merge pull request #17501 from tbartenstein/patch-1Vincent Petry2015-08-241-1/+1
|\ | | | | Update fileinfo.php
| * fix unit test for folder renaming (icon)tbartenstein2015-08-211-1/+1
| | | | | | fix unit test to go with #17501 and check for the new icon
* | Add namespace in case the file is loaded individuallyVincent Petry2015-08-201-0/+2
| | | | | | | | | | Some apps might load this file in JS unit tests and need the OCA.Files namespace to exist.
* | Merge pull request #18380 from owncloud/files-sidebar-selectbarRobin McCorkell2015-08-201-0/+5
|\ \ | | | | | | Fix files select bar width when app sidebar is visible
| * | Fix files select bar width when app sidebar is visibleVincent Petry2015-08-181-0/+5
| | |
* | | Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry2015-08-191-2/+2
|\ \ \ | | | | | | | | Fix spinner when deleting all files in a folder
| * | | Fix spinner when deleting all files in a folderVincent Petry2015-08-181-2/+2
| |/ /
* | | Merge pull request #18354 from owncloud/files-fixdndVincent Petry2015-08-192-2/+7
|\ \ \ | | | | | | | | Fix file drag and drop JS error