summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fix test using private propertriesRobin Appelman2016-07-081-1/+1
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-072-0/+21
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-6/+3
| |\
| * | Fix testsLukas Reschke2016-06-301-0/+20
| | |
| * | get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-281-0/+5
| | |
* | | Add all properties while creating a subscription (#25318)Thomas Citharel2016-07-011-1/+7
| |/ |/| | | Fixes #24469
* | get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-0/+4
| |
* | fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-6/+3
|/
* Show error message when posting an invalid commentVincent Petry2016-06-241-1/+5
| | | | | When an internal server error occurs while creating or updating a comment, display a proper error notification in the UI.
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-214-20/+185
| | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests
* throw PasswordLoginForbidden on DAVChristoph Wurst2016-06-171-1/+4
|
* add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-0/+16
|
* create session token only for clients that support cookiesChristoph Wurst2016-06-131-12/+5
|
* Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-104-127/+402
|\ | | | | Extract CLASS property from calendar object and store it in the database
| * Filter confidential calendar objects in shared calendarsThomas Müller2016-06-091-0/+150
| | | | | | | | Filter private calendar objects in shared calendars
| * Added unit testing for the migration stepThomas Müller2016-06-093-122/+242
| |
| * Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-091-5/+10
| |
* | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-092-2/+67
|/ | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI
* Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-071-0/+59
|\ | | | | allow deleting "ghost files" trough the View and Node api
| * add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
| |
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-061-22/+38
|/
* block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-3/+63
|
* Update license headersLukas Reschke2016-05-2657-24/+134
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-2562-112/+122
|
* Fix local executionJoas Schilling2016-05-252-0/+5
|
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-4/+4
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-241-5/+5
| | | | checks
* Merge pull request #22690 from owncloud/fix-comments-href-remote.php-filesVincent Petry2016-05-231-1/+2
|\ | | | | ensure comments-href returns a value also when propfind is done again…
| * ensure comments-href returns a value also when propfind is done against ↵Arthur Schiwon2016-05-201-1/+2
| | | | | | | | remote.php/files
* | Fix unit testsJoas Schilling2016-05-233-30/+37
| |
* | Adjust DAV SystemTagPlugin unit tests for groupsVincent Petry2016-05-201-63/+219
| |
* | Fix system tags DAV plugin testsVincent Petry2016-05-201-50/+20
| |
* | Fix system tags DAV unit testsVincent Petry2016-05-204-155/+207
|/
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-1/+1
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-3/+10
|
* Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+15
|
* Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
|
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-221-36/+55
|\ | | | | bring back CRUDS permissions for federated shares
| * return correct share permissions on propfindBjörn Schießle2016-04-181-36/+55
| |
* | Merge pull request #24151 from owncloud/create-personal-calendarThomas Müller2016-04-221-0/+81
|\ \ | | | | | | Personal calendar should be generated even if the birthday calendar a…
| * | Personal calendar should be generated even if the birthday calendar already ↵Thomas Müller2016-04-211-0/+81
| | | | | | | | | | | | exists - fixes #24082
* | | Birthday calendar should never have write acl - fixes #24154Thomas Müller2016-04-213-2/+20
|/ /
* | Merge pull request #24076 from ↵Lukas Reschke2016-04-191-0/+71
|\ \ | | | | | | | | | | | | owncloud/fix-initial-calendar-and-addressbook-names Fix displayname for initial calendars and address books
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-0/+71
| | |
| * | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-181-71/+0
| | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999.
| * | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-181-0/+71
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-182-8/+61
|/
* Translate contacts birthday - fixes #23982Thomas Müller2016-04-142-6/+31
|
* Remove dav migration for 9.1Thomas Müller2016-04-136-768/+0
|
* Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-133-13/+156
|\ | | | | Initial implementation of the new chunked upload