Commit graph

231 commits

Author SHA1 Message Date
Yassine Guedidi
f9847a0099 Introduce a RABBITMQ_URL 2025-02-24 08:14:47 +01:00
Yassine Guedidi
b921abf173 Make wallabag_url a Twig global 2025-02-19 20:36:13 +01:00
Yassine Guedidi
0a4f3c937b Remove Webpack dev server 2025-02-17 23:29:17 +01:00
Yassine Guedidi
63dc176302 Migrate from Guzzle to Symfony HttpClient 2025-02-15 18:28:50 +01:00
Yassine Guedidi
f261247766 Use Webpack Encore 2025-02-02 15:31:01 +01:00
Yassine Guedidi
e715da7e91 Stop using ContainerAwareInterface in migrations 2025-01-20 09:53:50 +01:00
Yassine Guedidi
1e1d58da7f Make AuthenticatorProvider use Symfony HTTP Client 2024-12-23 00:02:59 +01:00
Kevin Decherf
1d661e8c68 Merge remote-tracking branch 'origin/2.6' into port/2.6.10
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2024-11-11 20:51:41 +01:00
Nicolas Lœuillet
bd8ccf924f Added Omnivore Import 2024-11-01 11:05:16 +01:00
Yassine Guedidi
6d38e0533f Run tests in no debug mode 2024-02-26 16:30:16 +01:00
Yassine Guedidi
addf77e07d Move migrations 2024-02-23 08:01:56 +01:00
Yassine Guedidi
74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00
Yassine Guedidi
0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Yassine Guedidi
fe039247b5 Move to bundle-less 2024-02-23 07:42:48 +01:00
Yassine Guedidi
62fcfe547a Make PocketImport use HttpClient 2024-02-19 12:29:06 +01:00
Yassine Guedidi
664b4baa3e Move templates 2024-02-19 10:32:55 +01:00
Yassine Guedidi
0576cb613f Make DownloadImages use HttpClient 2024-02-13 09:42:27 +01:00
Yassine Guedidi
1965b3176d Configure MakerBundle 2024-02-02 23:39:18 +01:00
Yassine Guedidi
bda26c21cf Rename wallabag_import to wallabag_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
0234aa1acf Move User templates 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
a37ded9101 Move User entity to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
25474a7b99 Upgrade from lexik/form-filter-bundle to spiriitlabs/form-filter-bundle 2024-01-22 19:15:54 +01:00
Yassine Guedidi
aa7dd67131 Use URL to configure DBAL 2024-01-07 17:53:07 +01:00
Yassine Guedidi
bb688e8b7c Use wallabag rulerz packages 2023-12-27 19:26:34 +01:00
Kevin Decherf
2910fb6da4 Merge branch '2.6' into port/2.6.4-2.6.6
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-09-18 16:50:07 +02:00
Jeremy Benoist
c5d21025c4
Force secure cookie on HTTPS connection 2023-09-06 12:39:40 +02:00
Nicolas Lœuillet
2f86dd9c73
Fix API token generation 2023-08-22 13:35:27 +02:00
Nicolas Lœuillet
0e44035b67
Merge pull request #6768 from wallabag/remove-mobi
Remove mobi export
2023-08-22 10:18:29 +02:00
Nicolas Lœuillet
2af48b8174 Add Shaarli and Pocket HTML imports 2023-08-22 08:02:07 +02:00
Nicolas Lœuillet
a1aac10bd5 Remove mobi export
Fix #6746
2023-08-22 08:01:39 +02:00
Yassine Guedidi
e93fdca2d3 Use Twig instead of templating 2023-08-05 16:43:36 +01:00
Nicolas Lœuillet
c75d3e6961 Remove twofactor_auth parameter
Fix #6649
2023-07-15 16:18:01 +02:00
Jérémy Benoist
7625e36b5a
Merge pull request #6182 from caspermeijn/openapi3
Update annotations to OpenApi 3
2023-01-02 10:39:56 +01:00
Casper Meijn
4f9c7a92a1 Update annotations to OpenApi 3
Most of the API annotations are directly converted. The changes in meaning are:
- Parameters "in body" is not supported anymore. These are changed to "in query" or to a request body (depending on the code).
2022-12-23 14:54:55 +01:00
Jeremy Benoist
cdd2185063
Properly handle json_array type removal
The `json_array` type was removed from DBAL v3, we should handle it using a migration to avoid error.
I've also added the remove type because we need it during migration.
2022-12-21 11:02:51 +01:00
Jeremy Benoist
b3099f68c5
Update all Doctrine deps
Also update these deps to be compatible with latest Doctrine version:
- `friendsofsymfony/oauth-server-bundle`
- `lexik/form-filter-bundle`
- `dama/doctrine-test-bundle`
2022-12-16 10:29:42 +01:00
Jeremy Benoist
32661f380c
Replace SwiftMailer by Symfony Mailer 2022-12-16 10:03:34 +01:00
Jeremy Benoist
5e2ad5f8db
Move translations files to /translations
This is a recommendation for Symfony 5
2022-12-15 21:19:41 +01:00
Jeremy Benoist
33267f0736
Update to FOSUserBundle 3.1
Also remove some deprecation from Symfony.
Use `LegacyEventDispatcherProxy` to handle Symfony 4 dispatch from FOSUser
2022-12-14 09:42:17 +01:00
Jeremy Benoist
1d3935fbd3
Remove LiipThemeBundle
As baggy theme was removed and material is the only remaining theme, we don't need a theme switched anymore.
So:
- move all `*.twig` files from the material theme folder to the root
- remove useless translations
2022-11-23 14:52:06 +01:00
Jeremy Benoist
2efb990a14
Remove deprecated options from FOSRest
Also add a new alias for rulerz to remove a deprecation.
2022-11-23 11:13:52 +01:00
Casper Meijn
470a8575c0 Update to nelmio/api-doc 3.0
Convert ApiDoc to Swagger
2022-11-16 16:10:33 +01:00
Nicolas Lœuillet
29308024ac Removed old, not so maintained and buggy baggy theme 2022-11-03 09:55:20 +01:00
Yassine Guedidi
9549a90e76 Migrate first level template references to new notation 2022-08-25 21:09:26 +02:00
Yassine Guedidi
60777e0573 Use FQCN as service name for remaining CoreBundle services 2022-08-24 23:24:25 +02:00
Yassine Guedidi
844e8e9d22 Use FQCN as service name for helper services 2022-08-24 23:24:24 +02:00
Yassine Guedidi
4449265836 Use FQCN as service name for remaining UserBundle services 2022-08-24 23:17:17 +02:00
Yassine Guedidi
bfc28d4c0b Use Twig globals to pass registration_enabled 2022-08-15 17:23:16 +02:00