| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | remove superfluous $RUNTIME_APPTYPES | Thomas Müller | 2014-02-06 | 4 | -18/+0 |
* | | | | Fix public upload to not close session when encryption is on | Vincent Petry | 2014-03-24 | 1 | -1/+4 |
| |/ /
|/| | |
|
* | | | Merge pull request #7651 from owncloud/close-session-faster-master | Thomas Müller | 2014-03-20 | 12 | -8/+14 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-19 | 1 | -44/+0 |
| |\ \ \ |
|
| * | | | | close the session on all file operations | Thomas Müller | 2014-03-10 | 13 | -9/+15 |
* | | | | | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 1 | -3/+2 |
| |/ / /
|/| | | |
|
* | | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -44/+0 |
|/ / / |
|
* | | | Fixed log warning when deleting a single file | Vincent Petry | 2014-03-07 | 1 | -1/+1 |
* | | | don't allow to create a file or folder named 'Shared' in the root folder, als... | Bjoern Schiessle | 2014-03-05 | 1 | -1/+1 |
* | | | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 1 | -31/+28 |
* | | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 2 | -6/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 2 | -6/+12 |
* | | | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 1 | -1/+14 |
|\ \ \ |
|
| * | | | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 1 | -1/+14 |
* | | | | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -2/+3 |
| |/ /
|/| | |
|
* | | | Send correct path on file upload when using public app | Joas Schilling | 2014-02-12 | 1 | -4/+12 |
|/ / |
|
* / | Only add files to file list when uploading to current directory | Joas Schilling | 2014-02-07 | 1 | -2/+4 |
|/ |
|
* | Added error message for when target folder was removed | Vincent Petry | 2014-01-29 | 3 | -2/+22 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 1 | -0/+1 |
* | Fixed download file from URL error messages | Vincent Petry | 2013-12-12 | 1 | -8/+20 |
* | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-14 | 1 | -1/+1 |
* | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-06 | 1 | -1/+7 |
* | 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 | 2 | -1/+4 |
* | Fix double not in newfile/newfolder language. | Andreas Fischer | 2013-10-27 | 2 | -2/+2 |
* | fix translations | Jörn Friedrich Dreyer | 2013-10-23 | 2 | -10/+10 |
* | 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 | 2 | -19/+50 |
* | 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 |
* | Fixed upload permissions distinction between public and logged in upload | Vincent Petry | 2013-10-17 | 1 | -2/+7 |
* | Fixed file permissions after public upload | Vincent Petry | 2013-10-14 | 1 | -2/+2 |
* | catch exceptions while uploading and pass on the error message | Thomas Müller | 2013-10-08 | 1 | -23/+28 |
* | Remove require in rawlist.php | kondou | 2013-10-02 | 1 | -4/+0 |
* | Fix require in apps/files/ajax/rawlist.php | kondou | 2013-10-02 | 1 | -1/+1 |
* | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-25 | 5 | -23/+61 |
|\ |
|
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 5 | -10/+10 |
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 5 | -10/+10 |
| * | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -2/+4 |
| |\ |
|
| | * | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
| | * | add permissions of the file to the json response | Thomas Müller | 2013-09-18 | 1 | -1/+2 |
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 2 | -31/+66 |
| |\| |
|
| * | | fix upload of multiple files | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -23/+38 |
| * | | refactor replace and autorename resolution in upload.php | Jörn Friedrich Dreyer | 2013-09-06 | 1 | -39/+33 |
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-04 | 5 | -24/+43 |
| |\ \ |
|
| * | | | reduced complexity, added listing conflicts to dialog | Jörn Friedrich Dreyer | 2013-08-22 | 1 | -0/+1 |
| * | | | progress fixes | Jörn Friedrich Dreyer | 2013-08-16 | 1 | -4/+5 |
| * | | | fix whitespace, check selected files before starting upload | Jörn Friedrich Dreyer | 2013-08-14 | 1 | -8/+31 |
* | | | | use \OC::$server->getPreviewManager() instead of \OCP\Preview | Thomas Müller | 2013-09-17 | 1 | -3/+3 |
| |_|/
|/| | |
|