aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: fix trashbin StorageTestRobin Appelman2024-09-181-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: put parent items into cache in testsRobin Appelman2024-09-181-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #48161 from nextcloud/fix/pronouns-testsJohn Molakvoæ2024-09-185-9/+60
|\
| * fix(settings): pronouns UsersControllerTestJohn Molakvoæ (skjnldsv)2024-09-185-9/+60
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1852-186/+300
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-181-1/+0
|\ | | | | fix: Drop unnecessary exit
| * fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18146-198/+370
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-1718-23/+144
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-172-2/+2
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Remove legacy settings formschore/remove-legacy-settings-forsFerdinand Thiessen2024-09-173-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-exceptionAnna Larch2024-09-1715-41/+53
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritanceKate2024-09-172-21/+0
|\
| * fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48094 from nextcloud/fix/storage/get-owner-falseJohn Molakvoæ2024-09-174-9/+11
|\|
| * fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-172-6/+8
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(Storage): Document getOwner() can return falseprovokateurin2024-09-173-3/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48090 from ↵Grigorii K. Shartsev2024-09-172-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 disabledGrigorii K. Shartsev2024-09-162-3/+6
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-17130-378/+254
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48009 from ↵Côme Chilliet2024-09-1614-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 commentsCôme Chilliet2024-09-162-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 Chilliet2024-09-162-3/+5
| | | | | | | | | | | | | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-9/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-1610-58/+54
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallbackRobin Appelman2024-09-162-2/+4
|\ \ \ | |/ / |/| | fix(Mailer): Fix sendmail binary fallback
| * | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-162-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-publicJoas Schilling2024-09-1613-420/+13
|\ \ | |/ |/| feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait`
| * feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-1613-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-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\ \ | | | | | | 🥅 — Catch MaxInstancesExceededException on calendar events
| * | fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
| | | | | | | | | | | | Signed-off-by: Luc Didry <luc@didry.org>
* | | chore(1i8n): Fixed grammar and improved wordingrakekniven2024-09-161-1/+1
| |/ |/| | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #48050 from ↵John Molakvoæ2024-09-161-0/+3
|\ \ | | | | | | | | | nextcloud/fix/weather_status/search-address-offline-errors
| * | fix(weather_status): Fix search address errors when offlinefix/weather_status/search-address-offline-errorsprovokateurin2024-09-151-0/+3
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-6/+21
|\ \ \ | | | | | | | | fix(a11y): Add OTF font loading check
| * | | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loadingJoas Schilling2024-09-161-6/+21
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-161-11/+14
|\ \ \ \
| * | | | chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-051-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-stringJohn Molakvoæ2024-09-161-2/+2
|\ \ \ \ \
| * | | | | test: cast node name and data to stringfix/cast-node-names-to-stringAnna Larch2024-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-intAnna2024-09-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(dav): cast content length to interger
| * | | | | | fix(dav): cast content length to intergerfix/dav-cast-content-lenght-to-intAnna Larch2024-09-151-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #48030 from nextcloud/fix/dav-cast-params-to-stringJohn Molakvoæ2024-09-161-1/+1
|\ \ \ \ \ \
| * | | | | | fix(dav): cast parameters to stringfix/dav-cast-params-to-stringAnna Larch2024-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-intAnna2024-09-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(filesreport): cast fileId to integer
| * | | | | | | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-166-21/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator