aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* feat: add command to clear memcachememcache-commandsRobin Appelman2025-06-242-1/+49
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add command to delete memcache keyRobin Appelman2025-06-242-0/+45
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add commands to get and set memcache valuesRobin Appelman2025-06-243-0/+102
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor: split off value casting out of config:system:set commandRobin Appelman2025-06-242-75/+78
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(lexicon): migrate config key/valueMaxence Lange2025-06-243-21/+13
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #53615 from nextcloud/fix/revive-lowercase-emailRichard Steinmetz2025-06-241-0/+16
|\ | | | | fix: revive always storing lowercased email addresses
| * fix: revive always storing lowercased email addressesRichard Steinmetz2025-06-241-0/+16
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-244-0/+240
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: update request token on two-factor pagesfix/two-factor-request-tokenRichard Steinmetz2025-06-236-4/+34
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix: generate csrf tokens if two factor challenge is ongoingRichard Steinmetz2025-06-231-0/+2
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-232-0/+184
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-224-0/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-218-0/+1102
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(core): Make --password-from-env work with NC_PASS everywherefix/core/password-from-env-nc-passprovokateurin2025-06-202-6/+6
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(core): Make OC_PASS actually work for occ user:auth-tokens:add ↵provokateurin2025-06-201-2/+2
|/ | | | | | --password-from-env Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-206-4/+154
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: reload login page after password resetSebastianKrupinski2025-06-191-2/+3
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-194-10/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-184-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53540 from nextcloud/feature/add-profile-to-occRichard Steinmetz2025-06-172-0/+236
|\ | | | | Feature/add profile to occ
| * feat: allow reading profile properties from occSalvatore Martire2025-06-172-0/+236
| | | | | | | | | | | | | | This change adds support for reading profile information through the occ command, and updates the corresponding test. Signed-off-by: Salvatore Martire <4652631+klarkent@users.noreply.github.com>
* | fix(core): getRequestToken import typoskjnldsv2025-06-171-2/+2
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-176-2/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(core): fix typo in session heartbeat servicechore/typoFerdinand Thiessen2025-06-161-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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-161-0/+7
| | | | 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-166-73/+184
| | | | 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>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-168-4/+308
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-152-0/+10
| | | | 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>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-148-8/+130
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1310-0/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1216-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(assets): Recompile assetsfix/loading-account-menunextcloud-command2025-06-111-1/+1
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix(files_sharing): public user menu semanticskjnldsv2025-06-111-7/+10
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-116-6/+164
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(core): bring back Account menu loading indicatorskjnldsv2025-06-111-11/+20
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-06-11108-108/+108
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(core): Add option to disable creating an admin user when installingfeat/core/install-without-admin-userprovokateurin2025-06-101-2/+5
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53402 from nextcloud/jtr-fix-403-designAndy Scherzinger2025-06-101-5/+13
|\ \ | | | | | | fix(403): Make design consistent with 404 + add default hint
| * | fix(403): Make design consistent with 404 + add default hintjtr-fix-403-designJosh2025-06-081-5/+13
| | | | | | | | | | | | | | | Fixes #39584 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-102-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0Ferdinand Thiessen2025-06-092-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | chore: use consistent casing for header names (required by openAPI)Ferdinand Thiessen2025-06-094-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | test: remove legacy tests covered by library unit testsdependabot/npm_and_yarn/nextcloud/l10n-3.3.0Ferdinand Thiessen2025-06-091-63/+0
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>