summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
* Merge pull request #19277 from owncloud/files-plusbuttonfixThomas Müller2015-09-231-3/+4
|\
| * Only render the plus button when it makes senseVincent Petry2015-09-221-3/+4
* | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandcoThomas Müller2015-09-222-3/+3
|\ \ | |/ |/|
| * Properly show sidebar for trash and sharing sectionsVincent Petry2015-09-222-3/+3
* | Properly translate file actionsVincent Petry2015-09-223-1/+4
|/
* Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-161-0/+1
|\
| * Add details icon for details menu itemVincent Petry2015-09-151-0/+1
* | fix accessibility of New button, use alt text instead of tooltipJan-Christoph Borchardt2015-09-161-1/+1
* | Properly show sidebar when clicking on share buttonVincent Petry2015-09-161-0/+1
* | Bring back the share icon and update its statusVincent Petry2015-09-161-0/+14
* | Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-163-47/+71
|\ \ | |/ |/|
| * fix small mimetype iconsRobin Appelman2015-09-151-3/+3
| * recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
| * Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| * Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
* | Fixed sidebar toggle entryVincent Petry2015-09-141-18/+26
* | Keep right sidebar open, add Details actionVincent Petry2015-09-141-2/+11
|/
* enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-3/+3
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-074-151/+389
|\
| * Added unit tests for "new" file menu and small fixesVincent Petry2015-09-032-3/+9
| * fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-3/+2
| * Combine upload action into the "New" menuVincent Petry2015-08-284-151/+384
* | Add versions tab to files sidebarVincent Petry2015-09-034-8/+57
* | Tags in FileInfo map must be an arrayVincent Petry2015-09-031-1/+7
* | Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-031-7/+6
* | fallback for isimageRobin Appelman2015-09-021-1/+1
* | larger preview for images in the sidebarRobin Appelman2015-09-023-7/+60
* | allow handling thumbnail errorsRobin Appelman2015-09-021-1/+4
* | Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-302-19/+17
|/
* Fix trashbin sidebarVincent Petry2015-08-251-4/+4
* Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-252-2/+6
* Merge pull request #18523 from owncloud/crazy-scannerThomas Müller2015-08-251-0/+3
|\
| * Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-241-0/+3
* | Merge pull request #18528 from owncloud/files-sidebar-mtimeMorris Jobke2015-08-241-0/+1
|\ \
| * | Parse mtime from the data attributesVincent Petry2015-08-241-0/+1
| |/
* / bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-241-2/+2
|/
* Add namespace in case the file is loaded individuallyVincent Petry2015-08-201-0/+2
* Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry2015-08-191-2/+2
|\
| * 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 errorVincent Petry2015-08-172-2/+7
| |/
* | Merge pull request #18339 from owncloud/update-jquery-visibilityThomas Müller2015-08-192-24/+81
|\ \
| * | update jquery-visibility in files appMorris Jobke2015-08-172-24/+81
| |/
* | Merge pull request #18381 from owncloud/public-share-fixdepsloadingMorris Jobke2015-08-181-1/+1
|\ \
| * | Only show delete action in menu when delete permission existsVincent Petry2015-08-181-1/+1
| |/
* | Merge pull request #18310 from hasso/selection-string-fixVincent Petry2015-08-181-9/+17
|\ \ | |/ |/|
| * Move decaration to the beginning of the blockHasso Tepper2015-08-181-3/+5
| * Move selectionVars into if statementHasso Tepper2015-08-171-5/+4
| * Fix the string counting a selected files/dirsHasso Tepper2015-08-141-9/+16