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-10-26Update license headersLukas Reschke
2015-10-05update licence headers via scriptMorris Jobke
2015-07-01Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke
2015-06-25update license headers and authorsMorris Jobke
2015-05-18Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-13Manually type-case all AJAX filesLukas Reschke
2014-10-30Close session for files_trashbinLukas Reschke
2014-08-31Use public api for getting l10nRobin Appelman
2014-06-18make sure that we always use the right userBjoern Schiessle
2014-04-28Add sorting to files list, trashbin and public filesVincent Petry
2014-04-02Files, trashbin, public apps use ajax/JSON for the file listVincent Petry
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
2014-03-10if file is not in db, fall back to restore file to the users rootBjoern Schiessle
2014-02-19Merge pull request #7195 from owncloud/files-selectallVincent Petry
2014-02-17Trashbin select all now doesn't send file listVincent Petry
2014-02-14Merge pull request #6726 from owncloud/fix_6630Vincent Petry
2014-02-06remove superfluous $RUNTIME_APPTYPESThomas Müller
2014-01-30Fixed image preview in trashbin subdirsVincent Petry
2014-01-30don't urldecode get var, php does this automaticallyGeorg Ehrke
2013-12-02check explicitely all possible dir valuesBjoern Schiessle
2013-12-02set delete all to true if a complete folder was deletedBjoern Schiessle
2013-12-02fix delete files from trash binBjoern Schiessle
2013-11-29fix restore from files in sub-foldersBjoern Schiessle
2013-11-28remove duplicateBjoern Schiessle
2013-11-28detect mimetype from the original filename, without the delete timestampBjoern Schiessle
2013-11-11Deleting all files in trash now only sends a single flagVincent Petry
2013-09-20namespaces use upcasefirst partsJörn Friedrich Dreyer
2013-09-13Ajax calls for "files" and "files_trashbin" appsVincent Petry
2013-08-19outsource sharing and deleted files previews to appsGeorg Ehrke
2013-08-02Merge pull request #3006 from owncloud/===_and_!==_in_files_trashbin-appJörn Friedrich Dreyer
2013-07-30added missing isEmpty ajax fileBjoern Schiessle
2013-07-10Use !== and === in files_trashbin-appkondou
2013-03-18add some error logs to the trash bin appBjörn Schießle
2013-02-22Whitespace fixesBart Visscher
2013-02-20switch to json encoded file listBjörn Schießle
2013-02-20use "|" as delimiter instead of ";", since "|" is not allowed in file/folder ...Björn Schießle
2013-02-19add timestamp to function call; fix trash.js to handle multiple delete operat...Björn Schießle
2013-02-19change $_REQUEST to $_POST; fix check if file was successfully deletedBjörn Schießle
2013-02-19use instead ofBjörn Schießle
2013-02-19allow user to delete selected files from the trash bin permanentlyBjörn Schießle
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-07l10n support enhanced in files_trashbinThomas Mueller
2013-02-07remove debug outputBjörn Schießle
2013-02-07rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle
2013-02-06delete debug codeBjörn Schießle
2013-02-06allow to delete single files from the trash bin permanentlyBjörn Schießle
2013-02-04OCP\JSON instead of OCP\UserLukas Reschke