Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | chore: run rector on tests | Robin Appelman | 2025-06-12 | 250 | -1494/+1864 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Fix: Remove X-XSS-Protection use, check and recommendation | invario | 2025-06-13 | 1 | -1/+0 | |
|/ / / | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: invario <67800603+invario@users.noreply.github.com> | |||||
* | | | Merge pull request #53000 from nextcloud/fix/noid/stuck-ffmpeg | Daniel | 2025-06-10 | 3 | -4/+25 | |
|\ \ \ | | | | | | | | | fix: unblock ffmpeg on some broken videos | |||||
| * | | | fix: unbloc ffmpeg on some broken videosfix/noid/stuck-ffmpeg | Arthur Schiwon | 2025-05-20 | 3 | -4/+25 | |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | | Merge pull request #52743 from nextcloud/bug/noid/expires-date-format | Kate | 2025-06-10 | 2 | -6/+6 | |
|\ \ \ \ | ||||||
| * | | | | fix: use correct format for expires, last-modified, and if-modified-since ↵ | Daniel Kesselberg | 2025-06-10 | 2 | -6/+6 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers Before: Sat, 10 May 2025 18:17:41 +0000 After: Sat, 10 May 2025 18:17:41 GMT RFC: https://httpwg.org/specs/rfc9110.html#http.date Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* / | | | test: addd test for hideFromCollaborationdebt/noid/use-logical-operator | Daniel Kesselberg | 2025-06-10 | 1 | -0/+53 | |
|/ / / | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | Merge pull request #52538 from nextcloud/feat/use-php84-lazy-objects | Côme Chilliet | 2025-06-10 | 1 | -1/+9 | |
|\ \ \ | | | | | | | | | Use PHP 8.4 lazy ghosts for Dependency injection | |||||
| * | | | fix(tests): Force lazy ghost initialisation in container tests | Côme Chilliet | 2025-06-05 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0 | Ferdinand Thiessen | 2025-06-09 | 3 | -10/+10 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | test: Add a hint message on boolean comparison | Joas Schilling | 2025-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | ci: Migrate PHPUnit configs | Joas Schilling | 2025-06-06 | 2 | -45/+31 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | test: Load all apps locally as well | Joas Schilling | 2025-06-06 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | test: Enable all default apps | Joas Schilling | 2025-06-06 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | test: Remove tests/apps.php which is no longer supported | Joas Schilling | 2025-06-06 | 2 | -55/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPUnit 10 says: > Class apps cannot be found in …/server/tests/apps.php Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | test: Remove suffix to reduce warnings about not extending TestCase | Joas Schilling | 2025-06-06 | 2 | -3/+3 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | chore(tests): Add test for AppConfig::getAppInstalledVersions | Côme Chilliet | 2025-06-05 | 1 | -5/+19 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | chore(tests): Adapt AppManager test to the use of searchValues | Côme Chilliet | 2025-06-05 | 2 | -5/+14 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | test: cleanup karma (jsunit) tests and move files_external to Cypresscleanup/karma | Ferdinand Thiessen | 2025-06-02 | 1 | -77/+2 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #52949 from nextcloud/fix/delete-legacy-autoloader | Ferdinand Thiessen | 2025-06-02 | 1 | -51/+0 | |
|\ \ \ | | | | | | | | | fix: Remove useless legacy autoloader | |||||
| * | | | fix: Remove useless legacy autoloaderfix/delete-legacy-autoloader | Côme Chilliet | 2025-05-27 | 1 | -51/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Merge pull request #52242 from nextcloud/artonge/fix/copy_subfolders_s3 | Louis | 2025-06-02 | 1 | -0/+13 | |
|\ \ \ \ | ||||||
| * | | | | test: add test that object store folder copy preserves folder sizeartonge/fix/copy_subfolders_s3 | Robin Appelman | 2025-05-28 | 1 | -0/+13 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | test: Mock ITaskManager to remove test interactions | Joas Schilling | 2025-05-29 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | feat: add support for sensitive Declarative settings values encryption | Andrey Borysenko | 2025-05-28 | 1 | -1/+37 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | |||||
* | | | | Merge pull request #52816 from nextcloud/primary-object-store-settings | Robin Appelman | 2025-05-28 | 3 | -112/+142 | |
|\ \ \ \ | | | | | | | | | | | feat: move primary object store configuration to a single place | |||||
| * | | | | feat: move primary object store configuration to a single placeprimary-object-store-settings | Robin Appelman | 2025-05-28 | 3 | -112/+142 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / / / | test: adjust library tests for PHPunit deprecations | Ferdinand Thiessen | 2025-05-28 | 2 | -4/+4 | |
|/ / / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | / | chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloader | Côme Chilliet | 2025-05-27 | 2 | -8/+0 | |
| |/ |/| | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytes | Ferdinand Thiessen | 2025-05-22 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | Proper replacement for deprecated `OC_Util::getUserQuota`. Also we still use this in some cases we can now replace, moreover it just makes sense to have a machine readable format in the API instead of only the human readable format which is less precise. Alings also with `getQuota` of the quota storage, which already returned the machine readable format. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | test: Speed up comments test | Joas Schilling | 2025-05-21 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #50157 from nextcloud/feat/mountmanager/emit-events | Kate | 2025-05-19 | 1 | -17/+68 | |
|\ | ||||||
| * | feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-events | provokateurin | 2025-05-19 | 1 | -17/+68 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | chore: Add an autoload.php file for tests relying on core classfix/add-autoload.php-for-tests | Côme Chilliet | 2025-05-19 | 2 | -1/+17 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #52848 from nextcloud/fix/cleanup-servercontainer | Kate | 2025-05-19 | 6 | -7/+7 | |
|\ | ||||||
| * | fix: Remove calls to legacy callers in testsfix/cleanup-servercontainer | Côme Chilliet | 2025-05-16 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix(tests): Remove calls to removed getMountProviderCollection from tests | Côme Chilliet | 2025-05-16 | 4 | -5/+5 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | test: replace `OC_Helper:rmdirr` with `OCP\Files::rmdirr`chore/remove-deprecated-oc-helper | Ferdinand Thiessen | 2025-05-16 | 8 | -10/+22 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | test: move legacy tests to non-depecated class tests | Ferdinand Thiessen | 2025-05-16 | 4 | -104/+123 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(core): remove untranslated mime names | John Molakvoæ (skjnldsv) | 2025-05-15 | 2 | -50/+2 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | chore: update mimetypenames | John Molakvoæ (skjnldsv) | 2025-05-15 | 2 | -4/+72 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routes | Ferdinand Thiessen | 2025-05-15 | 1 | -0/+9 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵ | provokateurin | 2025-05-15 | 2 | -477/+338 | |
| | | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #52822 from nextcloud/feat/mime-names | John Molakvoæ | 2025-05-15 | 3 | -4/+117 | |
|\ | ||||||
| * | feat(core): add human readable mimes | John Molakvoæ (skjnldsv) | 2025-05-14 | 3 | -4/+117 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | test: Fix coding standardsci/noid/update-phpunit10 | Joas Schilling | 2025-05-15 | 16 | -25/+25 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | test: Fix most tests/lib/DB/QueryBuilder | Joas Schilling | 2025-05-15 | 6 | -42/+43 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | test: Fix non-static data providers | Joas Schilling | 2025-05-15 | 57 | -186/+181 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | test: Fix tests/lib/Files | Joas Schilling | 2025-05-15 | 10 | -103/+95 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | test: Make Archive test order independent | Joas Schilling | 2025-05-15 | 1 | -1/+5 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |