aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-153-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* refactor: Use the elvis operatorChristoph Wurst2024-09-158-23/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #47916 from nextcloud/feat/add-subscription-via-occAnna2024-09-154-0/+81
|\ | | | | feat(caldav): create subscriptions via occ
| * feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-154-0/+81
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #48037 from nextcloud/chore/noid/correctTrademarkLinkAndy Scherzinger2024-09-151-1/+1
|\ \ | | | | | | fix: correct link to trademark
| * | fix: correct link to trademarkAndy Scherzinger2024-09-151-1/+1
|/ / | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | Merge pull request #48016 from nextcloud/fix/s3configtrait/proxy-falseKate2024-09-151-1/+1
|\ \
| * | fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-falseprovokateurin2024-09-151-1/+1
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48013 from ↵Kate2024-09-151-1/+3
|\ \ \ | |_|/ |/| | | | | nextcloud/fix/baseresponse/xml-element-value-string-cast
| * | fix(BaseResponse): Cast XML element values to stringfix/baseresponse/xml-element-value-string-castprovokateurin2024-09-151-1/+3
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48014 from nextcloud/fix/tags/boolean-user-has-tagsKate2024-09-151-2/+1
|\ \ \
| * | | fix(Tags): Return boolean for userHasTags()fix/tags/boolean-user-has-tagsprovokateurin2024-09-151-2/+1
| | |/ | |/| | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48017 from nextcloud/fix/comment/children-count-integerKate2024-09-151-1/+1
|\ \ \
| * | | fix(Comment): Initialize childrenCount as integerfix/comment/children-count-integerprovokateurin2024-09-151-1/+1
| |/ / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #48015 from ↵Kate2024-09-151-1/+1
|\ \ \ | |/ / |/| | | | | nextcloud/fix/storage-local/get-source-path-spl-file-info
| * | fix(Storage\Local): Do not call getSourcePath() on SplFileInfofix/storage-local/get-source-path-spl-file-infoprovokateurin2024-09-151-1/+1
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48003 from nextcloud/artonge/fix/missing_dotFerdinand Thiessen2024-09-153-4/+4
|\ \ | |/ |/| fix: Restore missing dot in FilesListVirtual.vue
| * fix: Restore missing dot in FilesListVirtual.vueartonge/fix/missing_dotLouis Chemineau2024-09-153-4/+4
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #47999 from nextcloud/fix/noid/try-latest-buildjet-cacheJohn Molakvoæ2024-09-151-2/+2
|\ \ | |/ |/|
| * chore: update BuildJet/cache to v4fix/noid/try-latest-buildjet-cacheJohn Molakvoæ2024-09-151-2/+2
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * fix(ci): Use latest buildjet versionMarcel Müller2024-09-151-2/+2
|/ | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* Merge pull request #47990 from ↵github-actions[bot]2024-09-152-2/+2
|\ | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * chore(tests): Update psalm baselinenextcloud-command2024-09-152-2/+2
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1520-10/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47920 from ↵Louis2024-09-143-10/+26
|\ | | | | | | | | 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-143-10/+26
| | | | | | | | | | | | | | | | | | | | 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-149-16/+8
|\ \
| * | fix(tests): Test OTF font filebugfix/noid/update-opendyslexicJoas Schilling2024-09-121-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(a11y): Update OpenDyslexic from 0.920 to 2.001Joas Schilling2024-09-128-15/+7
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #47971 from ↵Côme Chilliet2024-09-141-1/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/do-not-try-to-change-response-code-too-late fix: Do not try to set HTTP response code on already closed connection
| * | fix: Do not try to set HTTP response code on already closed connectionCôme Chilliet2024-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a PHP warning in the logs about trying to set the response code while the output already started. It’s useless to try to print an error page anyway in this situation because the connection was closed already. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #47293 from nextcloud/feat/logger-allow-psr-loglevelFerdinand Thiessen2024-09-142-89/+118
|\ \ \ | | | | | | | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` method
| * | | feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-142-89/+118
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | There is the `Psr\Log\LogLevel` class defining loglevel constants, to be fully compatible we should at least support those logging levels. Moreover this is the last part that was still required from `ILogger` interface, as we did not have alternatives for the loglevel constants. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47968 from nextcloud/fixKeyExFileExtJohn Molakvoæ2024-09-141-4/+8
|\ \ \ | |/ / |/| |
| * | fix(files_external): Check key exists before accessing itfixKeyExFileExtGit'Fellow2024-09-141-4/+8
|/ / | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #47965 from nextcloud/dependabot/npm_and_yarn/express-4.21.0dependabot[bot]2024-09-141-61/+65
|\ \
| * | build(deps-dev): bump express from 4.19.2 to 4.21.0dependabot[bot]2024-09-141-61/+65
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #47960 from ↵dependabot[bot]2024-09-141-90/+98
|\ \ | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-5.26.1
| * | build(deps): bump vimeo/psalm from 5.25.0 to 5.26.1 in /vendor-bin/psalmdependabot[bot]2024-09-141-90/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.25.0 to 5.26.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.25.0...5.26.1) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #47961 from ↵github-actions[bot]2024-09-141-9/+0
|\ \ \ | |/ / |/| | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | chore(tests): Update psalm baselinenextcloud-command2024-09-141-9/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47954 from ↵Kate2024-09-132-4/+4
|\ \ | | | | | | | | | nextcloud/fix/files/cache-search-query-parameter-name
| * | fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-132-4/+4
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-1326-156/+186
|\ \ | | | | | | Migrate away from OC_App to IAppManager
| * | chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-1314-55/+58
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-1315-100/+115
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #47945 from nextcloud/fix/external-storage-credsJohn Molakvoæ2024-09-1310-73/+339
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-09-136-3/+220
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>