Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-17 | 118 | -236/+236 |
* | Follow PSR | Victor Dubiniuk | 2015-09-15 | 1 | -0/+0 |
* | Add method docblock | Victor Dubiniuk | 2015-09-15 | 1 | -0/+4 |
* | Namespacing, reusing | Victor Dubiniuk | 2015-09-15 | 2 | -4/+11 |
* | Improvements | Victor Dubiniuk | 2015-09-15 | 3 | -17/+47 |
* | Add quota status to expiration check | Victor Dubiniuk | 2015-09-15 | 1 | -10/+10 |
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 4 | -4/+409 |
* | Remove unneeded include | Morris Jobke | 2015-09-07 | 1 | -1/+0 |
* | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 12 | -209/+895 |
* | Remove languages which are no longer maintained on transifex | Thomas Müller | 2015-08-26 | 2 | -20/+0 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-26 | 2 | -2/+12 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-25 | 2 | -2/+2 |
* | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -4/+1 |
* | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 3 | -13/+60 |
* | Merge pull request #16964 from owncloud/versions_occ | Thomas Müller | 2015-07-06 | 3 | -0/+304 |
|\ | |||||
| * | add occ tool to delete versions | Bjoern Schiessle | 2015-06-16 | 3 | -0/+304 |
* | | Merge pull request #17316 from owncloud/master-delete-ocsid-from-db-if-none-s... | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
* | | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -1/+0 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-02 | 4 | -4/+4 |
* | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -3/+3 |
|\ \ | |||||
| * | | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -3/+3 |
* | | | update license headers and authors | Morris Jobke | 2015-06-25 | 9 | -8/+24 |
* | | | Use trusted mimetype | Lukas Reschke | 2015-06-22 | 1 | -1/+1 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 2 | -0/+8 |
* | | Add unit tests for non existing users | Joas Schilling | 2015-06-05 | 1 | -0/+34 |
* | | Check whether the user exists before trying to set up his file system | Joas Schilling | 2015-06-05 | 1 | -0/+6 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-02 | 2 | -0/+20 |
* | | Abort expiration when file is gone | Vincent Petry | 2015-05-29 | 2 | -1/+15 |
* | | Merge pull request #16075 from owncloud/skeleton-copy-delay | Vincent Petry | 2015-05-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | fix tests | Robin Appelman | 2015-05-18 | 1 | -0/+1 |
| |/ | |||||
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #16337 from owncloud/versions-expireforowner | Joas Schilling | 2015-05-15 | 2 | -12/+97 |
|\ | |||||
| * | Added unit tests for versions storing | Vincent Petry | 2015-05-15 | 1 | -4/+86 |
| * | Use owner when expiring versions, not the logged in user | Vincent Petry | 2015-05-13 | 1 | -8/+11 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-14 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 2 | -31/+174 |
|\ | |||||
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 2 | -31/+174 |
* | | Add a test for getting the versions of an empty path | Joas Schilling | 2015-05-07 | 1 | -1/+12 |
* | | Do not run method when the path is empty | Joas Schilling | 2015-05-07 | 1 | -0/+3 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-05 | 2 | -0/+20 |
* | | 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 | 2 | -4/+134 |
* | | dont use our now non existing hook | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
|/ | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 4 | -10/+10 |
* | fix versions tests | Bjoern Schiessle | 2015-04-07 | 1 | -0/+6 |
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -14/+0 |
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -1/+1 |
|\ | |||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -1/+1 |