aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(scan): add log for failed files scanfeat/add_log_scan_commandBenjamin Gaussorgues2025-05-201-0/+8
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.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>
| * | fix(files_versions): Remove routes leading to deleted ajax filesCôme Chilliet2025-05-141-10/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #52669 from nextcloud/chore/refactor-update-notification+Kate2025-05-1515-186/+113
|\ \ \
| * | | chore: remove legacy migration step to remove background jobchore/refactor-update-notification+Ferdinand Thiessen2025-05-134-64/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already included since Nextcloud 29, so the background job is removed and the class does not exist anymore. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(updatenotification): use consistant patterns for on-demand class ↵Ferdinand Thiessen2025-05-131-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | members Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(updatenotification): use constant instead of variableFerdinand Thiessen2025-05-131-4/+9
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(updatenotification): add return types and fix typosFerdinand Thiessen2025-05-137-38/+22
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(updatenotification): use `OCP\ServerVersion`Ferdinand Thiessen2025-05-132-59/+54
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor: use `APP_NAME` where possibleFerdinand Thiessen2025-05-134-14/+17
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52667 from nextcloud/fix/improve-init-profilingCôme Chilliet2025-05-149-42/+54
|\ \ \ \ | | | | | | | | | | Improve init profiling
| * | | | fix: Fix psalm issue and update baselinefix/improve-init-profilingCôme Chilliet2025-05-142-6/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | feat: Improve init a bit, and add more profiling stepsCôme Chilliet2025-05-138-36/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #52841 from nextcloud/chore/dependabotJohn Molakvoæ2025-05-142-18/+2
|\ \ \ \ \
| * | | | | chore: remove reviewers from dependendabot - its deprecatedFerdinand Thiessen2025-05-142-18/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead make sure all PRs get a reviewer assigned. Also fixed an issue with the `dist/` folder as there is no automated PR adding dist files - it needs to be manually updated, so that a PR containing changes has to be reviewed properly! Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #52359 from nextcloud/feat/mime-columnJohn Molakvoæ2025-05-1415-11/+95
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile assetsfeat/mime-columnnextcloud-command2025-05-146-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | chore(files): adjust renaming action commentJohn Molakvoæ2025-05-141-0/+2
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | fix(files): hide mime column by defaultJohn Molakvoæ2025-05-141-1/+1
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | fix(files): refresh Node data on extension changeJohn Molakvoæ (skjnldsv)2025-05-141-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | feat(files): allow showing file type (mime) columnJohn Molakvoæ (skjnldsv)2025-05-148-1/+77
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #52544 from nextcloud/chore/drop-deprecated-account-scopesJohn Molakvoæ2025-05-146-90/+19
|\ \ \ \
| * | | | chore(IAccountManager): remove deprecated visibility constantschore/drop-deprecated-account-scopesFerdinand Thiessen2025-05-146-90/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those constants are not used anywhere anymore and are deprecated for more than ten versions. So its time to cleanup the interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #52812 from nextcloud/chore/oc-helper-rmdirrJohn Molakvoæ2025-05-147-39/+52
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirrFerdinand Thiessen2025-05-147-39/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move implementation to the OCP variant that called the legacy before - add the missing deprecation notice - add missing parameter to align both signatures - use OCP\Files where this method is still used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #52684 from ↵Benjamin Gaussorgues2025-05-145-10/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/last-insert-id-when-reconnecting