summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15596 from owncloud/issue/15589Morris Jobke2015-04-291-2/+56
|\
| * Add tests for the correct share id on the call aswellJoas Schilling2015-04-281-5/+8
| * make scrutinizer happyJoas Schilling2015-04-281-1/+1
| * Add tests for the remote sharing urlJoas Schilling2015-04-281-2/+53
* | Merge pull request #15906 from rullzer/fix_15777Morris Jobke2015-04-291-0/+46
|\ \
| * | Added unit testRoeland Jago Douma2015-04-281-0/+46
* | | Filter potential dangerous filenames for avatarsLukas Reschke2015-04-281-0/+23
| |/ |/|
* | Merge pull request #14764 from owncloud/shared-etag-propagateMorris Jobke2015-04-282-2/+3
|\ \ | |/ |/|
| * fix testRobin Appelman2015-04-271-1/+0
| * 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
|\ \
| * | fixes #15848Thomas Müller2015-04-271-0/+3
| |/
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-1/+1
|\ \ | |/ |/|
| * fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-1/+1
* | Fix new testsJoas Schilling2015-04-272-5/+2
* | Add unit tests for the commandsJoas Schilling2015-04-273-0/+274
* | Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-4/+6
* | Deduplicate module mockJoas Schilling2015-04-271-41/+34
* | Add test for setDefaultEncryptionModuleJoas Schilling2015-04-271-0/+31
* | Add a test that the default module is returned before we fall backJoas Schilling2015-04-271-1/+35
|/
* Merge pull request #15834 from owncloud/make-temporary-file-really-uniqueLukas Reschke2015-04-251-4/+25
|\
| * Fix collision on temporary files + adjust permissionsLukas Reschke2015-04-231-4/+25
* | Merge pull request #15683 from owncloud/block-legacy-clientsLukas Reschke2015-04-241-0/+129
|\ \
| * | Catch not existing User-Agent headerLukas Reschke2015-04-231-1/+12
| * | Use 403 instead a 50x responseLukas Reschke2015-04-201-1/+2
| * | Block old legacy clientsLukas Reschke2015-04-201-0/+117
* | | 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
* | | Merge pull request #15839 from owncloud/enc_fix_moving_shared_filesJoas Schilling2015-04-243-23/+272
|\ \ \
| * | | Add test "operation on keys failed"Joas Schilling2015-04-241-7/+10
| * | | Deduplicate data provider and fix method visibilityJoas Schilling2015-04-242-19/+15
| * | | 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-233-6/+203
| | |/ | |/|
* | | Merge pull request #15826 from owncloud/issue-15804-occ-user-delete-exceptionblizzz2015-04-232-0/+211
|\ \ \
| * | | Fix file namesJoas Schilling2015-04-232-0/+0
| * | | Add tests for occ user:lastseenJoas Schilling2015-04-231-0/+105
| * | | Add unit tests for occ user:deleteJoas Schilling2015-04-231-0/+106
| |/ /
* / / 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
|\ \
| * | add unit tests for null handling in viewRobin Appelman2015-04-221-2/+19
* | | pass KeyStorage via ctorThomas Müller2015-04-221-26/+1
* | | calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-2/+15
* | | add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-222-15/+14
|/ /
* | Merge pull request #15757 from owncloud/enc-fixfeofforlastblockBjörn Schießle2015-04-223-6/+90
|\ \
| * | Fix encryption feof to not return too earlyVincent Petry2015-04-203-6/+90