aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #53534 from nextcloud/fix/requesttokenFerdinand Thiessen2025-06-175-8/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(core): getRequestToken import typo
| * | | | | chore(assets): Recompile assetsfix/requesttokennextcloud-command2025-06-174-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(core): getRequestToken import typoskjnldsv2025-06-171-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #53516 from nextcloud/fix/fix-encryption-manager-injectionFerdinand Thiessen2025-06-171-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | fix(encryption): Fix DI for encryption Manager class
| * | | | fix(encryption): Fix DI for encryption Manager classfix/fix-encryption-manager-injectionCôme Chilliet2025-06-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only IManager was registered but the class name is used as well for DI in the encryption application. This was causing a crash of encryption command when using PHP 8.4 and lazy ghosts. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1710-0/+54
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #51657 from SBizienFilippiPEReN/cookie-domainAndy Scherzinger2025-06-174-10/+26
|\ \ \ \ \ | | | | | | | | | | | | cookie_domain config option for setting cookie on a wider domain
| * | | | | feat(core): add cookie_domain config optionSamuel Bizien Filippi2025-06-164-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel Bizien Filippi <samuel.bizien-filippi@finances.gouv.fr>
* | | | | | Merge pull request #53498 from ↵Daniel Calviño Sánchez2025-06-172-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/make-s3-connect-timeout-option-configurable fix(ObjectStore): Make S3 "connect_timeout" option configurable
| * | | | | | fix(ObjectStore): Make S3 "connect_timeout" option configurablefix/noid/make-s3-connect-timeout-option-configurableDaniel Calviño Sánchez2025-06-162-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded connection timeout of 5 seconds may not be enough in some cases, so now it is got from the ObjectStore arguments in Nextcloud configuration, falling back to 5 if not set. The connection timeout is set in seconds, but decimal precision can be used for subsecond accuracy (for example, 4.2 for 4200 milliseconds). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-17110-650/+1292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #53525 from nextcloud/chore/typoRichard Steinmetz2025-06-172-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | chore(core): fix typo in session heartbeat service
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | chore(core): fix typo in session heartbeat servicechore/typoFerdinand Thiessen2025-06-161-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #53507 from nextcloud/fix/fix-warning-lazy-ghost-applicationCôme Chilliet2025-06-161-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Correctly ignore lazy ghost initialization in debug warning about direct constructor call
| * | | | | | fix: Correctly ignore lazy ghost initialization in debug warning about ↵fix/fix-warning-lazy-ghost-applicationCôme Chilliet2025-06-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | direct constructor call Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #53514 from ↵Ferdinand Thiessen2025-06-162-8/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/do-not-update-userkey-when-masterkey-is-used fix(encryption): Do not register user key related event listeners
| * | | | | | | fix(encryption): Do not register user key related event listenersfix/do-not-update-userkey-when-masterkey-is-usedCôme Chilliet2025-06-162-8/+23
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when master key is enabled. Also added a safeguard in PassphraseService. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #53326 from nextcloud/fix/requesttokenFerdinand Thiessen2025-06-1624-363/+914
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | fix: refactor request token handling and do not update with invalid result
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-06-166-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | fix: the core config is not loaded on error pagesFerdinand Thiessen2025-06-162-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | test: adjust karma global state mockFerdinand Thiessen2025-06-162-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | test(core): migrate session heartbeat testsFerdinand Thiessen2025-06-162-87/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | refactor(OC): restructure session heartbeat code - use types and human ↵Ferdinand Thiessen2025-06-161-109/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reading order Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | refactor(OC): migrate session heart beat to TypescriptFerdinand Thiessen2025-06-162-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(OC): validate request token and move logic to one placeFerdinand Thiessen2025-06-169-74/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | refactor(OC): migrate request token handling to TypescriptFerdinand Thiessen2025-06-167-6/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #53311 from nextcloud/feat/example-eventRichard Steinmetz2025-06-1628-69/+1102
|\ \ \ \ \ \ | |/ / / / / |/| | | | | feat: create example event when a user logs in for the first time
| * | | | | chore: recompile assetsfeat/example-eventRichard Steinmetz2025-06-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | | fix: enable example contact feature by defaultRichard Steinmetz2025-06-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | | fix: harmonize design of default content settings sectionRichard Steinmetz2025-06-166-47/+150
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | | | feat: create example event when a user logs in for the first timeRichard Steinmetz2025-06-1623-41/+971
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #53435 from nextcloud/chore/no-momentFerdinand Thiessen2025-06-1619-52/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | refactor(files): migrate away from moment.js
| * | | | | | chore(assets): Recompile assetschore/no-momentnextcloud-command2025-06-1617-42/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | refactor(files): migrate away from moment.jsFerdinand Thiessen2025-06-162-10/+18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use browser provided API and our shared functions. This also fixes tests when local language is not English. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #53508 from nextcloud/fix/properly-depcreate-iocmproviderFerdinand Thiessen2025-06-162-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix: properly deprecate IOCMProvider
| * | | | | fix: properly deprecate IOCMProviderRichard Steinmetz2025-06-162-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #53465 from mickenordin/masterJoas Schilling2025-06-161-0/+3
|\ \ \ \ \ | |/ / / / |/| | | | fix(OCMProvider): fix dependency injection for OCMProvider
| * | | | Update lib/private/Server.phpMicke Nordin2025-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Micke Nordin <mickenordin@users.noreply.github.com>
| * | | | fix(OCMProvider): fix dependency injection for OCMProviderMicke Nordin2025-06-161-0/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Micke Nordin <kano@sunet.se>
* | | | Merge pull request #53468 from nextcloud/confWordingReviewCôme Chilliet2025-06-161-456/+438
|\ \ \ \ | | | | | | | | | | refactor(config.php): Global wording review
| * | | | refactor(config.php): Global wording reviewconfWordingReviewGit'Fellow2025-06-161-456/+438
|/ / / / | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #53502 from nextcloud/bugfix/53457/red-ciKate2025-06-161-1/+1
|\ \ \ \
| * | | | test: Adjust tests to match code againbugfix/53457/red-ciJoas Schilling2025-06-161-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1640-82/+516
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1510-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #52909 from nextcloud/feat/noid/check-integrity-all-appsMarcel Müller2025-06-141-16/+43
|\ \ \ \ | | | | | | | | | | feat(integrity): Allow to run check for all apps
| * | | | feat(integrity): Allow to run check for all appsfeat/noid/check-integrity-all-appsMarcel Müller2025-05-161-16/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | | | Merge pull request #53481 from nextcloud/dependabot/npm_and_yarn/cypress-13.17.0dependabot[bot]2025-06-1416-229/+641
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/cypress-13.17.0nextcloud-command2025-06-1414-111/+399
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>