aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/DAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53418 from nextcloud/fix/timedjob-execution-timeJoas Schilling2025-07-031-0/+27
|\
| * test: check that UserStatusAutomation is cleaned upfix/timedjob-execution-timeSalvatore Martire2025-07-011-0/+27
* | chore: run rectorrector-phpunit10Robin Appelman2025-07-015-36/+12
* | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-1/+1
|/
* feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-261-9/+19
* refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz2025-06-191-4/+4
* feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-161-2/+21
* test: Migrate remaining DAV tests to PHPUnit 10Joas Schilling2025-05-289-139/+83
* fix(caldav): prevent unshare entry creation for owner unsharingDaniel Kesselberg2025-05-142-76/+4
* feat: add example contact on first loginfeat/cardav-example-contactHamza Mahjoubi2025-03-261-0/+5
* 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