summaryrefslogtreecommitdiffstats
path: root/js/lib_files.js
Commit message (Collapse)AuthorAgeFilesLines
* remove for now. main repository is at projects.kde.org/owncloudFrank Karlitschek2011-08-131-412/+0
|
* Show error when trying to create a file or folder that already existsRobin Appelman2010-12-121-0/+4
| | | | fixes https://bugs.kde.org/show_bug.cgi?id=259616
* reverted a576150bente2010-12-051-7/+4
| | | | Seems we don't really need this, since calling e.g. fileActions['audio/x-wav'] is no problem. It should be also more clear to use and read than e.g. fileActions.audioxwav
* replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], ↵ente2010-12-041-4/+7
| | | | since an object name cannot contain slashes. (correct me if I'm wrong)
* Fix for https://bugs.kde.org/show_bug.cgi?id=257861Robin Appelman2010-11-301-1/+1
| | | | Patch by Romain GRENIER
* only ask once when removing multiply filesRobin Appelman2010-11-281-5/+8
|
* use json to encode the file list, should work better with filenames ↵Robin Appelman2010-09-061-11/+10
| | | | containing non-ascii characters
* First commit, changing capitalizationAaron Reichman2010-08-221-2/+2
|
* use encodeURIComponent in more placesRobin Appelman2010-08-031-1/+1
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|
* change target directory for uploads when changing folders in web-frontendRobin Appelman2010-06-291-3/+3
|
* changed a single typo. 'to' --> 'too'.Willi Ballenthin2010-06-091-1/+1
|
* More bug fixes, mostly IE relatedRobin Appelman2010-05-011-5/+10
|
* fix renaming files in IERobin Appelman2010-05-011-1/+1
|
* mergeRobin2010-04-281-0/+0
|
* small bugfix when creatring new files/foldersRobin2010-04-251-2/+3
|
* bug fix when starting multiply uploads while the old ones arent finsihed, ↵Robin2010-04-251-17/+31
| | | | detect file actions on mimetype not on extention
* some cleanup/refactoringRobin2010-04-251-36/+31
|
* same fixes, this time hopefully without merge conflictRobin2010-04-191-108/+246
|
* visual changes WIPRobin2010-04-111-8/+29
|
* some more cleanupRobin2010-04-081-1/+16
|
* some cleanup in ajax fronted, give error message before starting an upload ↵Robin2010-04-041-314/+22
| | | | that is to big
* show file actions in a dropdown menuRobin2010-03-291-68/+131
|
* most of the ajax frontend works in IE now (IE8 not sure about other versions)Robin2010-03-291-6/+9
|
* added option to delete multiply files and fixed a bug when downloading large ↵Robin2010-03-281-15/+78
| | | | files
* added option to download multiply files or folder as zip fileRobin2010-03-271-2/+69
|
* added MAX_FILE_SIZE field to upload formRobin2010-03-261-2/+9
|
* ajax interfaceRobin2010-03-241-0/+306