summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20042 from nextcloud/fix/noid/styled-dav-browser-errorRoeland Jago Douma2020-03-222-36/+12
|\ | | | | fix dav browser error page not styled
| * use core templates for displaying dav errors in the browserArthur Schiwon2020-03-202-36/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix dav browser error page not styledArthur Schiwon2020-03-192-3/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix tests due to config adjustmentsJulius Härtl2020-03-201-16/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Return empty system addressbook since we cannot easily limit it to groupsJulius Härtl2020-03-201-1/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Limit enumeration in principal searchJulius Härtl2020-03-202-1/+150
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+4
|
* rebuild autoloaderRobin Appelman2020-03-182-2/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix testsRobin Appelman2020-03-181-57/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove the detour trough node and work with path directlyRobin Appelman2020-03-182-73/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use INode instead of Node for custom propertiesRobin Appelman2020-03-182-6/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle long property paths to hasing paths >250 charsRobin Appelman2020-03-182-32/+77
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove unused codeRobin Appelman2020-03-181-53/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test custom properties backend against real databaseRobin Appelman2020-03-181-52/+87
| | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl>
* merge the two almost identical custom property backendsRobin Appelman2020-03-185-376/+135
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-174-4/+52
|
* Merge pull request #19704 from Nils160988/masterRoeland Jago Douma2020-03-092-5/+4
|\ | | | | Fix hostname in Apple configuration profile
| * Fix testNils Wittenbrink2020-02-291-4/+3
| | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
| * Fix hostname given in Apple config fileNils Wittenbrink2020-02-281-1/+1
| | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* | Merge pull request #19746 from nextcloud/locked-exception-forward-existingRoeland Jago Douma2020-03-091-1/+1
|\ \ | | | | | | pass the existing locks info when making locked exception with absolu…
| * | pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Prevent creation of reserved address book nameChristoph Wurst2020-03-091-0/+11
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add address book pluginsChristoph Wurst2020-03-099-20/+292
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-03-062-2/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-052-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-042-2/+2
|/
* Merge pull request #19655 from ↵Roeland Jago Douma2020-02-281-3/+2
|\ | | | | | | | | nextcloud/bugfix/noid/upload-cleanup-user-not-found Catch NotFoundException when getting the user folder
| * Catch NotFoundException when getting the user folderJulius Härtl2020-02-261-3/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-02-282-26/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-272-4/+4
|/
* Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-252-2/+5
|\ | | | | Hash event UID to make sure it's not too long for PushProvider notifications
| * Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-012-2/+5
| | | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Correctly trim long cyrillic noteJoas Schilling2020-02-252-4/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19196 from ↵Roeland Jago Douma2020-02-239-3/+590
|\ \ | | | | | | | | | | | | nextcloud/feature/17126/allow_apps_to_register_their_own_calendars Allow apps to provide Calendars in user's calendarHome
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-189-3/+590
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-222-0/+2
| | |
* | | Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-02-212-4/+24
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #19398 from ↵Christoph Wurst2020-02-217-547/+708
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bug/dav-load-subscriptions-at-activation Move RefreshWebcalJob logic to a proper service so that it may be called independently
| * | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-107-547/+708
| | | | | | | | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-162-0/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-02-122-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-02-112-4/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-02-07104-160/+56
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-066-14/+14
| |
* | Merge pull request #19219 from ↵Roeland Jago Douma2020-02-051-0/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/19135/wrong_dtend_invitation_mail Fix display of DTEND for multi-day all-day event
| * | Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Check for empty authorization headers for office requests and allow ↵Julius Härtl2020-02-042-4/+20
| | | | | | | | | | | | | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-032-6/+6
| | |