Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(SetupChecks): Pass webfinger if a handler is therefix-setupcheck-webfinger-400 | Josh | 2025-01-26 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-26 | 4 | -0/+56 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-25 | 12 | -10/+220 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-24 | 8 | -4/+216 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 144 | -5228/+494 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Bump app versions and requirements | Joas Schilling | 2025-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(security): Update .well-known/security.txt expiration date | Joas Schilling | 2025-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 4 | -0/+110 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(systemtags): toggle for system tag creation in admin settings | nfebe | 2025-01-22 | 1 | -0/+4 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | feat(systemtags): add setting to block non admin to create system tags | Benjamin Gaussorgues | 2025-01-22 | 1 | -2/+1 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-22 | 12 | -14/+210 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Only show hours and minutes in first login timestamp | Christopher Ng | 2025-01-21 | 1 | -1/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore: Compile assets | Ferdinand Thiessen | 2025-01-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #49820 from nextcloud/fixHeaderStyleSettings | Louis | 2025-01-21 | 1 | -1/+3 |
|\ | | | | | fix(settings): Make header style inline with other pages | ||||
| * | fix(settings): Make header style inline with other pagesfixHeaderStyleSettings | Git'Fellow | 2024-12-12 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-21 | 144 | -340/+434 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(app_api): Advanced deploy options | Andrey Borysenko | 2025-01-20 | 5 | -6/+370 |
| | | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | | fix(encryption): handle empty encryptionModules fine | Max | 2025-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com> | ||||
* | | chore(i18n): Improved grammar | rakekniven | 2025-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-20 | 4 | -2/+16 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-19 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-18 | 12 | -0/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 6 | -0/+20 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(settings): Correctly parse and display default quota | Ferdinand Thiessen | 2025-01-16 | 1 | -11/+28 |
| | | | | | | | | | | | | | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #49317 from nextcloud/feat/edit-share-token | Pytal | 2025-01-15 | 2 | -0/+26 |
|\ \ | | | | | | | feat: Make it possible to customize share link tokens | ||||
| * | | feat(sharing): Toggle custom tokens setting as admin | Christopher Ng | 2025-01-15 | 2 | -0/+26 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-16 | 12 | -0/+16 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-15 | 98 | -98/+98 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50130 from nextcloud/feat/rich-profile-biography | Pytal | 2025-01-14 | 1 | -1/+1 |
|\ \ | | | | | | | feat: Allow rich formatting of profile text | ||||
| * | | feat: Allow rich formatting of profile text | Christopher Ng | 2025-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | fix(settings): Fix mail server settings form | provokateurin | 2025-01-14 | 1 | -29/+16 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(apps): Add back `<main>` element to dashboard and settings | Ferdinand Thiessen | 2025-01-14 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-14 | 2 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-13 | 4 | -0/+8 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-11 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(setupchecks): Binary data can have problems with serializesetupChecksMoveFromBinary | Git'Fellow | 2025-01-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #49977 from ↵ | Josh | 2025-01-09 | 1 | -10/+10 |
|\ \ | | | | | | | | | | | | | nextcloud/jtr-perf-checks-connectivity-https-proto perf(settings): Speed up InternetConnectivity setup check | ||||
| * | | perf(settings): Speed up InternetConnectivity setup checkjtr-perf-checks-connectivity-https-proto | Josh | 2025-01-07 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | Specify default protocol (https://) rather than let default handling test both http:// and https:// Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | feat(federatedfilesharing): improve admin docs and settings | skjnldsv | 2025-01-09 | 3 | -7/+27 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 16 | -4/+32 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #49882 from nextcloud/fix/http/template-valid-status-codes | Kate | 2025-01-08 | 3 | -11/+17 |
|\ \ \ | |||||
| * | | | fix(settings): Fix log file download return type | provokateurin | 2025-01-07 | 3 | -11/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 142 | -0/+144 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(files): updateAll method | Max Schmit | 2025-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Max Schmit <maxschm@hotmail.com> | ||||
* | | | | Merge pull request #49377 from nextcloud/enh/add-first-login-timestamp | Pytal | 2025-01-07 | 5 | -4/+48 |
|\ \ \ \ | | | | | | | | | | | feat: Add first login timestamp of each user to oc_preferences and user:info output | ||||
| * | | | | fix(users): Adapt UI code to new timestamp fields names | Côme Chilliet | 2025-01-07 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | feat: Show first login date in user list | Christopher Ng | 2025-01-07 | 5 | -0/+44 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | | Merge pull request #49891 from ↵ | John Molakvoæ | 2025-01-07 | 2 | -25/+28 |
|\ \ \ \ | |/ / / |/| | | | | | | | nextcloud/refactor/settings/mail-settings-parameters | ||||
| * | | | refactor(settings): Use parameters explicitly when setting mail settingsrefactor/settings/mail-settings-parameters | provokateurin | 2025-01-06 | 2 | -25/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #49988 from nextcloud/jtr-locale-personal-info | Joas Schilling | 2025-01-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | fix(settings): show the correct initial locale in Personal info |