summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc...Roeland Jago Douma2019-12-271-2/+10
|\
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
* | Update license headers for 18Christoph Wurst2019-12-202-1/+2
* | Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-2/+21
|\ \
| * | Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-2/+21
* | | Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-121-0/+11
* | | Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+6
|\ \ \
| * | | using IShare::Maxence Lange2019-12-051-4/+5
| * | | adding share type circlesMaxence Lange2019-12-051-1/+4
* | | | Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
* | | | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
* | | | Update license headersChristoph Wurst2019-12-05215-324/+693
|/ / /
* | | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-051-7/+75
|\ \ \ | |/ / |/| |
| * | Allow filtering the search results to the users home storageRobin Appelman2019-12-031-7/+75
* | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-033-3/+26
|/ /
* | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-292-1/+98
|\ \
| * | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-272-1/+98
| |/
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-1/+16
* | Mode to modern phpunitRoeland Jago Douma2019-11-272-6/+2
|/
* Some php-cs fixesRoeland Jago Douma2019-11-22138-171/+253
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-181-3/+15
|\
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-131-3/+15
* | hookup creation and upload time into davRobin Appelman2019-11-133-0/+39
|/
* Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
* Merge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_c...Roeland Jago Douma2019-09-172-2/+9
|\
| * properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
* | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ...Georg Ehrke2019-09-161-4/+11
|/
* Merge pull request #16970 from nextcloud/bugfix/noid/opt_in_for_push_notifica...Roeland Jago Douma2019-09-042-0/+5
|\
| * Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-022-0/+5
* | Merge pull request #16835 from nextcloud/bugfix/16833/remove-orphan-event-dat...Roeland Jago Douma2019-09-041-0/+11
|\ \ | |/ |/|
| * Check the calendar type of calendarobjects & calendarchangesThomas Citharel2019-08-261-0/+6
| * Remove orphaned calendar data from deleted subscriptionsThomas Citharel2019-08-221-0/+5
* | Merge pull request #16615 from nextcloud/feature/16518/rooms_resources_should...Roeland Jago Douma2019-08-281-2/+395
|\ \
| * | Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-2/+395
| |/
* | Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructorRoeland Jago Douma2019-08-261-0/+1
|\ \
| * | Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
| |/
* / replace coffin with textual description "Death of ..."Georg Ehrke2019-08-261-49/+132
|/
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+8
* Final fixesGeorg Ehrke2019-08-159-126/+97
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-153-4/+235
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-1517-571/+1901
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-152-0/+38
* Stop using deprecated registerNotifier, use registerNotifierService insteadGeorg Ehrke2019-08-151-12/+6
* Implement getID and getName in Reminder/Notifier as required since Nextcloud 17Georg Ehrke2019-08-151-0/+20
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-157-56/+38
* run send reminders background-job only when mode is not set to occGeorg Ehrke2019-08-151-4/+9
* add occ dav:send-event-reminders, so you don't have to rely on the background...Georg Ehrke2019-08-151-0/+74
* Support event reminders (email and notifications)Thomas Citharel2019-08-1514-6/+1265
* Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-1512-96/+550
|\
| * use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-1510-185/+360