aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-241-2/+13
|\
| * always allow to rename the share mount pointBjoern Schiessle2014-04-231-1/+12
| * we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-1/+1
* | Adjust renaming of directories, fixes #8280Robin McCorkell2014-04-231-1/+2
|/
* use FileList.findFileElThomas Müller2014-04-091-1/+2
* Merge branch 'master' into lukepolo-masterThomas Müller2014-04-091-19/+7
|\
| * Moved code to replace svg with png to OC.UtilVincent Petry2014-04-041-19/+7
* | js style fixes according to our jshintrc rulesThomas Müller2014-04-071-58/+56
* | fix folder upload in jsThomas Müller2014-04-071-16/+21
* | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-4/+29
|\ \ | |/ |/|
| * Fixed issue with drag and drop not in the root directory, for folders and filesLuke Policinski2014-02-201-6/+7
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-6/+6
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-4/+28
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-333/+407
* | enable SVG->PNG fallback for newly uploaded files and foldersJan-Christoph Borchardt2014-03-271-1/+1
* | Merge branch 'master' into fix-7307Thomas Müller2014-03-061-8/+5
|\ \
| * \ Merge pull request #7575 from owncloud/issue/7571Vincent Petry2014-03-051-2/+2
| |\ \
| | * | Do not set #dir when on public.phpJoas Schilling2014-03-051-2/+2
| * | | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-051-6/+3
| |/ /
* | | fixing download url in files appThomas Müller2014-03-021-1/+1
* | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-021-1/+3
|/ /
* | 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
|\