Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Construct path to the version file from the current directory and filename. ↵ | Victor Dubiniuk | 2016-06-02 | 1 | -4/+6 |
| | | | | Fixes #22450 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 13 | -24/+25 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -46/+4 |
| | | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml | ||||
* | Move files_versions to PSR-4 (#24571) | Joas Schilling | 2016-05-12 | 13 | -2/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-06 | 2 | -4/+6 |
| | |||||
* | Add missing use statement | Joas Schilling | 2016-04-25 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #24111 from owncloud/chunk-users-in-background-jobs | Björn Schießle | 2016-04-21 | 1 | -16/+12 |
|\ | | | | | Chunk the users correctly in the trashbin and versions background job | ||||
| * | Chunk the users correctly in the trashbin and versions background job | Joas Schilling | 2016-04-20 | 1 | -16/+12 |
| | | |||||
* | | Fix tests | Roeland Jago Douma | 2016-04-19 | 1 | -30/+51 |
|/ | |||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -2/+2 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | set watch policy in test | Robin Appelman | 2016-03-21 | 1 | -0/+15 |
| | |||||
* | Merge pull request #22787 from owncloud/versions-fixmtimetooltip | Thomas Müller | 2016-03-07 | 1 | -1/+3 |
|\ | | | | | Fix tooltip for versions mtime | ||||
| * | Fix tooltip for versions mtime | Vincent Petry | 2016-03-02 | 1 | -1/+3 |
| | | | | | | | | It was missing a call to jquery.tooltip | ||||
* | | Keep "encryptedVersion" when calling `\OC\Files\View::copy` | Lukas Reschke | 2016-03-03 | 1 | -10/+12 |
|/ | | | | | | | | | | | | | | | | When calling `\OC\Files\View::copy` we should also keep the version to ensure that the file will always have the correct version attached and can be successfully decrypted. To test this the following steps are necessary (from https://github.com/owncloud/core/issues/22781#issuecomment-191328982): 1. setup a new ownCloud 9.0 beta2 2. enable encryption 2. upload a docx (5.7MB large) 3. upload the same file again and overwrite the existing file 4. I can download the original file and the first version 5. I restore the first version 6. restored version can no longer be downloaded with the error described above The manual cache operation in `\OCA\Files_Versions\Storage` is unfortunately necessary since `\OCA\Files_Versions\Storage::copyFileContents` is not using `\OCP\Files\Storage::moveFromStorage` in the case when an object storage is used. Due to the workaround added in https://github.com/owncloud/core/commit/54cea05271b887f1c8062c034741df869bc0f055 the stream is directly copied and thus bypassing the FS. | ||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 2 | -2/+2 |
| | |||||
* | make sure that the file name doesn't end with a trailing slash. Can for ↵ | Bjoern Schiessle | 2016-02-19 | 1 | -0/+3 |
| | | | | example happen single files shared across servers | ||||
* | get the actual user instead of a federated cloud id | Bjoern Schiessle | 2016-02-18 | 1 | -24/+47 |
| | | | | | | $view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share | ||||
* | Merge pull request #22273 from owncloud/versions-fixpathasrecipient | Thomas Müller | 2016-02-10 | 2 | -1/+7 |
|\ | | | | | Fix versions path as share recipient when different than owner path | ||||
| * | Use full path of known file when handling versions | Vincent Petry | 2016-02-10 | 1 | -1/+2 |
| | | | | | | | | | | Instead of relying on the versions API response, use the known file path when populating version models. | ||||
| * | Remove path from versions response | Vincent Petry | 2016-02-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | The path attribute contains the path relative to the owner's home folder, not the one from the recipient, which is useless for the client and needlessly discloses the owner's original path. The requested already has access to the full path of the file, so no need to add it to the response. | ||||
* | | Use cache directly instead of QB | Lukas Reschke | 2016-02-10 | 1 | -5/+2 |
|/ | | | | In case somebody does not use oc_filecache | ||||
* | 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 | 2 | -9/+12 |
| | |||||
* | cleanup shared cache | Robin Appelman | 2016-01-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -23/+15 |
|\ | | | | | Only return an owner if the file exists + improved getUidAndFilename | ||||
| * | 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 |
| | | |||||
* | | Safe teardowns | Robin Appelman | 2016-01-14 | 1 | -4/+6 |
| | | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 21 | -25/+29 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 2 | -2/+8 |
| | |||||
* | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 1 | -5/+0 |
|\ | | | | | Cleanup OC_DB methods | ||||
| * | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -5/+0 |
| | | |||||
* | | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | | |||||
* | | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 1 | -1/+1 |
|\ | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -2/+4 |
|/ | | | | Replaced with proper OCP calls | ||||
* | Deduplicate version expire jobs | Morris Jobke | 2015-12-10 | 2 | -37/+10 |
| | | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108 | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 2 | -0/+14 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | | | | Adding more DB groups to test suits | ||||
* | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 1 | -1/+0 |
|\ | | | | | Take submount etag into account for folder etags |