aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features
Commit message (Expand)AuthorAgeFilesLines
* feat(login): add origin check at loginBenjamin Gaussorgues2024-12-052-2/+11
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-1/+1
* test(ExternalStorage): Send basic auth during integrations testsLouis Chemineau2024-11-281-2/+21
* fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-141-0/+1
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-096-5/+80
* fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-301-6/+6
* feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-281-1/+2
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-282-2/+45
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-37/+37
* fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-727/+727
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-1/+4
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-043-1/+105
* fix(test): Fix provisioning enabled appsprovokateurin2024-08-291-0/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2517-141/+141
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-121-1/+26
* chore(integration): add file request testsskjnldsv2024-07-191-3/+17
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-1/+1
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-1/+3
* chore: remove chunking-v1Robin Appelman2024-06-192-42/+0
* chore: Add SPDX headerAndy Scherzinger2024-06-068-0/+19
* Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-3046-3922/+377
|\
| * feat(files): Use receiving users language for the ownership transfer target f...Ferdinand Thiessen2024-05-291-1/+1
| * test(Sharing): Integration test for no expiration set date for sharefenn-cs2024-05-231-2/+6
| * chore: Add SPDX headerAndy Scherzinger2024-05-1330-685/+78
| * chore: Add SPDX headerAndy Scherzinger2024-05-101-19/+2
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
| * feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+149
| * fix(tests): Ensure ldap server can be reached in integration tests on GitHub ...Ferdinand Thiessen2024-01-261-1/+4
| * Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecat...Joas Schilling2024-01-261-0/+2
| * Ensure the testing app is enabledJoas Schilling2024-01-261-2/+2
| * Fix "Creation of dynamic property FeatureContext::$parts is deprecated in Web...Joas Schilling2024-01-261-4/+6
| * chore: Move integration tests from drone to githubJoas Schilling2024-01-2613-3195/+0
| * fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-094-10/+12
| * confirm content on dav-v2 testMaxence Lange2023-11-242-18/+69
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-9/+9
| * Merge pull request #41668 from nextcloud/enh/noid/test-dav-favorite-searchMaxence Lange2023-11-232-0/+26
| |\
| | * test boolean favoriteMaxence Lange2023-11-222-0/+26
| * | fixing testMaxence Lange2023-11-231-2/+34
| |/
| * fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-281-0/+3
* | Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-291-2/+3
|/
* fix(ci): add to enabled appsChristopher Ng2023-08-031-0/+1
* perf: skip request without write permissionDaniel Kesselberg2023-06-194-1/+118
* disable contacts menu features that regularly fail on droneSimon L2023-05-171-6/+10
* Merge pull request #37385 from nextcloud/bugfix/noid/dont-allow-adding-the-sa...Joas Schilling2023-05-031-11/+33
|\
| * fix(tests): Fix new integration testsJoas Schilling2023-04-261-13/+13
| * fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-261-0/+22
* | disable contacts menu features that regularly fail on droneSimon L2023-05-021-8/+10
|/
* tests(integration): Fix catching error only on object storeJulius Härtl2023-03-082-1/+17
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-083-6/+200