| Commit message (Expand) | Author | Age | Files | Lines |
* | apps/files_trashbin: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 1 | -1/+1 |
* | Properly check path validity before deleting to trash | Vincent Petry | 2016-03-04 | 1 | -1/+1 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | get the actual user instead of a federated cloud id | Bjoern Schiessle | 2016-02-18 | 1 | -40/+62 |
* | Handles null as return code and uses proper UserFolder in trashbin | Morris Jobke | 2016-02-16 | 1 | -6/+10 |
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+1 |
* | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -13/+6 |
|\ |
|
| * | handle not found in trash hook | Robin Appelman | 2016-01-11 | 1 | -1/+5 |
| * | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -12/+1 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -6/+7 |
* | Cleanup trashbin expire code | Morris Jobke | 2015-11-30 | 1 | -15/+6 |
* | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 1 | -16/+9 |
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -3/+3 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+12 |
* | Fix trashbin handling of unknown/unlimited free space | Robin Appelman | 2015-10-16 | 1 | -2/+3 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | first copy to owner and then move to current user because the encryption | Bjoern Schiessle | 2015-10-01 | 1 | -18/+19 |
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
* | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI... | Martin | 2015-09-22 | 1 | -1/+1 |
* | Log deleted files | Victor Dubiniuk | 2015-09-16 | 1 | -0/+4 |
* | Add expiration cronjob | Victor Dubiniuk | 2015-09-16 | 1 | -1/+1 |
* | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 1 | -18/+13 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -4/+4 |
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -6/+6 |
|\ |
|
| * | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -6/+6 |
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
* | | explain pre-hook scan | Robin Appelman | 2015-06-15 | 1 | -0/+1 |
* | | ensure we dont have to scan a file in the trash wrapper | Robin Appelman | 2015-06-15 | 1 | -0/+10 |
* | | Keep versions when deleting as recipient | Vincent Petry | 2015-06-02 | 1 | -9/+9 |
* | | Merge pull request #15985 from owncloud/hotfix/fix-encryption-references | Björn Schießle | 2015-05-26 | 1 | -26/+0 |
|\ \ |
|
| * | | removing deletion of encryption keys | Clark Tomlinson | 2015-05-18 | 1 | -26/+0 |
| * | | fix references to legacy encryption app name | Clark Tomlinson | 2015-05-18 | 1 | -1/+1 |
| |/ |
|
* | | cleanup move/copy logic in trash | Robin Appelman | 2015-05-19 | 1 | -20/+57 |
* | | fix target path for move | Robin Appelman | 2015-05-18 | 1 | -2/+6 |
* | | update cache after move to trash | Robin Appelman | 2015-05-18 | 1 | -0/+2 |
* | | dont go trough the view when moving to trash | Robin Appelman | 2015-05-18 | 1 | -12/+27 |
|/ |
|
* | Fix restoring files from trash with unique name | Vincent Petry | 2015-05-15 | 1 | -6/+11 |
* | Remove old encryption left overs from trashbin | Thomas Müller | 2015-04-07 | 1 | -102/+0 |
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -27/+0 |
* | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 1 | -1/+1 |
* | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 1 | -1/+1 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+26 |
* | Recreate trashbin folder after full deletion | Vincent Petry | 2015-03-24 | 1 | -0/+2 |
* | Merge pull request #14644 from owncloud/trash-expire-command | Thomas Müller | 2015-03-16 | 1 | -25/+26 |
|\ |
|
| * | don't rely on \OCP\User::getUser() - it is not set properly in case of async ... | Thomas Müller | 2015-03-10 | 1 | -10/+8 |
| * | Expire files from the trash in the background | Robin Appelman | 2015-03-02 | 1 | -15/+18 |
* | | Only rescan versions once in trashbin | Vincent Petry | 2015-03-02 | 1 | -3/+13 |
|/ |
|