| Commit message (Expand) | Author | Age | Files | Lines |
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -103/+0 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
* | Catch exceptions in files ajax calls | Vincent Petry | 2015-06-03 | 1 | -4/+15 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+26 |
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -18/+9 |
* | remove $content parameter | Thomas Müller | 2015-03-02 | 1 | -7/+4 |
* | Remove "Download from URL" feature | Lukas Reschke | 2015-03-02 | 1 | -107/+14 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+1 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+27 |
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -4/+4 |
* | Streamline CSRF and login check | Lukas Reschke | 2015-01-20 | 1 | -6/+3 |
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 1 | -1/+0 |
* | Skip headers that can not be split | Victor Dubiniuk | 2014-12-08 | 1 | -0/+3 |
* | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -2/+7 |
* | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 1 | -1/+1 |
* | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 1 | -1/+1 |
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
* | check quota when trying to download a file via new -> web | Jörn Friedrich Dreyer | 2014-08-08 | 1 | -0/+23 |
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -13/+3 |
* | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -1/+2 |
* | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 1 | -4/+10 |
* | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 1 | -0/+9 |
* | Fixed download file from URL error messages | Vincent Petry | 2013-12-12 | 1 | -8/+20 |
* | Added missing comma to make the next diff cleaner | Vincent Petry | 2013-10-31 | 1 | -1/+1 |
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -1/+2 |
* | Fix double not in newfile/newfolder language. | Andreas Fischer | 2013-10-27 | 1 | -1/+1 |
* | fix translations | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -7/+7 |
* | cleanup array value assignment | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -8/+4 |
* | cleanup precondition checking when creating new files / folders | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -11/+20 |
* | use correct filename in error result json | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
* | fixing undefined variable $newname | Thomas Müller | 2013-10-22 | 1 | -1/+1 |
* | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 1 | -0/+15 |
* | use gerMimeTypeDetector detectPath instead of getMimeType | Georg Ehrke | 2013-08-30 | 1 | -1/+1 |
* | communicate size of newly created file back and update UI | Thomas Müller | 2013-08-16 | 1 | -0/+2 |
* | Merge branch 'master' into mimetype-defaults | Thomas Müller | 2013-08-16 | 1 | -41/+48 |
|\ |
|
| * | Use multiple lines for the JSON data array. | Andreas Fischer | 2013-08-08 | 1 | -1/+5 |
| * | Adjust JSON code to stable5. | Andreas Fischer | 2013-08-08 | 1 | -1/+2 |
| * | Do not repeat JSON success code. | Andreas Fischer | 2013-08-08 | 1 | -8/+7 |
| * | Do not repeat definition of $target. | Andreas Fischer | 2013-08-08 | 1 | -5/+6 |
* | | add the option to have templates for newly created files | Robin Appelman | 2013-08-07 | 1 | -34/+38 |
|/ |
|
* | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 1 | -1/+1 |
* | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -6/+6 |
* | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -1/+1 |
|\ |
|
| * | dir in newfile has to start with / | Bart Visscher | 2012-10-25 | 1 | -1/+1 |
* | | cleanup OC_Files a bit | Robin Appelman | 2012-10-24 | 1 | -1/+1 |
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -3/+3 |
|/ |
|
* | stripsplashes doesn't work if the slash is the only character -> creating fil... | Björn Schießle | 2012-10-05 | 1 | -4/+3 |
* | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -4/+10 |