Commit graph

9503 commits

Author SHA1 Message Date
Yassine Guedidi
e1a28289d1
Merge pull request #7216 from yguedidi/fix-createconfiglistener-to-not-use-session-in-cli-context
Fix CreateConfigListener to not use session in CLI context
2024-01-28 14:14:34 +01:00
Yassine Guedidi
edcf4aafab Fix charset of local MariaDB 2024-01-27 16:10:25 +01:00
Yassine Guedidi
13a2656555 Use root database user for MariaDB 2024-01-27 16:10:17 +01:00
Yassine Guedidi
0d27fb5d12 Fix database host when using MariaDB 2024-01-27 16:10:13 +01:00
Yassine Guedidi
c93c47cdec Fix CreateConfigListener to not use session in CLI context 2024-01-27 16:07:39 +01:00
Jérémy Benoist
1a5e63a1b8
Merge pull request #7212 from wallabag/dependabot/composer/doctrine/dbal-3.8.0 2024-01-26 06:53:39 +01:00
Jérémy Benoist
2fd26b4e2b
Merge pull request #7213 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.48.0 2024-01-26 06:53:17 +01:00
Jérémy Benoist
42acb3ffd4
Merge pull request #7214 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.18.2 2024-01-26 06:53:02 +01:00
dependabot[bot]
d3aaa2f7f6
Bump nelmio/api-doc-bundle from 4.18.1 to 4.18.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.18.1 to 4.18.2.
- [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.18.1...v4.18.2)

---
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-01-26 03:05:38 +00:00
dependabot[bot]
8fee8773b7
Bump friendsofphp/php-cs-fixer from 3.47.1 to 3.48.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.47.1 to 3.48.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.47.1...v3.48.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:05:27 +00:00
dependabot[bot]
1bd2f518c2
Bump doctrine/dbal from 3.7.3 to 3.8.0
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.3 to 3.8.0.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.7.3...3.8.0)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:05:18 +00:00
Yassine Guedidi
2fd1f23833
Merge pull request #7151 from yguedidi/one-bundle
Move to one bundle
2024-01-25 21:52:53 +01:00
Yassine Guedidi
a7fe79dacd Make reset database drop full database 2024-01-25 20:34:40 +01:00
Yassine Guedidi
764f547ba5 Make reset database in tests use migrations instead of schema create 2024-01-25 20:34:40 +01:00
Yassine Guedidi
ce790c8f04 Make sure tags targetEntity uses FQCN 2024-01-25 20:34:40 +01:00
Yassine Guedidi
bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
2c65169127 Remove ImportBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi
6552c84eec Move Import configuration to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
8b13631e3d Move Import templates to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
057dbf0066 Move Import redis to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
48a6948abc Move Import form type to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
6787f598cb Move Import controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
b6b067c969 Move Import commands to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
adf195623d Remove ApiBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi
85ba249ed1 Move Api form type to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
1bddf4ee19 Move Api repository to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
81577ef6b0 Move Api entities to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
3fc0b5fa5b Move Api controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
020c616c9d Remove unused routing file 2024-01-25 20:34:40 +01:00
Yassine Guedidi
7f8b806b8c Remove UserBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi
0234aa1acf Move User templates to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
c7bf98923e Remove unused template file 2024-01-25 20:34:40 +01:00
Yassine Guedidi
615adc81ff Move User event listeners to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
d8f2d3c7ee Move User mailer to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
87ed669504 Move User form types to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
bdeaa93dd8 Move User repository to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
a37ded9101 Move User entity to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
4a356a6977 Move User fixtures to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
3d7bb85d71 Move User controller to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
a615bcce55 Remove unused translation file 2024-01-25 20:34:40 +01:00
Yassine Guedidi
fab4ccb01f Rename Manage template folder to User 2024-01-25 20:34:40 +01:00
Yassine Guedidi
0075456344 Rename ManageController to UserController 2024-01-25 20:34:40 +01:00
Yassine Guedidi
922ddc9d63 Remove AnnotationBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi
b9a1248c4b Move Annotation form types to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
23301b7eac Move Annotation repository to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi
2190174754 Move Annotation entity to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi
1a6036cb23 Move Annotation fixtures to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi
2ed8c219cc Move Annotation controller to Core 2024-01-25 20:34:39 +01:00