Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Use hashed password in files_external settingsbackport/48359/stable28 | Louis Chemineau | 2024-09-26 | 1 | -0/+8 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #48363 from nextcloud/backport/48345/stable28 | Daniel | 2024-09-26 | 1 | -7/+9 |
|\ | | | | | [stable28] fix(files_external): Catch correct exception | ||||
| * | fix(files_external): Catch correct exceptionbackport/48345/stable28 | Marcel Klehr | 2024-09-26 | 1 | -7/+9 |
| | | | | | | | | | | | | SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception. Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Show storage full warning when storage is actually fullbackport/48354/stable28 | Louis Chemineau | 2024-09-26 | 1 | -2/+2 |
|/ | | | | | | | | | | < 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #48318 from nextcloud/backport/48315/stable28 | F. E Noel Nfebe | 2024-09-26 | 1 | -1/+0 |
|\ | | | | | [stable28] refactor(AccountIcon): Remove needless console.log | ||||
| * | refactor(AccountIcon): Remove needless console.log | fenn-cs | 2024-09-24 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 98 | -108/+194 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(files): Fix having to resolve conflicts twice when dropping files | Christopher Ng | 2024-09-25 | 2 | -13/+14 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 172 | -182/+222 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48283 from nextcloud/backport/48207/stable28 | Louis | 2024-09-24 | 1 | -0/+2 |
|\ | | | | | [stable28] fix: Don't crash if disabled user is missing in the database | ||||
| * | fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable28 | Louis Chemineau | 2024-09-23 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 6 | -6/+10 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 4 | -0/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifexautomated/noid/stable28-fix-npm-audit | Nextcloud bot | 2024-09-22 | 6 | -4/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 122 | -11064/+11128 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 94 | -134/+398 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-09-19 | 4 | -15/+30 |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-19 | 20 | -2/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 52 | -186/+300 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48082 from nextcloud/backport/48081/stable28 | John Molakvoæ | 2024-09-18 | 1 | -1/+1 |
|\ | | | | | [stable28] chore(1i8n): Fixed grammar and improved wording | ||||
| * | chore(1i8n): Fixed grammar and improved wording | rakekniven | 2024-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> [skip ci] | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 146 | -198/+370 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 130 | -378/+254 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(dav): catch `MaxInstancesExceededException` on calendar eventsbackport/47924/stable28 | Luc Didry | 2024-09-16 | 1 | -16/+31 |
|/ | | | | Signed-off-by: Luc Didry <luc@didry.org> | ||||
* | Merge pull request #48066 from nextcloud/backport/48030/stable28 | John Molakvoæ | 2024-09-16 | 1 | -1/+1 |
|\ | |||||
| * | fix(dav): cast parameters to stringbackport/48030/stable28 | Anna Larch | 2024-09-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | feat: Reset route if neither the Viewer of the Sidebar is open | Louis Chemineau | 2024-09-16 | 1 | -8/+30 |
|/ | | | | | | | | | | When the viewer or the sidebar is opened, we add the fileid to the route. When both of them are closed, we do not remove the fileid from the route. This means that, upon reload, the sidebar will be opened even though it was closed previously. This PR ensure that the fileid is removed from the route when both the Sidebar and the Viewer are closed. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-16 | 44 | -54/+250 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(dav): set string type for sanitizeMtimebackport/48045/stable28 | Anna Larch | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47893 from nextcloud/backport/47339/stable28 | John Molakvoæ | 2024-09-15 | 4 | -0/+73 |
|\ | | | | | [stable28] fix: Display 'Leave share' instead of 'Delete' | ||||
| * | fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable28 | skjnldsv | 2024-09-11 | 2 | -0/+59 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix: Display 'Leave share' instead of 'Delete' | Marcel Klehr | 2024-09-11 | 3 | -0/+14 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Merge pull request #47876 from nextcloud/backport/47848/stable28 | John Molakvoæ | 2024-09-15 | 1 | -0/+19 |
|\ \ | | | | | | | [stable28] fix(files): Reset context menu position on close | ||||
| * | | fix(files): Make `openMenu` watcher null safe | Ferdinand Thiessen | 2024-09-11 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files): Reset context menu position on close | Ferdinand Thiessen | 2024-09-11 | 1 | -0/+17 |
| |/ | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/46934 Ensure that after a right-click the context menu position is resetted, so that pressing the "actions"-menu button it is displayed on the correct location. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47917 from nextcloud/backport/47914/stable28 | John Molakvoæ | 2024-09-15 | 1 | -4/+3 |
|\ \ | |||||
| * | | fix(LDAP): check index before accessing itbackport/47914/stable28 | Arthur Schiwon | 2024-09-12 | 1 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-15 | 18 | -8/+76 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(files_external): Check key exists before accessing it | Git'Fellow | 2024-09-14 | 1 | -4/+8 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-14 | 150 | -72/+330 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(files_external): broken credentials dialog | John Molakvoæ (skjnldsv) | 2024-09-13 | 3 | -42/+119 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> [skip ci] | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-13 | 26 | -8/+88 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-12 | 54 | -80/+146 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-11 | 250 | -6606/+6346 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files): Correctly parse external shares for files UI | Ferdinand Thiessen | 2024-09-10 | 2 | -8/+65 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #47785 from nextcloud/backport/47770/stable28 | Stephan Orbaugh | 2024-09-10 | 7 | -53/+55 |
|\ | | | | | [stable28] fix(dav): Always respond custom error page on exceptions | ||||
| * | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-09 | 7 | -53/+55 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-10 | 140 | -140/+374 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-09 | 18 | -12/+84 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-08 | 20 | -8/+162 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |