Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: fix ShareControllerTest.phpobject-store-move-fixes | Robin Appelman | 2024-09-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix trashbin StorageTest | Robin Appelman | 2024-09-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix ShareAPIControllerTest.php | Robin Appelman | 2024-09-18 | 1 | -1/+41 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: fix service overwrite in PartFileInRootUploadTest | Robin Appelman | 2024-09-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: put parent items into cache in tests | Robin Appelman | 2024-09-18 | 1 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #48161 from nextcloud/fix/pronouns-tests | John Molakvoæ | 2024-09-18 | 5 | -9/+60 |
|\ | |||||
| * | fix(settings): pronouns UsersControllerTest | John Molakvoæ (skjnldsv) | 2024-09-18 | 5 | -9/+60 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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 #48145 from nextcloud/artonge/fix/drop_unecessary_exit | Joas Schilling | 2024-09-18 | 1 | -1/+0 |
|\ | | | | | fix: Drop unnecessary exit | ||||
| * | fix: Drop unnecessary exit | Louis Chemineau | 2024-09-17 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 146 | -198/+370 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 18 | -23/+144 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 2 | -2/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Remove legacy settings formschore/remove-legacy-settings-fors | Ferdinand Thiessen | 2024-09-17 | 3 | -71/+1 |
| | | | | | | | | `OC_App::getForms` was always returning an empty array, because there were no setter for `adminForms` or `personalForms` anymore. So removed all that legacy settings forms logic. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 15 | -41/+53 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritance | Kate | 2024-09-17 | 2 | -21/+0 |
|\ | |||||
| * | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 2 | -21/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48094 from nextcloud/fix/storage/get-owner-false | John Molakvoæ | 2024-09-17 | 4 | -9/+11 |
|\| | |||||
| * | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-false | provokateurin | 2024-09-17 | 2 | -6/+8 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48090 from ↵ | Grigorii K. Shartsev | 2024-09-17 | 2 | -3/+6 |
|\ \ | |/ |/| | | | | | nextcloud/fix/settings--disable-discover-when-app-store-is-disabled fix(settings): disable Discover when appstore is disabled | ||||
| * | fix(settings): disable Discover when appstore is disabled | Grigorii K. Shartsev | 2024-09-16 | 2 | -3/+6 |
| | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 130 | -378/+254 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48009 from ↵ | Côme Chilliet | 2024-09-16 | 14 | -79/+67 |
|\ \ | | | | | | | | | | | | | nextcloud/fix/remove-references-to-deprected-storage-interface fix: Remove OCP\Files\Storage interface deprecated since version 9 | ||||
| * | | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 2 | -10/+5 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 2 | -9/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 10 | -58/+54 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallback | Robin Appelman | 2024-09-16 | 2 | -2/+4 |
|\ \ \ | |/ / |/| | | fix(Mailer): Fix sendmail binary fallback | ||||
| * | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallback | Josh | 2024-09-16 | 2 | -2/+4 |
| |/ | | | | | | | | | | | feat: add debug logging to sendmail binary finder Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #47947 from nextcloud/feat/make-setup-check-trait-public | Joas Schilling | 2024-09-16 | 13 | -420/+13 |
|\ \ | |/ |/| | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait` | ||||
| * | feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 13 | -420/+13 |
| | | | | | | | | | | | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47924 from ldidry/catch-MaxInstancesExceededException | Joas Schilling | 2024-09-16 | 1 | -16/+31 |
|\ \ | | | | | | | 🥅 — Catch MaxInstancesExceededException on calendar events | ||||
| * | | fix(dav): catch `MaxInstancesExceededException` on calendar events | Luc Didry | 2024-09-16 | 1 | -16/+31 |
| | | | | | | | | | | | | Signed-off-by: Luc Didry <luc@didry.org> | ||||
* | | | 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> | ||||
* | | Merge pull request #48050 from ↵ | John Molakvoæ | 2024-09-16 | 1 | -0/+3 |
|\ \ | | | | | | | | | | nextcloud/fix/weather_status/search-address-offline-errors | ||||
| * | | fix(weather_status): Fix search address errors when offlinefix/weather_status/search-address-offline-errors | provokateurin | 2024-09-15 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loading | Joas Schilling | 2024-09-16 | 1 | -6/+21 |
|\ \ \ | | | | | | | | | fix(a11y): Add OTF font loading check | ||||
| * | | | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loading | Joas Schilling | 2024-09-16 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #47792 from nextcloud/chore/use-public-api-helper | John Molakvoæ | 2024-09-16 | 1 | -11/+14 |
|\ \ \ \ | |||||
| * | | | | chore(files): Use public API where possiblechore/use-public-api-helper | Ferdinand Thiessen | 2024-09-05 | 1 | -11/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not fixing all issues in the helper, but at least where possible use the public methods. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | Merge pull request #48044 from nextcloud/fix/cast-node-names-to-string | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | test: cast node name and data to stringfix/cast-node-names-to-string | Anna Larch | 2024-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | | | Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-int | Anna | 2024-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(dav): cast content length to interger | ||||
| * | | | | | | fix(dav): cast content length to intergerfix/dav-cast-content-lenght-to-int | Anna Larch | 2024-09-15 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | | | Merge pull request #48030 from nextcloud/fix/dav-cast-params-to-string | John Molakvoæ | 2024-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix(dav): cast parameters to stringfix/dav-cast-params-to-string | Anna Larch | 2024-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | | | | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-int | Anna | 2024-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix(filesreport): cast fileId to integer | ||||
| * | | | | | | | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-int | Anna Larch | 2024-09-15 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | | | | Merge pull request #48042 from nextcloud/refactor/elvis | Christoph Wurst | 2024-09-16 | 6 | -21/+20 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator |