Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add command to clear memcachememcache-commands | Robin Appelman | 2025-06-24 | 2 | -1/+49 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add command to delete memcache key | Robin Appelman | 2025-06-24 | 2 | -0/+45 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add commands to get and set memcache values | Robin Appelman | 2025-06-24 | 3 | -0/+102 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor: split off value casting out of config:system:set command | Robin Appelman | 2025-06-24 | 2 | -75/+78 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(lexicon): migrate config key/value | Maxence Lange | 2025-06-24 | 3 | -21/+13 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #53615 from nextcloud/fix/revive-lowercase-email | Richard Steinmetz | 2025-06-24 | 1 | -0/+16 |
|\ | | | | | fix: revive always storing lowercased email addresses | ||||
| * | fix: revive always storing lowercased email addresses | Richard Steinmetz | 2025-06-24 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-24 | 4 | -0/+240 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: update request token on two-factor pagesfix/two-factor-request-token | Richard Steinmetz | 2025-06-23 | 6 | -4/+34 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix: generate csrf tokens if two factor challenge is ongoing | Richard Steinmetz | 2025-06-23 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-23 | 2 | -0/+184 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-22 | 4 | -0/+92 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-21 | 8 | -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-pass | provokateurin | 2025-06-20 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(core): Make OC_PASS actually work for occ user:auth-tokens:add ↵ | provokateurin | 2025-06-20 | 1 | -2/+2 |
|/ | | | | | | --password-from-env Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-20 | 6 | -4/+154 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: reload login page after password reset | SebastianKrupinski | 2025-06-19 | 1 | -2/+3 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-19 | 4 | -10/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-18 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #53540 from nextcloud/feature/add-profile-to-occ | Richard Steinmetz | 2025-06-17 | 2 | -0/+236 |
|\ | | | | | Feature/add profile to occ | ||||
| * | feat: allow reading profile properties from occ | Salvatore Martire | 2025-06-17 | 2 | -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 typo | skjnldsv | 2025-06-17 | 1 | -2/+2 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-17 | 6 | -2/+46 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(core): fix typo in session heartbeat servicechore/typo | Ferdinand Thiessen | 2025-06-16 | 1 | -4/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: the core config is not loaded on error pages | Ferdinand Thiessen | 2025-06-16 | 2 | -6/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: adjust karma global state mock | Ferdinand Thiessen | 2025-06-16 | 1 | -0/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test(core): migrate session heartbeat tests | Ferdinand Thiessen | 2025-06-16 | 2 | -87/+123 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(OC): restructure session heartbeat code - use types and human ↵ | Ferdinand Thiessen | 2025-06-16 | 1 | -109/+98 |
| | | | | | | reading order Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(OC): migrate session heart beat to Typescript | Ferdinand Thiessen | 2025-06-16 | 2 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(OC): validate request token and move logic to one place | Ferdinand Thiessen | 2025-06-16 | 6 | -73/+184 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(OC): migrate request token handling to Typescript | Ferdinand Thiessen | 2025-06-16 | 7 | -6/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-16 | 8 | -4/+308 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-15 | 2 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52909 from nextcloud/feat/noid/check-integrity-all-apps | Marcel Müller | 2025-06-14 | 1 | -16/+43 |
|\ | | | | | feat(integrity): Allow to run check for all apps | ||||
| * | feat(integrity): Allow to run check for all appsfeat/noid/check-integrity-all-apps | Marcel Müller | 2025-05-16 | 1 | -16/+43 |
| | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-14 | 8 | -8/+130 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-13 | 10 | -0/+52 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-12 | 16 | -0/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(assets): Recompile assetsfix/loading-account-menu | nextcloud-command | 2025-06-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | fix(files_sharing): public user menu semantic | skjnldsv | 2025-06-11 | 1 | -7/+10 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | feat(files_sharing): show Account menu on public pages | skjnldsv | 2025-06-11 | 6 | -6/+164 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(core): bring back Account menu loading indicator | skjnldsv | 2025-06-11 | 1 | -11/+20 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-11 | 108 | -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-user | provokateurin | 2025-06-10 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53402 from nextcloud/jtr-fix-403-design | Andy Scherzinger | 2025-06-10 | 1 | -5/+13 |
|\ \ | | | | | | | fix(403): Make design consistent with 404 + add default hint | ||||
| * | | fix(403): Make design consistent with 404 + add default hintjtr-fix-403-design | Josh | 2025-06-08 | 1 | -5/+13 |
| | | | | | | | | | | | | | | | Fixes #39584 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-10 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0 | Ferdinand Thiessen | 2025-06-09 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | chore: use consistent casing for header names (required by openAPI) | Ferdinand Thiessen | 2025-06-09 | 4 | -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.0 | Ferdinand Thiessen | 2025-06-09 | 1 | -63/+0 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |