aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: Use hashed password in files_external settingsbackport/48359/stable28Louis Chemineau2024-09-261-0/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #48363 from nextcloud/backport/48345/stable28Daniel2024-09-261-7/+9
|\ | | | | [stable28] fix(files_external): Catch correct exception
| * fix(files_external): Catch correct exceptionbackport/48345/stable28Marcel Klehr2024-09-261-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/stable28Louis Chemineau2024-09-261-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/stable28F. E Noel Nfebe2024-09-261-1/+0
|\ | | | | [stable28] refactor(AccountIcon): Remove needless console.log
| * refactor(AccountIcon): Remove needless console.logfenn-cs2024-09-241-1/+0
| | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2698-108/+194
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Fix having to resolve conflicts twice when dropping filesChristopher Ng2024-09-252-13/+14
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48283 from nextcloud/backport/48207/stable28Louis2024-09-241-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/stable28Louis Chemineau2024-09-231-0/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-236-6/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-234-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from Transifexautomated/noid/stable28-fix-npm-auditNextcloud bot2024-09-226-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-21122-11064/+11128
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2094-134/+398
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-09-194-15/+30
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1920-2/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1852-186/+300
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48082 from nextcloud/backport/48081/stable28John Molakvoæ2024-09-181-1/+1
|\ | | | | [stable28] chore(1i8n): Fixed grammar and improved wording
| * chore(1i8n): Fixed grammar and improved wordingrakekniven2024-09-161-1/+1
| | | | | | | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> [skip ci]
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18146-198/+370
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-17130-378/+254
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(dav): catch `MaxInstancesExceededException` on calendar eventsbackport/47924/stable28Luc Didry2024-09-161-16/+31
|/ | | | Signed-off-by: Luc Didry <luc@didry.org>
* Merge pull request #48066 from nextcloud/backport/48030/stable28John Molakvoæ2024-09-161-1/+1
|\
| * fix(dav): cast parameters to stringbackport/48030/stable28Anna Larch2024-09-161-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-161-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 TransifexNextcloud bot2024-09-1644-54/+250
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): set string type for sanitizeMtimebackport/48045/stable28Anna Larch2024-09-151-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #47893 from nextcloud/backport/47339/stable28John Molakvoæ2024-09-154-0/+73
|\ | | | | [stable28] fix: Display 'Leave share' instead of 'Delete'
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable28skjnldsv2024-09-112-0/+59
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-113-0/+14
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #47876 from nextcloud/backport/47848/stable28John Molakvoæ2024-09-151-0/+19
|\ \ | | | | | | [stable28] fix(files): Reset context menu position on close
| * | fix(files): Make `openMenu` watcher null safeFerdinand Thiessen2024-09-111-3/+5
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Reset context menu position on closeFerdinand Thiessen2024-09-111-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/stable28John Molakvoæ2024-09-151-4/+3
|\ \
| * | fix(LDAP): check index before accessing itbackport/47914/stable28Arthur Schiwon2024-09-121-4/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1518-8/+76
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14150-72/+330
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-133-42/+119
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> [skip ci]
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1326-8/+88
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1254-80/+146
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-11250-6606/+6346
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-102-8/+65
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47785 from nextcloud/backport/47770/stable28Stephan Orbaugh2024-09-107-53/+55
|\ | | | | [stable28] fix(dav): Always respond custom error page on exceptions
| * fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-097-53/+55
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-10140-140/+374
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0918-12/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0820-8/+162
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>