summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Skip version and trash expiry for users that never logged inJörn Friedrich Dreyer2016-08-101-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-07-302-2/+2
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-215-5/+5
| |
* | Fix apps/Joas Schilling2016-07-2119-31/+52
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-094-4/+4
|
* hint global handlebarsRobin Appelman2016-07-081-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-082-2/+2
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-074-12/+16
|\
| * [tx-robot] updated from transifexNextcloud bot2016-07-062-2/+2
| |
| * we don't need to check permissions twiceBjoern Schiessle2016-07-041-4/+2
| |
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-014-2/+78
| |\
| * | check permissions before rollbackBjoern Schiessle2016-06-301-5/+11
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-1/+8
| |\ \
| * | | no need to mention ownCloud explicitelyBjoern Schiessle2016-06-201-2/+2
| | | |
* | | | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
* | | | Upgrading the log level From Debug to INFO to be consistent with ↵Carlos Damken2016-07-061-3/+3
| | | | | | | | | | | | | | | | files_trashbin (#25367)
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-062-2/+2
| |_|/ |/| |
* | | Hide revert button when no permission to revertVincent Petry2016-06-284-2/+78
| |/ |/|
* | Rollback version must also adjust cached sizeVincent Petry2016-06-221-1/+8
|/
* Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk2016-06-021-4/+6
| | | | Fixes #22450
* Update license headersLukas Reschke2016-05-2613-24/+25
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-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 Schilling2016-05-1213-2/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-062-4/+6
|
* Add missing use statementJoas Schilling2016-04-251-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-242-2/+2
|
* Merge pull request #24111 from owncloud/chunk-users-in-background-jobsBjörn Schießle2016-04-211-16/+12
|\ | | | | Chunk the users correctly in the trashbin and versions background job
| * Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-201-16/+12
| |
* | Fix testsRoeland Jago Douma2016-04-191-30/+51
|/
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-2/+2
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* set watch policy in testRobin Appelman2016-03-211-0/+15
|
* Merge pull request #22787 from owncloud/versions-fixmtimetooltipThomas Müller2016-03-071-1/+3
|\ | | | | Fix tooltip for versions mtime
| * Fix tooltip for versions mtimeVincent Petry2016-03-021-1/+3
| | | | | | | | It was missing a call to jquery.tooltip
* | Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-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.1Joas Schilling2016-03-021-2/+2
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-012-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-252-2/+2
|
* make sure that the file name doesn't end with a trailing slash. Can for ↵Bjoern Schiessle2016-02-191-0/+3
| | | | example happen single files shared across servers
* get the actual user instead of a federated cloud idBjoern Schiessle2016-02-181-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-fixpathasrecipientThomas Müller2016-02-102-1/+7
|\ | | | | Fix versions path as share recipient when different than owner path
| * Use full path of known file when handling versionsVincent Petry2016-02-101-1/+2
| | | | | | | | | | Instead of relying on the versions API response, use the known file path when populating version models.
| * Remove path from versions responseVincent Petry2016-02-101-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 QBLukas Reschke2016-02-101-5/+2
|/ | | | In case somebody does not use oc_filecache
* Use database for keeping track of the versionLukas Reschke2016-02-091-1/+9
|
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-4/+2
|