aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-241-5/+5
|\
| * Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-201-19/+55
| |\
| * | Show svg mime icons when no preview is availableRobin Appelman2014-02-191-5/+5
* | | code style: else on same lineJan-Christoph Borchardt2014-02-211-2/+1
* | | fix intendationMorris Jobke2014-02-201-3/+3
* | | Fixed trashbin titleVincent Petry2014-02-201-21/+15
* | | Fixed title formatVincent Petry2014-02-201-1/+8
* | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into GuillaumeAmat-pa...Vincent Petry2014-02-201-3/+31
|\ \ \ | |_|/ |/| |
| * | Uses OC.basename instead of custom codeGuillaume AMAT2014-02-191-2/+2
| * | Gets the page title from oc_defaults in Files appGuillaume AMAT2014-02-131-1/+1
| * | Update page title when navigating through directoriesGuillaume AMAT2014-02-121-3/+31
| |/
* / Do not send file list for select all on Download/deleteVincent Petry2014-02-131-19/+55
|/
* Merge pull request #7126 from nickvergessen/issue/6683Vincent Petry2014-02-101-2/+2
|\
| * Only add files to file list when uploading to current directoryJoas Schilling2014-02-071-2/+2
* | Fix implied evals and doubled definition of variableMorris Jobke2014-02-071-6/+4
|/
* Merge pull request #7064 from owncloud/files-scrolltopafterupdateJan-Christoph Borchardt2014-02-051-4/+5
|\
| * Scroll to the top after switching dirVincent Petry2014-02-041-5/+6
* | Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-041-2/+15
|\ \ | |/ |/|
| * Added .jshintrcVincent Petry2014-01-301-2/+15
* | Rename action now appears as pencil iconraghunayyar2014-01-301-0/+1
|/
* Fixed download URL in public pageVincent Petry2014-01-241-0/+14
* Merge pull request #6827 from rnveach/fix_6730Morris Jobke2014-01-201-0/+2
|\
| * added trigger to redo selection text on a directory changernveach2014-01-171-0/+2
* | Fix to not destroy draggable when no draggable was setVincent Petry2014-01-141-1/+4
* | Fixed various file name escaping issues in core appsVincent Petry2014-01-101-19/+30
|/
* Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\
| * Fix filellist/rename/summary problemganomi2013-11-271-1/+1
* | Update file list entry on renameVincent Petry2013-11-271-2/+17
|/
* Merge pull request #5641 from owncloud/filestrash-emptytrashBjörn Schießle2013-11-251-2/+3
|\
| * Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-2/+3
* | Fixed delete action to show error message as notificationVincent Petry2013-11-191-1/+11
* | fix filtering number like filenames in filelistJörn Friedrich Dreyer2013-11-181-1/+1
* | Fixed total dirs/files message hiding conditionVincent Petry2013-11-131-3/+3
|/
* Added JS event for when the user changes the directoryVincent Petry2013-11-081-0/+6
* Fixed totalDirs JS errorVincent Petry2013-11-071-2/+2
* Merge pull request #5399 from frisco82/fixDownloadOverQuotaMorris Jobke2013-11-061-35/+30
|\
| * Do not count the size of shared folder on totalRamiro Aparicio2013-11-061-35/+30
* | Fixed storage stats to be based on current directoryVincent Petry2013-11-061-0/+7
* | Update quota value in client after scan and uploadVincent Petry2013-11-061-0/+1
* | Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-5/+5
|\ \
| * | Append file etag to preview URLsVincent Petry2013-10-281-5/+5
| |/
* | Corretly hide "no permissions" message in controls in viewer modeVincent Petry2013-10-311-0/+3
* | Fixed summary visibility checkVincent Petry2013-10-301-6/+7
|/
* Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist...Jörn Friedrich Dreyer2013-10-231-5/+12
|\
| * Merge pull request #5310 from owncloud/hide_filestable-header_when_emptyChristopher Schäpers2013-10-221-4/+12
| |\
| | * Fix mind-boggling emptycontent logickondou2013-10-211-1/+1
| | * Fix shared folder still showing fileheaderkondou2013-10-211-2/+2
| | * Improve updateEmptyContent logickondou2013-10-201-1/+1
| | * Create FileList.updateEmptyContent() and fix not showing emptycontent after d...kondou2013-10-201-5/+10
| | * Hide files list header, when theres no files to seekondou2013-10-121-0/+3