aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix: do not extract fields for blank templateElizabeth Danzberger2025-06-171-1/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | | Merge pull request #53369 from nextcloud/bug/noid/principal-guest_app-not-foundDaniel2025-06-179-0/+214
|\ \ \ \ | | | | | | | | | | fix: hide guests group when searching for principals
| * | | | test(dav): add integration test for principal property searchbug/noid/principal-guest_app-not-foundDaniel Kesselberg2025-06-178-0/+210
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | fix: hide guests group when searching for principalsDaniel Kesselberg2025-06-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #53538 from nextcloud/fix/share-expiry-translationFerdinand Thiessen2025-06-1710-8/+8
|\ \ \ \ \ | | | | | | | | | | | | fix(file_sharing): Remove string concatenated translation
| * | | | | chore(assets): Recompile assetsfix/share-expiry-translationnextcloud-command2025-06-179-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(file_sharing): Remove string concatenated translationnfebe2025-06-171-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | Merge pull request #53140 from nextcloud/fix/auto-reload-tagsJohn Molakvoæ2025-06-174-62/+120
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsfix/auto-reload-tagsnextcloud-command2025-06-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files): auto reload sidebar tags on updateskjnldsv2025-06-172-59/+117
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | 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>