summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax
Commit message (Expand)AuthorAgeFilesLines
* More error catching in list.phpRobin Appelman2014-07-011-7/+22
* Handle StorageNotAvailableException in ajax/list.phpRobin Appelman2014-06-301-27/+37
* Merge if statementsJoas Schilling2014-06-231-6/+2
* Remove warning when deleting all entriesVincent Petry2014-06-231-1/+2
* Fixed uploading by drag and drop into folderVincent Petry2014-06-191-19/+21
* php upload errors are written to logThomas Müller2014-05-221-1/+3
* Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-1/+4
* remove unused exit()Thomas Müller2014-04-071-1/+0
* Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-8/+18
|\
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-2/+2
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-8/+18
* | Fixed dirInfo check for non existing dir in files ajax callVincent Petry2014-04-031-1/+1
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-025-113/+28
* | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-284-18/+0
|\ \
| * \ Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-2113-97/+85
| |\ \
| * | | remove superfluous $RUNTIME_APPTYPESThomas Müller2014-02-064-18/+0
* | | | Fix public upload to not close session when encryption is onVincent Petry2014-03-241-1/+4
| |/ / |/| |
* | | Merge pull request #7651 from owncloud/close-session-faster-masterThomas Müller2014-03-2012-8/+14
|\ \ \
| * \ \ Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-191-44/+0
| |\ \ \
| * | | | close the session on all file operationsThomas Müller2014-03-1013-9/+15
* | | | | Improve sorting performance of large lists of filesRobin Appelman2014-03-191-3/+2
| |/ / / |/| | |
* | | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-44/+0
|/ / /
* | | Fixed log warning when deleting a single fileVincent Petry2014-03-071-1/+1
* | | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-051-1/+1
* | | Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-31/+28
* | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-6/+12
|\ \ \ | |_|/ |/| |
| * | Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-182-6/+12
* | | Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-191-1/+14
|\ \ \
| * | | Do not send file list for select all on Download/deleteVincent Petry2014-02-131-1/+14
* | | | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-181-2/+3
| |/ / |/| |
* | | Send correct path on file upload when using public appJoas Schilling2014-02-121-4/+12
|/ /
* / Only add files to file list when uploading to current directoryJoas Schilling2014-02-071-2/+4
|/
* Added error message for when target folder was removedVincent Petry2014-01-293-2/+22
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-0/+1
* Fixed download file from URL error messagesVincent Petry2013-12-121-8/+20
* Files app backend now normalizes paths before rendering templatesVincent Petry2013-11-141-1/+1
* Fixed storage stats to be based on current directoryVincent Petry2013-11-061-1/+7
* Added missing comma to make the next diff cleanerVincent Petry2013-10-311-1/+1
* Append file etag to preview URLsVincent Petry2013-10-282-1/+4
* Fix double not in newfile/newfolder language.Andreas Fischer2013-10-272-2/+2
* fix translationsJörn Friedrich Dreyer2013-10-232-10/+10
* cleanup array value assignmentJörn Friedrich Dreyer2013-10-231-8/+4
* cleanup precondition checking when creating new files / foldersJörn Friedrich Dreyer2013-10-232-19/+50
* use correct filename in error result jsonJörn Friedrich Dreyer2013-10-231-1/+1
* fixing undefined variable $newnameThomas Müller2013-10-221-1/+1
* prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-0/+15
* Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-2/+7
* Fixed file permissions after public uploadVincent Petry2013-10-141-2/+2
* catch exceptions while uploading and pass on the error messageThomas Müller2013-10-081-23/+28
* Remove require in rawlist.phpkondou2013-10-021-4/+0