summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* More group DBThomas Müller2015-11-301-0/+7
|
* Adding more DB groups to test suitsThomas Müller2015-11-303-0/+21
| | | | Adding more DB groups to test suits
* Prevent redefinition warning of PHPUNIT_RUNThomas Müller2015-11-301-1/+3
|
* Apply DB group annotation ...Thomas Müller2015-11-302-0/+15
|
* Merge pull request #20760 from owncloud/webdav-authredirectfixThomas Müller2015-11-271-0/+30
|\ | | | | Only reject ajax auth if user is really logged out
| * Only reject ajax auth if user is really logged outVincent Petry2015-11-261-0/+30
| |
* | Fix principal collection for CavDAVTesterThomas Müller2015-11-261-1/+1
| |
* | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-251-38/+20
| |
* | Users are available under it's own principal resource named ↵Thomas Müller2015-11-252-29/+33
| | | | | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
* | Output owncloud.log to the consoleThomas Müller2015-11-251-0/+4
| |
* | Adding sync support - including dav testsThomas Müller2015-11-253-2/+1607
|/
* Adjust sabre changes in coreThomas Müller2015-11-244-44/+76
|
* Do not authenticate over ajaxVincent Petry2015-11-231-2/+34
| | | | | | | This makes sure that whenever a Webdav call is done through Ajax, if the session has expired, it will not send back a challenge but a simple 401 response. Without this fix, the default code would send back a challenge and trigger the browser's basic auth dialog.
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-203-3/+9
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Adding an existing sharee is idempotentThomas Müller2015-11-191-2/+6
|
* Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-192-2/+48
| | | | calendar sharing standard
* Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-181-0/+348
|\ | | | | Introducing CalDAV into core
| * Use uri as displaynameThomas Müller2015-11-161-1/+6
| |
| * components was not written to the databaseThomas Müller2015-11-161-0/+4
| |
| * Add scheduling backendThomas Müller2015-11-161-0/+14
| |
| * Introducing CalDAV into coreThomas Müller2015-11-161-0/+325
| |
* | Add internal fileid to webdav responseVincent Petry2015-11-181-3/+9
| | | | | | | | | | | | | | | | Introduce a new property "oc:fileid" to return the internal file id. This is because the original "oc:id" property is a compound and it is not possible to extract the real id without knowing the instance id. The instance id is not available to external clients.
* | Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-184-5/+116
|\ \ | | | | | | Allow storage wrappers to through a forbidden exception with retry information for clients
| * | Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-174-5/+116
| | |
* | | Merge pull request #20188 from owncloud/webdav-exposeshareownerThomas Müller2015-11-171-0/+50
|\ \ \ | |/ / |/| | Expose share owner id and display name via files webdav
| * | Add "owner-id" and "owner-display-name" Webdav propertiesVincent Petry2015-11-161-0/+50
| |/
* / Add fake locker plugin for WebDAVFSLukas Reschke2015-11-132-1/+176
|/ | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses.
* Merge pull request #20195 from owncloud/add-caldavtesterThomas Müller2015-11-104-0/+1075
|\ | | | | Add CalDAVTester to travis
| * Add CalDAVTester to travisThomas Müller2015-11-104-0/+1075
| |
* | When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-101-0/+1
|/
* adding individual phpunit.xml and bootstrap.phpThomas Müller2015-11-062-0/+38
|
* Introducing CardDAV into coreThomas Müller2015-11-0617-22/+206
|
* Merge pull request #20089 from owncloud/litmus-test-webdavThomas Müller2015-10-282-0/+46
|\ | | | | Enable DAV app testing on travis
| * run litmus scripts only if code in the dav app did change changedThomas Müller2015-10-282-2/+0
| |
| * Enable DAV app testing on travisThomas Müller2015-10-272-0/+48
| |
* | Merge pull request #17104 from owncloud/chunked-upload-lockingRobin Appelman2015-10-272-3/+89
|\ \ | |/ |/| locking for chunked dav upload
| * adjust tests for new dav classesRobin Appelman2015-10-201-6/+6
| |
| * fix locking in testsRobin Appelman2015-10-201-2/+8
| |
| * Add tests for uploading to locked filesRobin Appelman2015-10-201-1/+81
| |
* | Verify the src exists in webdav MOVERoeland Jago Douma2015-10-271-0/+13
| | | | | | | | * Unit test added
* | Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-0/+356
|/
* fix sabre connector tests when using a non local home storageRobin Appelman2015-10-161-6/+9
|
* Fix failing unit testThomas Müller2015-10-161-1/+1
|
* Fix uni testsThomas Müller2015-10-167-5/+82
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-1620-0/+3485