Commit graph

9452 commits

Author SHA1 Message Date
dependabot[bot] baebbc11c8
Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

Updates `@babel/preset-env` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:42:50 +00:00
Jérémy Benoist ea95b0fbb0
Merge pull request #7396 from weblate/weblate-wallabag-messages 2024-04-05 05:52:51 +02:00
Hange e3269b2319
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (34 of 34 strings)
2024-04-05 05:35:59 +02:00
Yassine Guedidi edd0460018
Merge pull request #7196 from yguedidi/improve-install-command
Improve install command
2024-04-05 05:34:25 +02:00
Yassine Guedidi 90a584237f
Merge pull request #7376 from yguedidi/use-isgranted-in-sitecredentialcontroller
Use IsGranted in SiteCredentialController
2024-04-05 05:34:05 +02:00
Jérémy Benoist b84a050959
Merge pull request #7402 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.1 2024-04-05 05:31:27 +02:00
Jérémy Benoist 32f4c150c8
Merge pull request #7401 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-3.7.0 2024-04-05 05:30:41 +02:00
Jérémy Benoist 8b16632c29
Merge pull request #7400 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.65 2024-04-05 05:29:58 +02:00
dependabot[bot] b9936e2bba
Bump nelmio/api-doc-bundle from 4.25.0 to 4.25.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.25.0 to 4.25.1.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.25.0...v4.25.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:26:24 +00:00
dependabot[bot] 209523cdbc
Bump friendsofsymfony/rest-bundle from 3.6.0 to 3.7.0
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: friendsofsymfony/rest-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:26:12 +00:00
dependabot[bot] bbe8931dd9
Bump phpstan/phpstan-doctrine from 1.3.64 to 1.3.65
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.64 to 1.3.65.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.64...1.3.65)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:25:56 +00:00
Yassine Guedidi c4f097530f Make each install command test uses its own database 2024-04-04 23:57:03 +02:00
Yassine Guedidi 1198b6432d Use Doctrine Migrations table to check for schema presence 2024-04-04 23:38:32 +02:00
Yassine Guedidi ef4964cf48 Always run other commands 2024-04-04 23:38:32 +02:00
Yassine Guedidi 463b86c143 Run install command tests on MySQL 2024-04-04 23:38:32 +02:00
Yassine Guedidi 62e412dbd4 Rename test to better show expectation 2024-04-04 23:38:32 +02:00
Yassine Guedidi 221ddc8ba0 Get database name from the connection 2024-04-04 23:38:32 +02:00
Yassine Guedidi f161c4b437 Move resetDatabase() in InstallCommandTest as used only there 2024-04-04 23:38:32 +02:00
Yassine Guedidi 5a5a246ae7 Use getNewClient() instead of a call to parent::setUp() 2024-04-04 23:38:32 +02:00
Yassine Guedidi 49df7d8c52 Make install command better support PostgreSQL 2024-04-04 23:38:32 +02:00
Yassine Guedidi 247894209c Use IsGranted in SiteCredentialController 2024-04-04 23:37:14 +02:00
Yassine Guedidi 96cb024cf5
Merge pull request #7375 from yguedidi/use-isgranted-in-entrycontroller
Use IsGranted in EntryController
2024-04-04 11:25:02 +02:00
Yassine Guedidi e66ea216ce Fix CSS class name 2024-04-04 10:25:08 +02:00
Yassine Guedidi b8819cc3d7 Use IsGranted in EntryController 2024-04-04 10:25:08 +02:00
Jérémy Benoist 92786c6304
Merge pull request #7397 from wallabag/dependabot/composer/symfony-dependencies-88f3f186f1 2024-04-04 06:13:04 +02:00
dependabot[bot] 979f661fbe
Bump the symfony-dependencies group with 3 updates
Bumps the symfony-dependencies group with 3 updates: [symfony/event-dispatcher-contracts](https://github.com/symfony/event-dispatcher-contracts), [symfony/http-client-contracts](https://github.com/symfony/http-client-contracts) and [symfony/translation-contracts](https://github.com/symfony/translation-contracts).


Updates `symfony/event-dispatcher-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/event-dispatcher-contracts/releases)
- [Changelog](https://github.com/symfony/event-dispatcher-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher-contracts/compare/v2.5.2...v2.5.3)

Updates `symfony/http-client-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/http-client-contracts/releases)
- [Changelog](https://github.com/symfony/http-client-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-client-contracts/compare/v2.5.2...v2.5.3)

Updates `symfony/translation-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/translation-contracts/releases)
- [Changelog](https://github.com/symfony/translation-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/translation-contracts/compare/v2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: symfony/event-dispatcher-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
- dependency-name: symfony/http-client-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
- dependency-name: symfony/translation-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:40:44 +00:00
Yassine Guedidi ac0bc284c3
Merge pull request #7220 from yguedidi/fix-schema-validation
Fix schema validation
2024-04-03 15:17:03 +02:00
Yassine Guedidi b305d72740 Fix schema 2024-04-02 23:39:33 +02:00
Yassine Guedidi 750dd643d1 Execute noop migrations 2024-04-02 22:57:00 +02:00
Jérémy Benoist 278e8cb0bb
Merge pull request #7393 from weblate/weblate-wallabag-messages 2024-04-02 06:36:04 +02:00
Hange 83b9463bde
Translated using Weblate (Chinese (Traditional))
Currently translated at 96.8% (578 of 597 strings)
2024-04-02 06:30:17 +02:00
Brewery c4fbb7576b
Translated using Weblate (Italian)
Currently translated at 85.2% (29 of 34 strings)
2024-04-02 06:30:17 +02:00
Brewery 304b26fd67
Translated using Weblate (Italian)
Currently translated at 80.4% (480 of 597 strings)
2024-04-02 06:30:17 +02:00
Jérémy Benoist 76fad45842
Merge pull request #7394 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.0 2024-04-02 06:30:13 +02:00
dependabot[bot] 9caf031eae
Bump nelmio/api-doc-bundle from 4.24.1 to 4.25.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.24.1 to 4.25.0.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.24.1...v4.25.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 02:08:58 +00:00
Yassine Guedidi 656ff1b03b
Merge pull request #7392 from yguedidi/setup-composer-dependency-analyser
Setup Composer dependency analyser
2024-03-30 13:13:40 +01:00
Yassine Guedidi 9a1eb323c5 Ignore error on symfony/http-client 2024-03-30 01:49:55 +01:00
Yassine Guedidi 79541b0561 Add symfony/process as dev dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi a144759664 Add symfony/http-client-contracts as prod dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi 5f764cbe71 Add symfony/filesystem as prod dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi 6306a336d4 Add monolog/monolog as prod dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi fe88c0022c Add guzzlehttp/streams as prod dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi ebf95e534b Add doctrine/data-fixtures as dev dependency 2024-03-30 01:49:55 +01:00
Yassine Guedidi 7d20756b7b Move fixtures out of src 2024-03-30 01:49:52 +01:00
Yassine Guedidi ce286d7f7b Fix skip class used in migrations 2024-03-30 01:17:41 +01:00
Yassine Guedidi dc4347b2a3 Setup Composer dependency analyser 2024-03-30 01:12:20 +01:00
Jérémy Benoist 43fae01790
Merge pull request #7391 from wallabag/dependabot/composer/phpstan/phpstan-1.10.66 2024-03-29 06:47:46 +01:00
dependabot[bot] e490ae3de9
Bump phpstan/phpstan from 1.10.65 to 1.10.66
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.65 to 1.10.66.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.65...1.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 03:25:11 +00:00
github-actions[bot] 20312510b3
Merge pull request #7387 from wallabag/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.18.2 to 4.19.2
2024-03-26 04:16:41 +00:00
dependabot[bot] a2a41028c4
Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 04:08:35 +00:00