1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
Commit graph

1181 commits

Author SHA1 Message Date
Yassine Guedidi
8fd5a5273d Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
Nicolas Lœuillet
8e90c0f320
Change version in wallabag.yml 2025-06-04 17:41:09 +02:00
Nicolas Lœuillet
4c23196304 Prepare 2.6.13 release 2025-06-04 13:59:00 +02:00
Nicolas Lœuillet
27d66d9e1d Add 'application/vnd.ms-excel' to allowed MIME types config
Backport #8036
2025-06-03 13:24:27 +02:00
Nicolas Lœuillet
c1397f43ac Add Pocket CSV import 2025-06-03 13:24:27 +02:00
Nicolas Lœuillet
b1614e9267 Add Pocket and Shaarli imports 2025-05-24 16:25:48 +02:00
Kevin Decherf
7ffcd8f7f6 Merge branch '2.6' into master 2025-04-14 21:56:24 +02:00
Yassine Guedidi
5586930376 Prepare 2.6.12 release 2025-04-10 11:39:50 +02:00
Yassine Guedidi
e6ce9c524c Merge branch '2.6' 2025-04-10 01:45:52 +02:00
Yassine Guedidi
466cd17d5b Prepare 2.6.11 release 2025-04-08 21:23:58 +02:00
Yassine Guedidi
a107773c11 Modernize to PHP 8.0 2025-04-07 09:17:32 +02:00
Yassine Guedidi
84eb99c59b Initial Rector fixes with basic configuration 2025-04-07 09:17:31 +02:00
Yassine Guedidi
41767e8fbc Migrate to Doctrine attributes 2025-04-05 12:59:51 +02:00
Yassine Guedidi
3f2f57e0c0 Fix some other deprecation notices 2025-04-02 02:13:45 +02:00
Yassine Guedidi
c9301bd0b3 Use built in FOSUserBundle mailer 2025-04-02 02:08:55 +02:00
dependabot[bot]
c860f4db6a Bump friendsofsymfony/jsrouting-bundle from 2.8.0 to 3.5.2
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.8.0 to 3.5.2.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.8.0...3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 00:08:10 +02:00
Yassine Guedidi
4c52f71895 Add SameSite=lax to session cookie 2025-03-30 06:18:32 +02:00
Yassine Guedidi
27f0d94db7 Protect tag_delete with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
0d8429dfc7 Protect share with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
eb8408b22f Protect delete_entry with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
00d0e6f951 Protect star_entry with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
edffef8375 Protect archive_entry with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
3817010e29 Protect reload_entry with a CSRF token 2025-03-30 06:18:32 +02:00
Yassine Guedidi
e162408139 Protect switch_view_mode with a CSRF token 2025-03-23 19:13:21 +01:00
Yassine Guedidi
d703fa6a3a Protect generate_token with a CSRF token 2025-03-23 19:13:06 +01:00
Yassine Guedidi
0aedbd7fd7 Add IsGranted to FeedController 2025-03-14 22:30:43 +01:00
Yassine Guedidi
61e2cb37df Add IsGranted to AnnotationController 2025-03-14 09:30:34 +01:00
Yassine Guedidi
ed2ad4776b Remove rulerz-php/doctrine-orm 2025-03-14 05:40:15 +01:00
Yassine Guedidi
24784768f5 Add methods to all controllers 2025-03-10 01:37:14 +01:00
Karel
674d6e7c95
Add 'application/vnd.ms-excel' to allowed MIME types config 2025-02-26 14:03:26 +01:00
Yassine Guedidi
f9847a0099 Introduce a RABBITMQ_URL 2025-02-24 08:14:47 +01:00
Yassine Guedidi
eec4a9ab72 Introduce a REDIS_URL 2025-02-22 13:43:45 +01:00
Yassine Guedidi
9a95f55b9c Use redis scheme for Redis 2025-02-22 13:34:09 +01:00
Yassine Guedidi
f0cc7fdc27 Remove unused RSS limit parameter 2025-02-20 10:29:54 +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
335054c9a3 Move and rename Guzzle\AuthenticatorSubscriber to HttpClient\Authenticator 2025-02-15 18:27:27 +01:00
Yassine Guedidi
f261247766 Use Webpack Encore 2025-02-02 15:31:01 +01:00
Yassine Guedidi
c89878d88e Rename wallassets to build 2025-01-20 12:36:10 +01:00
Yassine Guedidi
5e8ca0887e Rename material entrypoint to main 2025-01-20 12:34:54 +01:00
Yassine Guedidi
22c9497cd7 Move material to assets root 2025-01-20 12:34:54 +01:00
Yassine Guedidi
251de194c5 Move global share to material 2025-01-20 12:34:54 +01:00
Yassine Guedidi
e715da7e91 Stop using ContainerAwareInterface in migrations 2025-01-20 09:53:50 +01:00
Yassine Guedidi
ed803e0d0e Stop using ContainerAwareInterface in fixtures 2025-01-20 09:51:44 +01:00
Yassine Guedidi
0081d6afb7 Remove FileCookieJar 2025-01-02 22:02:14 +01:00
Yassine Guedidi
1e1d58da7f Make AuthenticatorProvider use Symfony HTTP Client 2024-12-23 00:02:59 +01:00
Yassine Guedidi
698cf8a026 Remove FixupMondeDiplomatiqueUriSubscriber 2024-12-07 18:16:40 +01:00
Yassine Guedidi
74a2a08232 Use new compose command 2024-11-19 22:09:56 +01:00
Kevin Decherf
8e9f908cf1 Merge remote-tracking branch 'origin/master' into port/2.6.10 2024-11-15 23:53:48 +01:00