summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-08152-1112/+1014
|
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-0711-320/+716
|\ | | | | Combine upload action into the "New" menu
| * Added unit tests for "new" file menu and small fixesVincent Petry2015-09-035-54/+247
| | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory
| * Remove ellipsis on new file menu itemsVincent Petry2015-09-031-1/+0
| |
| * fix icon and layout details for new menuJan-Christoph Borchardt2015-09-032-4/+11
| |
| * Combine upload action into the "New" menuVincent Petry2015-08-288-270/+467
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | Add versions tab to files sidebarVincent Petry2015-09-035-12/+71
| | | | | | | | | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism
* | Tags in FileInfo map must be an arrayVincent Petry2015-09-032-1/+22
| | | | | | | | | | Fixes FileList.elementToFile to make an array for the tags instead of keeping the original joined string
* | 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