Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "perf(base): Stop setting up the FS for every basic auth request" | John Molakvoæ | 2025-07-11 | 1 | -2/+77 |
| | |||||
* | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-request | John Molakvoæ | 2025-07-11 | 1 | -77/+2 |
|\ | |||||
| * | fix(core): Stop abusing the cache for avatar upload | provokateurin | 2025-07-08 | 1 | -77/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53887 from nextcloud/fix/lower-email-case | John Molakvoæ | 2025-07-11 | 1 | -1/+2 |
|\ \ | |||||
| * | | fix: force lowercase emailsfix/lower-email-case | skjnldsv | 2025-07-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-11 | 2 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: Replace OC_App::loadApp calls by IAppManager | Côme Chilliet | 2025-07-10 | 1 | -2/+6 |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-09 | 2 | -6/+8 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-08 | 6 | -0/+210 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-07 | 2 | -8/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-05 | 8 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 55 | -38/+83 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 1 | -4/+1 |
|\ | |||||
| * | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 1 | -4/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-07-01 | 4 | -6/+270 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-30 | 4 | -94/+366 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore(assets): Recompile assets | nextcloud-command | 2025-06-26 | 4 | -4/+4 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | style(content): rely on var(--header-height)fix/noid/content-header-height | Maksim Sukharev | 2025-06-26 | 1 | -4/+4 |
|/ | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-26 | 2 | -2/+452 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(profile): Consistent email confirmation success page design | Josh | 2025-06-25 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | fix(profile): Consistent email confirmation page design | Josh | 2025-06-25 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | Merge pull request #52880 from nextcloud/memcache-commands | Robin Appelman | 2025-06-25 | 7 | -75/+273 |
|\ | | | | | Add commands to set/get/delete/clear the distributed memcache | ||||
| * | 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(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routes | Joas Schilling | 2025-06-25 | 3 | -0/+233 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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> |