aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable28Maksim Sukharev2024-10-041-6/+0
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0448-512/+564
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-03218-286/+364
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48510 from ↵Kate2024-10-022-111/+71
|\ | | | | | | nextcloud/fix/stable28/webcal-subscription-jobs-middleware
| * fix(caldav): add missing handlersfix/stable28/webcal-subscription-jobs-middlewareAnna Larch2024-10-012-111/+71
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48054 from nextcloud/backport/48043/stable28Kate2024-10-021-11/+11
|\ \
| * | test(dav): imip service test expects integers for last occurencebackport/48043/stable28Anna Larch2024-09-161-11/+11
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | fix(weather_status): Fix search address errors when offlinebackport/48050/stable28provokateurin2024-10-021-0/+3
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #47791 from nextcloud/backport/45098/stable28Sebastian Krupinski2024-10-023-39/+91
|\ \ \ | | | | | | | | [stable28] fix(caldav): Do not load IMipPlugin before user auth and session is c…
| * | | fix(caldav): Do not load IMipPlugin before user auth and session is createdbackport/45098/stable28SebastianKrupinski2024-09-223-39/+91
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-0228-8/+44
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: correctly count disabled users for subadminsbackport/48437/stable28Maksim Sukharev2024-09-301-4/+4
| | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29104-298/+432
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2822-6/+172
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #48392 from nextcloud/backport/48375/stable28Joas Schilling2024-09-271-0/+1
|\ \ \ | | | | | | | | [stable28] Skip future shipped apps from updatenotification check
| * | | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+backport/48375/stable28Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2724-18/+256
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48399 from nextcloud/backport/48366/stable28Kate2024-09-261-6/+13
|\ \ \ \
| * | | | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable28provokateurin2024-09-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / / / 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>