aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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/stable30Maksim 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 #48394 from nextcloud/backport/48375/stable30Andy Scherzinger2024-09-271-0/+3
|\ | | | | [stable30] Skip future shipped apps from updatenotification check
| * fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30Joas Schilling2024-09-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵Joas Schilling2024-09-261-0/+1
| | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(updatenotification): Communicate files_downloadlimit as shipped in 29+Joas 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 #48401 from nextcloud/backport/48366/stable30Kate2024-09-261-6/+13
|\ \
| * | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable30provokateurin2024-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/stable30Louis Chemineau2024-09-261-0/+8
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #48365 from nextcloud/backport/48345/stable30Daniel2024-09-261-7/+9
|\ | | | | [stable30] fix(files_external): Catch correct exception
| * fix(files_external): Catch correct exceptionbackport/48345/stable30Marcel 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/stable30Louis 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>
* 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 filesbackport/48331/stable30Christopher Ng2024-09-252-13/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(tests): Check that the revert was successfulJoas Schilling2024-09-251-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Also check that the backup status worksJoas Schilling2024-09-251-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Make timing test more reliableJoas Schilling2024-09-251-1/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: fix ContactsMigratorTestAnna Larch2024-09-252-15894/+21
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(user_status): Fix integration test of user statusJoas Schilling2024-09-251-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-251-7/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-25172-182/+222
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Ensure app discover section is returned as listbackport/48311/stable30Ferdinand Thiessen2024-09-241-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48285 from nextcloud/backport/48207/stable30Andy Scherzinger2024-09-231-0/+2
|\ | | | | [stable30] 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/stable30Louis Chemineau2024-09-231-0/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #48298 from nextcloud/backport/44945/stable30Andy Scherzinger2024-09-233-3/+4
|\ \ | | | | | | [stable30] fix(i18n): Changed grammar
| * | fix(translations): Changed grammarrakekniven2024-09-233-3/+4
| |/ | | | | | | | | | | [skip-ci] Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #48299 from nextcloud/backport/48162/stable30Joas Schilling2024-09-231-5/+5
|\ \ | | | | | | [stable30] fix(autocomplete): Move known array keys to psalm docs
| * | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30Joas Schilling2024-09-231-5/+5
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / 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 TransifexNextcloud bot2024-09-226-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48061 from nextcloud/backport/48028/stable30Andy Scherzinger2024-09-211-4/+4
|\ | | | | [stable30] fix(user_ldap): Use %n in plural translation to avoid a crash in L10N
| * fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nbackport/48028/stable30Côme Chilliet2024-09-161-4/+4
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@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>
* | Merge pull request #48211 from nextcloud/backport/47399/stable30Christoph Wurst2024-09-192-8/+10
|\ \ | | | | | | [stable30] fix: expand select and group by for calendar reminder backend
| * | fix: expand select and group by for calandar reminder backendbackport/47399/stable30Hamza Mahjoubi2024-09-192-8/+10
| | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Merge pull request #48205 from nextcloud/ci-fix-30Robin Appelman2024-09-197-4/+71
|\ \ \ | |/ / |/| | [stable30] Ci fixes
| * | fix: Override start method of \Sabre\DAV\Server to remove exception outputLouis Chemineau2024-09-191-0/+23
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | test: fix ShareControllerTest.phpRobin Appelman2024-09-191-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | test: fix trashbin StorageTestRobin Appelman2024-09-191-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-191-1/+41
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-191-1/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | test: put parent items into cache in testsRobin Appelman2024-09-191-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>