aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-233-47/+31
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* Merge pull request #52094 from nextcloud/rakekniven-patch-1John Molakvoæ2025-04-2311-11/+11
|\
| * chore(assets): Recompile assetsnextcloud-command2025-04-239-7/+7
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * chore(i18n): Use "name" instead of "nickname"rakekniven2025-04-232-4/+4
| | | | | | | | | | | | | | Users asked why they should use a nickname? "Name" covers nickname, pseudonym, username or real name. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #52315 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.6dependabot[bot]2025-04-232-5/+5
|\ \
| * | build(deps-dev): bump dockerode from 4.0.5 to 4.0.6dependabot/npm_and_yarn/dockerode-4.0.6dependabot[bot]2025-04-222-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: dockerode dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #52366 from nextcloud/feat/noid/profile-data-apiKate2025-04-239-31/+854
|\ \ \
| * | | feat(profile): Add an API to get the profile field datafeat/noid/profile-data-apiJoas Schilling2025-04-239-31/+854
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #52241 from ↵Ferdinand Thiessen2025-04-231-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/fix-room-or-resource-condition fix(caldav): Fix check for ROOM or RESOURCE condition
| * | | fix(caldav): Fix check for ROOM or RESOURCE commentbugfix/noid/fix-room-or-resource-conditionJoas Schilling2025-04-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #52321 from nextcloud/dependabot/npm_and_yarn/webpack-5.99.6dependabot[bot]2025-04-2372-75/+75
|\ \ \ \ | |_|/ / |/| | |
| * | | build(deps-dev): bump webpack from 5.99.5 to 5.99.6dependabot[bot]2025-04-2372-75/+75
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.99.5 to 5.99.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.6 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>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-2314-60/+304
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52330 from nextcloud/dependabot/npm_and_yarn/sass-1.87.0dependabot[bot]2025-04-222-5/+5
|\ \ \
| * | | build(deps-dev): bump sass from 1.86.3 to 1.87.0dependabot/npm_and_yarn/sass-1.87.0dependabot[bot]2025-04-222-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.86.3 to 1.87.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.86.3...1.87.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #52296 from nextcloud/fix/drop-file-previewJohn Molakvoæ2025-04-223-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsfix/drop-file-previewnextcloud-command2025-04-222-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): prevent dragging preview when drag-dropJohn Molakvoæ (skjnldsv)2025-04-221-1/+1
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #52325 from ↵dependabot[bot]2025-04-222-22/+22
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-24.7.0
| * | | build(deps-dev): bump puppeteer from 24.6.1 to 24.7.0dependabot/npm_and_yarn/puppeteer-24.7.0dependabot[bot]2025-04-222-22/+22
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.6.1 to 24.7.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.6.1...puppeteer-v24.7.0) --- updated-dependencies: - dependency-name: puppeteer dependency-version: 24.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #52304 from ↵dependabot[bot]2025-04-221-7/+7
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/composer/build/integration/behat/behat-3.21.0
| * | build(deps-dev): bump behat/behat in /build/integrationdependabot/composer/build/integration/behat/behat-3.21.0dependabot[bot]2025-04-221-7/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: behat/behat dependency-version: 3.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 CSSFerdinand 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>