summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/webdav.php
Commit message (Expand)AuthorAgeFilesLines
* Removed broken webdav testsVincent Petry2015-02-231-272/+0
* Sabre Update to 2.1Vincent Petry2015-02-231-7/+5
* Updating license headersJenkins for ownCloud2015-02-231-13/+19
* Prioritise Basic Auth header over CookieLukas Reschke2015-01-171-2/+11
* Correctly namespace encryption testsJoas Schilling2014-12-091-13/+13
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-6/+6
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-2/+2
* upgrade to new folder structureBjoern Schiessle2014-12-021-22/+0
* new folder structure for keysBjoern Schiessle2014-11-261-4/+4
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-8/+14
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-7/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+8
* remove unused codeBjoern Schiessle2014-06-181-1/+1
* Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-4/+4
* get the storage from the viewBjoern Schiessle2014-06-041-4/+5
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-5/+5
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-2/+2
* Prevent error if previously cached data doesn't have an etagRobin Appelman2014-04-221-0/+1
* Fix encryption webdav testsRobin Appelman2014-03-051-5/+14
* Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-211-1/+1
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-221-8/+8
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-8/+8
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-8/+8
* | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-1/+1
|\ \
| * | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-301-1/+1
| |/
* / Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-301-3/+3
|\
| * changed basic auth to test userFlorin Peter2013-05-271-3/+3
* | fixed typoFlorin Peter2013-05-291-1/+1
|/
* added users for testsFlorin Peter2013-05-261-67/+79
* improved testFlorin Peter2013-05-261-52/+51
* added webdav testFlorin Peter2013-05-211-0/+251