Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-22Make files app use Webdav for most operationsVincent Petry
2015-06-25update license headers and authorsMorris Jobke
2015-06-03Catch exceptions in files ajax callsVincent Petry
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-13Do not change behaviour of 'false'Joas Schilling
2015-02-13Manually type-case all AJAX filesLukas Reschke
2015-02-04Catch exception properlyLukas Reschke
2015-01-13Get rid of `stripslashes()`Lukas Reschke
2014-11-26Check if files are deletable before trying to delete themRobin Appelman
2014-08-29kill OC::$sessionJörn Friedrich Dreyer
2014-08-11no error if we try to delete a file which no longer existsBjoern Schiessle
2014-08-11no special action for folder named 'Shared' neededBjoern Schiessle
2014-06-23Merge if statementsJoas Schilling
2014-06-23Remove warning when deleting all entriesVincent Petry
2014-03-10close the session on all file operationsThomas Müller
2014-03-07Fixed log warning when deleting a single fileVincent Petry
2014-02-13Do not send file list for select all on Download/deleteVincent Petry
2013-09-20remove unneccessary lib in namespaceJörn Friedrich Dreyer
2013-09-20namespaces use upcasefirst partsJörn Friedrich Dreyer
2013-04-19No need to strip slashes, json_decode handles that for usBart Visscher
2013-01-26merge master into filesystemRobin Appelman
2013-01-20merge master into filesytemRobin Appelman
2013-01-19introducing class OCA/files/lib/Helper with new function to build an array wi...Thomas Mueller
2013-01-18fixing indentThomas Mueller
2012-12-20the maximum upload size is now part of the response of the upload and delete ...Thomas Müller
2012-12-15merge master into filesystemRobin Appelman
2012-12-13use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman
2012-10-27fix delete and sort filesRobin Appelman
2012-10-24cleanup OC_Files a bitRobin Appelman
2012-09-20use post to delete files, get has a limit and fails with many filesscambra
2012-08-29apply coding styleThomas Mueller
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-07-07CSRF checksLukas Reschke
2012-05-15removing executable bit - againThomas Mueller
2012-05-03ported oc_jsonFrank Karlitschek
2012-04-18move files to app folderGeorg Ehrke