summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | add unit tests to the keystorageBjoern Schiessle2015-04-071-40/+45
| * | | | implement webdav copyBjoern Schiessle2015-04-071-0/+76
| * | | | Properly set size and unencrypted size in the stream unit testsThomas Müller2015-04-071-9/+8
| * | | | Adding unit test for read and write of big fileThomas Müller2015-04-071-0/+16
| * | | | Fixing encryption storage wrapper testsThomas Müller2015-04-072-5/+66
| * | | | fixing unit tests for encryption stream wrapper seekThomas Müller2015-04-071-0/+13
| * | | | fixing unit tests for stream wrapperThomas Müller2015-04-071-10/+42
| * | | | update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-072-2/+8
| * | | | kill OC_FileProxy :boom:Thomas Müller2015-04-074-14/+0
| * | | | Further cleanup of files_encryptionThomas Müller2015-04-071-1/+0
| * | | | Removing files_encryption left oversThomas Müller2015-04-073-23/+0
| * | | | remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-8/+5
| * | | | adding unit tests for stream wrapperThomas Müller2015-04-071-0/+41
| * | | | various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-4/+50
| * | | | fix unit test executionThomas Müller2015-04-071-5/+13
| * | | | Comment duplicate test methodsThomas Müller2015-04-071-57/+57
| * | | | enable encryption unit test executionThomas Müller2015-04-071-0/+1
| * | | | fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-1/+1
| * | | | Initial commitClark Tomlinson2015-04-071-0/+58
* | | | | Merge pull request #15426 from owncloud/issue/15420-remove-hardcoded-docs-linkMorris Jobke2015-04-071-3/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove hardcoded link to performance docsJoas Schilling2015-04-071-3/+14
* | | | | Select the timezone on the right timestamp and assert itJoas Schilling2015-04-071-8/+11
|/ / / /
* | | / Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-021-4/+49
| |_|/ |/| |
* | | Adjust tests and check whether clear() is calledJoas Schilling2015-04-012-102/+82
* | | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-16/+18
* | | Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-18/+16
* | | Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-16/+18
|\ \ \
| * | | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-16/+18
* | | | Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix unit testsRoeland Jago Douma2015-03-241-3/+3
| |/ /
* | / Add check for activated local memcacheLukas Reschke2015-03-282-8/+231
| |/ |/|
* | Check for relative datadirectory pathRobin McCorkell2015-03-271-0/+19
* | Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke2015-03-271-0/+40
|\ \
| * | Add logout in share test to avoid nasty side effectsVincent Petry2015-03-271-0/+1
| * | Do not return shares for files outside "files"Vincent Petry2015-03-271-0/+39
* | | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-4/+6
|\ \ \
| * | | fix failing unit testMorris Jobke2015-03-171-4/+6
* | | | Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-271-0/+27
|\ \ \ \
| * | | | add priority to storage wrappersRobin Appelman2015-03-261-0/+27
* | | | | Merge pull request #15261 from owncloud/fix-14268-masterThomas Müller2015-03-271-9/+3
|\ \ \ \ \
| * | | | | use StreamResponse to download the log file - fixes #14268Thomas Müller2015-03-271-9/+3
* | | | | | Merge pull request #15265 from owncloud/enc2_fixesThomas Müller2015-03-271-0/+35
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-0/+35
| |/ / / /
* | | | | Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+43
| |/ / /
* | | | Merge pull request #15252 from owncloud/prevent-directory-characters-in-tempo...Thomas Müller2015-03-271-0/+13
|\ \ \ \
| * | | | Filter potential dangerous characters in path nameLukas Reschke2015-03-261-0/+13
* | | | | Merge pull request #15255 from owncloud/test-namespacesforrepairtestsMorris Jobke2015-03-274-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix namespace for repair step testsVincent Petry2015-03-264-4/+7
* | | | | Merge pull request #13654 from oparoz/tmpfile-with-extensionVincent Petry2015-03-261-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |