aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* 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
| * reuse jquery object when adding files to the file listRobin Appelman2012-11-071-6/+8
* | fix file delete in opera - fixes #188Georg Ehrke2012-11-051-0/+3
|/
* Merge branch 'routing'Bart Visscher2012-10-271-1/+1
|\
| * Merge branch 'master' into routingBart Visscher2012-10-171-27/+29
| |\
| * \ Merge branch 'master' into routingBart Visscher2012-09-281-47/+54
| |\ \
| * \ \ Merge branch 'master' into routingBart Visscher2012-09-071-57/+100
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-291-17/+25
| |\ \ \ \
| * | | | | Fix linkTo calls for new routingBart Visscher2012-08-151-1/+1
* | | | | | fix oc-605Jörn Friedrich Dreyer2012-10-181-7/+9
* | | | | | use interpolation for some translations in jsscambra2012-10-161-6/+6
| |_|_|_|/ |/| | | |
* | | | | Whitespace cleanupBart Visscher2012-10-141-4/+4
* | | | | Sanitize user inputLukas Reschke2012-10-121-6/+6
* | | | | check if ID was assignedBjörn Schießle2012-10-081-1/+3
* | | | | add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-081-1/+2
* | | | | remove textbox after pressing "enter" even if the name is the sameBjörn Schießle2012-10-021-16/+15
| |_|_|/ |/| | |
* | | | some js style fixesRobin Appelman2012-09-231-20/+22
* | | | Merge pull request #15 from scambra/delete-fixesThomas Müller2012-09-211-0/+1
|\ \ \ \
| * | | | use post to delete files, get has a limit and fails with many filesscambra2012-09-201-0/+1
* | | | | fix for bug #1752 (Renaming of folders in files view does not work correctly ...Björn Schießle2012-09-191-17/+19
* | | | | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-191-2/+2
|\| | | |
| * | | | Fix oc-1769, renaming folders with extensionsTom Needham2012-09-181-2/+2
* | | | | execute lastAction() before add new oneBjörn Schießle2012-09-191-9/+12
|/ / / /
* | | / Fix oc-1726, cannot delete multiple files one by one without refreshTom Needham2012-09-171-1/+0
| |_|/ |/| |
* | | Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-071-1/+6