aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix hostname given in Apple config fileNils Wittenbrink2020-03-111-1/+1
| | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* [tx-robot] updated from transifexNextcloud bot2020-03-062-2/+40
|
* Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-03-052-4/+24
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #19573 from nextcloud/backport/19398/stable18Roeland Jago Douma2020-03-057-547/+708
|\ | | | | [stable18] 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-217-547/+708
| | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2020-03-052-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-042-2/+2
| |
* | Merge pull request #19639 from nextcloud/backport/19252/stable18Roeland Jago Douma2020-03-032-2/+5
|\ \ | | | | | | [stable18] 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-252-2/+5
| | | | | | | | | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-282-26/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-02-272-4/+4
| | |
* | | Correctly trim long cyrillic noteJoas Schilling2020-02-252-4/+3
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2020-02-222-0/+2
|/
* [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-07106-248/+406
|
* Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-02-051-0/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵Georg Ehrke2020-01-312-22/+50
| | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-052-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-01-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-012-2/+10
|
* Merge pull request #18115 from ↵Roeland Jago Douma2019-12-271-2/+10
|\ | | | | | | | | nextcloud/bugfix/17951/reminderservice_resource_error Properly handle resources in ReminderService
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-272-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-242-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-232-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-2260-10/+346
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-214-2/+4
| |
* | Update license headers for 18Christoph Wurst2019-12-205-1/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-12-192-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-1820-4/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2019-12-1742-84/+84
| |
* | Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-164-5/+27
|\ \ | | | | | | Load apps dav plugins on the old webdav route
| * | Load apps dav plugins on the old webdav routeJulius Härtl2019-12-044-5/+27
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | l10n. Change grammar.rakekniven2019-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | First I thought to change "send" > "sent". Later my mind changed to change the complete sentence. Any native english speaker around? Please check and judge :-) Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | | Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-122-0/+13
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+6
|\ \ \ | | | | | | | | adding share type circles
| * | | using IShare::Maxence Lange2019-12-051-4/+5
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | adding share type circlesMaxence Lange2019-12-051-1/+4
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-094-4/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-082-8/+24
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-12-074-2/+44
| | | |
* | | | Update license headersChristoph Wurst2019-12-05353-630/+1180
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-052-7/+154
|\ \ \ | |/ / |/| | Allow filtering the search results to the users home storage
| * | Allow filtering the search results to the users home storageRobin Appelman2019-12-032-7/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>