summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-121-0/+2
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add test for overwriting in non creatable directoryRobin Appelman2019-08-081-8/+46
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-021-0/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-241-4/+0
| | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-041-0/+6
| | | | Signed-off-by: Bastien Durel <bastien@durel.org>
* Fix wrong used typeJoas Schilling2018-12-051-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>
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-293-3/+638
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-295-2/+1298
|\ | | | | resource booking
| * Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-251-0/+285
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * apply group restrictions to resourcesGeorg Ehrke2018-06-254-2/+1013
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Add groupware settings sectionJulius Härtl2018-06-271-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tests for handling anonymous authRobin Appelman2018-06-011-0/+71
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9550 from ↵Morris Jobke2018-06-011-81/+147
|\ | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-221-81/+147
| | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Move repairstep to a custom commandRoeland Jago Douma2018-05-281-4/+5
| | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2018-05-272-2/+16
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-271-0/+70
| | | | | | | | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | CalDAV and CardDAV plugins need to be registered for the principals ↵Roeland Jago Douma2018-05-271-5/+17
|/ | | | | | | | collection as well https://github.com/owncloud/core/pull/30149/commits/9f2e6431b88a9635b291b0e824abf74ba766616d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix settings testsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfileMorris Jobke2018-05-021-1/+1
|\ | | | | option for a seperate audit log file
| * use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-261-2/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix dav testArthur Schiwon2018-04-261-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * destaticfy Log classesArthur Schiwon2018-04-261-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Improve the directContollerRoeland Jago Douma2018-04-261-0/+155
| | | | | | | | | | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>