Commit Graph

1258 Commits (33b52077ffed16c265eb6fb3c1e2dff3102aa511)

Author SHA1 Message Date
nextcloud-command 69211472f4 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-02-07 04:27:15 +07:00
Maxence Lange 1a655e88d9 use php8.0 images
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-01-31 15:44:12 +07:00
Julius Härtl 81c2122ff8
style: Fix php-cs and psalm
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-27 11:10:56 +07:00
Daniel Kesselberg 258c919b3c
ci: migrate ocp since checker to psalm
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-24 10:02:41 +07:00
MichaIng ba97587b85
Merge pull request #36279 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.5.28
chore(deps-dev): Bump phpunit/phpunit from 9.5.27 to 9.5.28 in /build/integration
2023-01-23 12:55:50 +07:00
nextcloud-command fb901b0d93 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-01-21 05:45:00 +07:00
dependabot[bot] 210de391d9
chore(deps-dev): Bump phpunit/phpunit in /build/integration
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.27 to 9.5.28.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.5.28/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.27...9.5.28)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-21 03:57:37 +07:00
Côme Chilliet f5c361cf44
composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-20 11:45:08 +07:00
Côme Chilliet 7b93a143c8
Fix check in integration tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-20 11:22:12 +07:00
Côme Chilliet 0c466b7ff5
Attempt at reducing psalm errors
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-20 11:22:09 +07:00
nextcloud-command 0d48e3c98c Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-01-18 04:45:48 +07:00
Joas Schilling c1e500b0e0
feat(CI): Enforce colored output for behat on drone CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-12 17:39:06 +07:00
Daniel 8af0c99ce4
Merge pull request #36006 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2023-01-11 12:47:20 +07:00
nextcloud-command d4a98ecc43 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2023-01-11 04:30:35 +07:00
nextcloud-command 3d8e0a18b4 Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2023-01-11 04:30:21 +07:00
Joas Schilling e035c659a5
fix(CI): Check for the binaries we want to use
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-05 11:37:49 +07:00
John Molakvoæ 0a3ef8b74b
Fixing tests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-04 16:46:16 +07:00
John Molakvoæ 5b9a8f0407
Add component testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-01-04 16:46:14 +07:00
John Molakvoæ eab9ed6e09
fix(actions): Update psalm github action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-12-29 10:46:48 +07:00
Daniel Kesselberg b22e3078cb
Add DESIGN.md to expected files
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-12-21 18:18:46 +07:00
nextcloud-command 7fe40d5e71 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-12-21 04:12:51 +07:00
Côme Chilliet 585cf0022c Put back baseline for the enableAppForGroups type mismatch
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-19 09:10:41 +07:00
Côme Chilliet 7996a12aef Silence false-positive from psalm in lib/public/Log/functions.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-12-19 09:10:41 +07:00
dependabot[bot] 3c63bd1cfa
Bump phpunit/phpunit from 9.5.26 to 9.5.27 in /build/integration
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 14:32:16 +07:00
nextcloud-command c0f821ae30 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-12-08 04:29:04 +07:00
MichaIng c685c22aca
Merge pull request #35571 from nextcloud/automated/noid/master-update-ca-cert-bundle
[master] Update ca-cert bundle
2022-12-06 20:43:43 +07:00
nextcloud-command 251946bf04 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-12-06 04:27:37 +07:00
nextcloud-command 0009f7118f Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2022-12-06 04:26:48 +07:00
dependabot[bot] 628ec69292
Bump behat/behat from 3.11.0 to 3.12.0 in /build/integration
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 19:27:34 +07:00
J0WI f71b95eaee Cleanup test exclusions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-12-04 14:51:33 +07:00
John Molakvoæ a869259e41
More theming cypress tests and some fixes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-29 11:26:27 +07:00
nextcloud-command 7715d7162c Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-23 05:26:04 +07:00
Carl Schwan f244406ebd Update composer autoloader
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 13:35:17 +07:00
Carl Schwan d1209d8302 Rename mastodon to fediverse
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-11-22 08:40:12 +07:00
nextcloud-command b3bf64b88b Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-21 04:17:02 +07:00
nextcloud-command ca695385ca Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-17 04:11:54 +07:00
Vincent Petry 486d8bc986
Add test for received share in share_folder
Add integration test for receiving a share in a configured
"share_folder".

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-15 09:57:44 +07:00
nextcloud-command 26c2144bd1 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-07 04:24:52 +07:00
dependabot[bot] bce5144454
Update behat/behat requirement in /build/integration
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 15:46:56 +07:00
Vincent Petry b9bbb25771
Merge pull request #33884 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.5.0
Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /build/integration
2022-11-04 16:46:02 +07:00
nextcloud-command 79874b8b94 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-03 04:22:48 +07:00
Ferdinand Thiessen 7ea564b5ca Use the official phpDocumentor release
The previous cached version download URL was broken and only a
non-functional version was downloaded leading and so the API reference
was not updated since NC24.

This is fixed by simply using the latest stable phpDocumentor release.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-10-31 12:51:38 +07:00
Daniel 2142cc1f4c
Merge pull request #34884 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
2022-10-29 21:52:41 +07:00
nextcloud-command bf880d3d24 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-10-29 07:16:04 +07:00
dependabot[bot] 2c746fec1b
Bump phpunit/phpunit from 9.5.23 to 9.5.26 in /build/integration
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.23 to 9.5.26.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.26)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-29 01:04:53 +07:00
John Molakvoæ a8e8a89ade
Only check unsupported browsers on user rendering
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-28 12:23:02 +07:00
Arthur Schiwon 2ef9826c3b
silence psalm
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21 15:35:35 +07:00
nextcloud-command 3004d92b0b Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 04:34:24 +07:00
Carl Schwan 0f0f132959
Merge pull request #34624 from nextcloud/fix/files_external_psalm
Multiple fix for files external
2022-10-20 16:53:43 +07:00
Carl Schwan 99a752922f Fix psalm
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 13:14:39 +07:00