summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* disable "deleted files" button if trash bin is emptyBjörn Schießle2013-07-261-0/+1
* finally remove the file size obfuscation as it had more disadvantages. I was ...Jan-Christoph Borchardt2013-07-181-2/+1
* add new file above summary if it is the first file in the listBjörn Schießle2013-07-121-0/+2
* Merge pull request #3903 from owncloud/nonpublic-uploadingThomas Müller2013-07-011-1/+1
|\
| * fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
* | Merge pull request #3223 from owncloud/fix-2820Morris Jobke2013-07-011-5/+36
|\ \ | |/ |/|
| * if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-151-5/+36
* | Public upload featureRoman Geber2013-06-251-4/+20
|/
* darker low threshold color for file size and age fading, better contrastJan-Christoph Borchardt2013-06-111-1/+1
* peselect filename without extension on renameJörn Friedrich Dreyer2013-05-131-0/+7
* Fix displaying spinner on deleteBart Visscher2013-04-191-3/+3
* use local variable to walk DOM only onceJörn Friedrich Dreyer2013-03-281-4/+5
* return created table row, use as context in fileupload eventsJörn Friedrich Dreyer2013-03-281-11/+153
* Merge pull request #2034 from owncloud/fix_bug47Michael Gapczynski2013-03-031-18/+19
|\
| * fix oc#47Georg Ehrke2013-03-011-18/+19
* | delete table row if file was deleted instead of just hide itBjörn Schießle2013-02-251-1/+1
|/
* Whitespace fixesBart Visscher2013-02-221-7/+7
* replaced for in loops with normal enumerating loops to fix #1803Bernhard Posselt2013-02-201-2/+2
* extract common codeJörn Friedrich Dreyer2013-02-091-43/+88
* remove code properlyGeorg Ehrke2013-02-091-3/+0
* remove (comment out) old code to fix replacing of filesGeorg Ehrke2013-02-091-2/+2
* Merge pull request #1550 from owncloud/fix-files-download-linksJörn Friedrich Dreyer2013-02-091-1/+1
|\
| * Fix files router download linksBart Visscher2013-02-081-1/+1
* | remove undefined function FileList.finishDeleteThomas Müller2013-02-081-2/+0
|/
* Merge branch 'master' into from_live_to_onThomas Mueller2013-01-311-53/+27
|\
| * make spinner title translatableBjörn Schießle2013-01-301-1/+1
| * show a spinner instead of the delete button while moving files to the trash binBjörn Schießle2013-01-301-3/+15
| * icons added; empty trash bin message addedBjörn Schießle2013-01-291-1/+1
| * merge conflict fixedBjörn Schießle2013-01-281-43/+0
| * fix merge conflictsBjörn Schießle2013-01-281-14/+55
| |\
| * | no undo notification for deleted file, we use the trash bin insteadBjörn Schießle2013-01-221-54/+15
* | | replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-4/+4
| |/ |/|
* | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-111-2/+8
|\|
| * adapt to isFileNameValid, whitespace cleanupJörn Friedrich Dreyer2013-01-071-6/+1
| * Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-061-1/+1
| |\
| * | abort rename on ESC keyupJörn Friedrich Dreyer2013-01-021-0/+7
| * | show notification when renaming a file to ''Jörn Friedrich Dreyer2013-01-021-0/+4
* | | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-061-1/+1
|\ \ \ | | |/ | |/|
| * | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ...Thomas Mueller2013-01-061-1/+1
| * | Files: prevent people from renaming files to '.'Robin Appelman2013-01-051-1/+1
| |/
* | javascript notification functions have been moved to js.js for common useThomas Mueller2013-01-041-10/+10
* | notifications are now shown/hidden using the js functions hideNotification an...Thomas Mueller2013-01-021-18/+15
|/
* remove unneeded lineRobin Appelman2012-12-131-1/+0
* use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-131-0/+1
* upload button HTML, CSS & JS cleanupJörn Friedrich Dreyer2012-12-071-2/+0
* introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-221-0/+3
* refs #461 - drag'n'drop upload to a sub folder is working nowThomas Mueller2012-11-161-1/+1
* port of approved pull request #442 - 'Always set renaming to false, also if r...Björn Schießle2012-11-151-1/+1
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\
| * add actions to newly created files and foldersRobin Appelman2012-11-071-0/+2