aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-510ea978f9dependabot[bot]2025-04-2236-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 4 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [actions/setup-node](https://github.com/actions/setup-node), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [nextcloud-libraries/npm-audit-action](https://github.com/nextcloud-libraries/npm-audit-action). Updates `shivammathur/setup-php` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/9e72090525849c5e82e596468b86eb55e9cc5401...cf4cade2721270509d5b1c766ab3549210a39a2a) Updates `actions/setup-node` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...49933ea5288caeca8642d1e84afbd3f7d6820020) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.2) Updates `nextcloud-libraries/npm-audit-action` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/nextcloud-libraries/npm-audit-action/releases) - [Commits](https://github.com/nextcloud-libraries/npm-audit-action/compare/2a60bd2e79cc77f2cc4d9a3fe40f1a69896f3a87...1b1728b2b4a7a78d69de65608efcf4db0e3e42d0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: nextcloud-libraries/npm-audit-action dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #52293 from nextcloud/chore/dependabotFerdinand Thiessen2025-04-221-151/+60
|\ | | | | ci(dependabot): remove stable29 and group composer directories
| * ci(dependabot): remove stable29 and group composer directorieschore/dependabotFerdinand Thiessen2025-04-221-151/+60
| | | | | | | | | | | | | | | | | | | | - stable29 is EOL - make configuration better readable by grouping composer configurations with `directories` instead of individual configurations. - do not allow major updates on stable branches, but still do patch updates. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #52099 from nextcloud/perf/excimerJulius Knorr2025-04-228-3/+457
|\ \ | | | | | | Built in profiling capabilities with excimer
| * | perf: Add config options to trigger individual and sample profiling using ↵perf/excimerJulius Knorr2025-04-228-3/+457
| | | | | | | | | | | | | | | | | | excimer Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | Merge pull request #51491 from nextcloud/fix/path-lengthFerdinand Thiessen2025-04-222-34/+63
|\ \ \ | | | | | | | | fix(dav): allow uploading of files with long filenames
| * | | fix(dav): allow uploading of files with long filenamesfix/path-lengthFerdinand Thiessen2025-04-222-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A filename must be less or equal 255 characters, but when adding the `.part` and `.ocfiletransfer` extensions we might overflow this limit. So we should also use filename hashes for uploading when the file has a long filename, similar like when we are uploading to the user storage directly. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | refactor(dav): simplify length header handlingFerdinand Thiessen2025-04-221-31/+25
| | | | | | | | | | | | | | | | | | | | | | | | Reduce nesting and drop duplicated sections. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52221 from ↵F. E Noel Nfebe2025-04-223-26/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feat/no-issue/add-logging-preview-generation feat: add logging to preview generation
| * | | | feat: add logging to preview generationfeat/no-issue/add-logging-preview-generationnfebe2025-04-173-26/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | Merge pull request #52291 from nextcloud/revert/gfm-pinFerdinand Thiessen2025-04-221-4/+1
|\ \ \ \ \ | |_|/ / / |/| | | | chore: revert "fix(deps): lock mdast-util-gfm-autolink-literal library"
| * | | | chore: revert "fix(deps): lock mdast-util-gfm-autolink-literal library to ↵revert/gfm-pinFerdinand Thiessen2025-04-221-4/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | exact version 2.0.0" This reverts commit d028b61a40196ba41005ad7718b7936535e7bb6b. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52249 from nextcloud/chore/update-3rdpartyJohn Molakvoæ2025-04-222-6/+2
|\ \ \ \ | |/ / / |/| | |
| * | | chore(theming): remove scssphp and just native nested CSSchore/update-3rdpartyFerdinand Thiessen2025-04-221-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | chore: drop scssphp dependencyFerdinand Thiessen2025-04-221-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52272 from ↵dependabot[bot]2025-04-225-9/+9
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.12.7
| * | | build(deps): bump libphonenumber-js from 1.12.6 to 1.12.7dependabot/npm_and_yarn/libphonenumber-js-1.12.7dependabot[bot]2025-04-225-9/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.6 to 1.12.7. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-version: 1.12.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #52257 from nextcloud/fix/noid/ensure-userid-attr-presentCôme Chilliet2025-04-221-0/+1
|\ \ \ | |_|/ |/| | fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list
| * | fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute listfix/noid/ensure-userid-attr-presentArthur Schiwon2025-04-171-0/+1
| |/ | | | | | | | | | | | | | | fixes corner cases in which an LDAP record might be loaded and used, where the user is still not mapped - and then this information is missing though expected. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-2214-6/+260
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-04-218-0/+96
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51953 from nextcloud/dependabot/npm_and_yarn/backbone-1.6.1Ferdinand Thiessen2025-04-208-13/+13
|\ \ | | | | | | build(deps): bump backbone from 1.6.0 to 1.6.1
| * | build(deps): bump backbone from 1.6.0 to 1.6.1dependabot/npm_and_yarn/backbone-1.6.1dependabot[bot]2025-04-188-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [backbone](https://github.com/jashkenas/backbone) from 1.6.0 to 1.6.1. - [Commits](https://github.com/jashkenas/backbone/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: backbone dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-2012-10/+72
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52267 from danielniccoli/patch-1Andy Scherzinger2025-04-191-1/+1
|\ \ \ | | | | | | | | Update AUTHORS
| * | | Update AUTHORSDaniel Niccoli2025-04-181-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Niccoli <2971735+danielniccoli@users.noreply.github.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-1926-16/+56
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51950 from nextcloud/dependabot/npm_and_yarn/mime-4.0.7dependabot[bot]2025-04-189-15/+16
|\ \ \
| * | | build(deps-dev): bump mime from 4.0.6 to 4.0.7dependabot/npm_and_yarn/mime-4.0.7dependabot[bot]2025-04-189-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mime](https://github.com/broofa/mime) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/broofa/mime/releases) - [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md) - [Commits](https://github.com/broofa/mime/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: mime dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #52251 from ↵dependabot[bot]2025-04-181-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
| * | | | build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9dependabot/npm_and_yarn/http-proxy-middleware-2.0.9dependabot[bot]2025-04-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #52243 from ↵dependabot[bot]2025-04-182-25/+31
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-typescript-7.27.0
| * | | | build(deps-dev): bump @babel/preset-typescript from 7.26.0 to 7.27.0dependabot/npm_and_yarn/babel/preset-typescript-7.27.0dependabot[bot]2025-04-172-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.26.0 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.27.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #52141 from ↵Ferdinand Thiessen2025-04-1910-23/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/simplewebauthn/browser-13.1.0 build(deps): bump @simplewebauthn/browser from 12.0.0 to 13.1.0
| * | | | | chore: compile assetsFerdinand Thiessen2025-04-196-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | chore: migrate types to `@simplewebauthn/browser` (changes package layout)Ferdinand Thiessen2025-04-184-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | build(deps): bump @simplewebauthn/browser from 12.0.0 to 13.1.0dependabot[bot]2025-04-182-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) from 12.0.0 to 13.1.0. - [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases) - [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md) - [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v13.1.0/packages/browser) --- updated-dependencies: - dependency-name: "@simplewebauthn/browser" dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #52244 from ↵dependabot[bot]2025-04-182-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.38
| * | | | | build(deps-dev): bump @types/dockerode from 3.3.37 to 3.3.38dependabot/npm_and_yarn/types/dockerode-3.3.38dependabot[bot]2025-04-172-5/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.37 to 3.3.38. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-version: 3.3.38 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #52247 from nextcloud/dependabot/npm_and_yarn/webpack-5.99.5Ferdinand Thiessen2025-04-18228-509/+477
|\ \ \ \ \ | | | | | | | | | | | | build(deps-dev): bump webpack from 5.94.0 to 5.99.5
| * | | | | build(deps-dev): bump webpack from 5.94.0 to 5.99.5dependabot[bot]2025-04-18228-509/+477
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.99.5. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.99.5) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #52245 from nextcloud/dependabot/npm_and_yarn/jsdom-26.1.0dependabot[bot]2025-04-182-26/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | build(deps-dev): bump jsdom from 26.0.0 to 26.1.0dependabot/npm_and_yarn/jsdom-26.1.0dependabot[bot]2025-04-172-26/+25
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.0.0 to 26.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/26.0.0...26.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-1826-26/+102
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #52224 from ↵Arthur Schiwon2025-04-174-3/+56
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-break-when-checking-if-too-long-user-exists fix(usermanager): Don't throw when checking if a too long user id is an existing user
| * | | | fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-existsJoas Schilling2025-04-173-9/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(usermanager): Don't throw when checking if a too long user id is an ↵Joas Schilling2025-04-163-3/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | existing user Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #52178 from nextcloud/fix/remove-app.php-loadingCôme Chilliet2025-04-174-55/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | fix: Remove support for app.php loading
| * | | | chore: Update psalm baselinefix/remove-app.php-loadingCôme Chilliet2025-04-141-5/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix: Remove support for app.php loadingCôme Chilliet2025-04-143-50/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been deprecated for a long time, and the last known active application to use it (user_saml) is now migrated the modern API. Presence of the file is still checked in order to log an error. This behavior may be removed as well in a few versions. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>