aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49867 from nextcloud/useHttpFrameworkGit'Fellow2024-12-161-1/+2
|\
| * refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-141-1/+2
* | fix: replace null character when serializingfix/issue-47879-property-serializationSebastianKrupinski2024-12-131-2/+6
|/
* fix(dav): Cleanup view-only checkfix/dav/view-only-checkprovokateurin2024-10-281-0/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-216-90/+32
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-5/+10
* Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circlesRichard Steinmetz2024-09-101-1/+1
|\
| * fix(dav): also allow unsharing of circle sharesAnna Larch2024-09-051-1/+1
* | chore: adjust code to adhere to coding standardAnna Larch2024-09-051-5/+5
|/
* fix: make preload custom proterties sharding compatibleRobin Appelman2024-08-281-9/+9
* fix(dav): Allow apps to get unshares for DAV resourcesJoas Schilling2024-08-262-5/+22
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-6/+6
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-2/+3
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-2/+7
* fix(db): Don't use deprecated 3rdparty constant: `Doctrine\DBAL\Connection::P...Joas Schilling2024-07-191-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2712-245/+43
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-211-1/+1
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-4/+135
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* Check share attributes when downloading versionsLouis Chemineau2024-02-211-4/+16
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-153-136/+269
* Improve view only error messageLouis Chemineau2024-01-101-1/+1
* Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-6/+6
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-173-4/+4
|\
| * Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-121-1/+1
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-123-3/+3
* | preload shares for calendars when listing calendarsRobin Appelman2023-07-262-0/+64
* | Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-optionDaniel2023-07-181-0/+15
|\ \
| * | enh(contacts): show/hide addressbooks for allJohannes Merkel2023-07-101-0/+15
| |/
* / preload custom properties when propfinding foldersRobin Appelman2023-07-091-2/+42
|/
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-10/+15
* Fix DAV typesjld31032023-04-051-1/+1
* assign group share valueMaximilian Martin2023-02-201-1/+1
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-3/+7
* Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix copy in view-only modeVincent Petry2022-08-261-0/+1
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Multiple fixesCarl Schwan2022-07-311-22/+16
* Fix view-only code after code review commentsVincent Petry2022-07-281-4/+4
* Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+1
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+113
* Fix typos in apps/dav subdirectoryluz paz2022-07-262-2/+2
* catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
* DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
* Add typing to Sharing BackendCarl Schwan2022-06-222-64/+36
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1