Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 3 | -0/+21 |
| | | | | Adding more DB groups to test suits | ||||
* | Prevent redefinition warning of PHPUNIT_RUN | Thomas Müller | 2015-11-30 | 1 | -1/+3 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 2 | -0/+15 |
| | |||||
* | Merge pull request #20760 from owncloud/webdav-authredirectfix | Thomas Müller | 2015-11-27 | 1 | -0/+30 |
|\ | | | | | Only reject ajax auth if user is really logged out | ||||
| * | Only reject ajax auth if user is really logged out | Vincent Petry | 2015-11-26 | 1 | -0/+30 |
| | | |||||
* | | Fix principal collection for CavDAVTester | Thomas Müller | 2015-11-26 | 1 | -1/+1 |
| | | |||||
* | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -38/+20 |
| | | |||||
* | | Users are available under it's own principal resource named ↵ | Thomas Müller | 2015-11-25 | 2 | -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 console | Thomas Müller | 2015-11-25 | 1 | -0/+4 |
| | | |||||
* | | Adding sync support - including dav tests | Thomas Müller | 2015-11-25 | 3 | -2/+1607 |
|/ | |||||
* | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 4 | -44/+76 |
| | |||||
* | Do not authenticate over ajax | Vincent Petry | 2015-11-23 | 1 | -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-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 3 | -3/+9 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Adding an existing sharee is idempotent | Thomas Müller | 2015-11-19 | 1 | -2/+6 |
| | |||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 2 | -2/+48 |
| | | | | calendar sharing standard | ||||
* | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 1 | -0/+348 |
|\ | | | | | Introducing CalDAV into core | ||||
| * | Use uri as displayname | Thomas Müller | 2015-11-16 | 1 | -1/+6 |
| | | |||||
| * | components was not written to the database | Thomas Müller | 2015-11-16 | 1 | -0/+4 |
| | | |||||
| * | Add scheduling backend | Thomas Müller | 2015-11-16 | 1 | -0/+14 |
| | | |||||
| * | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 1 | -0/+325 |
| | | |||||
* | | Add internal fileid to webdav response | Vincent Petry | 2015-11-18 | 1 | -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-exception | Thomas Müller | 2015-11-18 | 4 | -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 information | Joas Schilling | 2015-11-17 | 4 | -5/+116 |
| | | | |||||
* | | | Merge pull request #20188 from owncloud/webdav-exposeshareowner | Thomas Müller | 2015-11-17 | 1 | -0/+50 |
|\ \ \ | |/ / |/| | | Expose share owner id and display name via files webdav | ||||
| * | | Add "owner-id" and "owner-display-name" Webdav properties | Vincent Petry | 2015-11-16 | 1 | -0/+50 |
| |/ | |||||
* / | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 2 | -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-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 |
| | | |||||
* | | When creating addressbooks, make sure the displayname is set | Arthur Schiwon | 2015-11-10 | 1 | -0/+1 |
|/ | |||||
* | adding individual phpunit.xml and bootstrap.php | Thomas Müller | 2015-11-06 | 2 | -0/+38 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 17 | -22/+206 |
| | |||||
* | 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 | 2 | -3/+89 |
|\ \ | |/ |/| | locking for chunked dav upload | ||||
| * | adjust tests for new dav classes | Robin Appelman | 2015-10-20 | 1 | -6/+6 |
| | | |||||
| * | fix locking in tests | Robin Appelman | 2015-10-20 | 1 | -2/+8 |
| | | |||||
| * | Add tests for uploading to locked files | Robin Appelman | 2015-10-20 | 1 | -1/+81 |
| | | |||||
* | | Verify the src exists in webdav MOVE | Roeland Jago Douma | 2015-10-27 | 1 | -0/+13 |
| | | | | | | | | * Unit test added | ||||
* | | Add tests for Sabre Auth plugin + make getCurrentUser compatible | Lukas Reschke | 2015-10-23 | 1 | -0/+356 |
|/ | |||||
* | 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 uni tests | Thomas Müller | 2015-10-16 | 7 | -5/+82 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 20 | -0/+3485 |