aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/DAV
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+1
* fix(dav): Migrate from hooks to user eventsCôme Chilliet2025-02-102-222/+140
* fix: replace null character when serializingfix/issue-47879-property-serializationSebastianKrupinski2024-12-131-0/+18
* Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2024-11-221-4/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-8/+8
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-2/+3
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-6/+55
* chore: Add SPDX headerAndy Scherzinger2024-05-2810-217/+33
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-5/+195
* Check share attributes when downloading versionsLouis Chemineau2024-02-211-2/+26
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-152-0/+499
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-9/+4
* Merge pull request #36266 from nextcloud/bugfix/noid/fix-double-where-in-cust...Joas Schilling2023-01-231-1/+1
|\
| * Fix double where in CustomProperiesBackendTestJoas Schilling2023-01-201-1/+1
* | chore(dav): Add void return type to test methodsChristoph Wurst2023-01-207-41/+41
|/
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-10/+40
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-052-3/+2
* Multiple fixesCarl Schwan2022-07-311-6/+5
* Fix view-only code after code review commentsVincent Petry2022-07-281-2/+2
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+118
* Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-22/+27
* Make default calendar only contain VEVENTSThomas Citharel2021-06-251-2/+4
* Always provide theme color for default personal calendarThomas Citharel2021-06-251-6/+36
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-11/+5
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+49
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-1/+24
* Fix "Invalid fetch style: 12" on OracleJoas Schilling2020-11-101-2/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-125-30/+29
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-241-2/+20
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-6/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-9/+9
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-2/+7
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-3/+2
|\
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-271-3/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-251-3/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-29/+29
|/
* remove the detour trough node and work with path directlyRobin Appelman2020-03-181-39/+0