aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-162-19/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-052-19/+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 #47964 from ↵John Molakvoæ2024-09-160-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/multi-cf87d80143
| * | | | | | | | | | | build(deps): bump send and expressdependabot/npm_and_yarn/multi-cf87d80143dependabot[bot]2024-09-141-61/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0) Updates `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: send dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | 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 #48008 from nextcloud/fix/entity/strict-typesKate2024-09-162-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-152-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | | | | | | 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 #48018 from nextcloud/feat/verbose-cronJoas Schilling2024-09-161-6/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat: add verbose mode to cron.php
| * | | | | | | | | | | | | | | | feat: add verbose mode to cron.phpfeat/verbose-cronJohn Molakvoæ (skjnldsv)2024-09-151-6/+24
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | | | | | | | | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-168-23/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator
| * | | | | | | | | | | | | | | 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 #48060 from ↵github-actions[bot]2024-09-162-19/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | | | | | | | | | | | chore(tests): Update psalm baselinenextcloud-command2024-09-162-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | | | | | | | | | 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-1654-56/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | | | | | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-16671-4750/+4752
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Add void return type to PHPUnit test methods
| * | | | | | | | | | | | | | | | chore: Update git blame ignorerefactor/void-testsChristoph Wurst2024-09-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | | | | | | | | | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-15670-4750/+4750
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-157-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Replace __CLASS__ with ::class references
| * | | | | | | | | | | | | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-157-15/+15
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | | | | | | | | Merge pull request #47973 from melroy89/patch-1Andy Scherzinger2024-09-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing Nextcloud v30 to issue template
| * | | | | | | | | | | | | | | | docs: Add missing Nextcloud v30Melroy van den Berg2024-09-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Melroy van den Berg <melroy@melroy.org>
* | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | | Merge pull request #48010 from nextcloud/feat/switch-from-settype-to-castsAnna2024-09-155-60/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | feat(db): switch from settype to casts
| * | | | | | | | | | | | | | | feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-155-60/+81
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | | | | | | | | Merge pull request #48041 from nextcloud/refactor/dirname-to-dirDaniel2024-09-152-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | refactor: migrate dirname to __DIR__ constants
| * | | | | | | | | | | | | | refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dirChristoph Wurst2024-09-152-4/+4
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \