| Commit message (Expand) | Author | Age | Files | Lines |
* | Move files_versions to PSR-4 (#24571) | Joas Schilling | 2016-05-12 | 1 | -809/+0 |
* | Add missing use statement | Joas Schilling | 2016-04-25 | 1 | -0/+1 |
* | Keep "encryptedVersion" when calling `\OC\Files\View::copy` | Lukas Reschke | 2016-03-03 | 1 | -10/+12 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | make sure that the file name doesn't end with a trailing slash. Can for examp... | Bjoern Schiessle | 2016-02-19 | 1 | -0/+3 |
* | get the actual user instead of a federated cloud id | Bjoern Schiessle | 2016-02-18 | 1 | -24/+47 |
* | Use cache directly instead of QB | Lukas Reschke | 2016-02-10 | 1 | -5/+2 |
* | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 1 | -1/+9 |
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+2 |
* | use int values and constants instead of strings | Arthur Schiwon | 2016-02-08 | 1 | -8/+12 |
* | versions provide more information when throwing hooks | Arthur Schiwon | 2016-02-08 | 1 | -8/+9 |
* | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -23/+15 |
|\ |
|
| * | removed unused imports | Robin Appelman | 2016-01-11 | 1 | -3/+0 |
| * | improve handling of non existing files in the trashbin | Robin Appelman | 2016-01-11 | 1 | -10/+15 |
| * | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -12/+2 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
|/ |
|
* | Deduplicate version expire jobs | Morris Jobke | 2015-12-10 | 1 | -21/+8 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+1 |
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+12 |
* | handle versions expire for home storages with unlimited quota | Robin Appelman | 2015-10-16 | 1 | -8/+12 |
* | Fix preserving file ids when restoring a file with object storage | Robin Appelman | 2015-10-16 | 1 | -1/+14 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Lock files when rolling back version | Robin Appelman | 2015-10-02 | 1 | -0/+9 |
* | delete cached preview when rolling back file's version | Georg Ehrke | 2015-09-20 | 1 | -0/+3 |
* | Correct method title. Add docblock | Victor Dubiniuk | 2015-09-16 | 1 | -1/+5 |
* | Add expiration for versions older than max | Victor Dubiniuk | 2015-09-15 | 1 | -0/+28 |
* | Namespacing, reusing | Victor Dubiniuk | 2015-09-15 | 1 | -2/+7 |
* | Improvements | Victor Dubiniuk | 2015-09-15 | 1 | -6/+13 |
* | Add quota status to expiration check | Victor Dubiniuk | 2015-09-15 | 1 | -10/+10 |
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 1 | -4/+38 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | Abort expiration when file is gone | Vincent Petry | 2015-05-29 | 1 | -1/+5 |
* | Use owner when expiring versions, not the logged in user | Vincent Petry | 2015-05-13 | 1 | -8/+11 |
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 1 | -18/+41 |
|\ |
|
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 1 | -18/+41 |
* | | Do not run method when the path is empty | Joas Schilling | 2015-05-07 | 1 | -0/+3 |
* | | Use moveFromStorage instead of streamCopy when restoring version | Vincent Petry | 2015-04-30 | 1 | -14/+1 |
* | | Fix version rollback to keep fileid | Vincent Petry | 2015-04-30 | 1 | -4/+38 |
|/ |
|
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -14/+0 |
* | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 1 | -5/+22 |
|\ |
|
| * | save uid instead of user object in command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| * | Setup the filesystem in the expire command | Robin Appelman | 2015-03-26 | 1 | -1/+1 |
| * | expire versions in a background command | Robin Appelman | 2015-03-26 | 1 | -5/+22 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+29 |
|/ |
|
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -29/+11 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -11/+29 |
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -1/+1 |
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -3/+3 |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -3/+4 |