Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(dav): add integration test for principal property searchbug/noid/principal-guest_app-not-found | Daniel Kesselberg | 2025-06-17 | 1 | -0/+140 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | feat(tests): Test application enabling/disabling and routesfeat/test-app-routes | Côme Chilliet | 2025-06-05 | 1 | -0/+18 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(dav): allow uploading folders to public shares | John Molakvoæ (skjnldsv) | 2025-05-13 | 2 | -9/+25 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat(profile): Add an API to get the profile field datafeat/noid/profile-data-api | Joas Schilling | 2025-04-23 | 1 | -23/+56 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #50905 from nextcloud/fix/rate-limit-share-creation | John Molakvoæ | 2025-04-15 | 1 | -0/+30 |
|\ | |||||
| * | test: enable rate limiting for ratelimiting.feature | skjnldsv | 2025-04-15 | 1 | -0/+30 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(files_sharing): expireDate null tests | skjnldsv | 2025-04-14 | 1 | -1/+5 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(tests): Sort activities by id to get the last onefix/fix-public-download-activity | Côme Chilliet | 2025-03-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Add context and test steps for activity in sharing | Côme Chilliet | 2025-03-25 | 3 | -2/+33 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Support deleting metadata from WebDAVartonge/feat/allow_deleting_metadata | Louis Chemineau | 2025-03-04 | 1 | -0/+123 |
| | | | | | | The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 2 | -1/+12 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: Reset sharing app config after testfix/share-api-create--permissions | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: add file conversion integration testsfeat/conversion-adjusting | skjnldsv | 2025-01-16 | 2 | -0/+62 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-server | skjnldsv | 2025-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(federation): add trusted server auto accept integration tests | skjnldsv | 2025-01-09 | 1 | -0/+45 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(login): add origin check at login | Benjamin Gaussorgues | 2024-12-05 | 2 | -2/+11 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | test(ExternalStorage): Send basic auth during integrations tests | Louis Chemineau | 2024-11-28 | 1 | -2/+21 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-get | Ferdinand Thiessen | 2024-10-09 | 6 | -5/+80 |
| | | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): Make the files download action use WebDAV zip download | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET ↵ | Ferdinand Thiessen | 2024-09-28 | 2 | -2/+45 |
| | | | | | | requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 5 | -37/+37 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | test: Add integration tests for saving external userglobal storages | Daniel Calviño Sánchez | 2024-09-04 | 3 | -1/+105 |
| | | | | | | | | | As the external storage uses the Nextcloud server itself the number of workers of the PHP process running the Nextcloud server had to be increased. Otherwise if a request is sent for the external storage while handling a request from the integration tests a deadlock would occur. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 17 | -141/+141 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(dav): Ensure share properties are also set on public remote endpoint | Ferdinand Thiessen | 2024-08-12 | 1 | -1/+26 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(integration): add file request tests | skjnldsv | 2024-07-19 | 1 | -3/+17 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat: Add new forbidden filename options to Capabilities | Ferdinand Thiessen | 2024-07-11 | 1 | -1/+3 |
| | | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: remove chunking-v1 | Robin Appelman | 2024-06-19 | 2 | -42/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge branch 'master' into refactor/OC-Server-getHTTPClientService | John Molakvoæ | 2024-05-30 | 31 | -744/+369 |
|\ | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | feat(files): Use receiving users language for the ownership transfer target ↵ | Ferdinand Thiessen | 2024-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | folder Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | test(Sharing): Integration test for no expiration set date for share | fenn-cs | 2024-05-23 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | - Verify that explicitly sending empty `expireDate` param to server overwrite default and sets not expiry date, if non is enforced. - Update tests to avoid converting empty string to date. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 30 | -685/+78 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-10 | 1 | -19/+2 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(dav): update a principal's schedule-default-calendar-URL | Richard Steinmetz | 2024-02-28 | 1 | -0/+149 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | fix(tests): Ensure ldap server can be reached in integration tests on GitHub ↵ | Ferdinand Thiessen | 2024-01-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Actions and other improvments * Run integration tests for every pull request * Also print docker logs of service containers (ldap, redis) * Ensure consistent `datadir` for test assertions * Test openldap features separatly * Only the LDAP tests rely on `/dev/shm` while `federated.feature` rely on real directory access Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is ↵ | Joas Schilling | 2024-01-26 | 1 | -0/+2 |
| | | | | | | | | | | | | deprecated in CommandLineContext.php on line 41" Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix "Creation of dynamic property FeatureContext::$parts is deprecated in ↵ | Joas Schilling | 2024-01-26 | 1 | -4/+6 |
| | | | | | | | | | | | | WebDav.php line 757" Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 3 | -10/+6 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | confirm content on dav-v2 test | Maxence Lange | 2023-11-24 | 1 | -14/+54 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -9/+9 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | Merge pull request #41668 from nextcloud/enh/noid/test-dav-favorite-search | Maxence Lange | 2023-11-23 | 1 | -0/+18 |
| |\ | | | | | | | test boolean favorite | ||||
| | * | test boolean favorite | Maxence Lange | 2023-11-22 | 1 | -0/+18 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fixing test | Maxence Lange | 2023-11-23 | 1 | -2/+34 |
| |/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | fix(autocomplete): Fix missing user status on autocomplete endpoint | Joas Schilling | 2023-09-28 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Refactor `OC\Server::getHTTPClientService` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
|/ | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | perf: skip request without write permission | Daniel Kesselberg | 2023-06-19 | 2 | -0/+86 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | tests(integration): Fix catching error only on object store | Julius Härtl | 2023-03-08 | 1 | -0/+16 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |