| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-10-30 | 1 | -0/+7 |
* | fix: Override start method of \Sabre\DAV\Server to remove exception output | Louis Chemineau | 2024-09-19 | 1 | -0/+23 |
* | fix(filesreport): cast fileId to integerbackport/48031/stable30 | Anna Larch | 2024-09-16 | 1 | -1/+1 |
* | fix(dav): set string type for sanitizeMtimebackport/48045/stable30 | Anna Larch | 2024-09-15 | 1 | -1/+1 |
* | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 1 | -4/+2 |
* | fix: Allow read-only filename validation to allow reading files | Ferdinand Thiessen | 2024-08-28 | 1 | -1/+1 |
* | fix: Renaming does not need update but delete permissions | Ferdinand Thiessen | 2024-08-28 | 1 | -3/+3 |
* | fix(dav): Pre-check if node can be copied or moved in DAV files plugin | Ferdinand Thiessen | 2024-08-28 | 2 | -38/+71 |
* | feat: Delegate is-encrypted handling to the e2ee app | Louis Chemineau | 2024-08-27 | 1 | -6/+0 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -18/+18 |
* | fix(dav): Ensure share properties are also set on public remote endpoint | Ferdinand Thiessen | 2024-08-12 | 2 | -24/+17 |
* | fix: keep previous exception when wrapping dav exceptions | Robin Appelman | 2024-07-23 | 1 | -10/+10 |
* | fix(caldav): stricter default calendar checks | Richard Steinmetz | 2024-07-22 | 1 | -1/+3 |
* | Merge pull request #46225 from nextcloud/fix/issue-11633 | Andy Scherzinger | 2024-07-19 | 1 | -7/+14 |
|\ |
|
| * | fix(dav): Thrown forbidden error for authenticated user instead of not found | SebastianKrupinski | 2024-07-10 | 1 | -7/+14 |
* | | fix(dav): Verify target path in `setName` instead of source path | Ferdinand Thiessen | 2024-07-16 | 1 | -5/+8 |
|/ |
|
* | fix: Authorization header can be an empty string | Julius Härtl | 2024-06-28 | 1 | -1/+1 |
* | Merge pull request #45973 from nextcloud/remove-chunking-v1 | Julius Härtl | 2024-06-24 | 6 | -218/+4 |
|\ |
|
| * | chore: remove chunking-v1 | Robin Appelman | 2024-06-19 | 6 | -218/+4 |
* | | fix(dav): Try basic auth for ajax WebDAV requests | Ferdinand Thiessen | 2024-06-18 | 1 | -7/+5 |
|/ |
|
* | fix(dav): also return shared-with-me shares data | skjnldsv | 2024-06-12 | 1 | -32/+43 |
* | Merge pull request #45120 from nextcloud/bugfix/noid/sensitive-dav-forbidden-... | Ferdinand Thiessen | 2024-06-10 | 1 | -0/+3 |
|\ |
|
| * | fix(dav): Don't log access control as error | Joas Schilling | 2024-04-30 | 1 | -0/+3 |
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 45 | -1038/+157 |
* | | feat(caldav): expose calendar subscriptions | Daniel Kesselberg | 2024-05-07 | 1 | -0/+2 |
|/ |
|
* | fix: Fix incorrect phpdoc typing in dav app | Côme Chilliet | 2024-04-30 | 1 | -1/+1 |
* | fix(DAV): Migrate known exceptions to Sabre exceptions when copying | Joas Schilling | 2024-04-24 | 1 | -11/+19 |
* | Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-check | Côme Chilliet | 2024-04-02 | 1 | -4/+6 |
|\ |
|
| * | fix(dav): Fix quota check for chunk upload | Côme Chilliet | 2024-04-02 | 1 | -4/+6 |
* | | chore: Improve phpdoc typing to silence psalm errors | Côme Chilliet | 2024-04-02 | 2 | -1/+6 |
* | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 8 | -10/+10 |
|/ |
|
* | feat(metadata): get deprecated status using file etag | Maxence Lange | 2024-03-07 | 1 | -6/+2 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -3/+3 |
* | feat(dav): update a principal's schedule-default-calendar-URL | Richard Steinmetz | 2024-02-28 | 2 | -0/+2 |
* | Merge pull request #39214 from shdehnavi/replace_substr_calls_in_dav_app | John Molakvoæ | 2024-02-23 | 3 | -3/+3 |
|\ |
|
| * | Refactors "substr" calls to improve code readability | Hamid Dehnavi | 2024-02-23 | 3 | -3/+3 |
* | | Merge pull request #42459 from nextcloud/fix/dav/fallback-realm | John Molakvoæ | 2024-02-23 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | fix(dav): fallback realm for HTTP authentication | MichaIng | 2024-02-14 | 3 | -3/+3 |
* | | Check share attributes when downloading versions | Louis Chemineau | 2024-02-21 | 1 | -1/+1 |
* | | perf: skip request without read permission | Richard Steinmetz | 2024-02-19 | 1 | -4/+9 |
* | | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c... | Anna Larch | 2024-02-15 | 1 | -0/+4 |
|/ |
|
* | fix(files): add mount root property and adjust delete wording | John Molakvoæ | 2024-02-06 | 1 | -0/+11 |
* | fix(quota): automatically detect chunk quota with `OC-Total-Length` header | John Molakvoæ | 2024-01-10 | 1 | -33/+50 |
* | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 1 | -11/+19 |
* | feat: public dav endpoint v2 | John Molakvoæ | 2024-01-09 | 2 | -4/+238 |
* | Use FileInfo's metadata for hidden prop | Louis Chemineau | 2023-12-19 | 1 | -3/+3 |
* | fix(files): better upload error handling | John Molakvoæ | 2023-12-05 | 1 | -0/+6 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 21 | -83/+80 |
* | metadata must be set as editable for PROPPATCH | Maxence Lange | 2023-11-14 | 1 | -44/+110 |
* | Hide .mov for live photos | Louis Chemineau | 2023-11-09 | 1 | -0/+7 |