summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ | | | | Fix TooManyArguments warning for carddav.php
| * Fix TooManyArguments warning for carddav.phpDaniel Kesselberg2022-10-161-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ | |/ |/| Fix TooManyArguments for FakeLockerPlugin
| * Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #34471 from starypatyk/dav_read_share_notesVincent Petry2022-10-141-15/+11
|\ \ | |/ |/| Reduce number of database queries during WebDAV propfind request
| * Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
| | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
| * Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-15/+11
| | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-112-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\ | | | | Fix causal reads in CalDAV backend
| * Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-10-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-052-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+7
|\ \ | | | | | | Add isDeleted to OCP\Calendar\ICalendar
| * | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+7
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #34388 from ↵Anna2022-10-032-0/+9
|\ | | | | | | | | sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar feat(contacts): exclude contact from birthday calendar
| * feat: add tests casesSylvain2022-10-021-0/+3
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * fix: define exclusion key as constantSylvain2022-10-021-2/+3
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
* | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-032-19/+40
|\ \ | | | | | | Remove the loop of calendars when only one is needed
| * | Remove the loop of calendars when only one is neededAnna Larch2022-10-012-19/+40
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-19/+13
| |/ |/| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-1/+3
|\ \ | | | | | | Federation - add logging, update the server status if sync fails
| * | Add logging to federationAnna Larch2022-07-271-1/+3
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #33450 from sazanof/bug/base64-card-dav-searchblizzz2022-10-011-1/+1
|\ \ \ | | | | | | | | Fix photo url generation (add URI type to VCard2Array)
| * | | Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
* | | | Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-011-2/+2
|\ \ \ \ | |_|_|/ |/| | | trigger a rescan when trying to fopen a file that exists in cache but not on disk
| * | | add test for trying to fopen a file which no longer exists on diskRobin Appelman2022-09-291-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-302-2/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-292-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-262-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-232-0/+182
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Master is now 26Joas Schilling2022-09-221-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-222-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34147 from ↵Joas Schilling2022-09-201-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-avatar-cleanup-on-user-delete Fix avatar cleanup on user delete
| * | | Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-202-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-172-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry2022-09-151-1/+0
|\ \ \ | | | | | | | | set defaultEnabled in shipped.json
| * | | set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-1/+0
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry2022-09-152-25/+103
|\ \ \ \ | | | | | | | | | | add a limit to the amount of operators a client can add to a search query
| * | | | add test for search operator limitRobin Appelman2022-09-081-25/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | add a limit to the amount of operators a client can add to a search queryRobin Appelman2022-09-081-0/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #34035 from nextcloud/fix/do-not-log-warning-on-404Vincent Petry2022-09-151-6/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Do not output a warning when a file is not found
| * | | | Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would spam log with warnings from Desktop client doing HEAD on non-existing path to test them. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-152-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / Bump nc vue to beta2Carl Schwan2022-09-091-24/+24
|/ / / | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-072-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix typos in apps/ subdirectoryluz paz2022-09-054-4/+4
| | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>