Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
Use share setting in DAV search
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-22add logging of failed quota infoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-19Use email settings in DAV searchfeat/use_setting_in_dav_searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-19Use share setting in DAV searchLouis Chemineau
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-14Merge pull request #31886 from ↵Vincent Petry
nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-08Principal search by display name case insensitiveVincent Petry
Adjust principal search to be case insensitive even with exact match. This aligns the behavior to how the search also works in Collaborators/UserPlugin Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-07Merge pull request #25747 from nextcloud/XAccelBufferingblizzz
Add X-Accel-Buffering header to downloads
2022-04-06shRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06use existing node in SharesPluginRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-06save filesystem node in dav nodeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-04-04Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24fix check if dav root is folderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24dont setup full fs after dav authRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-19add optional WebDav propfind properties to show number of folders/files ↵Julien Veyssier
inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-03-04Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman
move root mount setup to mountproviders
2022-03-02Make Sabre File exception messages translatableChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-25also handle expired pre-write shared lock on dav upload when not using part ↵root-setup-mountproviderRobin Appelman
files Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-16Wrap S3 multipart upload exceptionLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-14Fix typo in DAV namespace registrationThomas Citharel
See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-01send request id in response headerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-17Add X-Accel-Buffering header to downloadsXAccelBufferingUnpublished
Signed-off-by: Unpublished <unpublished@gmx.net>
2022-01-11Set the file's mtime from the headers in bulk uploadLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-12-28Merge pull request #29948 from nextcloud/enh/webdav-creationdateJohn Molakvoæ
2021-12-07Prevent writing invalid mtimeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-11-29Expose DAV:creationdate for propfind/proppatchJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-11-24Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctimeVincent Petry
Allow to fetch the creation time of folders
2021-11-23Allow to fetch the creation time of foldersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-11-23Fix dav application tests and code for PHP 8.1Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-11-01Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ
2021-11-01Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ
2021-09-09use specific email getter where necessaryArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-08-27always allow dav move for movable mount rootRobin Appelman
the root of a movable mountpoint can be moved even if it doesn't have update permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-23Add dav plugin to trigger recalculating of checksumsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-16Expose user language through DAVThomas Citharel
Introduces the '{http://nextcloud.com/ns}language' prop that gives the user's language Closes #28449 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-07-22Make sure that the dav propfind plugins always use the proper user idJulius Härtl
For old android versions it could happen that the requests are performed with a login name instead of the actual user id, so before this change the property methods used the wrong value for fetching their information Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-22Throttle on public DAV endpointLukas Reschke
We should throttle whenever an invalid request is sent to the public WebDAV endpoint. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-09Header must contain a colonacsfer
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-29migration to Circles 22Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2021-05-04l10n: Spelling unificationValdnet
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-23Only set copy etag if the destination source can be foundChristoph Wurst
The etag is only set for files, but it's also possible that in edge cases the copy destination node can't be found. In that case we don't need to set any etag. Required for #26083 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-22Only write checksum if we have a valid file infoChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-10Add a setting to restrict returning a full match unless in phonebook or same ↵Joas Schilling
group Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10Restrict autocompletion also based on the phonebook known usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>