Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 28 | -8/+44 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-01 | 124 | -244/+292 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: correctly count disabled users for subadminsbackport/48437/stable30 | Maksim Sukharev | 2024-09-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 104 | -298/+432 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 22 | -6/+172 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48394 from nextcloud/backport/48375/stable30 | Andy Scherzinger | 2024-09-27 | 1 | -0/+3 |
|\ | | | | | [stable30] Skip future shipped apps from updatenotification check | ||||
| * | fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30 | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-27 | 24 | -18/+256 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48401 from nextcloud/backport/48366/stable30 | Kate | 2024-09-26 | 1 | -6/+13 |
|\ \ | |||||
| * | | fix(files_sharing): Check if propfind response is valid before accessing ↵backport/48366/stable30 | provokateurin | 2024-09-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | refactor(files_sharing): Make permissions prop checks less error prone | provokateurin | 2024-09-26 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | provokateurin | 2024-09-26 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* / | fix: Use hashed password in files_external settingsbackport/48359/stable30 | Louis Chemineau | 2024-09-26 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #48365 from nextcloud/backport/48345/stable30 | Daniel | 2024-09-26 | 1 | -7/+9 |
|\ | | | | | [stable30] fix(files_external): Catch correct exception | ||||
| * | fix(files_external): Catch correct exceptionbackport/48345/stable30 | 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/stable30 | 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> | ||||
* | 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 filesbackport/48331/stable30 | Christopher Ng | 2024-09-25 | 2 | -13/+14 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(tests): Check that the revert was successful | Joas Schilling | 2024-09-25 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): Also check that the backup status works | Joas Schilling | 2024-09-25 | 1 | -0/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): Make timing test more reliable | Joas Schilling | 2024-09-25 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | test: fix ContactsMigratorTest | Anna Larch | 2024-09-25 | 2 | -15894/+21 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(user_status): Fix integration test of user status | Joas Schilling | 2024-09-25 | 1 | -5/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(tests): Fix test selection and run unit tests of DAV and user_status | Joas Schilling | 2024-09-25 | 1 | -7/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 172 | -182/+222 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Ensure app discover section is returned as listbackport/48311/stable30 | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48285 from nextcloud/backport/48207/stable30 | Andy Scherzinger | 2024-09-23 | 1 | -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/stable30 | Louis Chemineau | 2024-09-23 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #48298 from nextcloud/backport/44945/stable30 | Andy Scherzinger | 2024-09-23 | 3 | -3/+4 |
|\ \ | | | | | | | [stable30] fix(i18n): Changed grammar | ||||
| * | | fix(translations): Changed grammar | rakekniven | 2024-09-23 | 3 | -3/+4 |
| |/ | | | | | | | | | | | [skip-ci] Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | | Merge pull request #48299 from nextcloud/backport/48162/stable30 | Joas Schilling | 2024-09-23 | 1 | -5/+5 |
|\ \ | | | | | | | [stable30] fix(autocomplete): Move known array keys to psalm docs | ||||
| * | | fix(autocomplete): Move known array keys to psalm docsbackport/48162/stable30 | Joas Schilling | 2024-09-23 | 1 | -5/+5 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | 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 Transifex | Nextcloud bot | 2024-09-22 | 6 | -4/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48061 from nextcloud/backport/48028/stable30 | Andy Scherzinger | 2024-09-21 | 1 | -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/stable30 | Côme Chilliet | 2024-09-16 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@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> | ||||
* | | Merge pull request #48211 from nextcloud/backport/47399/stable30 | Christoph Wurst | 2024-09-19 | 2 | -8/+10 |
|\ \ | | | | | | | [stable30] fix: expand select and group by for calendar reminder backend | ||||
| * | | fix: expand select and group by for calandar reminder backendbackport/47399/stable30 | Hamza Mahjoubi | 2024-09-19 | 2 | -8/+10 |
| | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | | Merge pull request #48205 from nextcloud/ci-fix-30 | Robin Appelman | 2024-09-19 | 7 | -4/+71 |
|\ \ \ | |/ / |/| | | [stable30] Ci fixes | ||||
| * | | fix: Override start method of \Sabre\DAV\Server to remove exception output | Louis Chemineau | 2024-09-19 | 1 | -0/+23 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | test: fix ShareControllerTest.php | Robin Appelman | 2024-09-19 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | test: fix trashbin StorageTest | Robin Appelman | 2024-09-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | test: fix ShareAPIControllerTest.php | Robin Appelman | 2024-09-19 | 1 | -1/+41 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | test: fix service overwrite in PartFileInRootUploadTest | Robin Appelman | 2024-09-19 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | test: put parent items into cache in tests | Robin Appelman | 2024-09-19 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |