Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nc:share-attributes Webdav property | Vincent Petry | 2022-07-28 | 2 | -0/+26 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 1 | -0/+6 |
| | | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Fix typos in apps/dav subdirectory | luz paz | 2022-07-26 | 4 | -4/+4 |
| | | | | | | Found via `codespell -q 3 -S l10n -L jus ./apps/dav` Signed-off-by: luz paz <luzpaz@github.com> | ||||
* | Fix type error in Sabre/Connector/Directory | Carl Schwan | 2022-06-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #31029 from nextcloud/expose-extra-emails-in-dav | Vincent Petry | 2022-06-10 | 1 | -0/+16 |
|\ | | | | | Expose additional emails in {DAV:}alternate-URI-set | ||||
| * | Expose additional emails in {DAV:}alternate-URI-set | Thomas Citharel | 2022-05-17 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | This allows iMip invitations to be send with an alternative email as "Reply-To" field. Closes #27201 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Don't spam the log with fatals when maintenance mode is enabled or an ↵ | Joas Schilling | 2022-06-10 | 2 | -9/+7 |
| | | | | | | | | | | | | upgrade has to be done Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make X-HAS-{MD5/SHA256} opt-in | Carl Schwan | 2022-06-01 | 1 | -9/+20 |
| | | | | | | | | | | | | This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Fix return type and make type stricter | Carl Schwan | 2022-05-24 | 1 | -8/+6 |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix more psalm issues | Carl Schwan | 2022-05-16 | 9 | -10/+11 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Cleanup dav | Carl Schwan | 2022-05-05 | 16 | -367/+124 |
| | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search | Louis | 2022-05-04 | 1 | -3/+6 |
|\ | | | | | Use share setting in DAV search | ||||
| * | Use email settings in DAV search | Louis Chemineau | 2022-04-19 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | Use share setting in DAV search | Louis Chemineau | 2022-04-19 | 1 | -2/+4 |
| | | | | | | | | | | | | 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> | ||||
* | | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 4 | -35/+25 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | add logging of failed quota info | Robin Appelman | 2022-04-22 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #31886 from ↵ | Vincent Petry | 2022-04-14 | 1 | -2/+3 |
|\ | | | | | | | | | nextcloud/bugfix/noid/principal-search-case-insensitive-dn Principal search by display name case insensitive | ||||
| * | Principal search by display name case insensitive | Vincent Petry | 2022-04-08 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 1 | -3/+3 |
| | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 3 | -0/+74 |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #25747 from nextcloud/XAccelBuffering | blizzz | 2022-04-07 | 1 | -0/+1 |
|\ | | | | | Add X-Accel-Buffering header to downloads | ||||
| * | Add X-Accel-Buffering header to downloads | Unpublished | 2022-01-17 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Unpublished <unpublished@gmx.net> | ||||
* | | sh | Robin Appelman | 2022-04-06 | 1 | -12/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | use existing node in SharesPlugin | Robin Appelman | 2022-04-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | allow reusing known folder info when getting directory contents | Robin Appelman | 2022-04-06 | 2 | -7/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | save filesystem node in dav node | Robin Appelman | 2022-04-06 | 3 | -1/+33 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #29510 from nextcloud/backport/27378/master | John Molakvoæ | 2022-04-04 | 3 | -4/+95 |
|\ \ | |||||
| * | | Add dav plugin to trigger recalculating of checksums | Robin Appelman | 2022-03-31 | 3 | -4/+95 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | dont re-query fileinfo when getting dav quota | Robin Appelman | 2022-03-28 | 1 | -2/+1 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix check if dav root is folder | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | dont setup full fs after dav auth | Robin Appelman | 2022-03-24 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | add optional WebDav propfind properties to show number of folders/files ↵ | Julien Veyssier | 2022-03-19 | 1 | -1/+20 |
| | | | | | | | | | | | | inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -1/+17 |
|\ \ | | | | | | | move root mount setup to mountproviders | ||||
| * | | also handle expired pre-write shared lock on dav upload when not using part ↵ | Robin Appelman | 2022-02-25 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | files Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Make Sabre File exception messages translatable | Christopher Ng | 2022-03-01 | 1 | -18/+52 |
|/ / | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Wrap S3 multipart upload exception | Louis Chemineau | 2022-02-16 | 2 | -0/+43 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix typo in DAV namespace registration | Thomas Citharel | 2022-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | send request id in response header | Robin Appelman | 2022-02-01 | 2 | -0/+52 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Set the file's mtime from the headers in bulk upload | Louis Chemineau | 2022-01-11 | 2 | -14/+43 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #29948 from nextcloud/enh/webdav-creationdate | John Molakvoæ | 2021-12-28 | 1 | -0/+14 |
|\ | |||||
| * | Expose DAV:creationdate for propfind/proppatch | Julius Härtl | 2021-11-29 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Prevent writing invalid mtime | John Molakvoæ | 2021-12-07 | 1 | -0/+5 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctime | Vincent Petry | 2021-11-24 | 1 | -6/+3 |
|\ | | | | | Allow to fetch the creation time of folders | ||||
| * | Allow to fetch the creation time of folders | Julius Härtl | 2021-11-23 | 1 | -6/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix dav application tests and code for PHP 8.1 | Côme Chilliet | 2021-11-23 | 3 | -3/+3 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Revert "add dav plugin to trigger recalculating of checksums" | John Molakvoæ | 2021-11-01 | 3 | -95/+4 |
| | |||||
* | Merge pull request #27378 from nextcloud/dav-recalc-checksum | John Molakvoæ | 2021-11-01 | 3 | -4/+95 |
|\ | |||||
| * | Add dav plugin to trigger recalculating of checksums | Robin Appelman | 2021-08-23 | 3 | -4/+95 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | always allow dav move for movable mount root | Robin Appelman | 2021-08-27 | 1 | -1/+1 |
|/ | | | | | | 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> |