Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove for now. main repository is at projects.kde.org/owncloud | Frank Karlitschek | 2011-08-13 | 1 | -412/+0 |
| | |||||
* | Show error when trying to create a file or folder that already exists | Robin Appelman | 2010-12-12 | 1 | -0/+4 |
| | | | | fixes https://bugs.kde.org/show_bug.cgi?id=259616 | ||||
* | reverted a576150b | ente | 2010-12-05 | 1 | -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], ↵ | ente | 2010-12-04 | 1 | -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=257861 | Robin Appelman | 2010-11-30 | 1 | -1/+1 |
| | | | | Patch by Romain GRENIER | ||||
* | only ask once when removing multiply files | Robin Appelman | 2010-11-28 | 1 | -5/+8 |
| | |||||
* | use json to encode the file list, should work better with filenames ↵ | Robin Appelman | 2010-09-06 | 1 | -11/+10 |
| | | | | containing non-ascii characters | ||||
* | First commit, changing capitalization | Aaron Reichman | 2010-08-22 | 1 | -2/+2 |
| | |||||
* | use encodeURIComponent in more places | Robin Appelman | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+0 |
| | |||||
* | change target directory for uploads when changing folders in web-frontend | Robin Appelman | 2010-06-29 | 1 | -3/+3 |
| | |||||
* | changed a single typo. 'to' --> 'too'. | Willi Ballenthin | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | More bug fixes, mostly IE related | Robin Appelman | 2010-05-01 | 1 | -5/+10 |
| | |||||
* | fix renaming files in IE | Robin Appelman | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | merge | Robin | 2010-04-28 | 1 | -0/+0 |
| | |||||
* | small bugfix when creatring new files/folders | Robin | 2010-04-25 | 1 | -2/+3 |
| | |||||
* | bug fix when starting multiply uploads while the old ones arent finsihed, ↵ | Robin | 2010-04-25 | 1 | -17/+31 |
| | | | | detect file actions on mimetype not on extention | ||||
* | some cleanup/refactoring | Robin | 2010-04-25 | 1 | -36/+31 |
| | |||||
* | same fixes, this time hopefully without merge conflict | Robin | 2010-04-19 | 1 | -108/+246 |
| | |||||
* | visual changes WIP | Robin | 2010-04-11 | 1 | -8/+29 |
| | |||||
* | some more cleanup | Robin | 2010-04-08 | 1 | -1/+16 |
| | |||||
* | some cleanup in ajax fronted, give error message before starting an upload ↵ | Robin | 2010-04-04 | 1 | -314/+22 |
| | | | | that is to big | ||||
* | show file actions in a dropdown menu | Robin | 2010-03-29 | 1 | -68/+131 |
| | |||||
* | most of the ajax frontend works in IE now (IE8 not sure about other versions) | Robin | 2010-03-29 | 1 | -6/+9 |
| | |||||
* | added option to delete multiply files and fixed a bug when downloading large ↵ | Robin | 2010-03-28 | 1 | -15/+78 |
| | | | | files | ||||
* | added option to download multiply files or folder as zip file | Robin | 2010-03-27 | 1 | -2/+69 |
| | |||||
* | added MAX_FILE_SIZE field to upload form | Robin | 2010-03-26 | 1 | -2/+9 |
| | |||||
* | ajax interface | Robin | 2010-03-24 | 1 | -0/+306 |