Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(settings): Make header style inline with other pagesbackport/49820/stable30 | Git'Fellow | 2025-01-21 | 1 | -1/+3 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Merge pull request #50197 from nextcloud/backport/50177/stable30 | Maksim Sukharev | 2025-01-21 | 1 | -0/+5 |
|\ | |||||
| * | fix(files): hide move dialog action if destination has no CREATE permission | Maksim Sukharev | 2025-01-17 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-21 | 174 | -364/+552 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #50278 from nextcloud/backport/50265/stable30 | max-nextcloud | 2025-01-20 | 1 | -1/+1 |
|\ \ | | | | | | | [stable30] fix(encryption): handle empty encryptionModules fine | ||||
| * | | 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 | 18 | -6/+56 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-19 | 16 | -10/+46 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Apply enforce theme config for anonymous users as wellbackport/50076/stable30 | Kostiantyn Miakshyn | 2025-01-18 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-18 | 34 | -14/+224 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files): Add empty alt text to purely decorative iconsfix/legacy-file-drop | Ferdinand Thiessen | 2025-01-17 | 2 | -3/+3 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-17 | 30 | -0/+212 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50174 from nextcloud/backport/50152/stable30 | Ferdinand Thiessen | 2025-01-16 | 1 | -2/+4 |
|\ | | | | | [stable30] fix(dashboard): don't initially load items of hidden api widgets | ||||
| * | fix(dashboard): don't initially load items of hidden api widgets | Richard Steinmetz | 2025-01-16 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Merge pull request #49306 from nextcloud/backport/49271/stable30 | Ferdinand Thiessen | 2025-01-16 | 1 | -3/+3 |
|\ \ | | | | | | | [stable30] fix(files): Make injected actions reactive | ||||
| * | | fix(files): Make injected actions reactive | Ferdinand Thiessen | 2025-01-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Provided values are not reactive by default and by design, we must need computed to make them reactive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | fix(settings): Correctly parse and display default quotabackport/50187/stable30 | 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> | ||||
* | | fix(files_sharing): Remove debounce from expiration date formatting | Ferdinand Thiessen | 2025-01-16 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | This should be done as soon as changed, as the value is not passed to API but needs to be tracked internally (e.g. if you quickly press "save"). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(files_sharing): Stop overwriting the share expiration date with the ↵ | provokateurin | 2025-01-16 | 1 | -4/+1 |
| | | | | | | | | | | | | default expiration date Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-16 | 100 | -4/+108 |
| | | | | | | | | 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> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-14 | 16 | -2/+54 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-13 | 28 | -78/+228 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-12 | 14 | -2/+42 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-11 | 116 | -28/+280 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(setupchecks): Binary data can have problems with serializebackport/50113/stable30 | Git'Fellow | 2025-01-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-10 | 4 | -8/+66 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-09 | 28 | -4/+394 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(settings): Fix log file download return type | provokateurin | 2025-01-08 | 3 | -11/+17 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-08 | 188 | -444/+612 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(app-store): add missing exApps list items to search filter | Andrey Borysenko | 2025-01-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | fix: block moving files to it's own parent with davbackport/49966/stable30 | Robin Appelman | 2025-01-07 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-07 | 6 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: remove references to non-existent ShareTypes | nfebe | 2025-01-06 | 2 | -5/+5 |
| | | | | | | | A refactor was done to remove ShareTypes and an incomplete backport of 00c2b94391819eda77ddc7ab347972383c6319c0 left incorrect references to shareTypes. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-06 | 8 | -62/+78 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-05 | 10 | -66/+70 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-04 | 8 | -0/+224 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-03 | 8 | -4/+62 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_sharing): List of share type during recipient lookup | Louis Chemineau | 2025-01-02 | 1 | -1/+11 |
| | | | | | | | | ShareType lists both names and ids so Object.entries return too much. This was also making useless the following condition adding ShareType.Email Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: Only show share permission if re-sharable | nfebe | 2025-01-02 | 1 | -2/+5 |
| | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> [skip ci] | ||||
* | refactor: Use new `ShareType` across file_sharing | nfebe | 2025-01-02 | 17 | -131/+105 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(federatedfilesharing): fix notification typobackport/49974/stable30 | skjnldsv | 2025-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-02 | 6 | -2/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49994 from nextcloud/backport/49847/stable30 | Git'Fellow | 2025-01-01 | 2 | -28/+0 |
|\ | | | | | [stable30] fix(shares): Remove noisy text from email | ||||
| * | fix(shares): Remove noisy text from emailsbackport/49847/stable30 | Git'Fellow | 2024-12-30 | 2 | -28/+0 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-31 | 82 | -130/+48 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49878 from nextcloud/backport/49746/stable30 | Git'Fellow | 2024-12-30 | 2 | -21/+7 |
|\ | | | | | [stable30] fix(share): Don't print twice the same text on emails | ||||
| * | fix(share): Don't print twice the same informationbackport/49746/stable30 | Git'Fellow | 2024-12-16 | 2 | -21/+7 |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #49556 from nextcloud/backport/49281/stable30 | Richard Steinmetz | 2024-12-30 | 1 | -1/+1 |
|\ \ | | | | | | | [stable30] chore(i18n): Fixed grammar |