aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | refactor: migrate from OC to OCP in public interfacesrefactor/ocp-deprecationsFerdinand Thiessen2025-05-1516-117/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | refactor: add missing template implements where neededFerdinand Thiessen2025-05-152-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52862 from nextcloud/feat/mimes-namesJohn Molakvoæ2025-05-159-12/+143
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore(assets): Recompile assetsnextcloud-command2025-05-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(core): remove untranslated mime namesJohn Molakvoæ (skjnldsv)2025-05-154-53/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | feat(files): show readable mime if availableJohn Molakvoæ (skjnldsv)2025-05-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | chore: update mimetypenamesJohn Molakvoæ (skjnldsv)2025-05-154-6/+145
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #52870 from nextcloud/chore/remove-get-storageKate2025-05-154-42/+0
|\ \ \ \ \
| * | | | | chore!(\OCP\Files): remove deprecated static `getStorage` methodchore/remove-get-storageFerdinand Thiessen2025-05-154-42/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was deprecated since Nextcloud 14 and is not used anymore. Removing allows us to clean the OCP psalm baseline. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #42678 from nextcloud/refactor/app/remove-register-routesJoas Schilling2025-05-1510-806/+350
|\ \ \ \ \ | |/ / / / |/| | | | refactor(App): Remove registerRoutes method
| * | | | fix(RouteParser): bail out if method name contains hashtagrefactor/app/remove-register-routesFerdinand Thiessen2025-05-152-1/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵provokateurin2025-05-158-772/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(App): Remove registerRoutes methodprovokateurin2025-05-152-33/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #51818 from nextcloud/info-storage-commandRobin Appelman2025-05-156-0/+202
|\ \ \ \ | | | | | | | | | | feat: add command to get basic storage info
| * | | | feat: add mount id to info:storage(s)info-storage-commandRobin Appelman2025-05-152-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add command to get basic storage infoRobin Appelman2025-05-156-0/+198
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #52860 from nextcloud/feat/psalm/error-deprecationsKate2025-05-152-0/+2170
|\ \ \ \ \
| * | | | | feat(psalm): Mark all usage of deprecated code as errorfeat/psalm/error-deprecationsprovokateurin2025-05-152-0/+2170
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #52853 from nextcloud/refactor/rector-top-levelKate2025-05-157-29/+62
|\| | | | | | |/ / / / |/| | | |
| * | | | refactor: Extend rector to ocs/ and ocs-provider/refactor/rector-top-levelprovokateurin2025-05-153-10/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor: Extend rector to all top-level filesprovokateurin2025-05-155-19/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-1515-11/+9797
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: add missing GPL-2.0-only licensefeat/mime-namesJohn Molakvoæ (skjnldsv)2025-05-142-0/+119
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | fix(core): force sorting mimetypenames.dist.jsonJohn Molakvoæ (skjnldsv)2025-05-143-12/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-1412-11/+9674
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #52851 from nextcloud/ci/noid/update-phpunit10Joas Schilling2025-05-15232-2017/+1669
|\ \ \ \ \ | | | | | | | | | | | | test: Prepare tests/ and some apps/*/tests/ for PHPUnit10
| * | | | | test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-1522-39/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix some apps/*/testsJoas Schilling2025-05-1545-719/+359
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix most tests/lib/DB/QueryBuilderJoas Schilling2025-05-156-42/+43
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix: Fix warning when crash reporter fails to get loadedJoas Schilling2025-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix non-static data providersJoas Schilling2025-05-1557-186/+181
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/FilesJoas Schilling2025-05-1510-103/+95
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Make Archive test order independentJoas Schilling2025-05-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/[S-Z]*Joas Schilling2025-05-159-62/+73
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/Security/Joas Schilling2025-05-1513-28/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/[H-N]*Joas Schilling2025-05-159-91/+72
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/[C-G]*Joas Schilling2025-05-157-57/+75
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Fix tests/lib/App*Joas Schilling2025-05-1530-174/+134
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Cleanup tests/lib/Files/*Joas Schilling2025-05-1517-89/+99
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | test: Remove more withConsecutiveJoas Schilling2025-05-1526-460/+506
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #52813 from nextcloud/fix/52794/share-advanced-settingsF. E Noel Nfebe2025-05-1511-10/+10
|\ \ \ \ \ | | | | | | | | | | | | fix(files_sharing): Show note if note exists on share
| * | | | | chore(assets): Recompile assetsfix/52794/share-advanced-settingsnextcloud-command2025-05-149-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | test(file_sharing): Do not open advanced settings manuallynfebe2025-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a share note is present, the advanced settings should expand automatically, without the user needing to click. Signed-off-by: nfebe <fenn25.fn@gmail.com>
| * | | | | fix(files_sharing): Show note if note exists on sharenfebe2025-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a share includes a note, ensure the note checkbox is checked and the note is displayed when reopening the share sidebar. Fixes: #52794. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-15106-26/+286
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #52820 from nextcloud/refactor/rector-coreKate2025-05-1567-263/+382
|\ \ \ \ \ \
| * | | | | | refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-1567-263/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | Merge pull request #52840 from nextcloud/fix/remove-broken-versions-routesCôme Chilliet2025-05-152-15/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix(files_versions): Remove routes leading to deleted ajax files
| * | | | | | fix: Update psalm baseline to remove fixed issuefix/remove-broken-versions-routesCôme Chilliet2025-05-141-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>