aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
| | | | | | | | | | | | | | | | | A recent change had broken authentication with an older FastCGI Apache2 module, because the IRequest object got initialised before the fix from self::handleAuthHeaders() copied the authentication headers into the correct $_SERVER variables. Since this part is completely independent from any Nextcloud code it is now done as a first thing within the init() call. Additionally similar issues could happen when another class would boot too early and read other global PHP settings like ini values and default timezone, so those are now also moved to the beginning. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1012-36/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0914-40/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51339 from nextcloud/dependabot/npm_and_yarn/marked-15.0.7dependabot[bot]2025-03-088-12/+13
|\
| * build(deps): bump marked from 15.0.0 to 15.0.7dependabot/npm_and_yarn/marked-15.0.7dependabot[bot]2025-03-088-12/+13
|/ | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 15.0.0 to 15.0.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.0...v15.0.7) --- updated-dependencies: - dependency-name: marked 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-03-0840-118/+270
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51082 from nextcloud/feat/dav/calendar-obj-event-webhooksEdward Ly2025-03-0722-338/+168
|\ | | | | feat(dav)!: add webhook compatibility for calendar object events
| * feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-0715-495/+27
| | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
| * feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-0710-0/+298
|/ | | | Signed-off-by: Edward Ly <contact@edward.ly>
* Merge pull request #51130 from nextcloud/fix/credential-passwordless-authJulius Knorr2025-03-072-5/+49
|\ | | | | fix: Do not build encrypted password if there is none
| * fix: Do not build encrypted password if there is nonefix/credential-passwordless-authJulius Knorr2025-03-062-5/+49
| | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | Merge pull request #51216 from ↵Sebastian Krupinski2025-03-071-5/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/remote-account-activity-translation fix: remote account activity translation
| * | fix:remote account activity translationfix/noid/remote-account-activity-translationSebastianKrupinski2025-03-071-5/+2
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #51144 from nextcloud/fix/dav/create-sab-installChristoph Wurst2025-03-076-4/+89
|\ \ | | | | | | fix(dav): Create SAB at installation
| * | fix(dav): Create SAB at installationfix/dav/create-sab-installChristoph Wurst2025-03-066-4/+89
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-07210-382/+180
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #50839 from nextcloud/automated/noid/master-fix-npm-auditJohn Molakvoæ2025-03-061-563/+145
|\ \ \ | | | | | | | | [master] Fix npm audit
| * | | fix(deps): Fix npm auditnextcloud-command2025-03-051-563/+145
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #51310 from nextcloud/fix/encryption-eventsFerdinand Thiessen2025-03-061-0/+4
|\ \ \ \ | |_|/ / |/| | | fix(encryption): Listen for user login and logout to set encryption key
| * | | fix(encryption): Listen for user login and logout to set encryption keyfix/encryption-eventsFerdinand Thiessen2025-03-061-0/+4
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51288 from nextcloud/fix/admin-tag-color-preventJohn Molakvoæ2025-03-0628-40/+186
|\ \ \ | | | | | | | | fix(systemtags): unify restrict_creation_to_admin handling
| * | | chore(assets): compile assetsfix/admin-tag-color-preventskjnldsv2025-03-0613-13/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-0610-22/+142
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(systemtags): unify restrict_creation_to_admin handlingskjnldsv2025-03-067-15/+41
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #51096 from ↵Arthur Schiwon2025-03-061-13/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/ldap-setopt-for-disabling-certcheck fix(LDAP): use ldap_set_option over putenv to disable cert check
| * | | | fix(LDAP): use ldap_set_option over putenv to disable cert checkfix/noid/ldap-setopt-for-disabling-certcheckArthur Schiwon2025-03-031-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the putenv option was not working reliable anymore anyway Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #51302 from nextcloud/artonge/test/remove_only_callsLouis2025-03-062-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | test: Remove `.only()` calls
| * | | | test: Remove `.only(` callsartonge/test/remove_only_callsLouis Chemineau2025-03-062-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0630-26/+64
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-06458-796/+1476
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40468 from func0der/patch-1Andy Scherzinger2025-03-053-3/+6
|\ \ \ | | | | | | | | [Proposal] Inform user about master key generation on encryption enabling
| * | | chore: compile assetsFerdinand Thiessen2025-03-052-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(encryption): Inform user about master key generation on encryption enablingfunc0der2025-03-051-0/+3
|/ / / | | | | | | | | | Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
* | | Merge pull request #51280 from nextcloud/artonge/fix/publicpage_attributeLouis2025-03-051-1/+2
|\ \ \ | | | | | | | | fix(login): Properly target public page with attribute
| * | | fix(login): Properly target public page with attributeartonge/fix/publicpage_attributeLouis Chemineau2025-03-051-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #51287 from nextcloud/bugfix/l10n-leading-spacesJoas Schilling2025-03-051-1/+1
|\ \ \ \ | | | | | | | | | | fix(l10n): Remove leading space from translation string
| * | | | fix(l10n): Remove leading space from translation stringJoas Schilling2025-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #50702 from ↵Andy Scherzinger2025-03-052-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Institutional-Investment-Group/feat/support-aws-session-token9 feat(object_store): Add support for session token (STS) in AWS credentials
| * \ \ \ \ Merge branch 'master' into feat/support-aws-session-tokenHector Manuel2025-03-043423-38762/+46881
| |\ \ \ \ \
| * | | | | | feat(object_store): Add support for session token in AWS credentialsHector Valcarcel2025-02-062-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Pass session token, either null or with value, to the AWS Credentials constructor Signed-off-by: Hector Valcarcel <hmvalcarcel@gmail.com>
* | | | | | | Merge pull request #51266 from nextcloud/fix/l10n-plain-stringFerdinand Thiessen2025-03-055-30/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | fix(theming): use plain string in `t` method (l10n)
| * | | | | | chore(assets): Recompile assetsfix/l10n-plain-stringnextcloud-command2025-03-054-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | fix(theming): use plain string in `t` method (l10n)Ferdinand Thiessen2025-03-051-24/+26
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To correctly extract the translations we only can have plain strings within the `t` method. Also applied new l10n feature to move link code into translation function cleaning up a bit. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51267 from nextcloud/chore/switch-depsFerdinand Thiessen2025-03-056-9/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | chore(deps): switch davclient library to nextcloud-deps fork
| * | | | | chore(assets): Recompile assetschore/switch-depsnextcloud-command2025-03-054-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | chore(deps): switch davclient library to nextcloud-deps forkFerdinand Thiessen2025-03-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51258 from nextcloud/fix/dav/use-iuser-displaynameChristoph Wurst2025-03-055-14/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(dav): Use IUser::getDisplayName directly
| * | | | | | fix(dav): Use IUser::getDisplayName directlyfix/dav/use-iuser-displaynameChristoph Wurst2025-03-055-14/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to send this from the client. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #51259 from ↵Kate2025-03-051-10/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/50619/no-session-work-in-constructor fix(files): Don't do session related work in the constructor of the View
| * | | | | | fix: No IFactory in constructorbugfix/50619/no-session-work-in-constructorMarcel Müller2025-03-051-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>