summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2791-102/+102
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-22197-234/+333
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-224-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-11-214-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-11-206-4/+6
|
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-182-3/+36
|\
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-132-3/+36
| | | | | | | | | | | | | | during large file uploads, the shared lock that we get at the begining can expire leading to locked errors later on, instead of erroring, try to re-get the lock Signed-off-by: Robin Appelman <robin@icewind.nl>
* | hookup creation and upload time into davRobin Appelman2019-11-133-0/+39
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+2
|\ | | | | Fix Application instances created multiple times
| * Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-11-032-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-022-0/+186
| |
* | Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17568 from ↵blizzz2019-10-211-3/+12
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/move-away-from-deprecated-event use OCP\EventDispatcher\Event over Symfony's deprecated Event
| * | use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-3/+12
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-212-0/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-10-192-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-10-182-0/+22
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-10-162-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-142-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-022-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2019-10-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-09-252-4/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-09-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-192-0/+2
|
* Merge pull request #17174 from ↵Roeland Jago Douma2019-09-172-2/+9
|\ | | | | | | | | nextcloud/bugfix/noid/properly_mark_birthday_calendars_as_not_sharable properly mark birthday calendars as not shareable for now
| * properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-17102-402/+40
| |
* | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ↵Georg Ehrke2019-09-161-4/+11
|/ | | | | | service Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-0616-0/+16
|
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16970 from ↵Roeland Jago Douma2019-09-045-0/+52
|\ | | | | | | | | nextcloud/bugfix/noid/opt_in_for_push_notifications_calendar_reminders Make push notifications for calendar reminders opt-in
| * Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-025-0/+52
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #16835 from ↵Roeland Jago Douma2019-09-041-0/+11
|\ \ | | | | | | | | | | | | nextcloud/bugfix/16833/remove-orphan-event-data-from-subscriptions Remove orphaned calendar data from deleted subscriptions
| * | Check the calendar type of calendarobjects & calendarchangesThomas Citharel2019-08-261-0/+6
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Remove orphaned calendar data from deleted subscriptionsThomas Citharel2019-08-221-0/+5
| | | | | | | | | | | | | | | | | | Closes #16833. Ref #13511 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-042-0/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-09-024-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-012-0/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-312-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-302-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-298-0/+40
| |
* | Merge pull request #16615 from ↵Roeland Jago Douma2019-08-282-2/+436
|\ \ | | | | | | | | | | | | nextcloud/feature/16518/rooms_resources_should_respond Make rooms / resources automatically reply to invites
| * | Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-262-2/+436
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-2814-0/+204
| | |
* | | 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 job
| * | | Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>