summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-02-032-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-02-024-32/+32
|
* RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵Georg Ehrke2020-01-302-22/+50
| | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-292-0/+208
|
* [tx-robot] updated from transifexNextcloud bot2020-01-272-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-01-234-24/+34
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-114-2/+44
|
* [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>
* | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2019-12-038-13/+124
|/ / | | | | | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-12-022-0/+44
| |
* | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-294-1/+100
|\ \ | | | | | | Add refresh-interval to exported calendars
| * | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-274-1/+100
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-292-6/+55
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-28105-514/+537
|\ \ | | | | | | Add php7.4 support
| * | Mode to modern phpunitRoeland Jago Douma2019-11-2787-478/+487
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix more testsRoeland Jago Douma2019-11-271-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>