summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-212-0/+145
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #14641 from nextcloud/assemblystream-seekMorris Jobke2019-03-151-0/+15
|\ | | | | make assemblystream seekable
| * make assemblystream seekableRobin Appelman2019-03-131-0/+15
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use dependency injection for app managerMorris Jobke2019-03-131-1/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a proposal to allow users to filter files shared to circles. This commit is needed to provide the infrastucture for it. Issue: https://github.com/nextcloud/circles/issues/137 Changes to comply to https://github.com/coletivoEITA/circles/pull/2 Polishing: get files shared to circles in caldav Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-133-1/+12
|\ \ | |/ |/| Change CALDAV to allow calendars be shared with circles.
| * Fix PHPUnitMorris Jobke2019-03-121-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix PHPUnitMorris Jobke2019-03-121-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | "Fix" the unit testsJoas Schilling2019-03-061-19/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-221-1/+2
|\ | | | | Get typed system values
| * Fix unit testsJoas Schilling2019-02-221-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-203-20/+235
|\ \ | |/ |/| set birthday year to 1970 if no year, take X-APPLE-OMIT-YEAR into account
| * Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-163-0/+189
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * unicode all the birthday iconsGeorg Ehrke2019-02-161-20/+33
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * set birthday year to 1970, take X-APPLE-OMIT-YEAR into accountGeorg Ehrke2019-02-161-15/+28
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #10068 from ↵Morris Jobke2019-01-312-0/+355
|\ \ | | | | | | | | | | | | nextcloud/feature/1434/provisioning_profiles_for_dav Add Apple Provisioning profile
| * | Add Apple Provisioning profileGeorg Ehrke2019-01-302-0/+355
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Handle moving calendar to an user who already has the shareThomas Citharel2019-01-162-32/+92
| | | | | | | | | | | | | | | | | | | | | | | | Extra: * Fix @ChristophWurst style remarks * Add a Note that share links have changed when calendars has user shares (see #13603) Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix forgotten test change Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-21/+37
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Remove the system user check Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | add list-calendars commandGeorg Ehrke2019-01-162-9/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> Rebase and delete URI suggestion part Invite to use occ dav:list-calendars instead Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix autoload Signed-off-by: Thomas Citharel <tcit@tcit.fr> Use injection & test everything And rebase Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add test for ListCalendars and refactoring Signed-off-by: Thomas Citharel <tcit@tcit.fr> Fix indentation Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add command to move a calendar from an user to anotherThomas Citharel2019-01-162-0/+138
|/ | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> Add a basic check for displaynames in case we fail to get calendar from uri and put some sf console styles & refactor a bit Signed-off-by: Thomas Citharel <tcit@tcit.fr> basic Tests Signed-off-by: Thomas Citharel <tcit@tcit.fr> add forgotten createNamedParameter() Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-041-0/+6
| | | | Signed-off-by: Bastien Durel <bastien@durel.org>
* Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-1/+1
|\ | | | | Validate all rich objects
| * Fix wrong used typeJoas Schilling2018-11-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | extend anonymous options to work on every dav urlRobin Appelman2018-11-231-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix caldav testsGeorg Ehrke2018-11-152-18/+18
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-101-38/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* cache webcal calendars on serverGeorg Ehrke2018-11-077-0/+933
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Phpunit testsJohn Molakvoæ (skjnldsv)2018-11-051-25/+112
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix testsRoeland Jago Douma2018-11-042-20/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma2018-11-021-20/+27
|\ | | | | Addressbook uid check migration
| * Phpunit fixJohn Molakvoæ (skjnldsv)2018-11-021-20/+27
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix testsRoeland Jago Douma2018-11-011-6/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update dav testsRobin Appelman2018-10-311-3/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow group principal search for dav displayname propertyGeorg Ehrke2018-10-221-9/+180
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-13/+47
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-223-0/+9
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* move disableFreeBusy check from User principal backend to Scheduling Outbox ↵Georg Ehrke2018-10-162-98/+164
| | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-051-5/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #10543 from nextcloud/ignore-deactivated-usersRoeland Jago Douma2018-08-101-4/+21
|\ | | | | Do not show deactivated users in sharees and contacts
| * Test sync service when user is deactivatedThomas Citharel2018-08-061-5/+21
| | | | | | | | | | | | I feel like this could probably be handled better :/ Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Remove users from system addressbook when user deactivatedThomas Citharel2018-08-061-0/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-0/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-2/+78
|/ | | | | | (cherry picked from commit afd4ebf0404e8bcd7cba0bec2dce177e97632f8a) Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Also shorten the name of the invitation tokensJoas Schilling2018-07-123-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-123-11/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>