aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/ajax
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* Fix require in apps/files/ajax/rawlist.phpkondou2013-10-021-1/+1
* Merge branch 'master' into appframework-masterThomas Müller2013-09-255-23/+61
|\
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-205-10/+10
| * namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-205-10/+10
| * Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-2/+4
| |\
| | * adding comma to get cleaner diffs in the futureThomas Müller2013-09-181-1/+1
| | * add permissions of the file to the json responseThomas Müller2013-09-181-1/+2
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-172-31/+66
| |\|
| * | fix upload of multiple filesJörn Friedrich Dreyer2013-09-061-23/+38
| * | refactor replace and autorename resolution in upload.phpJörn Friedrich Dreyer2013-09-061-39/+33
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-045-24/+43
| |\ \
| * | | reduced complexity, added listing conflicts to dialogJörn Friedrich Dreyer2013-08-221-0/+1
| * | | progress fixesJörn Friedrich Dreyer2013-08-161-4/+5
| * | | fix whitespace, check selected files before starting uploadJörn Friedrich Dreyer2013-08-141-8/+31
* | | | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-171-3/+3
| |_|/ |/| |
* | | Merge pull request #4853 from owncloud/external-shared_mimetype-iconsThomas Müller2013-09-151-11/+9
|\ \ \
| * | | Use external and shared icons in OC.Dialogs.filepicker()kondou2013-09-141-11/+9
* | | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-0/+4