Commit graph

10314 commits

Author SHA1 Message Date
Yassine Guedidi
f9847a0099 Introduce a RABBITMQ_URL 2025-02-24 08:14:47 +01:00
Yassine Guedidi
598515868c
Merge pull request #8028 from wallabag/introduce-a-redis_url
Introduce a REDIS_URL
2025-02-24 08:04:50 +01:00
Jérémy Benoist
d857293372
Merge pull request #8032 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.70.0
Bump friendsofphp/php-cs-fixer from 3.69.1 to 3.70.0
2025-02-24 07:14:39 +01:00
dependabot[bot]
e59b7b7552
Bump friendsofphp/php-cs-fixer from 3.69.1 to 3.70.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.69.1 to 3.70.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.69.1...v3.70.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>
2025-02-24 03:54:05 +00: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
github-actions[bot]
43a4f57798
Merge pull request #8025 from wallabag/dependabot/npm_and_yarn/symfony/webpack-encore-5.1.0
Bump @symfony/webpack-encore from 5.0.1 to 5.1.0
2025-02-20 14:37:30 +00:00
github-actions[bot]
fc8029dd3a
Merge pull request #8024 from wallabag/dependabot/npm_and_yarn/postcss-8.5.3
Bump postcss from 8.5.2 to 8.5.3
2025-02-20 14:34:17 +00:00
dependabot[bot]
cd731a9520
Bump @symfony/webpack-encore from 5.0.1 to 5.1.0
Bumps [@symfony/webpack-encore](https://github.com/symfony/webpack-encore) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/symfony/webpack-encore/releases)
- [Changelog](https://github.com/symfony/webpack-encore/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/webpack-encore/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: "@symfony/webpack-encore"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 14:29:06 +00:00
dependabot[bot]
7d3e90eba8
Bump postcss from 8.5.2 to 8.5.3
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.2 to 8.5.3.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.2...8.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 14:28:53 +00:00
Jérémy Benoist
15893fa8cd
Merge pull request #8023 from wallabag/fix/dependabot-config-syntax
Fix dependabot file
2025-02-20 15:24:01 +01:00
Jeremy Benoist
1ebd1ce7ae
Fix dependabot file
> (<unknown>): found character that cannot start any token while scanning for the next token at line 18 column 22
2025-02-20 15:03:26 +01:00
Yassine Guedidi
1b084f4faf
Merge pull request #8015 from yguedidi/remove-unused-rss-limit-parameter
Remove unused RSS limit parameter
2025-02-20 11:15:56 +01:00
Yassine Guedidi
ac395cd492 Remove extra sentence in config.form_settings.display_thumbnails_label in ES 2025-02-20 10:29:54 +01:00
Yassine Guedidi
787c1ce2ab Remove legacy config.form_rss.* translations 2025-02-20 10:29:54 +01:00
Yassine Guedidi
d76465baf2 Rename rss_limit_too_high to feed_limit_too_high 2025-02-20 10:29:54 +01:00
Yassine Guedidi
f0cc7fdc27 Remove unused RSS limit parameter 2025-02-20 10:29:54 +01:00
Yassine Guedidi
72692dd298
Merge pull request #7920 from e-adrien/user-agent
Use Graby's http headers configuration for the authentication request
2025-02-20 10:24:23 +01:00
Adrien ERAUD
d58549472c
Use Graby's http headers configuration for the authentication request 2025-02-20 08:47:19 +01:00
Yassine Guedidi
7070c075f5
Merge pull request #8019 from wallabag/make-all-parameters-configurable-with-environment-variables
Make all parameters configurable with environment variables
2025-02-20 08:46:46 +01:00
Yassine Guedidi
3e20d07f96
Merge pull request #8018 from wallabag/use-constructor-injection-for-registration-parameter
Use constructor injection for registration parameter
2025-02-20 08:46:26 +01:00
Yassine Guedidi
b905a2c856
Merge pull request #8017 from wallabag/make-wallabag_url-a-twig-global
Make wallabag_url a Twig global
2025-02-20 08:32:30 +01:00
Jérémy Benoist
21183a45be
Merge pull request #8022 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.7.3 2025-02-20 07:05:29 +01:00
Jérémy Benoist
9ce9e2de00
Merge pull request #8021 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.69.1 2025-02-20 07:05:14 +01:00
dependabot[bot]
ea03d1e2e6
Bump php-amqplib/php-amqplib from 3.7.2 to 3.7.3
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/php-amqplib/php-amqplib/releases)
- [Changelog](https://github.com/php-amqplib/php-amqplib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-amqplib/php-amqplib/compare/v3.7.2...v3.7.3)

---
updated-dependencies:
- dependency-name: php-amqplib/php-amqplib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 03:32:02 +00:00
dependabot[bot]
3959961bdd
Bump friendsofphp/php-cs-fixer from 3.69.0 to 3.69.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.69.0 to 3.69.1.
- [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.69.0...v3.69.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 03:30:52 +00:00
Yassine Guedidi
5473a215ce
Merge pull request #8013 from yguedidi/upgrade-materialize
Upgrade Materialize
2025-02-20 00:23:44 +01:00
Yassine Guedidi
0ecf990e79
Merge pull request #8020 from wallabag/fix-volatile-test
Fix volatile tests
2025-02-20 00:10:58 +01:00
Yassine Guedidi
0a432b0383
Merge pull request #8016 from wallabag/remove-legacy-translation-in-craueconfigbundle
Remove legacy translation in CraueConfigBundle
2025-02-20 00:10:01 +01:00
Yassine Guedidi
35251c0083 Make created at filters full width each 2025-02-19 23:01:06 +01:00
Yassine Guedidi
3bdd5713de Remove datepicker 2025-02-19 22:59:50 +01:00
Yassine Guedidi
3d0bd49730 Fix volatile tests 2025-02-19 21:41:53 +01:00
Yassine Guedidi
311675d30b Fix constructor call of AuthCodeMailer in AuthCodeMailerTest 2025-02-19 20:48:33 +01:00
Yassine Guedidi
460b509a1d Make all parameters configurable with environment variables 2025-02-19 20:42:37 +01:00
Yassine Guedidi
f0cc6ddb49 Use constructor injection for registration parameter 2025-02-19 20:39:26 +01:00
Yassine Guedidi
c5c9b130b0 Use wallabag_url in entries.xml 2025-02-19 20:36:20 +01:00
Yassine Guedidi
b921abf173 Make wallabag_url a Twig global 2025-02-19 20:36:13 +01:00
Yassine Guedidi
1f7fafa47a Remove legacy translation in CraueConfigBundle 2025-02-19 20:33:08 +01:00
Yassine Guedidi
fd2a86e43a Fix main sidenav trigger color in dark mode 2025-02-19 19:46:21 +01:00
Yassine Guedidi
bd9b2a2064 Remove autoinit 2025-02-19 19:46:21 +01:00
Yassine Guedidi
2e4317f6ef Fix checkboxes 2025-02-19 19:46:21 +01:00
Yassine Guedidi
8df7d21777 Fix filters and export sidenavs 2025-02-19 19:46:21 +01:00
Yassine Guedidi
717195d3f5 Fix input in dark theme 2025-02-19 19:46:21 +01:00
Yassine Guedidi
ad93717bac hide to close for sidenav 2025-02-19 19:46:21 +01:00
Yassine Guedidi
3a6e95b617 .pickadate() to .datepicker() 2025-02-19 19:46:21 +01:00
Yassine Guedidi
f5fa69e17d dropdown attributes to JS options 2025-02-19 19:46:21 +01:00
Yassine Guedidi
bff51634ff Update collapsible 2025-02-19 19:46:21 +01:00
Yassine Guedidi
1fc65064d5 .button-collapse to .sidenav-trigger 2025-02-19 19:46:21 +01:00
Yassine Guedidi
0d9453d7ec .sideNav() to .sidenav() 2025-02-19 19:46:21 +01:00
Yassine Guedidi
e68122d21a .material_select() to .formSelect() 2025-02-19 19:46:21 +01:00