aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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
| * | | | | | fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | refactor: Use the elvis operatorChristoph Wurst2024-09-156-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crashAndy Scherzinger2024-09-161-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 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 L10Nfix/fix-ldap-setupcheck-crashCôme Chilliet2024-09-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1644-54/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-16252-1638/+1638
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | refactor: Add void return type to PHPUnit test methods
| * | | | | | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-15252-1638/+1638
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #48043 from nextcloud/fix/imip-test-expects-integerAnna2024-09-161-14/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | test(dav): imip service test expects integers for last occurence
| * | | | | | | | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-152-9/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | refactor: Replace __CLASS__ with ::class references
| * | | | | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-152-9/+9
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #48045 from ↵Kate2024-09-151-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | nextcloud/fix/add-function-type-for-mimetype-sanitizer
| * | | | | | | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizerAnna Larch2024-09-151-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dirChristoph Wurst2024-09-151-3/+3
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-154-0/+81
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / / / / fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-151-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1518-8/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #47920 from ↵Louis2024-09-141-7/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/artonge/feat/reset_route_when_sidebar_and_viewer_are_close feat: Reset route if neither the Viewer of the Sidebar is open
| * | | feat: Reset route if neither the Viewer of the Sidebar is openLouis Chemineau2024-09-141-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #47928 from nextcloud/bugfix/noid/update-opendyslexicJohn Molakvoæ2024-09-148-12/+4
|\ \ \ \