Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20195 from owncloud/add-caldavtester | Thomas Müller | 2015-11-10 | 4 | -0/+1075 |
|\ | | | | | Add CalDAVTester to travis | ||||
| * | Add CalDAVTester to travis | Thomas Müller | 2015-11-10 | 4 | -0/+1075 |
| | | |||||
* | | Merge pull request #20431 from owncloud/carddav-enforce-displayname | Thomas Müller | 2015-11-10 | 2 | -1/+8 |
|\ \ | | | | | | | When creating addressbooks, make sure the displayname is set | ||||
| * | | When creating addressbooks, make sure the displayname is set | Arthur Schiwon | 2015-11-10 | 2 | -1/+8 |
| | | | |||||
* | | | Merge pull request #20422 from owncloud/fix-20421-master | Thomas Müller | 2015-11-10 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Ensure the user folder exists | ||||
| * | | Ensure the user folder exists | Thomas Müller | 2015-11-10 | 1 | -0/+3 |
| |/ | |||||
* / | Adding CardDAV plugin to provide addressbook-home-set property | Thomas Müller | 2015-11-10 | 1 | -0/+2 |
|/ | |||||
* | Register DAVACL plugin to provide current-user-principal | Thomas Müller | 2015-11-09 | 1 | -0/+2 |
| | |||||
* | adding individual phpunit.xml and bootstrap.php | Thomas Müller | 2015-11-06 | 2 | -0/+38 |
| | |||||
* | Adding occ command to create an addressbook | Thomas Müller | 2015-11-06 | 2 | -0/+60 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 22 | -23/+958 |
| | |||||
* | Fix TagList namespace in property map | Vincent Petry | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20089 from owncloud/litmus-test-webdav | Thomas Müller | 2015-10-28 | 2 | -0/+46 |
|\ | | | | | Enable DAV app testing on travis | ||||
| * | run litmus scripts only if code in the dav app did change changed | Thomas Müller | 2015-10-28 | 2 | -2/+0 |
| | | |||||
| * | Enable DAV app testing on travis | Thomas Müller | 2015-10-27 | 2 | -0/+48 |
| | | |||||
* | | Merge pull request #17104 from owncloud/chunked-upload-locking | Robin Appelman | 2015-10-27 | 4 | -13/+104 |
|\ \ | |/ |/| | locking for chunked dav upload | ||||
| * | adjust tests for new dav classes | Robin Appelman | 2015-10-20 | 1 | -6/+6 |
| | | |||||
| * | remove locking for chunks | Robin Appelman | 2015-10-20 | 1 | -4/+0 |
| | | |||||
| * | fix locking in tests | Robin Appelman | 2015-10-20 | 1 | -2/+8 |
| | | |||||
| * | Adjust for wide locking | Robin Appelman | 2015-10-20 | 2 | -6/+12 |
| | | |||||
| * | Add tests for uploading to locked files | Robin Appelman | 2015-10-20 | 1 | -1/+81 |
| | | |||||
| * | locking for chunked dav upload | Robin Appelman | 2015-10-20 | 1 | -4/+7 |
| | | |||||
* | | Merge pull request #20066 from owncloud/list-principaly-in-debug-mode | Thomas Müller | 2015-10-27 | 1 | -3/+8 |
|\ \ | | | | | | | as soon as debug mode is enabled we allow listing of principals | ||||
| * | | as soon as debug mode is enabled we allow listing of principals | Thomas Müller | 2015-10-26 | 1 | -3/+8 |
| | | | |||||
* | | | Verify the src exists in webdav MOVE | Roeland Jago Douma | 2015-10-27 | 2 | -0/+17 |
|/ / | | | | | | | * Unit test added | ||||
* | | Adding required parameters of ctor of class Auth | Thomas Müller | 2015-10-26 | 1 | -1/+4 |
| | | |||||
* | | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵ | Thomas Müller | 2015-10-26 | 7 | -1/+475 |
| | | | | | | | | the files collection | ||||
* | | Add tests for Sabre Auth plugin + make getCurrentUser compatible | Lukas Reschke | 2015-10-23 | 3 | -21/+399 |
| | | |||||
* | | increase core version and add dav version number | Morris Jobke | 2015-10-21 | 1 | -0/+1 |
|/ | |||||
* | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-16 | 1 | -6/+9 |
| | |||||
* | Fix failing unit test | Thomas Müller | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Fix typo and adjust required version | Morris Jobke | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | Fix webdav access | Roeland Jago Douma | 2015-10-16 | 3 | -4/+5 |
| | | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server | ||||
* | Fix uni tests | Thomas Müller | 2015-10-16 | 7 | -5/+82 |
| | |||||
* | Remove $ETagFunction - it was never used | Thomas Müller | 2015-10-16 | 1 | -6/+0 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 49 | -0/+7614 |