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

564 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
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
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
Nicolas Lœuillet
238e8f3be0
Fix default support URL 2024-11-14 20:45:33 +01:00
Nicolas Lœuillet
ab9ff3e55e Restored lazy connections for RabbitMQ 2024-11-14 14:33:44 +01:00
Nicolas Lœuillet
2a382b15c1 Add Markdown export 2024-11-13 17:39:29 +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
f2c72e1569 Prepare 2.6.10 2024-08-19 07:28:28 +02:00
Alexander Sulfrian
2c8702954d Add sharing to linkding 2024-05-21 20:57:20 +02:00
Adam Baxter
0fc764c385 Enable Swagger JSON output in routing.yml
Fixes #7462
2024-05-05 18:16:36 +10: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