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
2016-05-12Move files_trashbin to PSR-4 (#24570)Joas Schilling
2016-03-30apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil
2016-03-04Properly check path validity before deleting to trashVincent Petry
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-18get the actual user instead of a federated cloud idBjoern Schiessle
2016-02-16Handles null as return code and uses proper UserFolder in trashbinMorris Jobke
2016-02-09Consolidate getQuota and setQuota methods in User instanceArthur Schiwon
2016-01-15Merge pull request #21117 from owncloud/owner-file-existsThomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-11handle not found in trash hookRobin Appelman
2016-01-11de-deplicate getUidAndFilenameRobin Appelman
2015-12-07Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-11-30Cleanup trashbin expire codeMorris Jobke
2015-11-27Deduplicate queued trashbin expire jobsMorris Jobke
2015-11-25Make Cache\Updater per storageRobin Appelman
2015-10-26Update license headersLukas Reschke
2015-10-25Throw exception on `getPath` if file does not existLukas Reschke
2015-10-16Fix trashbin handling of unknown/unlimited free spaceRobin Appelman
2015-10-05update licence headers via scriptMorris Jobke
2015-10-01first copy to owner and then move to current user because the encryptionBjoern Schiessle
2015-09-30Change small thumbnails to 32 pxMorris Jobke
2015-09-22Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin
2015-09-16Log deleted filesVictor Dubiniuk
2015-09-16Add expiration cronjobVictor Dubiniuk
2015-08-10Enhance trashbin expiration settingsVictor Dubiniuk
2015-07-03Remove OC_LogThomas Müller
2015-07-01Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke
2015-06-25update license headers and authorsMorris Jobke
2015-06-15explain pre-hook scanRobin Appelman
2015-06-15ensure we dont have to scan a file in the trash wrapperRobin Appelman
2015-06-02Keep versions when deleting as recipientVincent Petry
2015-05-26Merge pull request #15985 from owncloud/hotfix/fix-encryption-referencesBjörn Schießle
2015-05-19cleanup move/copy logic in trashRobin Appelman
2015-05-18fix target path for moveRobin Appelman
2015-05-18update cache after move to trashRobin Appelman
2015-05-18dont go trough the view when moving to trashRobin Appelman
2015-05-18removing deletion of encryption keysClark Tomlinson
2015-05-18fix references to legacy encryption app nameClark Tomlinson
2015-05-18Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma
2015-05-15Fix restoring files from trash with unique nameVincent Petry
2015-04-07Remove old encryption left overs from trashbinThomas Müller
2015-04-07kill OC_FileProxy :boom:Thomas Müller
2015-04-01setup storage wrappers before setting up the filesystemRobin Appelman
2015-04-01Move core apps from private to public functionsRoeland Jago Douma
2015-03-26Update license headersJenkins for ownCloud
2015-03-25Recreate trashbin folder after full deletionVincent Petry
2015-03-16Merge pull request #14644 from owncloud/trash-expire-commandThomas Müller
2015-03-10don't rely on \OCP\User::getUser() - it is not set properly in case of async ...Thomas Müller
2015-03-02Expire files from the trash in the backgroundRobin Appelman