aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added storage backend test for checkUpdateVincent Petry2015-06-021-0/+15
| |/ | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists
* / Move the helpful method to the TestCase classJoas Schilling2015-06-032-6/+6
|/
* fix testRobin Appelman2015-06-011-2/+2
|
* high level locking wipRobin Appelman2015-06-011-0/+27
|
* Merge pull request #16517 from owncloud/remove-logo-wideThomas Müller2015-05-291-6/+6
|\ | | | | replace logo-wide on share page as well with better icon + text
| * remove logo-wide from testsJan-Christoph Borchardt2015-05-211-6/+6
| |
* | Only use quota stream wrapper on "files"Vincent Petry2015-05-281-11/+23
| | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-4/+45
|\ \ | | | | | | [encryption] fix move versions between storages
| * | copy keys before we move a file between storages to make sure that the new ↵Bjoern Schiessle2015-05-221-4/+45
| |/ | | | | | | target file reuses the old file key, otherwise versions will break
* | Merge pull request #16452 from owncloud/enc_ftp_uploadBjörn Schießle2015-05-262-3/+84
|\ \ | | | | | | always write file, if fseek doesn't work we write the whole file
| * | test to simulate a non-seekable stream wrapperBjoern Schiessle2015-05-212-3/+84
| | |
* | | Get correct mimetype when moving and changing extensionVincent Petry2015-05-211-7/+19
| |/ |/| | | | | | | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension.
* | Merge pull request #16322 from owncloud/trash-viewMorris Jobke2015-05-201-12/+25
|\ \ | | | | | | dont go trough the view when moving to trash
| * | add tests for copyFromStorage with same storageRobin Appelman2015-05-191-12/+25
| | |
* | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-192-2/+0
| |/ |/| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | Merge pull request #16412 from owncloud/jknockaert-patch-1Björn Schießle2015-05-181-2/+10
|\ \ | |/ |/| fix #16356
| * add a unit test to make sure that we don't try to read a file during a write ↵Bjoern Schiessle2015-05-181-2/+10
| | | | | | | | operation
* | Merge pull request #16399 from owncloud/enc_rmdir_fixClark Tomlinson2015-05-181-7/+74
|\ \ | |/ |/| [encryption] only try to delete file keys if it is a valid path
| * only try to delete file keys if it is a valid pathBjoern Schiessle2015-05-181-7/+74
| |
* | Merge pull request #15980 from owncloud/jknockaert-patch-1Björn Schießle2015-05-181-10/+11
|\ \ | | | | | | fix bug #15973
| * | correct testSeekjknockaert2015-05-181-4/+4
| | |
| * | work on testsjknockaert2015-05-181-10/+11
| | | | | | | | | Tests reorganised and extended
* | | a new approach to display the error messageBjoern Schiessle2015-05-182-3/+9
| |/ |/|
* | use hooks to update encryption keys instead of the storage wrapper if a file ↵Bjoern Schiessle2015-05-111-10/+1
| | | | | | | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date
* | Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-1/+1
| |
* | move/copy from storageBjoern Schiessle2015-05-061-9/+10
| |
* | unit testsBjoern Schiessle2015-05-061-41/+68
| |
* | make sure that we keep the correct encrypted-flag and the (unencrypted)size ↵Bjoern Schiessle2015-05-051-11/+41
|/ | | | if a file gets copied
* Merge pull request #14764 from owncloud/shared-etag-propagateMorris Jobke2015-04-281-1/+3
|\ | | | | Propagate etags across shared storages
| * dont use our now non existing hookRobin Appelman2015-04-271-1/+3
| |
* | Merge pull request #15886 from owncloud/fix-15848-masterThomas Müller2015-04-271-0/+3
|\ \ | | | | | | Adjust isLocal() on encryption wrapper
| * | fixes #15848Thomas Müller2015-04-271-0/+3
| |/
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-1/+1
|\ \ | |/ |/| [encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6)
| * fall back to the ownCloud default encryption module and aes128 if we read a ↵Bjoern Schiessle2015-04-271-1/+1
| | | | | | | | encrypted file without a header
* | Fix new testsJoas Schilling2015-04-271-4/+1
|/
* fix unit testsBjoern Schiessle2015-04-241-5/+16
|
* enable testWriteWriteReadjknockaert2015-04-241-14/+14
|
* enable testRewindjknockaert2015-04-241-14/+14
|
* Update encryption.phpjknockaert2015-04-241-14/+14
|
* disable r+ testjknockaert2015-04-241-14/+14
|
* add two testsjknockaert2015-04-241-0/+30
| | | testRewind tests reading and writing after rewind on an encrypted stream; testWriteWriteRead tests r+ mode
* Merge pull request #15839 from owncloud/enc_fix_moving_shared_filesJoas Schilling2015-04-241-23/+122
|\ | | | | [encryption] fix moving files to a shared folder
| * Add test "operation on keys failed"Joas Schilling2015-04-241-7/+10
| |
| * Deduplicate data provider and fix method visibilityJoas Schilling2015-04-241-18/+14
| |
| * only update share keys if the file was encryptedBjoern Schiessle2015-04-241-2/+4
| |
| * update share keys if file gets copiedBjoern Schiessle2015-04-231-16/+67
| |
| * update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-6/+53
| |
* | Delete temp files after testing encryption stream wrapperVincent Petry2015-04-231-0/+6
|/
* Merge pull request #15809 from owncloud/view-null-rootVincent Petry2015-04-221-2/+19
|\ | | | | dont allow using null as view root
| * add unit tests for null handling in viewRobin Appelman2015-04-221-2/+19
| |