aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
| | | | | | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | | 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>
* | | 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>
* | 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>
* | | 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-031-0/+6
|\ \ | | | | | | | | | | | | sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar feat(contacts): exclude contact from birthday calendar
| * | 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-031-1/+10
|\ \ \ | | | | | | | | Remove the loop of calendars when only one is needed
| * | | Remove the loop of calendars when only one is neededAnna Larch2022-10-011-1/+10
| | | | | | | | | | | | | | | | 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 #33964 from nextcloud/search-limit-operatorsVincent Petry2022-09-151-0/+27
|\ \ \ \ | | | | | | | | | | add a limit to the amount of operators a client can add to a search query
| * | | | 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>
* | | | | 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>
* | | / Fix typos in apps/ subdirectoryluz paz2022-09-052-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-304-45/+31
|\ \ \ | | | | | | | | Improve bulk upload and add a config switch for it
| * | | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ↵Côme Chilliet2022-08-293-43/+15
| | | | | | | | | | | | | | | | | | | | | | | | BulkUpload Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Call the correct functions to get BulkUpload metadata to returnCôme Chilliet2022-08-291-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Add bulkupload.enabled configuration switchCôme Chilliet2022-08-251-3/+13
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Add fileid and permissions to response of bulk uploadCôme Chilliet2022-08-251-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfixJohn Molakvoæ2022-08-261-0/+1
|\ \ \ \
| * | | | Fix copy in view-only modeVincent Petry2022-08-261-0/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Check address book URI length before creationJoas Schilling2022-08-261-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Check calendar URI length before creationAnna Larch2022-08-261-0/+7
|/ / / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Fix ETAG returned by bulk uploadCôme Chilliet2022-08-231-0/+1
| | | | | | | | | | | | | | | | | | Refresh Node object to get fresh fileinfo data after touch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Support iMIP invitations from MailAnna Larch2022-08-224-8/+69
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #33615 from ↵Joas Schilling2022-08-192-43/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/perf/noid/user-displayname-cache-for-activity-providers Use user name cache in activity providers
| * | | Use user name cache in activity providersJoas Schilling2022-08-192-43/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix carddav activitiesJoas Schilling2022-08-193-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | The settings where combined last minute but at the same time the activities where not adjusted to map an existing setting so the filter was not possible to even limit it to the types that the activities had. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-081-1/+1
|\ \ \ | |/ / |/| | Remove OCP\App and OCP\BackgroundJob
| * | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Multiple fixesCarl Schwan2022-07-313-27/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Block download when needed on direct download endpointVincent Petry2022-07-281-1/+15
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Fix view-only code after code review commentsVincent Petry2022-07-283-6/+6
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Add nc:share-attributes Webdav propertyVincent Petry2022-07-282-0/+26
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+1
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Add share attributes + prevent download permissionVincent Petry2022-07-283-0/+125
|/ / | | | | | | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>