Compare commits

..

1685 Commits

Author SHA1 Message Date
db94693b09 Date filters type reset to text avoiding datepicker showing twice 2025-02-19 22:44:45 +01:00
fd2a86e43a Fix main sidenav trigger color in dark mode 2025-02-19 19:46:21 +01:00
bd9b2a2064 Remove autoinit 2025-02-19 19:46:21 +01:00
2e4317f6ef Fix checkboxes 2025-02-19 19:46:21 +01:00
8df7d21777 Fix filters and export sidenavs 2025-02-19 19:46:21 +01:00
717195d3f5 Fix input in dark theme 2025-02-19 19:46:21 +01:00
ad93717bac hide to close for sidenav 2025-02-19 19:46:21 +01:00
3a6e95b617 .pickadate() to .datepicker() 2025-02-19 19:46:21 +01:00
f5fa69e17d dropdown attributes to JS options 2025-02-19 19:46:21 +01:00
bff51634ff Update collapsible 2025-02-19 19:46:21 +01:00
1fc65064d5 .button-collapse to .sidenav-trigger 2025-02-19 19:46:21 +01:00
0d9453d7ec .sideNav() to .sidenav() 2025-02-19 19:46:21 +01:00
e68122d21a .material_select() to .formSelect() 2025-02-19 19:46:21 +01:00
8ad0f0914f .side-nav.fixed to .sidenav.sidenav-fixed 2025-02-19 19:46:21 +01:00
04288a74b3 .side-nav to .sidenav 2025-02-19 19:46:21 +01:00
331a6bceac data-activates to data-target 2025-02-19 19:46:21 +01:00
86ec7d815d dropdown-button to dropdown-trigger 2025-02-19 19:46:21 +01:00
73a81b977f Auto init all 2025-02-19 19:46:21 +01:00
ef090038d4 Replace materialize-css by @materializecss/materialize 2025-02-19 19:46:21 +01:00
09dcee3fc6 Merge pull request #8014 from wallabag/fix-jrqrcode
Fix jrQrcode
2025-02-19 09:14:40 +01:00
fc51c940bc Fix jrQrcode 2025-02-19 01:40:38 +01:00
5112a3c445 Merge pull request #8011 from wallabag/remove-webpack-dev-server
Remove Webpack dev server
2025-02-17 23:50:58 +01:00
0a4f3c937b Remove Webpack dev server 2025-02-17 23:29:17 +01:00
d66c3ef75e Merge pull request #8002 from wallabag/remove-linters-from-build-process
Remove linters from build process
2025-02-17 12:14:13 +01:00
3f5c945837 Always run all coding standard steps 2025-02-17 11:49:06 +01:00
242bbee14a Update Webpack Encore to latest version 2025-02-17 11:49:03 +01:00
1e4f199d5e Update Node setup commands in PHP Dockerfile 2025-02-17 11:40:32 +01:00
3802d18204 Use Stylelint directly 2025-02-17 11:40:32 +01:00
da0404f2b5 Use ESLint directly 2025-02-17 11:40:32 +01:00
8e0b9d4d94 Merge pull request #7947 from wallabag/migrate-from-guzzle-to-symfony-httpclient
Migrate from Guzzle to Symfony HttpClient
2025-02-17 11:06:02 +01:00
6c839118f4 Merge pull request #8004 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.69.0
Bump friendsofphp/php-cs-fixer from 3.68.5 to 3.69.0
2025-02-17 09:10:29 +01:00
96bb7eafdf Merge pull request #8006 from wallabag/dependabot/npm_and_yarn/babel-dependencies-f2a6cba48c
Bump the babel-dependencies group with 2 updates
2025-02-17 08:10:12 +00:00
c393fdb334 Merge pull request #8007 from wallabag/dependabot/npm_and_yarn/webpack-5.98.0
Bump webpack from 5.97.1 to 5.98.0
2025-02-17 08:06:47 +00:00
83f2cabe0a Merge pull request #8005 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.37.1
Bump nelmio/api-doc-bundle from 4.36.2 to 4.37.1
2025-02-17 09:03:45 +01:00
8802b3e645 Merge pull request #8010 from wallabag/dependabot/npm_and_yarn/postcss-8.5.2
Bump postcss from 8.5.1 to 8.5.2
2025-02-17 04:04:55 +00:00
a0d08d7a85 Merge pull request #8009 from wallabag/dependabot/npm_and_yarn/sass-loader-16.0.5
Bump sass-loader from 16.0.4 to 16.0.5
2025-02-17 04:01:00 +00:00
2bece0315d Bump postcss from 8.5.1 to 8.5.2
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2.
- [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.1...8.5.2)

---
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-17 03:55:01 +00:00
ac3b69f37a Bump sass-loader from 16.0.4 to 16.0.5
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.4 to 16.0.5.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.4...v16.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 03:54:58 +00:00
76a4797c96 Merge pull request #8008 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.85.0
Bump sass-embedded from 1.83.4 to 1.85.0
2025-02-17 03:48:08 +00:00
e5a1fb608e Bump sass-embedded from 1.83.4 to 1.85.0
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.83.4 to 1.85.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.83.4...1.85.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 03:32:28 +00:00
59606b6a0f Bump webpack from 5.97.1 to 5.98.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.97.1 to 5.98.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 03:31:53 +00:00
a82d890db9 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.26.8 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core)

Updates `@babel/preset-env` from 7.26.8 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 03:31:39 +00:00
02e12d6299 Bump nelmio/api-doc-bundle from 4.36.2 to 4.37.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.36.2 to 4.37.1.
- [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.36.2...v4.37.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 03:27:25 +00:00
f2023ae6d8 Bump friendsofphp/php-cs-fixer from 3.68.5 to 3.69.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.68.5 to 3.69.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.68.5...v3.69.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-17 03:26:32 +00:00
63dc176302 Migrate from Guzzle to Symfony HttpClient 2025-02-15 18:28:50 +01:00
335054c9a3 Move and rename Guzzle\AuthenticatorSubscriber to HttpClient\Authenticator 2025-02-15 18:27:27 +01:00
991c074d6e Move site config first in LoginFormAuthenticatorTest 2025-02-15 18:27:26 +01:00
236636180b Move browser-kit as prod dependency 2025-02-15 18:27:23 +01:00
a4a48c25e5 Merge pull request #8001 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.36.2 2025-02-14 06:47:43 +01:00
44405b55a4 Bump nelmio/api-doc-bundle from 4.36.1 to 4.36.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.36.1 to 4.36.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.36.1...v4.36.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>
2025-02-14 04:00:13 +00:00
e8a3e1cb5b Merge pull request #8000 from wallabag/dependabot/composer/jms/serializer-3.32.3
Bump jms/serializer from 3.32.2 to 3.32.3
2025-02-12 07:16:15 +01:00
261b4295c0 Bump jms/serializer from 3.32.2 to 3.32.3
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.32.2 to 3.32.3.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.32.2...3.32.3)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 03:28:12 +00:00
3f61427f36 Merge pull request #7996 from wallabag/dependabot/npm_and_yarn/regenerator-runtime-0.14.1
Bump regenerator-runtime from 0.13.11 to 0.14.1
2025-02-10 03:28:21 +00:00
029de62e99 Bump regenerator-runtime from 0.13.11 to 0.14.1
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.11 to 0.14.1.
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1)

---
updated-dependencies:
- dependency-name: regenerator-runtime
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 03:21:14 +00:00
4a911f7100 Merge pull request #7995 from wallabag/dependabot/npm_and_yarn/babel-dependencies-056296d148
Bump the babel-dependencies group with 3 updates
2025-02-10 03:17:14 +00:00
e4842db3ba Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.26.7 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/packages/babel-core)

Updates `@babel/eslint-parser` from 7.26.5 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.26.7 to 7.26.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 03:10:35 +00:00
97ed7788b4 Merge pull request #6823 from yguedidi/use-webpack-encore
Use Webpack Encore
2025-02-07 20:51:41 +01:00
c774398d85 Merge pull request #7849 from anarcat/rss-alternate
restore pre-Atom behavior of linking directly to the article
2025-02-07 20:08:54 +01:00
3189644243 Merge pull request #6906 from wallabag/fix-bad-url-format
Add a validator on URL entity
2025-02-07 19:12:00 +01:00
a34b5b55e3 Merge pull request #7797 from ruffinge/master
Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API
2025-02-07 19:06:52 +01:00
67c5270fdc Add a validator on URL entity 2025-02-07 19:01:06 +01:00
9d8f8e9a9b Change NB_ELEMENTS in pocket importer to 30 to comply with Pocket API restriction. 2025-02-07 18:53:11 +01:00
3f491fe9ca Merge pull request #7991 from wallabag/dependabot/composer/dama/doctrine-test-bundle-8.2.2 2025-02-05 05:08:30 +01:00
44bdcf5946 Bump dama/doctrine-test-bundle from 8.2.1 to 8.2.2
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases)
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: dama/doctrine-test-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 03:15:11 +00:00
2bf7973d3c Merge pull request #7990 from wallabag/dependabot/composer/j0k3r/graby-site-config-1.0.196 2025-02-03 06:28:36 +01:00
468924e4a6 Merge pull request #7989 from wallabag/dependabot/composer/dama/doctrine-test-bundle-8.2.1 2025-02-03 06:27:12 +01:00
68ef402097 Bump j0k3r/graby-site-config from 1.0.195 to 1.0.196
Bumps [j0k3r/graby-site-config](https://github.com/j0k3r/graby-site-config) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/j0k3r/graby-site-config/releases)
- [Changelog](https://github.com/j0k3r/graby-site-config/blob/master/dallasnews.com.txt)
- [Commits](https://github.com/j0k3r/graby-site-config/compare/1.0.195...1.0.196)

---
updated-dependencies:
- dependency-name: j0k3r/graby-site-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 03:44:17 +00:00
fad71f45f0 Bump dama/doctrine-test-bundle from 8.2.0 to 8.2.1
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases)
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v8.2.0...v8.2.1)

---
updated-dependencies:
- dependency-name: dama/doctrine-test-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 03:43:06 +00:00
f261247766 Use Webpack Encore 2025-02-02 15:31:01 +01:00
04e757dcc8 Merge pull request #7988 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.68.5 2025-01-31 06:39:29 +01:00
7a34aecaa9 Bump friendsofphp/php-cs-fixer from 3.68.3 to 3.68.5
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.68.3 to 3.68.5.
- [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.68.3...v3.68.5)

---
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-01-31 03:53:40 +00:00
d3928c55aa Merge pull request #7986 from wallabag/dependabot/composer/doctrine/doctrine-migrations-bundle-3.4.1 2025-01-28 05:35:12 +01:00
c039ba0ac3 Merge pull request #7985 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.68.3 2025-01-28 05:34:48 +01:00
fc2f406e30 Bump doctrine/doctrine-migrations-bundle from 3.3.1 to 3.4.1
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineMigrationsBundle/compare/3.3.1...3.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 03:26:49 +00:00
f4a6e1c916 Bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.3
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.68.1 to 3.68.3.
- [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.68.1...v3.68.3)

---
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-01-28 03:26:28 +00:00
7987b9caba Merge pull request #7980 from wallabag/add-composer-validate-to-ci
Add composer validate to CI
2025-01-27 05:10:34 +01:00
639d8fa1f1 Merge pull request #7984 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.8.2
Bump tecnickcom/tcpdf from 6.8.0 to 6.8.2
2025-01-27 05:09:19 +01:00
36c3dc565a Merge pull request #7983 from wallabag/dependabot/npm_and_yarn/babel-dependencies-ff66eedcdd
Bump the babel-dependencies group with 2 updates
2025-01-27 03:46:53 +00:00
c99ff39554 Bump tecnickcom/tcpdf from 6.8.0 to 6.8.2
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.8.0 to 6.8.2.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.8.0...6.8.2)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 03:46:27 +00:00
b1e3b2163d Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)

Updates `@babel/preset-env` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 03:42:07 +00:00
3a6a57ee55 Merge pull request #7982 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-2.3.0 2025-01-27 04:37:56 +01:00
4f0b3f9663 Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 03:03:24 +00:00
fb3432d52b Add composer validate to CI 2025-01-25 11:09:04 +01:00
ea66c41ff1 Merge pull request #7979 from wallabag/update-composer-lock
Update composer.lock with latest composer version
2025-01-25 11:06:43 +01:00
e5f9898bfe Update composer.lock with latest composer version 2025-01-25 10:50:09 +01:00
d741f28071 Merge pull request #7928 from wallabag/dependabot/composer/shipmonk/composer-dependency-analyser-1.8.2
Bump shipmonk/composer-dependency-analyser from 1.7.0 to 1.8.2
2025-01-25 10:39:15 +01:00
016df55c55 Remove unused PHP polyfill for PHP 8.1 2025-01-25 10:32:02 +01:00
1c0529242c Bump shipmonk/composer-dependency-analyser from 1.7.0 to 1.8.2
Bumps [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) from 1.7.0 to 1.8.2.
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](https://github.com/shipmonk-rnd/composer-dependency-analyser/compare/1.7.0...1.8.2)

---
updated-dependencies:
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-25 10:31:48 +01:00
c93451683f Merge pull request #7969 from wallabag/simplify-assets-structure
Simplify assets structure
2025-01-20 14:05:56 +01:00
a4f02aec76 Rename css folder to scss 2025-01-20 12:36:15 +01:00
e96e920b73 Prefix non entry point SCSS files with underscore 2025-01-20 12:36:15 +01:00
c89878d88e Rename wallassets to build 2025-01-20 12:36:10 +01:00
5e8ca0887e Rename material entrypoint to main 2025-01-20 12:34:54 +01:00
22c9497cd7 Move material to assets root 2025-01-20 12:34:54 +01:00
251de194c5 Move global share to material 2025-01-20 12:34:54 +01:00
c0909b09b4 Remove unused bookmarklet.js 2025-01-20 12:34:54 +01:00
75151443cc Move global images to material 2025-01-20 12:34:54 +01:00
953f5ee149 Move global tools to material 2025-01-20 12:34:54 +01:00
e63f7ab12e Move global highlight to material 2025-01-20 12:34:54 +01:00
8c2df28596 Move global shortcuts to material 2025-01-20 12:34:54 +01:00
00e4868ee5 Move global scss to material 2025-01-20 12:34:54 +01:00
c9c33e8afd Move global js to material 2025-01-20 12:34:53 +01:00
3c271aa7da Merge pull request #7962 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2025-01-20 10:13:07 +01:00
f10674b8ee Translated using Weblate (Czech)
Currently translated at 100.0% (603 of 603 strings)
2025-01-20 09:01:09 +00:00
8581ad75c7 Translated using Weblate (Czech)
Currently translated at 100.0% (35 of 35 strings)
2025-01-20 09:01:09 +00:00
cab9b02b80 Merge pull request #7964 from wallabag/stop-using-containerawareinterface
Stop using ContainerAwareInterface
2025-01-20 10:01:02 +01:00
e715da7e91 Stop using ContainerAwareInterface in migrations 2025-01-20 09:53:50 +01:00
bcf0f2f52c Update a migration to not use table prefix getter 2025-01-20 09:51:44 +01:00
1d1c721d01 Update a migration to not use table prefix parameter 2025-01-20 09:51:44 +01:00
ed803e0d0e Stop using ContainerAwareInterface in fixtures 2025-01-20 09:51:44 +01:00
0d70b91597 Merge pull request #7968 from wallabag/fix-database_path-default-value
Fix database_path default value
2025-01-20 09:39:55 +01:00
b24724d963 Merge pull request #7972 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.36.1
Bump nelmio/api-doc-bundle from 4.34.0 to 4.36.1
2025-01-20 09:34:37 +01:00
547c5ed161 Merge pull request #7973 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.68.1
Bump friendsofphp/php-cs-fixer from 3.68.0 to 3.68.1
2025-01-20 09:34:17 +01:00
0b869df9ef Bump friendsofphp/php-cs-fixer from 3.68.0 to 3.68.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.68.0 to 3.68.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.68.0...v3.68.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-01-20 03:18:57 +00:00
21b5d3c63d Bump nelmio/api-doc-bundle from 4.34.0 to 4.36.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.34.0 to 4.36.1.
- [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.34.0...v4.36.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 03:18:46 +00:00
db15694a8b Merge pull request #7971 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.83.4
Bump sass-embedded from 1.83.1 to 1.83.4
2025-01-20 03:12:13 +00:00
2bbda9aa47 Merge pull request #7970 from wallabag/dependabot/npm_and_yarn/postcss-8.5.1
Bump postcss from 8.4.49 to 8.5.1
2025-01-20 03:09:31 +00:00
737232b4e4 Bump sass-embedded from 1.83.1 to 1.83.4
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.83.1 to 1.83.4.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.83.1...1.83.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 03:04:21 +00:00
ad1447234a Bump postcss from 8.4.49 to 8.5.1
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1.
- [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.4.49...8.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 03:04:03 +00:00
2c061289dc Fix database_path default value 2025-01-19 22:29:07 +01:00
7f340f83d2 Merge pull request #7967 from wallabag/fix-some-deprecation-notices
Fix some deprecation notices
2025-01-19 15:46:45 +01:00
13d2682a3c Merge pull request #7966 from wallabag/stop-using-get-directly-on-request
Stop using get() directly on Request
2025-01-19 15:43:20 +01:00
d2c9f1bbfa Fix some direct deprecation notices 2025-01-19 02:24:55 +01:00
98ed784af3 Fix some self deprecation notices 2025-01-19 02:16:29 +01:00
83164d0706 Stop using get() directly on Request 2025-01-19 02:13:33 +01:00
5a8b581adf Merge pull request #7960 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.13.2
Bump doctrine/doctrine-bundle from 2.13.1 to 2.13.2
2025-01-17 10:13:44 +01:00
8f6f59690d Merge pull request #7961 from wallabag/dependabot/composer/jms/serializer-3.32.2
Bump jms/serializer from 3.32.1 to 3.32.2
2025-01-17 08:56:18 +01:00
6290158abc Bump jms/serializer from 3.32.1 to 3.32.2
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.32.1 to 3.32.2.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.32.1...3.32.2)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 03:19:03 +00:00
6cc23c91fb Bump doctrine/doctrine-bundle from 2.13.1 to 2.13.2
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.13.1...2.13.2)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 03:18:56 +00:00
63d6647d16 Merge pull request #7956 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.21.0 2025-01-14 06:41:36 +01:00
1da052b528 Merge pull request #7957 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.68.0 2025-01-14 06:41:13 +01:00
6c70a12fd4 Bump friendsofphp/php-cs-fixer from 3.67.1 to 3.68.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.67.1 to 3.68.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.67.1...v3.68.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-01-14 03:07:57 +00:00
4d3bce3aca Bump enshrined/svg-sanitize from 0.20.0 to 0.21.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.20.0...0.21.0)

---
updated-dependencies:
- dependency-name: enshrined/svg-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-14 03:07:19 +00:00
34e7948378 Merge pull request #7954 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.67.1 2025-01-13 05:54:12 +01:00
07d8e6c6bc Merge pull request #7955 from wallabag/dependabot/npm_and_yarn/babel-dependencies-3fa2475836
Bump @babel/eslint-parser from 7.25.9 to 7.26.5 in the babel-dependencies group
2025-01-13 03:50:20 +00:00
291697bd56 Bump @babel/eslint-parser in the babel-dependencies group
Bumps the babel-dependencies group with 1 update: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser).


Updates `@babel/eslint-parser` from 7.25.9 to 7.26.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.5/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-13 03:45:53 +00:00
e641bfdbbd Bump friendsofphp/php-cs-fixer from 3.67.0 to 3.67.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.67.0 to 3.67.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.67.0...v3.67.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-01-13 03:11:47 +00:00
b24ae80b9d Merge pull request #7948 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.67.0 2025-01-10 06:55:50 +01:00
e1fea593f5 Merge pull request #7949 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.34.0 2025-01-10 06:46:39 +01:00
6532e42394 Merge pull request #7950 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.17.3 2025-01-10 06:46:20 +01:00
80ebd32109 Bump php-amqplib/rabbitmq-bundle from 2.17.2 to 2.17.3
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.17.2...2.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 03:49:38 +00:00
b57d495d00 Bump nelmio/api-doc-bundle from 4.33.6 to 4.34.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.33.6 to 4.34.0.
- [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.33.6...v4.34.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 03:48:52 +00:00
6f7f577479 Bump friendsofphp/php-cs-fixer from 3.66.2 to 3.67.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.66.2 to 3.67.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.66.2...v3.67.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-01-10 03:48:31 +00:00
f466d5a7ad Merge pull request #7946 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2025-01-09 08:27:00 +01:00
30a2c77ca5 Translated using Weblate (Galician)
Currently translated at 100.0% (603 of 603 strings)
2025-01-09 04:03:44 +01:00
4519c90c7d Merge pull request #7943 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.66.2 2025-01-08 06:32:38 +01:00
e59fc9685e Merge pull request #7944 from wallabag/dependabot/composer/stof/doctrine-extensions-bundle-1.13.0 2025-01-08 06:32:19 +01:00
dec6f765b3 Bump stof/doctrine-extensions-bundle from 1.12.0 to 1.13.0
Bumps [stof/doctrine-extensions-bundle](https://github.com/stof/StofDoctrineExtensionsBundle) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/stof/StofDoctrineExtensionsBundle/releases)
- [Changelog](https://github.com/stof/StofDoctrineExtensionsBundle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stof/StofDoctrineExtensionsBundle/compare/v1.12.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 03:40:37 +00:00
16e4134aee Bump friendsofphp/php-cs-fixer from 3.66.1 to 3.66.2
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.66.1 to 3.66.2.
- [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.66.1...v3.66.2)

---
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-01-08 03:40:01 +00:00
136c4af436 Merge pull request #7942 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2025-01-07 14:07:23 +01:00
9a83b0635f Translated using Weblate (Greek)
Currently translated at 83.3% (5 of 6 strings)
2025-01-07 13:02:09 +00:00
5a32e083a1 Translated using Weblate (Greek)
Currently translated at 100.0% (35 of 35 strings)
2025-01-07 13:02:09 +00:00
9209c15d4b Merge pull request #7941 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.33.6 2025-01-07 07:04:59 +01:00
48361b0638 Bump nelmio/api-doc-bundle from 4.33.4 to 4.33.6
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.33.4 to 4.33.6.
- [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.33.4...v4.33.6)

---
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>
2025-01-07 03:54:53 +00:00
2956d85382 Merge pull request #7922 from wallabag/remove-filecookiejar
Remove FileCookieJar
2025-01-06 09:34:01 +01:00
53661dd4e3 Merge pull request #7934 from wallabag/dependabot/composer/doctrine/common-3.5.0
Bump doctrine/common from 3.4.5 to 3.5.0
2025-01-06 09:30:43 +01:00
8502b658e5 Merge pull request #7938 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.66.1 2025-01-06 07:35:45 +01:00
6d231d4b03 Merge pull request #7939 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.83.1
Bump sass-embedded from 1.83.0 to 1.83.1
2025-01-06 03:30:52 +00:00
89a767395a Bump sass-embedded from 1.83.0 to 1.83.1
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.83.0 to 1.83.1.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.83.0...1.83.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 03:26:16 +00:00
c4b2ee7afa Bump friendsofphp/php-cs-fixer from 3.65.0 to 3.66.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.65.0 to 3.66.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.65.0...v3.66.1)

---
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-01-06 03:11:52 +00:00
0081d6afb7 Remove FileCookieJar 2025-01-02 22:02:14 +01:00
6e20dc985b Merge pull request #7932 from wallabag/dependabot/composer/j0k3r/graby-site-config-1.0.195
Bump j0k3r/graby-site-config from 1.0.194 to 1.0.195
2025-01-02 09:22:29 +01:00
5c9b2f823e Bump doctrine/common from 3.4.5 to 3.5.0
Bumps [doctrine/common](https://github.com/doctrine/common) from 3.4.5 to 3.5.0.
- [Release notes](https://github.com/doctrine/common/releases)
- [Commits](https://github.com/doctrine/common/compare/3.4.5...3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-02 04:00:55 +00:00
8163dcbadb Bump j0k3r/graby-site-config from 1.0.194 to 1.0.195
Bumps [j0k3r/graby-site-config](https://github.com/j0k3r/graby-site-config) from 1.0.194 to 1.0.195.
- [Release notes](https://github.com/j0k3r/graby-site-config/releases)
- [Changelog](https://github.com/j0k3r/graby-site-config/blob/master/dallasnews.com.txt)
- [Commits](https://github.com/j0k3r/graby-site-config/compare/1.0.194...1.0.195)

---
updated-dependencies:
- dependency-name: j0k3r/graby-site-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-01 03:21:44 +00:00
6a117f2315 Merge pull request #7926 from wallabag/dependabot/npm_and_yarn/highlight.js-11.11.1
Bump highlight.js from 11.11.0 to 11.11.1
2024-12-30 03:45:25 +00:00
b0782d22bc Merge pull request #7925 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-9f3a1b7515
Bump the fontsource-dependencies group with 4 updates
2024-12-30 03:42:33 +00:00
6d2628225d Bump highlight.js from 11.11.0 to 11.11.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.11.0 to 11.11.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.11.0...11.11.1)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 03:38:10 +00:00
ea47584a09 Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.1.1 to 5.1.2
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 03:37:39 +00:00
9f53cc4130 Merge pull request #7918 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.8.0 2024-12-24 06:32:55 +01:00
e748881b0a Bump tecnickcom/tcpdf from 6.7.8 to 6.8.0
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.7.8 to 6.8.0.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.7.8...6.8.0)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-24 03:18:02 +00:00
c5b8a9542c Merge pull request #7916 from wallabag/make-authenticatorprovider-use-symfony-http-client
Make AuthenticatorProvider use Symfony HTTP Client
2024-12-23 08:00:39 +01:00
01f42d52ef Use one expression language instance for all extra fields 2024-12-23 00:09:03 +01:00
1e1d58da7f Make AuthenticatorProvider use Symfony HTTP Client 2024-12-23 00:02:59 +01:00
c2197bd020 Remove support for options in request_html as not used 2024-12-22 23:51:40 +01:00
59831166ed Merge pull request #7915 from wallabag/make-blackfire-completely-optional
Make Blackfire completely optional
2024-12-22 11:30:16 +01:00
fb0aa4357d Make Blackfire completely optional 2024-12-22 00:22:47 +01:00
5b71ede258 Merge pull request #7912 from wallabag/dependabot/composer/jms/serializer-3.32.1 2024-12-18 07:00:06 +01:00
5c98ef4062 Bump jms/serializer from 3.31.1 to 3.32.1
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.31.1 to 3.32.1.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.31.1...3.32.1)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 03:52:00 +00:00
afd39e5bf5 Merge pull request #7898 from wallabag/dependabot/npm_and_yarn/nanoid-3.3.8
Bump nanoid from 3.3.7 to 3.3.8
2024-12-16 08:17:38 +00:00
16e36290dc Merge pull request #7905 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.7.8
Bump tecnickcom/tcpdf from 6.7.7 to 6.7.8
2024-12-16 09:14:21 +01:00
4cc78849e8 Merge pull request #7899 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-12-16 09:13:51 +01:00
0b425c7d7b Bump tecnickcom/tcpdf from 6.7.7 to 6.7.8
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.7.7 to 6.7.8.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.7.7...6.7.8)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:40:24 +00:00
c61482b944 Translated using Weblate (Croatian)
Currently translated at 100.0% (603 of 603 strings)
2024-12-16 04:16:15 +01:00
a4f8bd21b2 Merge pull request #7904 from wallabag/dependabot/npm_and_yarn/highlight.js-11.11.0
Bump highlight.js from 11.10.0 to 11.11.0
2024-12-16 03:16:08 +00:00
b5648457f3 Merge pull request #7903 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.11
Bump terser-webpack-plugin from 5.3.10 to 5.3.11
2024-12-16 03:12:52 +00:00
b25af3892d Merge pull request #7902 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-5.2.0
Bump webpack-dev-server from 5.1.0 to 5.2.0
2024-12-16 03:10:19 +00:00
869cf68a62 Merge pull request #7901 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.83.0
Bump sass-embedded from 1.82.0 to 1.83.0
2024-12-16 03:06:38 +00:00
f20f7c1998 Bump highlight.js from 11.10.0 to 11.11.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.10.0 to 11.11.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.10.0...11.11.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:02:25 +00:00
236725ae74 Bump terser-webpack-plugin from 5.3.10 to 5.3.11
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.10 to 5.3.11.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.10...v5.3.11)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:02:18 +00:00
3990a2d54b Bump webpack-dev-server from 5.1.0 to 5.2.0
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:02:09 +00:00
727ad32a2e Bump sass-embedded from 1.82.0 to 1.83.0
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.82.0 to 1.83.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.82.0...1.83.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:01:55 +00:00
e2d65c14b5 Bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 09:55:11 +00:00
9b07534a6a Merge pull request #7893 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-12-12 09:41:12 +01:00
099a747432 Translated using Weblate (Czech)
Currently translated at 98.8% (596 of 603 strings)
2024-12-11 16:03:27 +00:00
75db7c95c8 Merge pull request #7885 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.82.0
Bump sass-embedded from 1.81.0 to 1.82.0
2024-12-09 03:21:51 +00:00
59f25bc44f Bump sass-embedded from 1.81.0 to 1.82.0
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.81.0 to 1.82.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.81.0...1.82.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 03:16:52 +00:00
9d62988e2f Merge pull request #7884 from wallabag/dependabot/npm_and_yarn/webpack-5.97.1
Bump webpack from 5.96.1 to 5.97.1
2024-12-09 03:15:10 +00:00
763c47850d Merge pull request #7883 from wallabag/dependabot/npm_and_yarn/sass-loader-16.0.4
Bump sass-loader from 16.0.3 to 16.0.4
2024-12-09 03:12:24 +00:00
554d94f1bb Bump webpack from 5.96.1 to 5.97.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.96.1 to 5.97.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 03:07:02 +00:00
46aba60d84 Bump sass-loader from 16.0.3 to 16.0.4
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.3 to 16.0.4.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.3...v16.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 03:06:46 +00:00
76d49d661c Merge pull request #7881 from wallabag/remove-fixupmondediplomatiqueurisubscriber
Remove FixupMondeDiplomatiqueUriSubscriber
2024-12-08 10:25:31 +01:00
698cf8a026 Remove FixupMondeDiplomatiqueUriSubscriber 2024-12-07 18:16:40 +01:00
0fda16e8ff Merge pull request #7875 from wallabag/dependabot/composer/ergebnis/composer-normalize-2.45.0 2024-12-05 05:37:04 +01:00
eff4b6377d Bump ergebnis/composer-normalize from 2.44.0 to 2.45.0
Bumps [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) from 2.44.0 to 2.45.0.
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ergebnis/composer-normalize/compare/2.44.0...2.45.0)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 03:23:00 +00:00
4b8a0cb45e Merge pull request #7872 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-3.8.0
Bump friendsofsymfony/rest-bundle from 3.7.1 to 3.8.0
2024-12-03 08:44:09 +01:00
612e77319c Merge pull request #7873 from wallabag/dependabot/composer/j0k3r/graby-site-config-1.0.194
Bump j0k3r/graby-site-config from 1.0.193 to 1.0.194
2024-12-03 08:11:24 +01:00
51f707fe6d Bump j0k3r/graby-site-config from 1.0.193 to 1.0.194
Bumps [j0k3r/graby-site-config](https://github.com/j0k3r/graby-site-config) from 1.0.193 to 1.0.194.
- [Release notes](https://github.com/j0k3r/graby-site-config/releases)
- [Changelog](https://github.com/j0k3r/graby-site-config/blob/master/dallasnews.com.txt)
- [Commits](https://github.com/j0k3r/graby-site-config/compare/1.0.193...1.0.194)

---
updated-dependencies:
- dependency-name: j0k3r/graby-site-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 03:38:24 +00:00
b0016bc1a0 Bump friendsofsymfony/rest-bundle from 3.7.1 to 3.8.0
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.7.1...3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 03:37:51 +00:00
1fcd0f2f62 Merge pull request #7866 from weblate/weblate-wallabag-messages 2024-12-02 05:39:20 +01:00
6f91dc9e8a Translated using Weblate (Spanish)
Currently translated at 100.0% (603 of 603 strings)
2024-11-30 14:21:45 +01:00
6b0cc64f88 Merge pull request #7863 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.7.0 2024-11-29 05:04:53 +01:00
33f77c0b01 Bump doctrine/doctrine-fixtures-bundle from 3.6.2 to 3.7.0
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.6.2...3.7.0)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 03:59:52 +00:00
0eb51875b7 Merge pull request #7855 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.65.0
Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0
2024-11-25 09:51:07 +01:00
2e21d5e80b Merge pull request #7851 from wallabag/remove-site-config-authenticator-extension-point
Remove site config authenticator extension point
2024-11-25 09:44:04 +01:00
78c0809b11 Fix CS 2024-11-25 09:27:39 +01:00
b7e4640f86 Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.64.0 to 3.65.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.64.0...v3.65.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-11-25 03:30:23 +00:00
0fdcbcf7fb Move LoginFormAuthenticator directly in SiteConfig namespace 2024-11-23 20:12:56 +01:00
ac6969f4cc Remove site config authenticator extension point 2024-11-23 19:55:29 +01:00
0c49aee192 Make LoginFormAuthenticator a service and remove Factory 2024-11-23 18:47:08 +01:00
81d269dec1 Move site config from property to parameter in LoginFormAuthenticator 2024-11-23 11:27:18 +01:00
aec8e26058 Remove unused property in LoginFormAuthenticator 2024-11-23 11:12:46 +01:00
6f53da0fc9 restore pre-Atom behavior of linking directly to the article
RFC4287 section 4.2.7.2 specifies that "rel=alternate" is effectively
the default for the link element:

   If the "rel" attribute is not present, the link
   element MUST be interpreted as if the link relation type is
   "alternate".

So having a plain `<link>` and a `<link rel="alternate">` is kind of
weird, *especially* if they point to different resources. So we just
remove the plain entry and *replace* it with the rel=alternate, which
is really the default here.

The sample Atom feeds in RFC4287 (section 1.1) do give an
example *only* with `rel="alternate"`:

     <entry>
       <title>Atom draft-07 snapshot</title>
       <link rel="alternate" type="text/html"
        href="http://example.org/2005/04/02/atom"/>
       <link rel="enclosure" type="audio/mpeg" length="1337"
        href="http://example.org/audio/ph34r_my_podcast.mp3"/>

To refer to the actual Wallabag URL, we use the "via", which is
defined in the RFC as:

   5.  The value "via" signifies that the IRI in the value of the href
       attribute identifies a resource that is the source of the
       information provided in the containing element.

I'm not sure how widely used that tag is, but I feel that the
distinction between `rel="alternate"` is weird at best, and buggy (and
certainly introducing unpleasantness in my usage) at worse.

Before:

        <link href="{{ entry.url }}"/>
        <link rel="alternate" type="text/html"
              href="{{ url('view', {'id': entry.id}) }}"/>
        <link rel="via"
              href="{{ entry.url }}"/>

That is:

        <link href="http://example.com/"/>
        <link rel="alternate" type="text/html"
              href="http://wallabag.example.com/view/1"/>
        <link rel="via"
              href="http://example.com/"/>

After:

        <link rel="alternate" href="{{ entry.url }}"/>
        <link rel="via" type="text/html"
              href="{{ url('view', {'id': entry.id}) }}"/>

That is:

        <link rel="alternate" href="http://example.com"/>
        <link rel="via" type="text/html"
              href="http://wallabag.example.com/view/1"/>

Closes: #7848
2024-11-22 12:02:05 -05:00
f856afbef8 Merge pull request #7845 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.7.2 2024-11-22 05:01:46 +01:00
8ae5022849 Merge pull request #7844 from wallabag/dependabot/composer/predis/predis-2.3.0 2024-11-22 05:01:24 +01:00
3afe336760 Bump php-amqplib/php-amqplib from 3.7.1 to 3.7.2
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.7.1 to 3.7.2.
- [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.1...v3.7.2)

---
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>
2024-11-22 03:19:03 +00:00
e313a019e9 Bump predis/predis from 2.2.2 to 2.3.0
Bumps [predis/predis](https://github.com/predis/predis) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/v2.x/CHANGELOG.md)
- [Commits](https://github.com/predis/predis/compare/v2.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-22 03:18:30 +00:00
cbb638168c Merge pull request #7842 from wallabag/dependabot/composer/sentry/sentry-symfony-5.1.0 2024-11-21 07:48:18 +01:00
74481f135c Bump sentry/sentry-symfony from 5.0.1 to 5.1.0
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/5.0.1...5.1.0)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 03:23:49 +00:00
75cc39092e Merge pull request #7841 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-11-20 17:05:40 +01:00
d441252d87 Translated using Weblate (Galician)
Currently translated at 100.0% (603 of 603 strings)
2024-11-20 16:00:24 +00:00
97ea9d19b5 Merge pull request #7835 from wallabag/modern-docker
Modern Docker
2024-11-20 09:26:39 +01:00
1321b2ce66 Merge pull request #7837 from wallabag/use-domcrawler-component
Use DomCrawler component
2024-11-20 09:26:02 +01:00
9f2fb0c6fa Use DomCrawler in AuthenticatorProvider 2024-11-20 01:24:03 +01:00
4e7b5c66ad Use DomCrawler in LoginFormAuthenticator 2024-11-20 01:24:03 +01:00
c0d02153ab Use DomCrawler in PocketHtmlImport 2024-11-20 01:11:28 +01:00
a9394f6d4f Use DomCrawler in HtmlImport 2024-11-20 01:11:28 +01:00
74a2a08232 Use new compose command 2024-11-19 22:09:56 +01:00
0e836a3d87 Rename compose file the official preferred way
See https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file
2024-11-19 20:55:47 +01:00
b9796cce41 Merge pull request #7833 from wallabag/add-php84
Add php 8.4 for our CI
2024-11-19 15:31:38 +01:00
d67551bbd2 Add php 8.4 for our CI 2024-11-19 15:10:30 +01:00
8fcf9714c7 Merge pull request #7828 from wallabag/better-makefile
Better Makefile
2024-11-19 09:13:06 +01:00
2907a23fc5 Merge pull request #7829 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.13.1 2024-11-19 06:25:12 +01:00
1c39fcda1d Bump doctrine/doctrine-bundle from 2.13.0 to 2.13.1
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.13.0...2.13.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 03:19:43 +00:00
f2d5895801 Add phpstan recipe 2024-11-19 01:14:57 +01:00
5c0266e818 Add fix-cs recipe 2024-11-19 01:14:57 +01:00
6f40edb1c7 Run php and yarn from Docker container if it's running 2024-11-19 01:14:55 +01:00
01b503d1da Remove test command from output like other recipes 2024-11-18 23:53:09 +01:00
9a7848e834 Merge pull request #7816 from rosenstrauch/patch-1 2024-11-18 07:09:12 +01:00
50b2d4c1b3 Merge pull request #7817 from weblate/weblate-wallabag-messages 2024-11-18 07:08:42 +01:00
04fe3a13d9 Translated using Weblate (Polish)
Currently translated at 100.0% (603 of 603 strings)
2024-11-18 03:51:09 +00:00
952ce4427a Translated using Weblate (Belarusian)
Currently translated at 58.9% (353 of 599 strings)
2024-11-18 03:51:09 +00:00
6c24648615 Translated using Weblate (Dutch)
Currently translated at 93.1% (558 of 599 strings)
2024-11-18 03:51:08 +00:00
d943210df8 Merge pull request #7823 from wallabag/dependabot/npm_and_yarn/postcss-8.4.49
Bump postcss from 8.4.48 to 8.4.49
2024-11-18 03:51:02 +00:00
d5c1773ef5 Merge pull request #7824 from wallabag/dependabot/npm_and_yarn/cross-spawn-7.0.5
Bump cross-spawn from 7.0.3 to 7.0.5
2024-11-18 03:47:41 +00:00
a33b2f7bd1 Bump postcss from 8.4.48 to 8.4.49
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.48 to 8.4.49.
- [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.4.48...8.4.49)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 03:39:19 +00:00
24c7758551 Bump cross-spawn from 7.0.3 to 7.0.5
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 03:38:19 +00:00
b2fc5163e5 Merge pull request #7822 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.81.0
Bump sass-embedded from 1.80.6 to 1.81.0
2024-11-18 03:37:39 +00:00
3c8c57a08c Bump sass-embedded from 1.80.6 to 1.81.0
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.80.6 to 1.81.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.80.6...1.81.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 03:33:24 +00:00
202b8ea23c Merge pull request #7818 from wallabag/remove-docker-compose-version
Remove Docker compose version
2024-11-17 13:02:49 +01:00
2b86e0c5df Remove Docker compose version 2024-11-17 11:38:32 +01:00
26fde08cc5 Merge pull request #7796 from wallabag/port/2.6.10
Backport 2.6.10 into master
2024-11-17 11:04:48 +01:00
9bfb4331f7 Merge pull request #7819 from wallabag/move-to-sass-modules
Move to Sass modules
2024-11-17 09:46:02 +01:00
38f8cf69d1 Move to Sass modules 2024-11-16 21:51:31 +01:00
6ca2c4c3fa fix(TaggingRule): allowed variable should match docs
add missing 'r' here to allow creating tagging rules using the documented isStarred filter.
2024-11-16 12:12:58 +01:00
f28f5e0698 Remove a built asset left after a merge
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2024-11-15 23:56:28 +01:00
8e9f908cf1 Merge remote-tracking branch 'origin/master' into port/2.6.10 2024-11-15 23:53:48 +01:00
816d9f85d6 Merge pull request #7804 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-11-15 09:56:59 +01:00
321c73bc9f Added translation using Weblate (Belarusian (Latin script)) 2024-11-14 21:39:08 +01:00
3112b4752f Added translation using Weblate (Belarusian (Latin script)) 2024-11-14 21:39:08 +01:00
48be44b58c Added translation using Weblate (Belarusian (Latin script)) 2024-11-14 21:39:07 +01:00
23672d8f92 Added translation using Weblate (Belarusian (Latin script)) 2024-11-14 21:39:07 +01:00
d0fc5a8823 Translated using Weblate (Belarusian)
Currently translated at 85.7% (6 of 7 strings)
2024-11-14 21:39:06 +01:00
da1cb9316d Translated using Weblate (Belarusian)
Currently translated at 18.6% (112 of 599 strings)
2024-11-14 21:39:06 +01:00
fd7d344d2c Translated using Weblate (Belarusian)
Currently translated at 100.0% (35 of 35 strings)
2024-11-14 21:39:05 +01:00
b8306e9b73 Merge pull request #7808 from wallabag/fix-default-support-url
Fix default support URL
2024-11-14 21:39:00 +01:00
238e8f3be0 Fix default support URL 2024-11-14 20:45:33 +01:00
fcaef49575 Merge pull request #7807 from wallabag/update-sf-5447
Update Symfony components after 5.4.47 release
2024-11-14 19:54:08 +01:00
879bd1aa2f Update Symfony components after 5.4.47 release 2024-11-14 19:08:00 +01:00
dcd73022ee Merge pull request #7768 from wallabag/restore-lazy-connections-rmq
Restored lazy connections for RabbitMQ
2024-11-14 18:38:42 +01:00
316e0161c5 Merge pull request #7805 from wallabag/update-import-page
Improved import page
2024-11-14 18:38:22 +01:00
9252ea55f2 Improved import page 2024-11-14 16:30:57 +01:00
ab9ff3e55e Restored lazy connections for RabbitMQ 2024-11-14 14:33:44 +01:00
56545920f8 Merge pull request #7803 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-11-14 09:10:32 +01:00
fe1b6591e7 Added translation using Weblate (Belarusian) 2024-11-14 07:51:12 +00:00
71d1320ce8 Added translation using Weblate (Belarusian) 2024-11-14 07:50:45 +00:00
ba6b040c5e Added translation using Weblate (Belarusian) 2024-11-14 07:50:32 +00:00
0b08fd6d93 Added translation using Weblate (Belarusian) 2024-11-14 07:50:20 +00:00
000f8e4c8a Merge pull request #7802 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.6.2
Bump doctrine/doctrine-fixtures-bundle from 3.6.1 to 3.6.2
2024-11-14 06:43:16 +01:00
24b612e6f8 Bump doctrine/doctrine-fixtures-bundle from 3.6.1 to 3.6.2
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 03:22:53 +00:00
cdb44fe1f0 Merge pull request #7799 from wallabag/export2md
Add Markdown export
2024-11-13 18:25:11 +01:00
2a382b15c1 Add Markdown export 2024-11-13 17:39:29 +01:00
2560826b41 Merge pull request #7800 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-11-12 17:05:33 +01:00
b6346269c0 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (6 of 6 strings)
2024-11-12 16:00:28 +00:00
f449523940 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (35 of 35 strings)
2024-11-12 16:00:27 +00:00
c4fe061a2e phpcs: override trailing comma rule
The @Symfony ruleSet comes with trailing_comma_in_multiline's elements
set to ['array', 'array_destructuring', 'match', 'parameters'].
However, 'parameters' breaks PHP 7.4

Reference: https://cs.symfony.com/doc/rules/control_structure/trailing_comma_in_multiline.html

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2024-11-11 21:00:27 +01:00
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
879b1475f1 Merge pull request #7793 from wallabag/dependabot/composer/phpstan-dependencies-e9f40efb9f
Bump the phpstan-dependencies group with 2 updates
2024-11-11 08:00:41 +01:00
a74acf44c9 Merge pull request #7794 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.33.4
Bump nelmio/api-doc-bundle from 4.33.3 to 4.33.4
2024-11-11 08:00:31 +01:00
f91de7780d Merge pull request #7795 from wallabag/dependabot/npm_and_yarn/postcss-8.4.48
Bump postcss from 8.4.47 to 8.4.48
2024-11-11 04:04:46 +00:00
228c5d20aa Bump postcss from 8.4.47 to 8.4.48
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.48.
- [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.4.47...8.4.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 04:01:32 +00:00
7f7fcd8eca Bump nelmio/api-doc-bundle from 4.33.3 to 4.33.4
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.33.3 to 4.33.4.
- [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.33.3...v4.33.4)

---
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-11-11 03:07:37 +00:00
8635a2d5c3 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan` from 1.12.8 to 1.12.9
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.8...1.12.9)

Updates `phpstan/phpstan-doctrine` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.5...1.5.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 03:06:56 +00:00
50ca6fd0e8 Merge pull request #7782 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-11-08 09:13:11 +01:00
fa3589caa4 Translated using Weblate (Tamil)
Currently translated at 100.0% (7 of 7 strings)
2024-11-08 06:50:32 +01:00
b200b61dfe Translated using Weblate (Tamil)
Currently translated at 100.0% (599 of 599 strings)
2024-11-08 06:50:32 +01:00
99df46ccc9 Translated using Weblate (Tamil)
Currently translated at 100.0% (35 of 35 strings)
2024-11-08 06:50:32 +01:00
c19edfa02b Added translation using Weblate (Tamil) 2024-11-08 06:50:32 +01:00
1670a05bc5 Added translation using Weblate (Tamil) 2024-11-08 06:50:32 +01:00
33064f8ee9 Added translation using Weblate (Tamil) 2024-11-08 06:50:32 +01:00
d603bce139 Added translation using Weblate (Tamil) 2024-11-08 06:50:32 +01:00
f3138fc79a Merge pull request #7791 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.33.3 2024-11-08 06:50:28 +01:00
1afcd9caae Bump nelmio/api-doc-bundle from 4.33.0 to 4.33.3
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.33.0 to 4.33.3.
- [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.33.0...v4.33.3)

---
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-11-08 03:31:29 +00:00
6d0bdd019e Merge pull request #7787 from wallabag/dependabot/composer/jms/serializer-bundle-5.5.1 2024-11-07 06:26:00 +01:00
2a95598bc9 Merge pull request #7786 from wallabag/dependabot/composer/phpstan-dependencies-03d5d32789 2024-11-07 06:25:43 +01:00
5061c2bcaa Bump jms/serializer-bundle from 5.5.0 to 5.5.1
Bumps [jms/serializer-bundle](https://github.com/schmittjoh/JMSSerializerBundle) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/schmittjoh/JMSSerializerBundle/releases)
- [Changelog](https://github.com/schmittjoh/JMSSerializerBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/JMSSerializerBundle/compare/5.5.0...5.5.1)

---
updated-dependencies:
- dependency-name: jms/serializer-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 03:38:27 +00:00
b024a6b08f Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.12.7 to 1.12.8
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.7...1.12.8)

Updates `phpstan/phpstan-symfony` from 1.4.11 to 1.4.12
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.11...1.4.12)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 03:37:39 +00:00
c4632aa8a1 Merge pull request #7784 from wallabag/dependabot/composer/twig/twig-3.11.2
Bump twig/twig from 3.11.1 to 3.11.2
2024-11-06 21:50:39 +01:00
ac0424adde Bump twig/twig from 3.11.1 to 3.11.2
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.11.1 to 3.11.2.
- [Changelog](https://github.com/twigphp/Twig/blob/v3.11.2/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.11.1...v3.11.2)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 20:47:08 +00:00
9f0135e25d Merge pull request #7780 from wallabag/dependabot/composer/doctrine/data-fixtures-1.8.0 2024-11-05 06:03:20 +01:00
26a17507b2 Bump doctrine/data-fixtures from 1.7.0 to 1.8.0
Bumps [doctrine/data-fixtures](https://github.com/doctrine/data-fixtures) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/doctrine/data-fixtures/releases)
- [Commits](https://github.com/doctrine/data-fixtures/compare/1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: doctrine/data-fixtures
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 03:45:20 +00:00
08db95869a Merge pull request #7775 from wallabag/dependabot/composer/jms/serializer-bundle-5.5.0 2024-11-04 06:51:38 +01:00
07820fbfd4 Merge pull request #7759 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.33.0 2024-11-04 06:50:47 +01:00
6e7b699452 Merge pull request #7757 from wallabag/dependabot/composer/willdurand/hateoas-3.11.0 2024-11-04 06:50:32 +01:00
0b81bf8499 Merge pull request #7752 from wallabag/dependabot/composer/doctrine/persistence-3.4.0 2024-11-04 06:49:29 +01:00
46a3067725 Bump jms/serializer-bundle from 5.4.0 to 5.5.0
Bumps [jms/serializer-bundle](https://github.com/schmittjoh/JMSSerializerBundle) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/schmittjoh/JMSSerializerBundle/releases)
- [Changelog](https://github.com/schmittjoh/JMSSerializerBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/JMSSerializerBundle/compare/5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: jms/serializer-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 03:29:56 +00:00
9913543dc0 Merge pull request #7774 from wallabag/dependabot/npm_and_yarn/sass-loader-16.0.3
Bump sass-loader from 16.0.2 to 16.0.3
2024-11-04 03:22:38 +00:00
33f25aa1ed Bump sass-loader from 16.0.2 to 16.0.3
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 03:17:09 +00:00
7d168920b6 Merge pull request #7773 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.9.2
Bump mini-css-extract-plugin from 2.9.1 to 2.9.2
2024-11-04 03:14:52 +00:00
869463b9db Merge pull request #7772 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.80.6
Bump sass-embedded from 1.80.4 to 1.80.6
2024-11-04 03:12:25 +00:00
a302f9201d Merge pull request #7771 from wallabag/dependabot/npm_and_yarn/webpack-5.96.1
Bump webpack from 5.95.0 to 5.96.1
2024-11-04 03:09:17 +00:00
3d59770e65 Bump mini-css-extract-plugin from 2.9.1 to 2.9.2
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 03:06:51 +00:00
761bd9a814 Bump sass-embedded from 1.80.4 to 1.80.6
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.80.4 to 1.80.6.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.80.4...1.80.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 03:06:14 +00:00
d4dceb0181 Bump webpack from 5.95.0 to 5.96.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.96.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.95.0...v5.96.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04 03:05:53 +00:00
6f351bbc8a Merge pull request #7758 from wallabag/dependabot/composer/jms/serializer-3.31.1
Bump jms/serializer from 3.31.0 to 3.31.1
2024-11-01 08:14:10 +01:00
684671d7fa Merge pull request #7760 from wallabag/dependabot/composer/j0k3r/graby-site-config-1.0.193
Bump j0k3r/graby-site-config from 1.0.192 to 1.0.193
2024-11-01 08:13:45 +01:00
2a8a6628e5 Merge pull request #7756 from wallabag/dependabot/composer/php-http/mock-client-1.6.1
Bump php-http/mock-client from 1.6.0 to 1.6.1
2024-11-01 08:13:23 +01:00
83f41c1568 Bump j0k3r/graby-site-config from 1.0.192 to 1.0.193
Bumps [j0k3r/graby-site-config](https://github.com/j0k3r/graby-site-config) from 1.0.192 to 1.0.193.
- [Release notes](https://github.com/j0k3r/graby-site-config/releases)
- [Changelog](https://github.com/j0k3r/graby-site-config/blob/master/dallasnews.com.txt)
- [Commits](https://github.com/j0k3r/graby-site-config/compare/1.0.192...1.0.193)

---
updated-dependencies:
- dependency-name: j0k3r/graby-site-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 03:27:28 +00:00
02ecff977e Bump nelmio/api-doc-bundle from 4.32.3 to 4.33.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.32.3 to 4.33.0.
- [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.32.3...v4.33.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 03:26:56 +00:00
1ac6c6e9ac Bump jms/serializer from 3.31.0 to 3.31.1
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.31.0 to 3.31.1.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.31.0...3.31.1)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 03:26:44 +00:00
b3c5ef8e0f Bump willdurand/hateoas from 3.10.0 to 3.11.0
Bumps [willdurand/hateoas](https://github.com/willdurand/Hateoas) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/willdurand/Hateoas/releases)
- [Commits](https://github.com/willdurand/Hateoas/compare/3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: willdurand/hateoas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 03:26:37 +00:00
549bd879ac Bump php-http/mock-client from 1.6.0 to 1.6.1
Bumps [php-http/mock-client](https://github.com/php-http/mock-client) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/php-http/mock-client/releases)
- [Changelog](https://github.com/php-http/mock-client/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/mock-client/compare/1.6.0...1.6.1)

---
updated-dependencies:
- dependency-name: php-http/mock-client
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 03:26:32 +00:00
38b37cff35 Merge pull request #7751 from wallabag/dependabot/composer/phpstan-dependencies-84dde0209b
Bump phpstan/phpstan-symfony from 1.4.10 to 1.4.11 in the phpstan-dependencies group
2024-10-31 07:45:49 +01:00
91baac7e12 Bump doctrine/persistence from 3.3.3 to 3.4.0
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/doctrine/persistence/releases)
- [Commits](https://github.com/doctrine/persistence/compare/3.3.3...3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 03:12:29 +00:00
9cb711a6bb Bump phpstan/phpstan-symfony in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-symfony` from 1.4.10 to 1.4.11
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.10...1.4.11)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 03:11:54 +00:00
b74e0e2bfd Merge pull request #7745 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.17.2 2024-10-30 06:58:33 +01:00
55d702141d Merge pull request #7744 from wallabag/dependabot/composer/phpstan-dependencies-07f9393e01 2024-10-30 06:46:40 +01:00
c24b38d783 Bump php-amqplib/rabbitmq-bundle from 2.17.1 to 2.17.2
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.17.1...2.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-30 03:12:23 +00:00
9a99d627a3 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-30 03:11:30 +00:00
37838327ef Merge pull request #7741 from wallabag/dependabot/composer/jms/serializer-3.31.0 2024-10-29 06:30:01 +01:00
7ac05ba5a3 Merge pull request #7740 from wallabag/dependabot/composer/phpstan-dependencies-1058367ed1 2024-10-29 06:29:42 +01:00
f333274bbb Bump jms/serializer from 3.30.0 to 3.31.0
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.30.0 to 3.31.0.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.30.0...3.31.0)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 03:19:55 +00:00
96b610f59d Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 03:19:25 +00:00
1d1ceb0eca Merge pull request #7736 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.7.7 2024-10-28 06:24:03 +01:00
2cb1a8c7eb Merge pull request #7737 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.32.3 2024-10-28 06:23:40 +01:00
f38db27231 Merge pull request #7739 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.80.4
Bump sass-embedded from 1.80.3 to 1.80.4
2024-10-28 03:15:58 +00:00
b17a36fa8f Merge pull request #7738 from wallabag/dependabot/npm_and_yarn/babel-dependencies-fa0cf06e33
Bump the babel-dependencies group with 3 updates
2024-10-28 03:13:36 +00:00
605725bc7b Bump sass-embedded from 1.80.3 to 1.80.4
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.80.3 to 1.80.4.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.80.3...1.80.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 03:10:33 +00:00
e4b3e4fe00 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.25.8 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.8 to 7.25.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.9/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.25.8 to 7.26.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 03:10:12 +00:00
c377b482a0 Bump nelmio/api-doc-bundle from 4.32.2 to 4.32.3
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.32.2 to 4.32.3.
- [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.32.2...v4.32.3)

---
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-10-28 03:02:50 +00:00
9eea5ec81e Bump tecnickcom/tcpdf from 6.7.6 to 6.7.7
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.7.6 to 6.7.7.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.7.6...6.7.7)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 03:02:24 +00:00
910d4556af Merge pull request #7733 from wallabag/dependabot/npm_and_yarn/http-proxy-middleware-2.0.7
Bump http-proxy-middleware from 2.0.6 to 2.0.7
2024-10-25 08:29:21 +00:00
407d31ab14 Bump http-proxy-middleware from 2.0.6 to 2.0.7
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 08:25:50 +00:00
5656830b43 Merge pull request #7728 from wallabag/dependabot/composer/phpstan-dependencies-3384e103f0 2024-10-21 07:34:46 +02:00
fc4ffdaefc Merge pull request #7729 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.17.1 2024-10-21 07:34:30 +02:00
2884549ed4 Bump php-amqplib/rabbitmq-bundle from 2.17.0 to 2.17.1
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.17.0...2.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 02:14:01 +00:00
05165d11da Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.12.6 to 1.12.7
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.6...1.12.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 02:13:42 +00:00
20d2d17e8c Merge pull request #7727 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.80.3
Bump sass-embedded from 1.79.5 to 1.80.3
2024-10-21 02:05:58 +00:00
782cb0ce08 Bump sass-embedded from 1.79.5 to 1.80.3
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.79.5 to 1.80.3.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.79.5...1.80.3)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 02:02:57 +00:00
517d5ac23b Merge pull request #7723 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.32.2 2024-10-18 06:36:12 +02:00
ed7da06878 Merge pull request #7724 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.17.0 2024-10-18 06:17:41 +02:00
0d1c972865 Bump php-amqplib/rabbitmq-bundle from 2.16.0 to 2.17.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.16.0...2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-18 02:06:05 +00:00
b6dae4ca9d Bump nelmio/api-doc-bundle from 4.32.1 to 4.32.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.32.1 to 4.32.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.32.1...v4.32.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-10-18 02:05:42 +00:00
1f4f99b081 Merge pull request #7713 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.7.6
Bump tecnickcom/tcpdf from 6.7.5 to 6.7.6
2024-10-17 11:47:37 +02:00
e009b65149 Merge pull request #7720 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.32.1 2024-10-16 06:40:21 +02:00
b9457bd190 Bump nelmio/api-doc-bundle from 4.32.0 to 4.32.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.32.0 to 4.32.1.
- [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.32.0...v4.32.1)

---
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-10-16 02:48:17 +00:00
9da62d9ba4 Merge pull request #7719 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.79.5
Bump sass-embedded from 1.79.4 to 1.79.5
2024-10-14 02:29:06 +00:00
529e15801c Merge pull request #7718 from wallabag/dependabot/npm_and_yarn/babel-dependencies-8436404b45
Bump the babel-dependencies group with 3 updates
2024-10-14 02:26:22 +00:00
be3be71a9c Bump sass-embedded from 1.79.4 to 1.79.5
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.79.4 to 1.79.5.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.79.4...1.79.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 02:24:22 +00:00
30bc08753d Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.25.7 to 7.25.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 02:23:10 +00:00
ddd52a74b0 Merge pull request #7714 from wallabag/dependabot/composer/doctrine/common-3.4.5 2024-10-09 06:53:25 +02:00
214450e07a Bump doctrine/common from 3.4.4 to 3.4.5
Bumps [doctrine/common](https://github.com/doctrine/common) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/doctrine/common/releases)
- [Commits](https://github.com/doctrine/common/compare/3.4.4...3.4.5)

---
updated-dependencies:
- dependency-name: doctrine/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 02:18:23 +00:00
6940729f4a Merge pull request #7709 from wallabag/dependabot/npm_and_yarn/babel-dependencies-564ecea72e
Bump the babel-dependencies group with 3 updates
2024-10-07 04:44:43 +00:00
37d97df402 Merge pull request #7710 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-94a8b45519
Bump @fontsource/eb-garamond from 5.1.0 to 5.1.1 in the fontsource-dependencies group
2024-10-07 04:44:14 +00:00
09dc35fb05 Merge pull request #7712 from wallabag/dependabot/composer/phpstan-dependencies-bd9d886a27 2024-10-07 06:40:16 +02:00
50cd1e0544 Bump tecnickcom/tcpdf from 6.7.5 to 6.7.6
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.7.5 to 6.7.6.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.7.5...6.7.6)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 03:00:19 +00:00
e2aed839a0 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.12.5 to 1.12.6
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.5...1.12.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 03:00:01 +00:00
cfa7923a27 Merge pull request #7711 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.31.0
Bump eslint-plugin-import from 2.30.0 to 2.31.0
2024-10-07 02:23:58 +00:00
1033a10b59 Bump eslint-plugin-import from 2.30.0 to 2.31.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 02:16:17 +00:00
d8feea2665 Bump @fontsource/eb-garamond in the fontsource-dependencies group
Bumps the fontsource-dependencies group with 1 update: [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond).


Updates `@fontsource/eb-garamond` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

---
updated-dependencies:
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 02:16:03 +00:00
48817ee18e Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.25.2 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.1 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.25.4 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 02:15:42 +00:00
de9a5830e5 Merge pull request #7708 from wallabag/dependabot/composer/j0k3r/graby-site-config-1.0.192 2024-10-02 05:12:16 +02:00
4b6f86cc5c Bump j0k3r/graby-site-config from 1.0.191 to 1.0.192
Bumps [j0k3r/graby-site-config](https://github.com/j0k3r/graby-site-config) from 1.0.191 to 1.0.192.
- [Release notes](https://github.com/j0k3r/graby-site-config/releases)
- [Changelog](https://github.com/j0k3r/graby-site-config/blob/master/dallasnews.com.txt)
- [Commits](https://github.com/j0k3r/graby-site-config/compare/1.0.191...1.0.192)

---
updated-dependencies:
- dependency-name: j0k3r/graby-site-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 02:59:12 +00:00
4e30296e3f Merge pull request #7707 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.32.0
Bump nelmio/api-doc-bundle from 4.31.0 to 4.32.0
2024-10-01 10:38:47 +02:00
aae4326720 Merge pull request #7706 from wallabag/dependabot/composer/ergebnis/composer-normalize-2.44.0
Bump ergebnis/composer-normalize from 2.43.0 to 2.44.0
2024-10-01 10:23:46 +02:00
fa000cd0d1 Bump nelmio/api-doc-bundle from 4.31.0 to 4.32.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.31.0 to 4.32.0.
- [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.31.0...v4.32.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 02:26:27 +00:00
0c0a4e9d7e Bump ergebnis/composer-normalize from 2.43.0 to 2.44.0
Bumps [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) from 2.43.0 to 2.44.0.
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ergebnis/composer-normalize/compare/2.43.0...2.44.0)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 02:26:02 +00:00
ea3db4b386 Merge pull request #7705 from wallabag/dependabot/npm_and_yarn/webpack-5.95.0
Bump webpack from 5.94.0 to 5.95.0
2024-09-30 03:48:26 +00:00
9c0f819f62 Merge pull request #7704 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.79.4
Bump sass-embedded from 1.79.3 to 1.79.4
2024-09-30 03:46:35 +00:00
ae4686932d Bump webpack from 5.94.0 to 5.95.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 03:42:37 +00:00
d9caa582f4 Bump sass-embedded from 1.79.3 to 1.79.4
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.79.3 to 1.79.4.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.79.3...1.79.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 03:42:12 +00:00
69bc7ab226 Merge pull request #7699 from wallabag/dependabot/composer/phpstan-dependencies-4489ce6d75 2024-09-27 08:46:16 +02:00
50b67f76f2 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.12.4 to 1.12.5
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.4...1.12.5)

Updates `phpstan/phpstan-symfony` from 1.4.9 to 1.4.10
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.9...1.4.10)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 02:14:32 +00:00
e8ff4488d5 Merge pull request #7696 from wallabag/dependabot/composer/php-http/client-common-2.7.2 2024-09-25 06:37:43 +02:00
7626efcd51 Merge pull request #7695 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.31.0 2024-09-25 06:37:34 +02:00
1daa534f1a Bump php-http/client-common from 2.7.1 to 2.7.2
Bumps [php-http/client-common](https://github.com/php-http/client-common) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/php-http/client-common/releases)
- [Changelog](https://github.com/php-http/client-common/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/client-common/compare/2.7.1...2.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 02:07:22 +00:00
c57c8b92b3 Bump nelmio/api-doc-bundle from 4.30.0 to 4.31.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.30.0 to 4.31.0.
- [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.30.0...v4.31.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 02:06:57 +00:00
2e9e128e85 Merge pull request #7694 from wallabag/dependabot/composer/php-http/httplug-2.4.1 2024-09-24 05:10:55 +02:00
2fa1aa3305 Bump php-http/httplug from 2.4.0 to 2.4.1
Bumps [php-http/httplug](https://github.com/php-http/httplug) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/php-http/httplug/releases)
- [Changelog](https://github.com/php-http/httplug/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/httplug/compare/2.4.0...2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 02:59:42 +00:00
4a4aba6313 Merge pull request #7689 from wallabag/dependabot/npm_and_yarn/sass-loader-16.0.2
Bump sass-loader from 16.0.1 to 16.0.2
2024-09-23 02:59:48 +00:00
f6999769bc Bump sass-loader from 16.0.1 to 16.0.2
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.1 to 16.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v16.0.1...v16.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 02:54:43 +00:00
660a208f42 Merge pull request #7688 from wallabag/dependabot/npm_and_yarn/babel-dependencies-572c06e39c
Bump babel-loader from 9.1.3 to 9.2.1 in the babel-dependencies group
2024-09-23 02:53:35 +00:00
2793347df9 Merge pull request #7691 from wallabag/dependabot/npm_and_yarn/sass-embedded-1.79.3
Bump sass-embedded from 1.78.0 to 1.79.3
2024-09-23 02:52:47 +00:00
9a287ba113 Bump babel-loader from 9.1.3 to 9.2.1 in the babel-dependencies group
Bumps the babel-dependencies group with 1 update: [babel-loader](https://github.com/babel/babel-loader).


Updates `babel-loader` from 9.1.3 to 9.2.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 02:39:12 +00:00
5b016b6215 Merge pull request #7690 from wallabag/dependabot/npm_and_yarn/eslint-8.57.1
Bump eslint from 8.57.0 to 8.57.1
2024-09-23 02:37:58 +00:00
fd9b3e6dfb Bump sass-embedded from 1.78.0 to 1.79.3
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.78.0 to 1.79.3.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/embedded-host-node/compare/1.78.0...1.79.3)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 02:30:55 +00:00
91c2ef888c Bump eslint from 8.57.0 to 8.57.1
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 02:30:04 +00:00
79bc5826e4 Merge pull request #7686 from wallabag/dependabot/composer/phpstan-dependencies-3019260e31 2024-09-20 06:26:46 +02:00
e39b5be79a Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.3...1.12.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 02:14:03 +00:00
4fe0e86263 Merge pull request #7680 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.30.0 2024-09-16 05:13:50 +02:00
547abf3fc5 Merge pull request #7682 from wallabag/dependabot/npm_and_yarn/postcss-8.4.47
Bump postcss from 8.4.45 to 8.4.47
2024-09-16 02:42:45 +00:00
b2cc0b83ba Merge pull request #7681 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-5190f3e882
Bump the fontsource-dependencies group with 4 updates
2024-09-16 02:40:14 +00:00
654bda28c2 Bump postcss from 8.4.45 to 8.4.47
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.45 to 8.4.47.
- [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.4.45...8.4.47)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 02:37:35 +00:00
5eaaee5a3b Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.22 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.20 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.20 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.22 to 5.1.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 02:37:09 +00:00
2eb06f876e Bump nelmio/api-doc-bundle from 4.29.3 to 4.30.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.29.3 to 4.30.0.
- [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.29.3...v4.30.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 02:20:00 +00:00
2f1a9df2e0 Merge pull request #7678 from wallabag/dependabot/npm_and_yarn/express-4.20.0
Bump express from 4.19.2 to 4.20.0
2024-09-10 21:48:24 +00:00
9ae49cf285 Bump express from 4.19.2 to 4.20.0
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 20:16:57 +00:00
742f56b4ed Merge pull request #7677 from wallabag/dependabot/composer/twig/twig-3.11.1 2024-09-10 22:16:14 +02:00
38fd4543e3 Bump twig/twig from 3.11.0 to 3.11.1
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.11.0 to 3.11.1.
- [Changelog](https://github.com/twigphp/Twig/blob/v3.11.1/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 17:32:48 +00:00
637d8d3446 Merge pull request #7672 from wallabag/dependabot/composer/symfony-dependencies-0c0b56988a 2024-09-10 06:16:05 +02:00
571827fc4a Merge pull request #7673 from wallabag/dependabot/composer/phpstan-dependencies-2b7ff6b82c 2024-09-10 06:15:48 +02:00
1e89a53409 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.2...1.12.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 02:24:35 +00:00
242dbe32fa Bump the symfony-dependencies group with 2 updates
Bumps the symfony-dependencies group with 2 updates: [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) and [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81).


Updates `symfony/polyfill-php80` from 1.30.0 to 1.31.0
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.30.0...v1.31.0)

Updates `symfony/polyfill-php81` from 1.30.0 to 1.31.0
- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
- dependency-name: symfony/polyfill-php81
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 02:24:25 +00:00
784eecae9d Merge pull request #7669 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-5.1.0
Bump webpack-dev-server from 5.0.4 to 5.1.0
2024-09-09 07:02:39 +00:00
46d95711d9 Bump webpack-dev-server from 5.0.4 to 5.1.0
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 05:27:48 +00:00
b2e1c129f0 Merge pull request #7668 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-5e31b4cd1e
Bump the fontsource-dependencies group with 4 updates
2024-09-09 05:26:33 +00:00
d4b302d7c2 Merge pull request #7670 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.30.0
Bump eslint-plugin-import from 2.29.1 to 2.30.0
2024-09-09 05:26:02 +00:00
bb6cef041b Merge pull request #7671 from wallabag/dependabot/npm_and_yarn/postcss-8.4.45
Bump postcss from 8.4.43 to 8.4.45
2024-09-09 05:25:51 +00:00
d3c82da738 Bump postcss from 8.4.43 to 8.4.45
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.43 to 8.4.45.
- [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.4.43...8.4.45)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 02:50:26 +00:00
9fa9b57b99 Bump eslint-plugin-import from 2.29.1 to 2.30.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.30.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 02:49:53 +00:00
a1ceea5e75 Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.21 to 5.0.22
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.19 to 5.0.20
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.19 to 5.0.20
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.21 to 5.0.22
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 02:49:09 +00:00
0affa37098 Merge pull request #7666 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-09-06 12:14:22 +02:00
0518e8434c Translated using Weblate (Spanish)
Currently translated at 100.0% (599 of 599 strings)
2024-09-06 12:09:20 +02:00
8f086c9203 Merge pull request #7664 from wallabag/fix/graby-site-config-deps
Add `graby-site-config` as direct deps
2024-09-06 11:57:50 +02:00
4871bd4890 Merge pull request #7665 from wallabag/fix/update-sass
Use `sass-embedded` instead of `sass`
2024-09-06 11:35:42 +02:00
1b8960edc4 Merge pull request #7588 from KevinSJ/feat/filter-by-http-status
Add http_status filter to /api/entries
2024-09-06 09:34:34 +02:00
8470c9e799 Avoid error with deps analyzer 2024-09-06 09:24:09 +02:00
348c10ed73 Use sass-embedded instead of sass
Also upgrade `sass-loader` to latest version.
2024-09-06 09:21:20 +02:00
3e0e4959e4 Add graby-site-config as direct deps
So it'll get updated regularly by dependabot.
2024-09-06 09:08:00 +02:00
69c4db1c84 Merge pull request #7662 from wallabag/dependabot/composer/phpstan-dependencies-f7e23e4cc4 2024-09-06 06:46:51 +02:00
de56abf273 Merge pull request #7663 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.20.0 2024-09-06 06:46:33 +02:00
a51855a847 Bump enshrined/svg-sanitize from 0.19.0 to 0.20.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.19.0...0.20.0)

---
updated-dependencies:
- dependency-name: enshrined/svg-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 02:24:54 +00:00
fc85542481 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.12.1 to 1.12.2
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.1...1.12.2)

Updates `phpstan/phpstan-symfony` from 1.4.8 to 1.4.9
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.8...1.4.9)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 02:23:14 +00:00
d8194d710b Merge pull request #7661 from wallabag/dependabot/composer/phpstan-dependencies-14e30eb408 2024-09-05 07:05:17 +02:00
2ad5897052 Bump phpstan/extension-installer in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/extension-installer](https://github.com/phpstan/extension-installer).


Updates `phpstan/extension-installer` from 1.4.2 to 1.4.3
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](https://github.com/phpstan/extension-installer/compare/1.4.2...1.4.3)

---
updated-dependencies:
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 02:03:10 +00:00
f5b4b00c04 Merge pull request #7660 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.7.1 2024-09-04 07:21:55 +02:00
96f274c24c Merge pull request #7659 from wallabag/dependabot/composer/phpstan-dependencies-3d2399b291 2024-09-04 07:21:16 +02:00
756d9281ce Bump php-amqplib/php-amqplib from 3.7.0 to 3.7.1
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.7.0 to 3.7.1.
- [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.0...v3.7.1)

---
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>
2024-09-04 02:36:32 +00:00
22137bd2ab Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.12.0...1.12.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 02:36:11 +00:00
06cac687b0 Merge pull request #7654 from wallabag/dependabot/composer/phpstan-dependencies-a00264965b 2024-09-02 07:07:21 +02:00
8ac813c486 Merge pull request #7655 from wallabag/dependabot/composer/php-http/httplug-bundle-1.34.3 2024-09-02 07:07:06 +02:00
ba3a6b76e8 Merge pull request #7656 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.13.0 2024-09-02 07:06:40 +02:00
bb254b31b1 Merge pull request #7657 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.64.0 2024-09-02 07:06:24 +02:00
80f27a06ea Bump friendsofphp/php-cs-fixer from 3.63.2 to 3.64.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.63.2 to 3.64.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.63.2...v3.64.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-09-02 02:51:52 +00:00
ce09fddd50 Bump doctrine/doctrine-bundle from 2.12.0 to 2.13.0
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.12.0...2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 02:51:32 +00:00
3a9eb88194 Bump php-http/httplug-bundle from 1.34.0 to 1.34.3
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.34.0 to 1.34.3.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.34.0...1.34.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 02:51:17 +00:00
397e1369df Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 02:50:59 +00:00
6c9e677525 Merge pull request #7653 from wallabag/dependabot/npm_and_yarn/postcss-8.4.43
Bump postcss from 8.4.41 to 8.4.43
2024-09-02 02:40:49 +00:00
5a3cb69406 Bump postcss from 8.4.41 to 8.4.43
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.41 to 8.4.43.
- [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.4.41...8.4.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 02:37:12 +00:00
e88ace92ff Merge pull request #7648 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.63.2 2024-08-29 07:11:59 +02:00
5186ca2aaa Bump friendsofphp/php-cs-fixer from 3.63.1 to 3.63.2
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.63.1 to 3.63.2.
- [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.63.1...v3.63.2)

---
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>
2024-08-29 02:40:23 +00:00
430de6569a Merge pull request #7646 from wallabag/dependabot/composer/phpstan-dependencies-6ca2a64842 2024-08-28 06:20:20 +02:00
de47251de6 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.11 to 1.12.0
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.11...1.12.0)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 02:09:40 +00:00
bf7884eb95 Merge pull request #7642 from wallabag/dependabot/composer/phpstan-dependencies-71ce378b00
Bump phpstan/extension-installer from 1.4.1 to 1.4.2 in the phpstan-dependencies group
2024-08-27 06:06:04 +02:00
ec7a4b033b Merge pull request #7643 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.63.1
Bump friendsofphp/php-cs-fixer from 3.62.0 to 3.63.1
2024-08-27 06:05:40 +02:00
b6826ee4bb Bump friendsofphp/php-cs-fixer from 3.62.0 to 3.63.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.62.0 to 3.63.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.62.0...v3.63.1)

---
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-08-27 02:32:34 +00:00
a5546b9d3b Bump phpstan/extension-installer in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/extension-installer](https://github.com/phpstan/extension-installer).


Updates `phpstan/extension-installer` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](https://github.com/phpstan/extension-installer/compare/1.4.1...1.4.2)

---
updated-dependencies:
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 02:32:09 +00:00
e53dd0fd48 Merge pull request #7636 from wallabag/dependabot/composer/phpstan-dependencies-c2b3993ac4 2024-08-26 07:15:46 +02:00
89b53e5ce2 Merge pull request #7640 from wallabag/dependabot/npm_and_yarn/webpack-5.94.0
Bump webpack from 5.93.0 to 5.94.0
2024-08-26 02:38:32 +00:00
7e647957c2 Merge pull request #7641 from wallabag/dependabot/npm_and_yarn/micromatch-4.0.8
Bump micromatch from 4.0.5 to 4.0.8
2024-08-26 02:36:10 +00:00
2a95d23fa5 Bump webpack from 5.93.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 02:30:22 +00:00
3da7f33cfe Merge pull request #7638 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.9.1
Bump mini-css-extract-plugin from 2.9.0 to 2.9.1
2024-08-26 02:29:14 +00:00
43791d72b3 Bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 02:27:34 +00:00
c534dc4083 Merge pull request #7637 from wallabag/dependabot/npm_and_yarn/babel-dependencies-9786ebe015
Bump @babel/preset-env from 7.25.3 to 7.25.4 in the babel-dependencies group
2024-08-26 02:26:52 +00:00
7f52e4ae50 Bump mini-css-extract-plugin from 2.9.0 to 2.9.1
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 02:25:15 +00:00
0fbba60f05 Bump @babel/preset-env in the babel-dependencies group
Bumps the babel-dependencies group with 1 update: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/preset-env` from 7.25.3 to 7.25.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 02:23:52 +00:00
a0eb116dad Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 02:19:36 +00:00
f75ec35bda Merge pull request #7632 from wallabag/dependabot/composer/html2text/html2text-4.3.2 2024-08-21 05:34:28 +02:00
c1488817fa Merge pull request #7631 from wallabag/dependabot/composer/phpstan-dependencies-54a0b9eed3 2024-08-21 05:33:54 +02:00
711e2fe98e Bump html2text/html2text from 4.3.1 to 4.3.2
Bumps [html2text/html2text](https://github.com/mtibben/html2text) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/mtibben/html2text/releases)
- [Commits](https://github.com/mtibben/html2text/compare/4.3.1...4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 02:56:18 +00:00
645e1c6357 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 02:55:38 +00:00
f8aa9a0087 Merge pull request #7629 from wallabag/dependabot/composer/phpstan-dependencies-20bbd6f424 2024-08-20 08:11:09 +02:00
100bfd2f2c Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.10 to 1.11.11
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.10...1.11.11)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 02:42:31 +00:00
d109d6f6b2 Merge pull request #7599 from wallabag/dependabot/composer/sentry/sentry-symfony-5.0.1
Bump sentry/sentry-symfony from 4.14.0 to 5.0.1
2024-08-19 09:59:31 +02:00
71f5d2c47c Bump sentry/sentry-symfony from 4.14.0 to 5.0.1
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.14.0 to 5.0.1.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.14.0...5.0.1)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 05:18:23 +00:00
016abd683b Merge pull request #7622 from wallabag/upgrade-composer-dependency-analyser
Upgrade Composer dependency analyser
2024-08-19 07:17:43 +02:00
74acaa6d46 Merge pull request #7625 from wallabag/fix-sass-mixed-declaration-depreciation-notices
Fix Sass mixed declaration depreciation notices
2024-08-19 07:15:48 +02:00
a7e400053c Merge pull request #7627 from wallabag/dependabot/composer/scssphp/scssphp-1.13.0 2024-08-19 07:12:57 +02:00
2b5eb12be9 Merge pull request #7626 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.29.3 2024-08-19 07:12:37 +02:00
e163a6bd83 Merge pull request #7628 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-f35e088bb8
Bump the fontsource-dependencies group with 4 updates
2024-08-19 02:42:59 +00:00
420c83800f Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.20 to 5.0.21
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.18 to 5.0.19
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.18 to 5.0.19
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.20 to 5.0.21
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 02:39:37 +00:00
323c32d775 Bump scssphp/scssphp from 1.12.1 to 1.13.0
Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v1.12.1...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 02:25:45 +00:00
0a1c9859fd Bump nelmio/api-doc-bundle from 4.29.1 to 4.29.3
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.29.1 to 4.29.3.
- [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.29.1...v4.29.3)

---
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-08-19 02:25:14 +00:00
ae09aa0e42 Fix Sass mixed declaration depreciation notices
see https://sass-lang.com/documentation/breaking-changes/mixed-decls/
2024-08-18 18:39:22 +02:00
de83da4d18 Add SCSS files to .editorconfig 2024-08-18 18:37:45 +02:00
b11785e022 Upgrade Composer dependency analyser 2024-08-17 20:05:51 +02:00
6893d6b2cc Merge pull request #7609 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.62.0
Bump friendsofphp/php-cs-fixer from 3.59.3 to 3.62.0
2024-08-14 16:49:49 +02:00
c6a69e595c Fix CS 2024-08-14 16:39:36 +02:00
68f7e16f2c Merge pull request #7621 from wallabag/dependabot/composer/phpstan-dependencies-6b59fa53c1 2024-08-14 06:24:18 +02:00
68670e68be Bump phpstan/phpstan-symfony in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-symfony` from 1.4.7 to 1.4.8
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.7...1.4.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 02:03:37 +00:00
eaddfca7be Merge pull request #7587 from wallabag/dependabot/composer/guzzlehttp/psr7-2.7.0 2024-08-12 06:59:43 +02:00
39dd2faa18 Merge pull request #7615 from wallabag/dependabot/composer/twig-dependencies-cdedd15312 2024-08-12 06:56:59 +02:00
64e13a61f9 Merge pull request #7617 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.29.1 2024-08-12 06:56:30 +02:00
215d01fd2d Merge pull request #7619 from wallabag/dependabot/composer/phpstan-dependencies-e73660c1eb 2024-08-12 06:56:09 +02:00
6a4f1b3f7d Merge pull request #7590 from weblate/weblate-wallabag-messages 2024-08-12 06:55:52 +02:00
aacc471205 Translated using Weblate (Galician)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:54 +00:00
facc6869ee Translated using Weblate (Persian)
Currently translated at 100.0% (35 of 35 strings)
2024-08-12 02:12:54 +00:00
bc1b42eb25 Translated using Weblate (Persian)
Currently translated at 43.2% (259 of 599 strings)
2024-08-12 02:12:53 +00:00
cf73f65452 Translated using Weblate (Galician)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:52 +00:00
6fb7a061bc Translated using Weblate (Croatian)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:52 +00:00
6f6b7aa548 Translated using Weblate (Galician)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:51 +00:00
610b8af401 Translated using Weblate (Galician)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:51 +00:00
380730960a Translated using Weblate (French)
Currently translated at 100.0% (35 of 35 strings)
2024-08-12 02:12:50 +00:00
774b8523b5 Translated using Weblate (French)
Currently translated at 100.0% (599 of 599 strings)
2024-08-12 02:12:50 +00:00
2343bdfd18 Merge pull request #7620 from wallabag/dependabot/npm_and_yarn/postcss-8.4.41
Bump postcss from 8.4.40 to 8.4.41
2024-08-12 02:12:44 +00:00
441de90cb3 Bump postcss from 8.4.40 to 8.4.41
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.40 to 8.4.41.
- [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.4.40...8.4.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 02:09:03 +00:00
6746ab8658 Bump the phpstan-dependencies group across 1 directory with 3 updates
Bumps the phpstan-dependencies group with 3 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.11.7 to 1.11.10
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.7...1.11.10)

Updates `phpstan/phpstan-doctrine` from 1.4.8 to 1.5.0
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.8...1.5.0)

Updates `phpstan/phpstan-symfony` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.6...1.4.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 02:02:01 +00:00
fda710202e Bump nelmio/api-doc-bundle from 4.28.0 to 4.29.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.28.0 to 4.29.1.
- [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.28.0...v4.29.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 02:22:50 +00:00
258d8726b7 Bump the twig-dependencies group with 3 updates
Bumps the twig-dependencies group with 3 updates: [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle), [twig/string-extra](https://github.com/twigphp/string-extra) and [twig/twig](https://github.com/twigphp/Twig).


Updates `twig/extra-bundle` from 3.10.0 to 3.11.0
- [Commits](https://github.com/twigphp/twig-extra-bundle/compare/v3.10.0...v3.11.0)

Updates `twig/string-extra` from 3.10.0 to 3.11.0
- [Commits](https://github.com/twigphp/string-extra/compare/v3.10.0...v3.11.0)

Updates `twig/twig` from 3.10.3 to 3.11.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.10.3...v3.11.0)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
- dependency-name: twig/string-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 02:21:41 +00:00
bf329d34d8 Bump friendsofphp/php-cs-fixer from 3.59.3 to 3.62.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.59.3 to 3.62.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.59.3...v3.62.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-08-08 02:45:51 +00:00
75d0d45724 Merge pull request #7606 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.20
Bump autoprefixer from 10.4.19 to 10.4.20
2024-08-05 02:21:36 +00:00
7ffb8e8a00 Bump autoprefixer from 10.4.19 to 10.4.20
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.19 to 10.4.20.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 02:14:12 +00:00
c3c876918e Merge pull request #7605 from wallabag/dependabot/npm_and_yarn/babel-dependencies-8e26280890
Bump the babel-dependencies group with 2 updates
2024-08-05 02:13:04 +00:00
c6870e72ef Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.9 to 7.25.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core)

Updates `@babel/preset-env` from 7.25.0 to 7.25.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 02:09:35 +00:00
ede6a617a3 Merge pull request #7597 from wallabag/dependabot/npm_and_yarn/postcss-8.4.40
Bump postcss from 8.4.39 to 8.4.40
2024-07-29 02:28:16 +00:00
d4318338bc Merge pull request #7596 from wallabag/dependabot/npm_and_yarn/babel-dependencies-480d17b2ba
Bump the babel-dependencies group with 2 updates
2024-07-29 02:25:29 +00:00
23a6731a1d Bump postcss from 8.4.39 to 8.4.40
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.40.
- [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.4.39...8.4.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 02:22:29 +00:00
8df19540dd Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/eslint-parser` from 7.24.8 to 7.25.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.1/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.8 to 7.25.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 02:22:03 +00:00
fc14f86ae4 test: Add test for http_status filter 2024-07-24 20:19:25 +12:00
c42a4a308f feat: Implement http status filtering in entries API 2024-07-24 20:19:25 +12:00
7a635c3b5a Merge pull request #7589 from wallabag/dependabot/npm_and_yarn/babel-dependencies-de4de0465f
Bump @babel/core from 7.24.8 to 7.24.9 in the babel-dependencies group
2024-07-22 02:29:43 +00:00
51118e69a2 Bump @babel/core from 7.24.8 to 7.24.9 in the babel-dependencies group
Bumps the babel-dependencies group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core).


Updates `@babel/core` from 7.24.8 to 7.24.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 02:26:21 +00:00
c3848dde39 Bump guzzlehttp/psr7 from 2.6.2 to 2.7.0
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.7/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/2.6.2...2.7.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-19 02:26:59 +00:00
bdcafd0534 Merge pull request #7586 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-07-18 09:24:18 +02:00
05609e0894 Translated using Weblate (Turkish)
Currently translated at 100.0% (599 of 599 strings)
2024-07-18 06:09:21 +00:00
cbd4a7a8ec Translated using Weblate (Polish)
Currently translated at 100.0% (599 of 599 strings)
2024-07-18 06:09:20 +00:00
4712395b09 Merge pull request #7570 from KevinSJ/feature/tagging-rule-reset 2024-07-17 07:02:48 +02:00
02429059ec Merge pull request #7585 from wallabag/dependabot/composer/phpstan-dependencies-13e966caa5 2024-07-17 06:16:00 +02:00
1e22050184 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-doctrine` from 1.4.7 to 1.4.8
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.7...1.4.8)

Updates `phpstan/phpstan-symfony` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.5...1.4.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 02:53:31 +00:00
897aa1d309 Adding tests for tagging rules reset
Fix test: associate tagging rule with user config

Update src/Repository/TaggingRuleRepository.php

Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>

Update src/Controller/ConfigController.php

Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>

Update src/Repository/TaggingRuleRepository.php

Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
2024-07-16 11:24:09 +12:00
c65850050d Implement tagging rules reset
Adding tagging rule reset to templates

Adding messages to tagging rule reset

Adding translation for Traditional and Simplified Chinese
2024-07-16 11:24:09 +12:00
f78353910f Merge pull request #7583 from wallabag/fix/update-all-deps
Update all deps
2024-07-15 12:09:58 +02:00
fa32abc62b Update all deps
- lock `shipmonk/composer-dependency-analyser` because I don't know how to workaround the error
- update parameter PHPDoc for `UserMailer` following `TwigSwiftMailer` update
- migrate PHPUnit config using `--migrate-configuration`
2024-07-15 12:06:16 +02:00
bb1d97284f Merge pull request #7573 from wallabag/dependabot/npm_and_yarn/webpack-merge-6.0.1
Bump webpack-merge from 5.10.0 to 6.0.1
2024-07-15 12:01:04 +02:00
f7a38ec754 Bump webpack-merge from 5.10.0 to 6.0.1
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.10.0 to 6.0.1.
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.10.0...v6.0.1)

---
updated-dependencies:
- dependency-name: webpack-merge
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:54:37 +00:00
2c58fcad51 Merge pull request #7373 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-5.0.4
Bump webpack-dev-server from 4.15.1 to 5.0.4
2024-07-15 11:53:28 +02:00
a4b9ff66d3 Bump webpack-dev-server from 4.15.1 to 5.0.4
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.0.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.4)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:48:12 +00:00
81a69f0daa Merge pull request #7579 from wallabag/dependabot/npm_and_yarn/webpack-5.93.0
Bump webpack from 5.92.1 to 5.93.0
2024-07-15 09:20:06 +00:00
3ea96cf2d0 Merge pull request #7574 from wallabag/dependabot/npm_and_yarn/highlight.js-11.10.0
Bump highlight.js from 11.9.0 to 11.10.0
2024-07-15 11:17:15 +02:00
a707da0634 Merge pull request #7571 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-2.2.0
Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
2024-07-15 11:16:53 +02:00
dc86bd0d16 Merge pull request #7575 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.7.0
Bump php-amqplib/php-amqplib from 3.6.2 to 3.7.0
2024-07-15 11:16:29 +02:00
dafcc1c427 Merge pull request #7580 from wallabag/dependabot/npm_and_yarn/sass-1.77.8
Bump sass from 1.77.6 to 1.77.8
2024-07-15 09:14:31 +00:00
546fedbaa8 Merge pull request #7578 from wallabag/dependabot/npm_and_yarn/babel-dependencies-0af46cd4ec
Bump the babel-dependencies group with 3 updates
2024-07-15 09:11:41 +00:00
bdaf90a2df Bump webpack from 5.92.1 to 5.93.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:03:29 +00:00
089912e5b8 Bump highlight.js from 11.9.0 to 11.10.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.9.0 to 11.10.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.9.0...11.10.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:02:38 +00:00
76d4495e56 Bump sass from 1.77.6 to 1.77.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.6 to 1.77.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.6...1.77.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:02:32 +00:00
99f061bad0 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.7 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:01:43 +00:00
a201997121 Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:01:08 +00:00
0d4edd98d1 Bump php-amqplib/php-amqplib from 3.6.2 to 3.7.0
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.6.2 to 3.7.0.
- [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.6.2...v3.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:01:07 +00:00
7d74da0b1f Merge pull request #7581 from wallabag/dependabot/composer/phpstan-dependencies-993db396dc
Bump the phpstan-dependencies group across 1 directory with 2 updates
2024-07-15 10:59:42 +02:00
e9992dcc2a Bump the phpstan-dependencies group across 1 directory with 2 updates
Bumps the phpstan-dependencies group with 2 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan` from 1.11.6 to 1.11.7
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.6...1.11.7)

Updates `phpstan/phpstan-doctrine` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.5...1.4.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 08:53:23 +00:00
89252f39c9 Merge pull request #7577 from wallabag/fix/tests
Fix tests
2024-07-15 10:52:32 +02:00
d5d6b6861e Fix tests 2024-07-15 10:32:01 +02:00
910132fe72 Fix tests
Looks like lemonde.fr doesn't work anymore in wallabag for test.
Switching to an other great media.

Also update site configs.
2024-07-12 17:08:40 +02:00
85585e19eb Merge pull request #7568 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-07-04 15:27:35 +02:00
8d777f7a99 Translated using Weblate (Arabic)
Currently translated at 100.0% (7 of 7 strings)
2024-07-04 15:23:53 +02:00
2f74e6b5d6 Translated using Weblate (Arabic)
Currently translated at 100.0% (7 of 7 strings)
2024-07-04 08:09:18 +00:00
889885a4de Translated using Weblate (Arabic)
Currently translated at 100.0% (6 of 6 strings)
2024-07-04 08:09:17 +00:00
c68cd99e37 Merge pull request #7563 from wallabag/dependabot/composer/phpstan-dependencies-5baac09a44 2024-07-03 06:11:09 +02:00
ff240050a4 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.4...1.4.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 02:37:21 +00:00
527f8b6cc4 Merge pull request #7562 from wallabag/dependabot/composer/phpstan-dependencies-95fb1eb00f 2024-07-02 07:13:31 +02:00
7d6f231993 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.5 to 1.11.6
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.5...1.11.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 02:22:17 +00:00
b17a2cc27e Merge pull request #7560 from wallabag/dependabot/composer/phpstan-dependencies-bd168cf960 2024-07-01 06:10:14 +02:00
c06fcedc00 Merge pull request #7561 from wallabag/dependabot/npm_and_yarn/postcss-8.4.39
Bump postcss from 8.4.38 to 8.4.39
2024-07-01 03:01:57 +00:00
df7cecf10b Bump postcss from 8.4.38 to 8.4.39
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.39.
- [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.4.38...8.4.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 02:58:50 +00:00
c0dfb443e5 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.3...1.4.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 02:09:10 +00:00
e43a028a45 Merge pull request #7559 from wallabag/dependabot/composer/doctrine/orm-2.19.6 2024-06-28 05:02:27 +01:00
8afe72516a Merge pull request #7558 from wallabag/dependabot/composer/doctrine/dbal-3.8.6 2024-06-28 05:02:09 +01:00
0fd30e6442 Merge pull request #7557 from weblate/weblate-wallabag-messages 2024-06-28 05:01:53 +01:00
5cecc4b827 Bump doctrine/orm from 2.19.5 to 2.19.6
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.5 to 2.19.6.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.5...2.19.6)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 02:09:55 +00:00
77cd9fd696 Bump doctrine/dbal from 3.8.5 to 3.8.6
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.5 to 3.8.6.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.5...3.8.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-28 02:09:43 +00:00
88e3a98698 Translated using Weblate (Spanish)
Currently translated at 100.0% (35 of 35 strings)
2024-06-27 22:09:22 +00:00
0bd5024528 Merge pull request #7556 from wallabag/dependabot/composer/phpstan-dependencies-fc40c0a526 2024-06-27 05:28:56 +01:00
d7e8181ba4 Bump phpstan/phpstan-symfony in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-symfony` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.4...1.4.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 02:35:24 +00:00
13e2b94c5e Merge pull request #7554 from wallabag/dependabot/composer/stof/doctrine-extensions-bundle-1.12.0 2024-06-26 05:06:45 +01:00
6c59535110 Bump stof/doctrine-extensions-bundle from 1.11.0 to 1.12.0
Bumps [stof/doctrine-extensions-bundle](https://github.com/stof/StofDoctrineExtensionsBundle) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/stof/StofDoctrineExtensionsBundle/releases)
- [Changelog](https://github.com/stof/StofDoctrineExtensionsBundle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stof/StofDoctrineExtensionsBundle/compare/v1.11.0...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 02:16:37 +00:00
fc6c24631c Merge pull request #7551 from wallabag/dependabot/composer/nelmio/cors-bundle-2.5.0 2024-06-25 05:18:00 +01:00
cff1608bcb Bump nelmio/cors-bundle from 2.4.0 to 2.5.0
Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/nelmio/NelmioCorsBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioCorsBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioCorsBundle/compare/2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: nelmio/cors-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 02:26:13 +00:00
04fabd91b3 Merge pull request #7549 from wallabag/dependabot/npm_and_yarn/jr-qrcode-1.2.1
Bump jr-qrcode from 1.1.4 to 1.2.1
2024-06-24 02:10:19 +00:00
260f029001 Merge pull request #7548 from wallabag/dependabot/npm_and_yarn/webpack-5.92.1
Bump webpack from 5.92.0 to 5.92.1
2024-06-24 02:07:58 +00:00
47b39db03e Merge pull request #7547 from wallabag/dependabot/npm_and_yarn/sass-1.77.6
Bump sass from 1.77.5 to 1.77.6
2024-06-24 02:05:48 +00:00
578ce7741f Bump jr-qrcode from 1.1.4 to 1.2.1
Bumps [jr-qrcode](https://github.com/diamont1001/jrQrcode) from 1.1.4 to 1.2.1.
- [Changelog](https://github.com/diamont1001/jrQrcode/blob/master/History.md)
- [Commits](https://github.com/diamont1001/jrQrcode/compare/1.1.4...1.2.1)

---
updated-dependencies:
- dependency-name: jr-qrcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 02:02:56 +00:00
93d5f92ca7 Bump webpack from 5.92.0 to 5.92.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.92.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.92.0...v5.92.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 02:02:47 +00:00
61693710d0 Bump sass from 1.77.5 to 1.77.6
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.5 to 1.77.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.5...1.77.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 02:02:07 +00:00
c5aa9de966 Merge pull request #7546 from wallabag/dependabot/composer/doctrine/persistence-3.3.3 2024-06-21 07:13:44 +01:00
4a98af5562 Bump doctrine/persistence from 3.3.2 to 3.3.3
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/doctrine/persistence/releases)
- [Commits](https://github.com/doctrine/persistence/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: doctrine/persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 02:34:37 +00:00
5da3772f3b Merge pull request #7545 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.28.0 2024-06-20 04:58:43 +01:00
d36ff418f0 Merge pull request #7544 from wallabag/dependabot/composer/symfony-dependencies-772afc958c 2024-06-20 04:57:41 +01:00
9de2d71696 Bump nelmio/api-doc-bundle from 4.27.0 to 4.28.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.27.0 to 4.28.0.
- [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.27.0...v4.28.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 02:58:21 +00:00
3ef3274251 Bump the symfony-dependencies group with 2 updates
Bumps the symfony-dependencies group with 2 updates: [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) and [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81).


Updates `symfony/polyfill-php80` from 1.29.0 to 1.30.0
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.29.0...v1.30.0)

Updates `symfony/polyfill-php81` from 1.29.0 to 1.30.0
- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
- dependency-name: symfony/polyfill-php81
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 02:58:01 +00:00
f7579e5b93 Merge pull request #7543 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.19.0 2024-06-19 06:26:05 +01:00
d2e573b394 Bump enshrined/svg-sanitize from 0.18.0 to 0.19.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.18.0...0.19.0)

---
updated-dependencies:
- dependency-name: enshrined/svg-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 02:27:35 +00:00
57baf24c27 Merge pull request #7542 from wallabag/dependabot/npm_and_yarn/ws-8.17.1
Bump ws from 8.16.0 to 8.17.1
2024-06-18 04:40:14 +00:00
3bad888c72 Bump ws from 8.16.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 04:27:20 +00:00
a1ae6eacbd Merge pull request #7536 from wallabag/dependabot/npm_and_yarn/sass-1.77.5
Bump sass from 1.77.4 to 1.77.5
2024-06-18 04:26:37 +00:00
0fb61128da Merge pull request #7541 from wallabag/dependabot/composer/php-http/httplug-bundle-1.34.0 2024-06-18 05:26:09 +01:00
188db6fe33 Merge pull request #7540 from wallabag/dependabot/composer/phpstan-dependencies-27a4eed555 2024-06-18 05:25:53 +01:00
3c180c96d2 Merge pull request #7538 from wallabag/dependabot/composer/ergebnis/composer-normalize-2.43.0 2024-06-18 05:24:56 +01:00
dacf61fdb3 Merge pull request #7534 from weblate/weblate-wallabag-messages 2024-06-18 05:24:30 +01:00
ebf32b47fd Bump php-http/httplug-bundle from 1.33.1 to 1.34.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.33.1...1.34.0)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 02:07:18 +00:00
de38ef0316 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.4 to 1.11.5
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.4...1.11.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 02:06:41 +00:00
8ac998958a Merge branch 'master' into dependabot/composer/ergebnis/composer-normalize-2.43.0 2024-06-17 12:20:03 +02:00
dff48e203a Translated using Weblate (Chinese (Traditional))
Currently translated at 97.8% (584 of 597 strings)
2024-06-17 11:57:42 +02:00
85f42b9ab8 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (35 of 35 strings)
2024-06-17 11:57:42 +02:00
0f08f3a234 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (35 of 35 strings)
2024-06-17 11:57:41 +02:00
0a48269fb3 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (596 of 597 strings)
2024-06-17 11:57:41 +02:00
d687e1a697 Merge pull request #7537 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.59.3
Bump friendsofphp/php-cs-fixer from 3.58.1 to 3.59.3
2024-06-17 11:57:10 +02:00
264e93ef20 Bump ergebnis/composer-normalize from 2.42.0 to 2.43.0
Bumps [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) from 2.42.0 to 2.43.0.
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ergebnis/composer-normalize/compare/2.42.0...2.43.0)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 02:52:23 +00:00
18654d4b65 Bump friendsofphp/php-cs-fixer from 3.58.1 to 3.59.3
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.58.1 to 3.59.3.
- [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.58.1...v3.59.3)

---
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-06-17 02:52:14 +00:00
9fdb878e3c Merge pull request #7535 from wallabag/dependabot/npm_and_yarn/webpack-5.92.0
Bump webpack from 5.91.0 to 5.92.0
2024-06-17 02:44:23 +00:00
8115249377 Bump sass from 1.77.4 to 1.77.5
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.4...1.77.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 02:41:03 +00:00
b23b5d0abc Bump webpack from 5.91.0 to 5.92.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 02:40:34 +00:00
b82fc32a42 Merge pull request #7533 from wallabag/dependabot/composer/doctrine/dbal-3.8.5 2024-06-14 06:51:42 +02:00
22d06472c5 Merge pull request #7532 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.27.0 2024-06-14 06:51:14 +02:00
5a1140d6c1 Bump doctrine/dbal from 3.8.4 to 3.8.5
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.4...3.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 02:57:57 +00:00
b9d364dfaf Bump nelmio/api-doc-bundle from 4.26.2 to 4.27.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.26.2 to 4.27.0.
- [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.26.2...v4.27.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 02:57:46 +00:00
1a90dee404 Merge pull request #7528 from wallabag/dependabot/npm_and_yarn/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3
2024-06-11 02:21:09 +00:00
f371593316 Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 02:15:55 +00:00
bfb0d8ec1b Merge pull request #7527 from wallabag/dependabot/composer/phpstan-dependencies-28a5afa520 2024-06-11 04:15:26 +02:00
203f6ad6d0 Bump phpstan/extension-installer in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/extension-installer](https://github.com/phpstan/extension-installer).


Updates `phpstan/extension-installer` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](https://github.com/phpstan/extension-installer/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 02:08:51 +00:00
7ef724ce7a Merge pull request #7525 from wallabag/dependabot/composer/phpstan-dependencies-083f869384 2024-06-10 06:23:25 +02:00
2b24acbdf1 Merge pull request #7526 from wallabag/dependabot/npm_and_yarn/babel-dependencies-7480582620
Bump the babel-dependencies group with 3 updates
2024-06-10 02:56:45 +00:00
8e6be26020 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.6 to 7.24.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.6 to 7.24.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.6 to 7.24.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 02:53:33 +00:00
f220727096 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-doctrine` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.1...1.4.3)

Updates `phpstan/phpstan-symfony` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.3...1.4.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 02:23:57 +00:00
a8b32d5649 Merge pull request #7524 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-06-09 13:21:36 +02:00
3e4e600925 Translated using Weblate (Turkish)
Currently translated at 100.0% (35 of 35 strings)
2024-06-09 09:09:19 +02:00
d013992b21 Merge pull request #7521 from wallabag/dependabot/composer/phpstan-dependencies-ec7da5bd3e 2024-06-07 06:13:30 +02:00
29e3b5c6cc Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/extension-installer](https://github.com/phpstan/extension-installer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/extension-installer` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](https://github.com/phpstan/extension-installer/compare/1.3.1...1.4.0)

Updates `phpstan/phpstan` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.3...1.11.4)

---
updated-dependencies:
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-07 02:37:09 +00:00
8736d88bb3 Merge pull request #7519 from weblate/weblate-wallabag-messages 2024-06-05 22:13:29 +02:00
336e83617b Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (7 of 7 strings)
2024-06-05 19:09:18 +00:00
bf4bdde72e Translated using Weblate (Croatian)
Currently translated at 100.0% (35 of 35 strings)
2024-06-05 19:09:17 +00:00
8f4b5181bb Merge pull request #7516 from wallabag/dependabot/composer/phpstan-dependencies-3fc8ae98df 2024-06-03 06:19:22 +02:00
74e6a9f169 Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.2...1.11.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 02:59:46 +00:00
4f4c021e7e Merge pull request #7515 from wallabag/dependabot/npm_and_yarn/sass-1.77.4
Bump sass from 1.77.2 to 1.77.4
2024-06-03 02:18:35 +00:00
d0f33d4ecb Bump sass from 1.77.2 to 1.77.4
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.2...1.77.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 02:15:20 +00:00
58492144f8 Merge pull request #7514 from wallabag/dependabot/composer/phpstan-dependencies-12bcfa9bfc 2024-05-31 06:39:03 +02:00
14ca35141d Bump phpstan/phpstan-symfony in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan-symfony` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.1...1.4.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 02:58:50 +00:00
5b1e664a9e Merge pull request #7513 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.26.2 2024-05-30 05:56:45 +02:00
b377fb81e8 Merge pull request #7512 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.58.1 2024-05-30 05:56:18 +02:00
4f1d5ec5ce Bump nelmio/api-doc-bundle from 4.26.1 to 4.26.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.26.1 to 4.26.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.26.1...v4.26.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-05-30 02:43:08 +00:00
3265913cb9 Bump friendsofphp/php-cs-fixer from 3.58.0 to 3.58.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.58.0 to 3.58.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.58.0...v3.58.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>
2024-05-30 02:42:38 +00:00
830e41f9b5 Merge pull request #7507 from wallabag/dependabot/composer/phpstan-dependencies-061ff9ac49 2024-05-29 06:56:15 +02:00
90f8a72fb7 Merge pull request #7508 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.58.0 2024-05-29 06:55:59 +02:00
edc346fc5d Merge pull request #7509 from wallabag/dependabot/composer/dama/doctrine-test-bundle-8.2.0 2024-05-29 06:55:42 +02:00
ce5822f9b5 Merge pull request #7510 from weblate/weblate-wallabag-messages 2024-05-29 06:55:23 +02:00
093674d4d7 Translated using Weblate (Galician)
Currently translated at 100.0% (597 of 597 strings)
2024-05-29 06:09:21 +02:00
7a88b1b0f4 Bump dama/doctrine-test-bundle from 8.1.0 to 8.2.0
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases)
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: dama/doctrine-test-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 02:37:32 +00:00
2612e46c67 Bump friendsofphp/php-cs-fixer from 3.57.2 to 3.58.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.57.2 to 3.58.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.57.2...v3.58.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-05-29 02:37:12 +00:00
799c5eeff8 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 02:36:33 +00:00
0b3a35c2cc Merge pull request #7506 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.6.1 2024-05-28 05:25:53 +02:00
ef668e26da Merge pull request #7505 from wallabag/dependabot/composer/php-http/httplug-bundle-1.33.1 2024-05-28 05:25:35 +02:00
ed27038899 Bump doctrine/doctrine-fixtures-bundle from 3.6.0 to 3.6.1
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.6.0...3.6.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28 02:33:20 +00:00
3db22f2a84 Bump php-http/httplug-bundle from 1.33.0 to 1.33.1
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.33.0 to 1.33.1.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.33.0...1.33.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-28 02:32:51 +00:00
da14fed304 Merge pull request #7498 from wallabag/dependabot/npm_and_yarn/babel-dependencies-04f6d36024
Bump the babel-dependencies group with 3 updates
2024-05-27 07:57:56 +00:00
051de9a742 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.5 to 7.24.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.5 to 7.24.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.6/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.5 to 7.24.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 07:54:40 +00:00
f1b18eedba Merge pull request #7500 from wallabag/dependabot/npm_and_yarn/css-loader-7.1.2
Bump css-loader from 7.1.1 to 7.1.2
2024-05-27 07:52:27 +00:00
43b7ac39d0 Merge pull request #7499 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-5.0.1
Bump stylelint-webpack-plugin from 5.0.0 to 5.0.1
2024-05-27 07:49:57 +00:00
b3e3f98198 Merge pull request #7501 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-4.2.0
Bump eslint-webpack-plugin from 4.1.0 to 4.2.0
2024-05-27 07:47:40 +00:00
0d1e3d8aa9 Bump css-loader from 7.1.1 to 7.1.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v7.1.1...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 07:44:08 +00:00
c4db20a285 Bump stylelint-webpack-plugin from 5.0.0 to 5.0.1
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 07:44:05 +00:00
dc44719acf Bump eslint-webpack-plugin from 4.1.0 to 4.2.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 07:43:08 +00:00
788b714acb Merge pull request #7497 from wallabag/dependabot/composer/phpstan-dependencies-d8414a1100
Bump the phpstan-dependencies group with 2 updates
2024-05-27 09:41:28 +02:00
726a6e9595 Update site config to fix test 2024-05-27 09:36:36 +02:00
1587745687 Bump the phpstan-dependencies group with 2 updates
Bumps the phpstan-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.1...1.11.2)

Updates `phpstan/phpstan-symfony` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 02:42:01 +00:00
fce293c651 Merge pull request #7494 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-05-24 10:16:24 +02:00
52493bb396 Translated using Weblate (Galician)
Currently translated at 100.0% (35 of 35 strings)
2024-05-24 08:09:19 +00:00
774e3220b6 Translated using Weblate (Polish)
Currently translated at 100.0% (35 of 35 strings)
2024-05-24 08:09:18 +00:00
29ccebb1c9 Merge pull request #7491 from AlexanderS/feature/share-linkding
Add sharing to linkding
2024-05-23 09:10:07 +02:00
05f6b4009f Merge pull request #7492 from wallabag/dependabot/composer/dama/doctrine-test-bundle-8.1.0 2024-05-22 05:42:20 +02:00
8444d3c4cd ---
updated-dependencies:
- dependency-name: dama/doctrine-test-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 02:15:04 +00:00
2c8702954d Add sharing to linkding 2024-05-21 20:57:20 +02:00
21a6a66337 Merge pull request #7490 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.57.2 2024-05-21 07:25:55 +02:00
140b2addf2 ---
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>
2024-05-21 02:09:23 +00:00
c67b2e4064 Merge pull request #7489 from wallabag/dependabot/npm_and_yarn/sass-1.77.2
Bump sass from 1.77.1 to 1.77.2
2024-05-20 02:08:20 +00:00
4700211e57 Bump sass from 1.77.1 to 1.77.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.1 to 1.77.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.1...1.77.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 02:04:48 +00:00
0f117b0595 Merge pull request #7487 from wallabag/dependabot/composer/twig-dependencies-8b57e44bb7 2024-05-17 06:29:10 +02:00
c7e5755563 Bump twig/twig from 3.10.2 to 3.10.3 in the twig-dependencies group
Bumps the twig-dependencies group with 1 update: [twig/twig](https://github.com/twigphp/Twig).


Updates `twig/twig` from 3.10.2 to 3.10.3
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.10.2...v3.10.3)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17 02:54:00 +00:00
7b7a6055d5 Merge pull request #7486 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.57.1 2024-05-16 07:41:21 +02:00
0b80a3dcb6 Merge pull request #7485 from wallabag/dependabot/composer/phpstan-dependencies-8f070ccf0b 2024-05-16 07:00:54 +02:00
20ef8f9b4e Bump friendsofphp/php-cs-fixer from 3.56.1 to 3.57.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.56.1 to 3.57.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.56.1...v3.57.1)

---
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-05-16 02:59:12 +00:00
5b3e1d75ba Bump phpstan/phpstan in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `phpstan/phpstan` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 02:58:49 +00:00
0615d97faa Merge pull request #7480 from wallabag/dependabot/composer/doctrine/doctrine-migrations-bundle-3.3.1 2024-05-15 05:12:07 +02:00
e2a289e1a1 Merge pull request #7479 from wallabag/dependabot/composer/twig-dependencies-f1bd142381 2024-05-15 05:11:06 +02:00
6bc043a1f2 Bump doctrine/doctrine-migrations-bundle from 3.3.0 to 3.3.1
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineMigrationsBundle/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 02:14:57 +00:00
35db5e15e1 Bump twig/twig from 3.10.1 to 3.10.2 in the twig-dependencies group
Bumps the twig-dependencies group with 1 update: [twig/twig](https://github.com/twigphp/Twig).


Updates `twig/twig` from 3.10.1 to 3.10.2
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.10.1...v3.10.2)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 02:14:24 +00:00
a5a4a89829 Merge pull request #7464 from voltagex-forks/openapi-json
Enable Swagger JSON output in routing.yml
2024-05-14 11:31:26 +02:00
94f50639d4 Merge pull request #7476 from wallabag/dependabot/composer/phpstan-dependencies-fe4d39c02b
Bump the phpstan-dependencies group with 4 updates
2024-05-14 08:59:11 +02:00
c62a9c7890 Bump the phpstan-dependencies group with 4 updates
Bumps the phpstan-dependencies group with 4 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.10.67 to 1.11.0
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.67...1.11.0)

Updates `phpstan/phpstan-doctrine` from 1.3.69 to 1.4.0
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.69...1.4.0)

Updates `phpstan/phpstan-phpunit` from 1.3.16 to 1.4.0
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.16...1.4.0)

Updates `phpstan/phpstan-symfony` from 1.3.12 to 1.4.0
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.12...1.4.0)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-14 02:32:53 +00:00
b875d920fb Merge pull request #7473 from wallabag/dependabot/composer/twig-dependencies-cbfbc4c733 2024-05-13 06:38:42 +02:00
5071d53f8b Merge pull request #7474 from wallabag/dependabot/composer/psr/http-factory-1.1.0 2024-05-13 06:36:02 +02:00
6688f26c8d Bump the twig-dependencies group with 3 updates
Bumps the twig-dependencies group with 3 updates: [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle), [twig/string-extra](https://github.com/twigphp/string-extra) and [twig/twig](https://github.com/twigphp/Twig).


Updates `twig/extra-bundle` from 3.9.3 to 3.10.0
- [Commits](https://github.com/twigphp/twig-extra-bundle/compare/v3.9.3...v3.10.0)

Updates `twig/string-extra` from 3.9.0 to 3.10.0
- [Commits](https://github.com/twigphp/string-extra/compare/v3.9.0...v3.10.0)

Updates `twig/twig` from 3.9.3 to 3.10.1
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.9.3...v3.10.1)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
- dependency-name: twig/string-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 04:33:28 +00:00
81c2a647a9 Merge pull request #7475 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.56.1 2024-05-13 06:32:37 +02:00
cc9b7ec513 Bump friendsofphp/php-cs-fixer from 3.55.0 to 3.56.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.55.0 to 3.56.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.55.0...v3.56.1)

---
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-05-13 02:41:31 +00:00
09f010d45a Bump psr/http-factory from 1.0.2 to 1.1.0
Bumps [psr/http-factory](https://github.com/php-fig/http-factory) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/php-fig/http-factory/releases)
- [Commits](https://github.com/php-fig/http-factory/compare/1.0.2...1.1.0)

---
updated-dependencies:
- dependency-name: psr/http-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 02:41:19 +00:00
fae3aff3a1 Merge pull request #7472 from wallabag/dependabot/npm_and_yarn/sass-1.77.1
Bump sass from 1.76.0 to 1.77.1
2024-05-13 02:23:33 +00:00
920b2e1fa0 Bump sass from 1.76.0 to 1.77.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.76.0 to 1.77.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.76.0...1.77.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 02:20:11 +00:00
ccfbbe346e Merge pull request #7465 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.55.0 2024-05-06 05:05:05 +02:00
e66d0803a4 Merge pull request #7467 from wallabag/dependabot/npm_and_yarn/sass-1.76.0
Bump sass from 1.75.0 to 1.76.0
2024-05-06 03:00:18 +00:00
ab999b29c5 Merge pull request #7466 from wallabag/dependabot/npm_and_yarn/babel-dependencies-983e34f9e2
Bump the babel-dependencies group with 3 updates
2024-05-06 02:57:47 +00:00
5f77b48415 Bump sass from 1.75.0 to 1.76.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.75.0...1.76.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 02:52:34 +00:00
e54051595b Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.4 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.1 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.4 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 02:51:37 +00:00
6d4b071cfa Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.54.0 to 3.55.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.54.0...v3.55.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-05-06 02:51:33 +00:00
0fc764c385 Enable Swagger JSON output in routing.yml
Fixes #7462
2024-05-05 18:16:36 +10:00
fb87aecec4 Merge pull request #7459 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.6.0 2024-05-03 06:34:56 +02:00
4632580598 Bump doctrine/doctrine-fixtures-bundle from 3.5.1 to 3.6.0
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.5.1...3.6.0)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 02:40:43 +00:00
93356a185f Merge pull request #7458 from wallabag/dependabot/composer/doctrine/orm-2.19.5 2024-05-02 06:32:44 +02:00
297aeead5e Bump doctrine/orm from 2.19.4 to 2.19.5
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.4 to 2.19.5.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.4...2.19.5)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 02:13:05 +00:00
8968a08659 Merge pull request #7455 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-2.1.0 2024-04-30 08:39:53 +02:00
7500a5f21a Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 02:13:08 +00:00
5cfd0a89cf Merge pull request #7452 from wallabag/dependabot/composer/doctrine/dbal-3.8.4 2024-04-26 06:42:38 +02:00
e168f83d54 Bump doctrine/dbal from 3.8.3 to 3.8.4
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.3...3.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 02:16:06 +00:00
24ef8ec7cb Merge pull request #7450 from wallabag/dependabot/composer/shipmonk/composer-dependency-analyser-1.5.3 2024-04-23 07:21:11 +02:00
0b261af754 Bump shipmonk/composer-dependency-analyser from 1.5.2 to 1.5.3
Bumps [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](https://github.com/shipmonk-rnd/composer-dependency-analyser/compare/1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 02:02:00 +00:00
d905374531 Merge pull request #7448 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.7.5 2024-04-22 06:33:39 +02:00
cc3e661105 Merge pull request #7447 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.26.1 2024-04-22 06:29:15 +02:00
1f07051424 Merge pull request #7444 from wallabag/dependabot/composer/twig-dependencies-74750be441 2024-04-22 06:29:00 +02:00
4dc6b2349e Merge pull request #7445 from wallabag/dependabot/composer/phpstan-dependencies-532d29e411 2024-04-22 06:28:35 +02:00
1f979c8179 Merge pull request #7443 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.54.0 2024-04-22 06:28:19 +02:00
3c88a303e0 Merge pull request #7442 from wallabag/dependabot/composer/shipmonk/composer-dependency-analyser-1.5.2 2024-04-22 06:28:02 +02:00
bc6dff0a23 Bump tecnickcom/tcpdf from 6.6.5 to 6.7.5
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.6.5 to 6.7.5.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/commits/6.7.5)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 02:50:28 +00:00
b927a32dad Bump nelmio/api-doc-bundle from 4.25.3 to 4.26.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.25.3 to 4.26.1.
- [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/4.25.3...v4.26.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 02:50:21 +00:00
96509ace69 Bump the twig-dependencies group across 1 directory with 2 updates
Bumps the twig-dependencies group with 1 update in the / directory: [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle).


Updates `twig/extra-bundle` from 3.9.0 to 3.9.3
- [Commits](https://github.com/twigphp/twig-extra-bundle/compare/v3.9.0...v3.9.3)

Updates `twig/twig` from 3.9.0 to 3.9.3
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.9.0...v3.9.3)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: twig-dependencies
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 02:49:44 +00:00
7dfea48796 Bump phpstan/phpstan-doctrine in the phpstan-dependencies group
Bumps the phpstan-dependencies group with 1 update: [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine).


Updates `phpstan/phpstan-doctrine` from 1.3.66 to 1.3.69
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.66...1.3.69)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: phpstan-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 02:49:43 +00:00
a04c1081df Merge pull request #7446 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-8873f3353b
Bump the fontsource-dependencies group with 4 updates
2024-04-22 02:37:20 +00:00
40fc533bae Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.19 to 5.0.20
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.17 to 5.0.18
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.17 to 5.0.18
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.19 to 5.0.20
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 02:34:01 +00:00
a986e13a73 Bump friendsofphp/php-cs-fixer from 3.53.0 to 3.54.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.53.0 to 3.54.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.53.0...v3.54.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-04-18 02:08:57 +00:00
7af4d84db9 Bump shipmonk/composer-dependency-analyser from 1.5.1 to 1.5.2
Bumps [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](https://github.com/shipmonk-rnd/composer-dependency-analyser/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 02:08:41 +00:00
5550b2c7bf Merge pull request #7434 from wallabag/dependabot/composer/doctrine/common-3.4.4
Bump doctrine/common from 3.4.3 to 3.4.4
2024-04-17 09:07:52 +02:00
e784d6526f Merge pull request #7433 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.66
Bump phpstan/phpstan-doctrine from 1.3.65 to 1.3.66
2024-04-17 09:07:17 +02:00
69b1cc7ca9 Bump phpstan/phpstan-doctrine from 1.3.65 to 1.3.66
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.65 to 1.3.66.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.65...1.3.66)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 06:20:55 +00:00
c688a7aa8c Merge pull request #7436 from wallabag/dependabot/composer/phpstan/phpstan-1.10.67
Bump phpstan/phpstan from 1.10.66 to 1.10.67
2024-04-17 08:20:17 +02:00
7eed44b772 Add groups pattern for PHPStan 2024-04-17 08:06:19 +02:00
097c55326b Bump phpstan/phpstan from 1.10.66 to 1.10.67
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.66 to 1.10.67.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.66...1.10.67)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 05:59:25 +00:00
638c8b24e1 Merge pull request #7438 from wallabag/dependabot/composer/twig-dependencies-5ad4d7af4b
Bump the twig-dependencies group with 2 updates
2024-04-17 07:58:45 +02:00
4417aac816 Merge pull request #7440 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.9.0
Bump mini-css-extract-plugin from 2.8.1 to 2.9.0
2024-04-17 05:56:19 +00:00
abf4aa3b11 Merge pull request #7439 from wallabag/dependabot/npm_and_yarn/sass-loader-14.2.1
Bump sass-loader from 14.2.0 to 14.2.1
2024-04-17 05:53:55 +00:00
6c787e81ed Bump mini-css-extract-plugin from 2.8.1 to 2.9.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 05:47:06 +00:00
eff9d95328 Bump sass-loader from 14.2.0 to 14.2.1
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.2.0...v14.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 05:46:51 +00:00
02cb7c7b3e Bump the twig-dependencies group with 2 updates
Bumps the twig-dependencies group with 2 updates: [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) and [twig/string-extra](https://github.com/twigphp/string-extra).


Updates `twig/extra-bundle` from 3.8.0 to 3.9.0
- [Commits](https://github.com/twigphp/twig-extra-bundle/compare/v3.8.0...v3.9.0)

Updates `twig/string-extra` from 3.8.0 to 3.9.0
- [Commits](https://github.com/twigphp/string-extra/compare/v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
- dependency-name: twig/string-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 05:46:33 +00:00
eeb1cac047 Merge pull request #7435 from wallabag/dependabot/composer/twig/twig-3.9.0
Bump twig/twig from 3.8.0 to 3.9.0
2024-04-17 07:45:55 +02:00
73a2c56c57 Add groups pattern for Twig 2024-04-17 07:40:10 +02:00
c1cb86b0e8 Bump twig/twig from 3.8.0 to 3.9.0
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.8.0 to 3.9.0.
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.8.0...v3.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 02:45:54 +00:00
48db05bc2a Bump doctrine/common from 3.4.3 to 3.4.4
Bumps [doctrine/common](https://github.com/doctrine/common) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/doctrine/common/releases)
- [Commits](https://github.com/doctrine/common/compare/3.4.3...3.4.4)

---
updated-dependencies:
- dependency-name: doctrine/common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 02:45:35 +00:00
aaaae0606c Merge pull request #7428 from yguedidi/use-wallabag-user-for-postgresql-healthcheck
Use wallabag user for PostgreSQL healthcheck
2024-04-16 07:47:13 +02:00
7b502190c0 Merge pull request #7429 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.3 2024-04-16 07:44:22 +02:00
90dc7251e1 Merge pull request #7430 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.6.2 2024-04-16 07:35:42 +02:00
9ab35ca6be Merge pull request #7431 from wallabag/dependabot/composer/doctrine/orm-2.19.4 2024-04-16 07:35:24 +02:00
86259603d1 Bump doctrine/orm from 2.19.3 to 2.19.4
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.3 to 2.19.4.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.3...2.19.4)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 02:38:03 +00:00
87b0bbb981 Bump php-amqplib/php-amqplib from 3.6.1 to 3.6.2
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.6.1 to 3.6.2.
- [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.6.1...v3.6.2)

---
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>
2024-04-16 02:37:52 +00:00
b63ce2f6a3 Bump nelmio/api-doc-bundle from 4.25.2 to 4.25.3
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.25.2 to 4.25.3.
- [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/4.25.2...4.25.3)

---
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-04-16 02:37:27 +00:00
91d81ef460 Use wallabag user for PostgreSQL healthcheck 2024-04-16 01:01:53 +02:00
0f146cf597 Merge pull request #7425 from wallabag/dependabot/npm_and_yarn/css-loader-7.1.1
Bump css-loader from 6.10.0 to 7.1.1
2024-04-15 14:07:22 +02:00
08fc4ce94b Merge pull request #7420 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-3.7.1
Bump friendsofsymfony/rest-bundle from 3.7.0 to 3.7.1
2024-04-15 14:06:49 +02:00
36c6c66d51 Merge pull request #7423 from wallabag/dependabot/npm_and_yarn/style-loader-4.0.0
Bump style-loader from 3.3.4 to 4.0.0
2024-04-15 14:06:16 +02:00
e241741621 Merge pull request #7422 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.12
Bump phpstan/phpstan-symfony from 1.3.9 to 1.3.12
2024-04-15 14:04:13 +02:00
ce1bb00a8e Merge pull request #7419 from wallabag/dependabot/composer/shipmonk/composer-dependency-analyser-1.5.1
Bump shipmonk/composer-dependency-analyser from 1.4.0 to 1.5.1
2024-04-15 14:02:46 +02:00
81905cdde1 Bump css-loader from 6.10.0 to 7.1.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 7.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.10.0...v7.1.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:55:52 +00:00
0114de8913 Bump style-loader from 3.3.4 to 4.0.0
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.4 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:55:46 +00:00
19036bb7c1 Merge pull request #7426 from wallabag/dependabot/npm_and_yarn/sass-loader-14.2.0
Bump sass-loader from 14.1.1 to 14.2.0
2024-04-15 10:53:39 +00:00
50627e6ee3 Bump sass-loader from 14.1.1 to 14.2.0
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:42:41 +00:00
b0c3805971 Merge pull request #7424 from wallabag/dependabot/npm_and_yarn/sass-1.75.0
Bump sass from 1.74.1 to 1.75.0
2024-04-15 10:41:30 +00:00
f15cad31f6 Merge pull request #7427 from wallabag/fix/dependabot-reviewers
Don't bother @tcitworld anymore
2024-04-15 12:40:13 +02:00
602a216f7d Bump sass from 1.74.1 to 1.75.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.74.1 to 1.75.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.74.1...1.75.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:26:21 +00:00
72fac85194 Bump phpstan/phpstan-symfony from 1.3.9 to 1.3.12
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.9 to 1.3.12.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.9...1.3.12)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:25:49 +00:00
4d30279dfd Bump friendsofsymfony/rest-bundle from 3.7.0 to 3.7.1
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.7.0...3.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:25:29 +00:00
d5faaf65fc Bump shipmonk/composer-dependency-analyser from 1.4.0 to 1.5.1
Bumps [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](https://github.com/shipmonk-rnd/composer-dependency-analyser/compare/1.4.0...1.5.1)

---
updated-dependencies:
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 10:25:19 +00:00
af4980f25d Don't bother @tcitworld anymore 2024-04-15 12:24:24 +02:00
dd45b9f2a5 Merge pull request #7421 from wallabag/dependabot/composer/monolog/monolog-2.9.3
Bump monolog/monolog from 2.9.2 to 2.9.3
2024-04-15 12:23:54 +02:00
6bdee1671d Fix test 2024-04-15 12:17:13 +02:00
4c6b8c534a Bump monolog/monolog from 2.9.2 to 2.9.3
Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Seldaek/monolog/compare/2.9.2...2.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 02:37:20 +00:00
a45c5552e8 Merge pull request #7415 from weblate/weblate-wallabag-messages 2024-04-09 07:04:51 +02:00
1caa2c4bc3 Translated using Weblate (Chinese (Traditional))
Currently translated at 96.9% (579 of 597 strings)
2024-04-09 05:53:59 +02:00
5b4e3a74a2 Merge pull request #7416 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.53.0 2024-04-09 05:53:54 +02:00
ceb760327b Bump friendsofphp/php-cs-fixer from 3.52.1 to 3.53.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.52.1 to 3.53.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.52.1...v3.53.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-04-09 02:36:21 +00:00
c8344b36f9 Merge pull request #7412 from wallabag/dependabot/npm_and_yarn/sass-1.74.1
Bump sass from 1.72.0 to 1.74.1
2024-04-08 06:55:09 +00:00
34121c3d1f Merge pull request #7408 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.2
Bump nelmio/api-doc-bundle from 4.25.1 to 4.25.2
2024-04-08 08:53:27 +02:00
62d8c6a722 Merge pull request #7409 from wallabag/dependabot/composer/phpunit/phpunit-9.6.19
Bump phpunit/phpunit from 9.6.18 to 9.6.19
2024-04-08 08:52:25 +02:00
d26891ccba Merge pull request #7410 from wallabag/dependabot/npm_and_yarn/babel-dependencies-cc9fe9175d
Bump the babel-dependencies group with 2 updates
2024-04-08 02:46:11 +00:00
91089e5dfb Bump sass from 1.72.0 to 1.74.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.74.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.72.0...1.74.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:43:29 +00:00
baebbc11c8 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

Updates `@babel/preset-env` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:42:50 +00:00
10343dee4d Bump phpunit/phpunit from 9.6.18 to 9.6.19
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.18 to 9.6.19.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.18...9.6.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:23:50 +00:00
e0c21283d5 Bump nelmio/api-doc-bundle from 4.25.1 to 4.25.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.25.1 to 4.25.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.25.1...4.25.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-04-08 02:23:41 +00:00
ea95b0fbb0 Merge pull request #7396 from weblate/weblate-wallabag-messages 2024-04-05 05:52:51 +02:00
e3269b2319 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (34 of 34 strings)
2024-04-05 05:35:59 +02:00
edd0460018 Merge pull request #7196 from yguedidi/improve-install-command
Improve install command
2024-04-05 05:34:25 +02:00
90a584237f Merge pull request #7376 from yguedidi/use-isgranted-in-sitecredentialcontroller
Use IsGranted in SiteCredentialController
2024-04-05 05:34:05 +02:00
b84a050959 Merge pull request #7402 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.1 2024-04-05 05:31:27 +02:00
32f4c150c8 Merge pull request #7401 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-3.7.0 2024-04-05 05:30:41 +02:00
8b16632c29 Merge pull request #7400 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.65 2024-04-05 05:29:58 +02:00
b9936e2bba Bump nelmio/api-doc-bundle from 4.25.0 to 4.25.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.25.0 to 4.25.1.
- [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.25.0...v4.25.1)

---
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-04-05 02:26:24 +00:00
209523cdbc Bump friendsofsymfony/rest-bundle from 3.6.0 to 3.7.0
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.6.0...3.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:26:12 +00:00
bbe8931dd9 Bump phpstan/phpstan-doctrine from 1.3.64 to 1.3.65
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.64 to 1.3.65.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.64...1.3.65)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:25:56 +00:00
c4f097530f Make each install command test uses its own database 2024-04-04 23:57:03 +02:00
1198b6432d Use Doctrine Migrations table to check for schema presence 2024-04-04 23:38:32 +02:00
ef4964cf48 Always run other commands 2024-04-04 23:38:32 +02:00
463b86c143 Run install command tests on MySQL 2024-04-04 23:38:32 +02:00
62e412dbd4 Rename test to better show expectation 2024-04-04 23:38:32 +02:00
221ddc8ba0 Get database name from the connection 2024-04-04 23:38:32 +02:00
f161c4b437 Move resetDatabase() in InstallCommandTest as used only there 2024-04-04 23:38:32 +02:00
5a5a246ae7 Use getNewClient() instead of a call to parent::setUp() 2024-04-04 23:38:32 +02:00
49df7d8c52 Make install command better support PostgreSQL 2024-04-04 23:38:32 +02:00
247894209c Use IsGranted in SiteCredentialController 2024-04-04 23:37:14 +02:00
96cb024cf5 Merge pull request #7375 from yguedidi/use-isgranted-in-entrycontroller
Use IsGranted in EntryController
2024-04-04 11:25:02 +02:00
e66ea216ce Fix CSS class name 2024-04-04 10:25:08 +02:00
b8819cc3d7 Use IsGranted in EntryController 2024-04-04 10:25:08 +02:00
92786c6304 Merge pull request #7397 from wallabag/dependabot/composer/symfony-dependencies-88f3f186f1 2024-04-04 06:13:04 +02:00
979f661fbe Bump the symfony-dependencies group with 3 updates
Bumps the symfony-dependencies group with 3 updates: [symfony/event-dispatcher-contracts](https://github.com/symfony/event-dispatcher-contracts), [symfony/http-client-contracts](https://github.com/symfony/http-client-contracts) and [symfony/translation-contracts](https://github.com/symfony/translation-contracts).


Updates `symfony/event-dispatcher-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/event-dispatcher-contracts/releases)
- [Changelog](https://github.com/symfony/event-dispatcher-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher-contracts/compare/v2.5.2...v2.5.3)

Updates `symfony/http-client-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/http-client-contracts/releases)
- [Changelog](https://github.com/symfony/http-client-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-client-contracts/compare/v2.5.2...v2.5.3)

Updates `symfony/translation-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/translation-contracts/releases)
- [Changelog](https://github.com/symfony/translation-contracts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/translation-contracts/compare/v2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: symfony/event-dispatcher-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
- dependency-name: symfony/http-client-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
- dependency-name: symfony/translation-contracts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:40:44 +00:00
ac0bc284c3 Merge pull request #7220 from yguedidi/fix-schema-validation
Fix schema validation
2024-04-03 15:17:03 +02:00
b305d72740 Fix schema 2024-04-02 23:39:33 +02:00
750dd643d1 Execute noop migrations 2024-04-02 22:57:00 +02:00
278e8cb0bb Merge pull request #7393 from weblate/weblate-wallabag-messages 2024-04-02 06:36:04 +02:00
83b9463bde Translated using Weblate (Chinese (Traditional))
Currently translated at 96.8% (578 of 597 strings)
2024-04-02 06:30:17 +02:00
c4fbb7576b Translated using Weblate (Italian)
Currently translated at 85.2% (29 of 34 strings)
2024-04-02 06:30:17 +02:00
304b26fd67 Translated using Weblate (Italian)
Currently translated at 80.4% (480 of 597 strings)
2024-04-02 06:30:17 +02:00
76fad45842 Merge pull request #7394 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.25.0 2024-04-02 06:30:13 +02:00
9caf031eae Bump nelmio/api-doc-bundle from 4.24.1 to 4.25.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.24.1 to 4.25.0.
- [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.24.1...v4.25.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 02:08:58 +00:00
656ff1b03b Merge pull request #7392 from yguedidi/setup-composer-dependency-analyser
Setup Composer dependency analyser
2024-03-30 13:13:40 +01:00
9a1eb323c5 Ignore error on symfony/http-client 2024-03-30 01:49:55 +01:00
79541b0561 Add symfony/process as dev dependency 2024-03-30 01:49:55 +01:00
a144759664 Add symfony/http-client-contracts as prod dependency 2024-03-30 01:49:55 +01:00
5f764cbe71 Add symfony/filesystem as prod dependency 2024-03-30 01:49:55 +01:00
6306a336d4 Add monolog/monolog as prod dependency 2024-03-30 01:49:55 +01:00
fe88c0022c Add guzzlehttp/streams as prod dependency 2024-03-30 01:49:55 +01:00
ebf95e534b Add doctrine/data-fixtures as dev dependency 2024-03-30 01:49:55 +01:00
7d20756b7b Move fixtures out of src 2024-03-30 01:49:52 +01:00
ce286d7f7b Fix skip class used in migrations 2024-03-30 01:17:41 +01:00
dc4347b2a3 Setup Composer dependency analyser 2024-03-30 01:12:20 +01:00
43fae01790 Merge pull request #7391 from wallabag/dependabot/composer/phpstan/phpstan-1.10.66 2024-03-29 06:47:46 +01:00
e490ae3de9 Bump phpstan/phpstan from 1.10.65 to 1.10.66
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.65 to 1.10.66.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.65...1.10.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 03:25:11 +00:00
20312510b3 Merge pull request #7387 from wallabag/dependabot/npm_and_yarn/express-4.19.2
Bump express from 4.18.2 to 4.19.2
2024-03-26 04:16:41 +00:00
a2a41028c4 Bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 04:08:35 +00:00
cb9445668c Merge pull request #7386 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.24.1 2024-03-26 05:08:31 +01:00
d5807873dd Merge pull request #7385 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.16.0 2024-03-26 05:07:56 +01:00
1ba466a68d Bump nelmio/api-doc-bundle from 4.24.0 to 4.24.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.24.0 to 4.24.1.
- [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.24.0...v4.24.1)

---
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-03-26 03:28:33 +00:00
0476cdcd60 Bump php-amqplib/rabbitmq-bundle from 2.15.0 to 2.16.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.15.0...2.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 03:28:00 +00:00
f44066f5ec Merge pull request #7383 from wallabag/dependabot/composer/phpstan/phpstan-1.10.65 2024-03-25 06:51:12 +01:00
972f1de51d Merge pull request #7384 from wallabag/dependabot/composer/doctrine/orm-2.19.3 2024-03-25 06:33:54 +01:00
32158e1385 Merge pull request #7374 from weblate/weblate-wallabag-messages 2024-03-25 06:22:38 +01:00
544fe0e842 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (34 of 34 strings)
2024-03-25 06:16:35 +01:00
6fa1ce16e6 Translated using Weblate (Portuguese)
Currently translated at 100.0% (34 of 34 strings)
2024-03-25 06:16:35 +01:00
f6b184ab2e Translated using Weblate (Chinese (Traditional))
Currently translated at 96.6% (577 of 597 strings)
2024-03-25 06:16:35 +01:00
115aa5d546 Merge pull request #7378 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-2.0.0 2024-03-25 06:16:32 +01:00
b8aba50840 Merge pull request #7381 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.19
Bump autoprefixer from 10.4.18 to 10.4.19
2024-03-25 03:55:44 +00:00
c9113ad6ff Merge pull request #7382 from wallabag/dependabot/npm_and_yarn/postcss-8.4.38
Bump postcss from 8.4.36 to 8.4.38
2024-03-25 03:46:12 +00:00
a6b292a2bd Merge pull request #7380 from wallabag/dependabot/npm_and_yarn/webpack-5.91.0
Bump webpack from 5.90.3 to 5.91.0
2024-03-25 03:41:11 +00:00
5a11b03992 Bump autoprefixer from 10.4.18 to 10.4.19
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:39:52 +00:00
6b3fa49667 Bump doctrine/orm from 2.19.2 to 2.19.3
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.2 to 2.19.3.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.2...2.19.3)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:38:45 +00:00
f1bc8f9cf8 Merge pull request #7379 from wallabag/dependabot/npm_and_yarn/babel-dependencies-ef860e46de
Bump the babel-dependencies group with 3 updates
2024-03-25 03:38:35 +00:00
b47a8ed526 Bump phpstan/phpstan from 1.10.64 to 1.10.65
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.64 to 1.10.65.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.64...1.10.65)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:38:00 +00:00
ac8de79692 Bump postcss from 8.4.36 to 8.4.38
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.38.
- [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.4.36...8.4.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:36:42 +00:00
ce492d4014 Bump webpack from 5.90.3 to 5.91.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.91.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.3...v5.91.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:36:19 +00:00
f971100ec0 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.24.0 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core)

Updates `@babel/eslint-parser` from 7.23.10 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.24.0 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:35:27 +00:00
219e10e14d Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 03:23:53 +00:00
8e0d028f5e Merge pull request #7367 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-22 13:58:45 +01:00
6dd68279d1 Translated using Weblate (Chinese (Traditional))
Currently translated at 96.1% (574 of 597 strings)
2024-03-22 13:45:30 +01:00
cffe1b7661 Merge pull request #7365 from yguedidi/use-isgranted-in-ignoreorigininstancerulecontroller
Use IsGranted in IgnoreOriginInstanceRuleController
2024-03-22 13:45:26 +01:00
49ca5f5ed8 Use IsGranted in IgnoreOriginInstanceRuleController 2024-03-22 10:27:46 +01:00
5a411fb251 Merge pull request #7360 from yguedidi/use-isgranted-in-usercontroller
Use IsGranted in UserController
2024-03-22 08:45:38 +01:00
981a579bd7 Merge pull request #7372 from wallabag/dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4
Bump webpack-dev-middleware from 5.3.3 to 5.3.4
2024-03-22 06:51:52 +00:00
e672af5a4b Merge pull request #7368 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.64 2024-03-22 06:58:36 +01:00
c262180f44 Bump webpack-dev-middleware from 5.3.3 to 5.3.4
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 05:58:34 +00:00
6d2d0cbe72 Merge pull request #7370 from wallabag/dependabot/composer/phpstan/phpstan-1.10.64 2024-03-22 06:58:21 +01:00
b7ebbe7ec4 Merge pull request #7371 from wallabag/dependabot/composer/phpunit/phpunit-9.6.18 2024-03-22 06:58:07 +01:00
3e646d4fdb Bump phpunit/phpunit from 9.6.17 to 9.6.18
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.17 to 9.6.18.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.18/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 03:11:43 +00:00
de756cccba Bump phpstan/phpstan from 1.10.63 to 1.10.64
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.63 to 1.10.64.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.63...1.10.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 03:11:33 +00:00
f71e1ef059 Bump phpstan/phpstan-doctrine from 1.3.63 to 1.3.64
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.63 to 1.3.64.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.63...1.3.64)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 03:11:07 +00:00
beaca32493 Use IsGranted in UserController 2024-03-21 22:33:58 +01:00
39c24ab6e2 Merge pull request #7364 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-21 08:52:40 +01:00
7d544349e0 Translated using Weblate (Chinese (Traditional))
Currently translated at 92.4% (552 of 597 strings)
2024-03-20 18:01:56 +01:00
6bb5b54533 Merge pull request #7361 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.15.0 2024-03-20 07:00:27 +01:00
56b7a92d84 Merge pull request #7362 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.12.0 2024-03-20 07:00:07 +01:00
345f85d109 Merge pull request #7363 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.52.1 2024-03-20 06:59:51 +01:00
6970e20911 Bump friendsofphp/php-cs-fixer from 3.52.0 to 3.52.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.52.0 to 3.52.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.52.0...v3.52.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>
2024-03-20 03:44:28 +00:00
eb78790361 Bump doctrine/doctrine-bundle from 2.11.3 to 2.12.0
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.11.3 to 2.12.0.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.11.3...2.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 03:44:07 +00:00
d5d6742929 Bump php-amqplib/rabbitmq-bundle from 2.14.0 to 2.15.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.14.0...2.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 03:44:00 +00:00
d0f67b9dde Merge pull request #7359 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.52.0
Bump friendsofphp/php-cs-fixer from 3.51.0 to 3.52.0
2024-03-19 09:33:59 +01:00
6740020b7b Fix CS 2024-03-19 09:28:19 +01:00
7b8e753401 Merge pull request #7354 from weblate/weblate-wallabag-messages 2024-03-19 06:14:35 +01:00
9d0c6cb725 Translated using Weblate (Chinese (Traditional))
Currently translated at 91.1% (544 of 597 strings)
2024-03-19 05:58:59 +01:00
e459bb66a7 Translated using Weblate (Chinese (Traditional))
Currently translated at 97.0% (33 of 34 strings)
2024-03-19 05:58:59 +01:00
0521544c48 Merge pull request #7355 from wallabag/dependabot/composer/phpstan/phpstan-1.10.63 2024-03-19 05:58:55 +01:00
4146e16bfc Merge pull request #7356 from wallabag/dependabot/composer/doctrine/orm-2.19.2 2024-03-19 05:58:37 +01:00
0d705accdc Merge pull request #7357 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.63 2024-03-19 05:58:22 +01:00
58243b7fcb Bump friendsofphp/php-cs-fixer from 3.51.0 to 3.52.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.51.0 to 3.52.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.51.0...v3.52.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-03-19 03:03:49 +00:00
72d75a6896 Bump phpstan/phpstan-doctrine from 1.3.62 to 1.3.63
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.62 to 1.3.63.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.62...1.3.63)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 03:03:20 +00:00
9462e3f783 Bump doctrine/orm from 2.19.1 to 2.19.2
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.1...2.19.2)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 03:03:14 +00:00
c46d304926 Bump phpstan/phpstan from 1.10.62 to 1.10.63
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.62 to 1.10.63.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.62...1.10.63)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 03:03:04 +00:00
68e7f89d06 Merge pull request #7353 from xmgz/patch-1
Add "gl" language to wallabag.yml
2024-03-18 15:37:50 +01:00
596ae5e5fb Add "gl" language to wallabag.yml
Galician language (gl) option is not in the drop down menu but available to use. I have manually tested this on my install and works fine letting users select galician language.
2024-03-18 15:34:13 +01:00
a3eef67f1e Merge pull request #7349 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.9 2024-03-18 06:40:02 +01:00
bd9242216b Merge pull request #7350 from wallabag/dependabot/composer/doctrine/orm-2.19.1 2024-03-18 06:39:47 +01:00
177057f6d7 Merge pull request #7343 from weblate/weblate-wallabag-messages 2024-03-18 06:39:31 +01:00
0cd722700d Translated using Weblate (Chinese (Traditional))
Currently translated at 90.2% (539 of 597 strings)
2024-03-18 05:01:38 +01:00
14af8fd88e Translated using Weblate (Chinese (Traditional))
Currently translated at 85.2% (29 of 34 strings)
2024-03-18 05:01:38 +01:00
5654af796c Translated using Weblate (Galician)
Currently translated at 100.0% (597 of 597 strings)
2024-03-18 05:01:38 +01:00
d627f4b643 Merge pull request #7348 from wallabag/dependabot/npm_and_yarn/sass-1.72.0
Bump sass from 1.71.1 to 1.72.0
2024-03-18 04:01:34 +00:00
96eb2aee7b Bump sass from 1.71.1 to 1.72.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.71.1 to 1.72.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.71.1...1.72.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:47:55 +00:00
080bcc9d2e Merge pull request #7347 from wallabag/dependabot/npm_and_yarn/postcss-8.4.36
Bump postcss from 8.4.35 to 8.4.36
2024-03-18 03:46:56 +00:00
325d825c1a Merge pull request #7346 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-4.1.0
Bump eslint-webpack-plugin from 4.0.1 to 4.1.0
2024-03-18 03:44:30 +00:00
996e6f7fa3 Bump doctrine/orm from 2.19.0 to 2.19.1
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.19.0...2.19.1)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:40:17 +00:00
9a6ba3ba32 Bump phpstan/phpstan-symfony from 1.3.8 to 1.3.9
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.8...1.3.9)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:39:53 +00:00
aab141c347 Bump postcss from 8.4.35 to 8.4.36
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.36.
- [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.4.35...8.4.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:39:15 +00:00
bd463fda81 Bump eslint-webpack-plugin from 4.0.1 to 4.1.0
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 03:39:07 +00:00
37fada3539 Merge pull request #7342 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.15.6
Bump follow-redirects from 1.15.4 to 1.15.6
2024-03-15 06:46:19 +00:00
50aa5329d7 Bump follow-redirects from 1.15.4 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 06:19:26 +00:00
432cabc042 Merge pull request #7341 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.24.0 2024-03-15 07:19:00 +01:00
aae06fca91 Bump nelmio/api-doc-bundle from 4.23.1 to 4.24.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.23.1 to 4.24.0.
- [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.23.1...v4.24.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 03:06:54 +00:00
a20e49c778 Merge pull request #7340 from weblate/weblate-wallabag-messages 2024-03-14 23:10:04 +01:00
9b194dd3a0 Translated using Weblate (Chinese (Traditional))
Currently translated at 90.1% (538 of 597 strings)
2024-03-14 19:01:52 +01:00
65e632b6bf Translated using Weblate (Chinese (Traditional))
Currently translated at 70.5% (24 of 34 strings)
2024-03-14 19:01:52 +01:00
295d473f69 Merge pull request #7337 from wallabag/dependabot/composer/phpstan/phpstan-1.10.62 2024-03-14 05:31:32 +01:00
f451f2fa9e Bump phpstan/phpstan from 1.10.60 to 1.10.62
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.60 to 1.10.62.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.60...1.10.62)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 03:33:53 +00:00
92dc580483 Merge pull request #7334 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-13 11:34:18 +01:00
590ac4b2cd Translated using Weblate (Chinese (Traditional))
Currently translated at 90.1% (538 of 597 strings)
2024-03-13 11:01:58 +01:00
defef96009 Merge pull request #7333 from wallabag/dependabot/composer/doctrine/persistence-3.3.2 2024-03-13 06:06:21 +01:00
d184e4a527 Bump doctrine/persistence from 3.3.1 to 3.3.2
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/doctrine/persistence/releases)
- [Commits](https://github.com/doctrine/persistence/compare/3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: doctrine/persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 03:32:57 +00:00
828d6a483d Merge pull request #7331 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-11 21:34:56 +01:00
a5ccd658bf Translated using Weblate (Chinese (Traditional))
Currently translated at 88.1% (526 of 597 strings)
2024-03-11 18:01:54 +01:00
ef54fbfa84 Merge pull request #7330 from weblate/weblate-wallabag-messages 2024-03-11 06:28:56 +01:00
6415c28de4 Translated using Weblate (Chinese (Traditional))
Currently translated at 85.4% (510 of 597 strings)
2024-03-09 20:01:55 +01:00
846318e1f3 Merge pull request #7329 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-08 10:05:40 +01:00
c8ba1e0c60 Translated using Weblate (Chinese (Traditional))
Currently translated at 83.5% (499 of 597 strings)
2024-03-08 10:01:57 +01:00
bcdeba6ed1 Merge pull request #7328 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.23.1
Bump nelmio/api-doc-bundle from 4.20.0 to 4.23.1
2024-03-08 09:02:19 +01:00
12e54f94f4 Fix NelmioApiDocBundle file structure change 2024-03-08 08:58:41 +01:00
06816b65f7 Merge pull request #7327 from wallabag/dependabot/composer/phpstan/phpstan-1.10.60 2024-03-08 06:05:09 +01:00
0fe5104210 Bump nelmio/api-doc-bundle from 4.20.0 to 4.23.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.20.0 to 4.23.1.
- [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.20.0...v4.23.1)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 03:03:57 +00:00
415f9768cc Bump phpstan/phpstan from 1.10.59 to 1.10.60
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.59 to 1.10.60.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.59...1.10.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 03:03:44 +00:00
385f91eae8 Merge pull request #7325 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-03-06 21:06:25 +01:00
09032924e9 Translated using Weblate (Chinese (Traditional))
Currently translated at 80.0% (478 of 597 strings)
2024-03-06 18:01:47 +01:00
2962f5b063 Merge pull request #7324 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.8 2024-03-06 05:09:28 +01:00
595c345ca2 Bump phpstan/phpstan-symfony from 1.3.7 to 1.3.8
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.7...1.3.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 03:48:41 +00:00
e4cd09ca0d Merge pull request #7318 from wallabag/dependabot/composer/doctrine/orm-2.19.0
Bump doctrine/orm from 2.18.1 to 2.19.0
2024-03-05 08:58:50 +01:00
33cc0f834a Merge pull request #7307 from weblate/weblate-wallabag-messages 2024-03-05 07:08:38 +01:00
af5dc9d342 Translated using Weblate (Chinese (Traditional))
Currently translated at 76.7% (458 of 597 strings)
2024-03-05 06:50:57 +01:00
3434702fff Translated using Weblate (Chinese (Traditional))
Currently translated at 75.2% (449 of 597 strings)
2024-03-05 06:50:57 +01:00
3adf633ae0 Translated using Weblate (Chinese (Traditional))
Currently translated at 75.0% (448 of 597 strings)
2024-03-05 06:50:57 +01:00
037cb94c02 Translated using Weblate (Chinese (Traditional))
Currently translated at 71.6% (428 of 597 strings)
2024-03-05 06:50:57 +01:00
443dc4f234 Translated using Weblate (Chinese (Traditional))
Currently translated at 70.5% (421 of 597 strings)
2024-03-05 06:50:57 +01:00
1e3aa0d0ee Translated using Weblate (Chinese (Traditional))
Currently translated at 50.0% (17 of 34 strings)
2024-03-05 06:50:57 +01:00
a0c5650690 Translated using Weblate (Chinese (Traditional))
Currently translated at 65.8% (393 of 597 strings)
2024-03-05 06:50:57 +01:00
290885be9e Translated using Weblate (Chinese (Traditional))
Currently translated at 41.1% (14 of 34 strings)
2024-03-05 06:50:57 +01:00
e05872cbaa Merge pull request #7310 from wallabag/dependabot/github_actions/ramsey/composer-install-3 2024-03-05 06:50:54 +01:00
39e9d64da8 Merge pull request #7317 from wallabag/dependabot/composer/doctrine/dbal-3.8.3 2024-03-05 06:50:12 +01:00
52c5271e70 Merge pull request #7319 from wallabag/dependabot/composer/doctrine/persistence-3.3.1 2024-03-05 06:49:45 +01:00
f7ebcb41cc Merge pull request #7320 from wallabag/dependabot/composer/phpseclib/phpseclib-3.0.37 2024-03-05 06:48:12 +01:00
8f91e3607f Bump phpseclib/phpseclib from 3.0.35 to 3.0.37
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.35 to 3.0.37.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.35...3.0.37)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 21:15:15 +00:00
739f6bb24e Merge pull request #7315 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.8.1
Bump mini-css-extract-plugin from 2.8.0 to 2.8.1
2024-03-04 04:31:52 +00:00
ba578dd5f4 Merge pull request #7313 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.18
Bump autoprefixer from 10.4.17 to 10.4.18
2024-03-04 04:24:54 +00:00
3067017fb7 Bump mini-css-extract-plugin from 2.8.0 to 2.8.1
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 04:10:24 +00:00
549ff87b91 Merge pull request #7314 from wallabag/dependabot/npm_and_yarn/postcss-loader-8.1.1
Bump postcss-loader from 8.1.0 to 8.1.1
2024-03-04 04:09:21 +00:00
99a1ec804e Merge pull request #7312 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-91b98f002c
Bump the fontsource-dependencies group with 4 updates
2024-03-04 04:04:40 +00:00
a9a681b7a8 Bump autoprefixer from 10.4.17 to 10.4.18
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.17 to 10.4.18.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.17...10.4.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 04:03:50 +00:00
ad6705f412 Merge pull request #7311 from wallabag/dependabot/npm_and_yarn/babel-dependencies-ddd8e2407b
Bump the babel-dependencies group with 2 updates
2024-03-04 04:02:51 +00:00
4c0e1ead18 Bump doctrine/persistence from 3.2.0 to 3.3.1
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/persistence/releases)
- [Commits](https://github.com/doctrine/persistence/compare/3.2.0...3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 04:00:59 +00:00
dbd1310057 Bump doctrine/orm from 2.18.1 to 2.19.0
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.18.1...2.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 04:00:46 +00:00
1a2e0bc9ed Bump doctrine/dbal from 3.8.2 to 3.8.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.2...3.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 04:00:34 +00:00
71efedb1ff Bump postcss-loader from 8.1.0 to 8.1.1
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.1.0...v8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:59:58 +00:00
bb2bef3f1c Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.18 to 5.0.19
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.16 to 5.0.17
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.16 to 5.0.17
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.18 to 5.0.19
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:59:28 +00:00
9f6302e1b7 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.9 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core)

Updates `@babel/preset-env` from 7.23.9 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:58:54 +00:00
cfaa34f16e Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:14:32 +00:00
5dfd5e31dc Merge pull request #7306 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.51.0 2024-02-29 07:45:08 +01:00
1f3545c125 Bump friendsofphp/php-cs-fixer from 3.50.0 to 3.51.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.50.0 to 3.51.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.50.0...v3.51.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-02-29 03:51:48 +00:00
e8304fb26d Merge pull request #7305 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-02-28 15:58:03 +01:00
776f0b3097 Translated using Weblate (Chinese (Traditional))
Currently translated at 63.6% (380 of 597 strings)
2024-02-28 15:02:06 +01:00
92ea821f36 Merge pull request #7304 from wallabag/dependabot/composer/php-http/httplug-bundle-1.33.0 2024-02-28 06:21:15 +01:00
d08c0b728f Bump php-http/httplug-bundle from 1.32.0 to 1.33.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.32.0...1.33.0)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 03:46:21 +00:00
f0d42a9128 Merge pull request #7302 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-02-27 09:16:55 +01:00
78d3109ada Translated using Weblate (Chinese (Traditional))
Currently translated at 59.6% (356 of 597 strings)
2024-02-27 09:02:04 +01:00
6a19135244 Merge pull request #7301 from wallabag/dependabot/composer/jms/serializer-3.30.0 2024-02-27 08:44:38 +01:00
5e0755ad0b Merge pull request #7300 from wallabag/dependabot/composer/sentry/sentry-symfony-4.14.0 2024-02-27 08:44:07 +01:00
a9ea9de356 Bump jms/serializer from 3.29.1 to 3.30.0
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.29.1 to 3.30.0.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.29.1...3.30.0)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 03:21:22 +00:00
2778de41bf Bump sentry/sentry-symfony from 4.13.2 to 4.14.0
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.13.2 to 4.14.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.13.2...4.14.0)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 03:21:13 +00:00
353e8698d4 Merge pull request #7289 from yguedidi/run-tests-in-no-debug-mode
Run tests in no debug mode
2024-02-26 16:38:08 +01:00
6d38e0533f Run tests in no debug mode 2024-02-26 16:30:16 +01:00
65ed401296 Use dev container in PHPStan 2024-02-26 16:30:16 +01:00
a221ec8348 Use test container to replace test services definitions 2024-02-26 16:30:16 +01:00
742742f67d Merge pull request #7288 from yguedidi/setup-blackfire
Setup Blackfire
2024-02-26 14:05:30 +01:00
a543e8fdd3 Merge pull request #7294 from yguedidi/move-assets-to-assets-root-folder-as-is
Move assets to assets/ root folder "as is"
2024-02-26 14:05:08 +01:00
df7a3d0121 Merge pull request #7283 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.18.0
Bump enshrined/svg-sanitize from 0.17.0 to 0.18.0
2024-02-26 13:59:35 +01:00
b7f1fe8ee2 Merge pull request #7299 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.50.0
Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.50.0
2024-02-26 13:52:07 +01:00
1a5b8e93a3 Merge pull request #7286 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-02-26 13:51:48 +01:00
67e6af102f Translated using Weblate (Chinese (Traditional))
Currently translated at 53.7% (321 of 597 strings)
2024-02-26 04:53:30 +01:00
b4448da209 Translated using Weblate (Chinese (Traditional))
Currently translated at 47.7% (285 of 597 strings)
2024-02-26 04:53:30 +01:00
7579e9b819 Translated using Weblate (Chinese (Traditional))
Currently translated at 43.7% (261 of 597 strings)
2024-02-26 04:53:30 +01:00
f1370a81f8 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (7 of 7 strings)
2024-02-26 04:53:30 +01:00
4798bd8e6a Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (6 of 6 strings)
2024-02-26 04:53:30 +01:00
dd9dfb3167 Translated using Weblate (Chinese (Traditional))
Currently translated at 37.3% (223 of 597 strings)
2024-02-26 04:53:30 +01:00
448f14c97f Merge pull request #7298 from wallabag/dependabot/npm_and_yarn/eslint-8.57.0
Bump eslint from 8.56.0 to 8.57.0
2024-02-26 03:53:26 +00:00
cc7eb0d343 Merge pull request #7297 from wallabag/dependabot/npm_and_yarn/sass-loader-14.1.1
Bump sass-loader from 14.1.0 to 14.1.1
2024-02-26 03:45:26 +00:00
a66feff4da Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.50.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.49.0 to 3.50.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.49.0...v3.50.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-02-26 03:37:47 +00:00
df9ee253a0 Bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:36:08 +00:00
6f9fb5642a Merge pull request #7296 from wallabag/dependabot/npm_and_yarn/webpack-5.90.3
Bump webpack from 5.90.2 to 5.90.3
2024-02-26 03:34:53 +00:00
08b53601d4 Bump sass-loader from 14.1.0 to 14.1.1
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.1.0...v14.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:33:25 +00:00
e24fb8fae7 Merge pull request #7295 from wallabag/dependabot/npm_and_yarn/sass-1.71.1
Bump sass from 1.71.0 to 1.71.1
2024-02-26 03:32:06 +00:00
006da9ec5d Bump webpack from 5.90.2 to 5.90.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.2 to 5.90.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.2...v5.90.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:28:58 +00:00
3a0de775aa Bump sass from 1.71.0 to 1.71.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.71.0 to 1.71.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 03:28:31 +00:00
103ba9dcb6 Merge pull request #7293 from yguedidi/rabbitmq-env-vars
RabbitMQ env vars
2024-02-25 16:33:56 +01:00
ce391a6801 Merge pull request #7292 from yguedidi/rename-wallabagcoretestcase-to-wallabagtestcase
Rename WallabagCoreTestCase to WallabagTestCase
2024-02-25 16:33:26 +01:00
f3a3f4ad5d Merge pull request #7290 from yguedidi/use-lighter-pdf-file-in-pinboard-tests
Use lighter PDF file in Pinboard tests
2024-02-25 16:33:04 +01:00
71e7c16dfe Fix logo path in entries.xml.twig 2024-02-25 00:28:03 +01:00
1bd9ae2a5c Remove unused img assets 2024-02-25 00:02:02 +01:00
0ce5570cec Move assets to assets/ root folder "as is" 2024-02-24 23:54:36 +01:00
b9208dae5c Fix default RabbitMQ host on dev setup 2024-02-24 22:41:35 +01:00
2bf2409567 Add RabbitMQ env vars 2024-02-24 22:34:04 +01:00
c092e4ddf6 Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00
e7a348cd0f Setup Blackfire 2024-02-24 19:28:36 +01:00
6c1ba95781 Use lighter PDF file in Pinboard tests 2024-02-24 19:27:42 +01:00
66492e9938 Bump enshrined/svg-sanitize from 0.17.0 to 0.18.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: enshrined/svg-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 17:37:06 +00:00
cd6f7b5e92 Merge pull request #7287 from yguedidi/update-composer.json
Update composer.json
2024-02-24 18:36:30 +01:00
00c7ca7243 Better sentry/sentry-symfony requirement constraint 2024-02-23 22:57:58 +01:00
f1d06554e9 Remove now unused php-http/discovery 2024-02-23 22:55:31 +01:00
f6c3a68890 Remove now unused php-http/message 2024-02-23 22:52:27 +01:00
faf7dfb5b2 Remove now unused php-http/message-factory 2024-02-23 22:51:25 +01:00
d83ce21784 Add symfony/expression-language as direct dependency 2024-02-23 22:47:55 +01:00
8a93a5744b Add symfony/http-client as direct dependency 2024-02-23 22:47:03 +01:00
15a5a23ff6 Bump PHP requirements 2024-02-23 22:46:05 +01:00
40887e11f7 Update PHP dependencies 2024-02-23 22:44:58 +01:00
fae5f89d0b Merge pull request #7285 from yguedidi/move-migrations
Move migrations
2024-02-23 12:42:02 +01:00
addf77e07d Move migrations 2024-02-23 08:01:56 +01:00
6dffccc0f5 Merge pull request #7274 from yguedidi/move-to-bundle-less
Move to bundle-less
2024-02-23 07:47:32 +01:00
74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00
0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
fe039247b5 Move to bundle-less 2024-02-23 07:42:48 +01:00
09ef700fda Use parameters directly instead of bundle config 2024-02-23 07:42:48 +01:00
6879bb2435 Register ImportCompilerPass in AppKernel 2024-02-23 07:42:48 +01:00
24da70e338 Move test files directly under tests/ directory 2024-02-23 07:42:48 +01:00
a37b385c23 Move source files directly under src/ directory 2024-02-23 07:42:47 +01:00
804261bc26 Merge pull request #7280 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-02-22 10:06:26 +01:00
608e2195d8 Translated using Weblate (Chinese (Traditional))
Currently translated at 29.4% (176 of 597 strings)
2024-02-22 09:53:05 +01:00
014f6dacd4 Translated using Weblate (Chinese (Traditional))
Currently translated at 38.2% (13 of 34 strings)
2024-02-22 09:53:05 +01:00
fef2ad0bac Merge pull request #7275 from weblate/weblate-wallabag-messages 2024-02-21 05:34:28 +01:00
0b01572c00 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (6 of 6 strings)
2024-02-21 05:27:30 +01:00
086d1c8fcc Translated using Weblate (Chinese (Traditional))
Currently translated at 26.8% (160 of 597 strings)
2024-02-21 05:27:30 +01:00
b47cde68a8 Translated using Weblate (Chinese (Traditional))
Currently translated at 35.2% (12 of 34 strings)
2024-02-21 05:27:30 +01:00
5998fa0237 Merge pull request #7277 from wallabag/dependabot/composer/phpstan/phpstan-1.10.59 2024-02-21 05:27:26 +01:00
25a033721c Bump phpstan/phpstan from 1.10.58 to 1.10.59
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.58 to 1.10.59.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.58...1.10.59)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 03:18:36 +00:00
c8aa35640b Merge pull request #7273 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2024-02-19 20:35:26 +01:00
e256467094 Translated using Weblate (Chinese (Traditional))
Currently translated at 21.1% (126 of 597 strings)
2024-02-19 19:02:29 +01:00
cd7970f844 Translated using Weblate (Chinese (Traditional))
Currently translated at 21.1% (126 of 597 strings)
2024-02-19 19:02:29 +01:00
1669637c9e Translated using Weblate (Chinese (Traditional))
Currently translated at 29.4% (10 of 34 strings)
2024-02-19 19:02:29 +01:00
9121fe79eb Translated using Weblate (Chinese (Traditional))
Currently translated at 29.4% (10 of 34 strings)
2024-02-19 19:02:29 +01:00
308477a2b1 Merge pull request #7248 from yguedidi/make-pocketimport-use-httpclient
Make PocketImport use HttpClient
2024-02-19 13:23:28 +01:00
62fcfe547a Make PocketImport use HttpClient 2024-02-19 12:29:06 +01:00
ca587fb6b6 Merge pull request #7268 from yguedidi/move-templates
Move templates
2024-02-19 12:21:29 +01:00
e8a6712337 Merge pull request #7267 from yguedidi/make-migrations-noop-instead-of-skipping
Make migrations noop instead of skipping
2024-02-19 12:21:08 +01:00
0ad2ef8af3 Merge pull request #7270 from wallabag/dependabot/npm_and_yarn/sass-1.71.0
Bump sass from 1.70.0 to 1.71.0
2024-02-19 10:09:03 +00:00
2690cd041c Merge pull request #7271 from wallabag/dependabot/npm_and_yarn/webpack-5.90.2
Bump webpack from 5.90.1 to 5.90.2
2024-02-19 10:06:21 +00:00
c244b05a34 Bump sass from 1.70.0 to 1.71.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.71.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 09:56:45 +00:00
31d25de087 Bump webpack from 5.90.1 to 5.90.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 09:54:50 +00:00
0d23ace304 Merge pull request #7226 from wallabag/dependabot/composer/ergebnis/composer-normalize-2.42.0
Bump ergebnis/composer-normalize from 2.28.3 to 2.42.0
2024-02-19 10:53:39 +01:00
3414a80d0f Merge pull request #7228 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.49.0
Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0
2024-02-19 10:47:26 +01:00
9417f6812d Fix composer 2024-02-19 10:46:56 +01:00
085767ea04 Bump ergebnis/composer-normalize from 2.28.3 to 2.42.0
Bumps [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) from 2.28.3 to 2.42.0.
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ergebnis/composer-normalize/compare/2.28.3...2.42.0)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 10:46:02 +01:00
ed6ca862f5 Apply CS 2024-02-19 10:42:55 +01:00
d4dca8f6c9 Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.48.0 to 3.49.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.48.0...v3.49.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-02-19 10:42:55 +01:00
664b4baa3e Move templates 2024-02-19 10:32:55 +01:00
3edaed7879 Make migrations noop instead of skipping 2024-02-19 10:31:40 +01:00
3c1a183e2d Merge pull request #7265 from yguedidi/make-retries-an-instance-property-in-authenticatorsubscriber
Make retries an instance property in AuthenticatorSubscriber
2024-02-19 10:28:25 +01:00
2b20f7c41b Make retries an instance property in AuthenticatorSubscriber 2024-02-19 10:24:18 +01:00
247f4227a5 Merge pull request #7263 from wallabag/dependabot/composer/dama/doctrine-test-bundle-8.0.2 2024-02-16 06:25:42 +01:00
bcfac74dba Bump dama/doctrine-test-bundle from 8.0.1 to 8.0.2
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases)
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: dama/doctrine-test-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 03:35:18 +00:00
27a5b83c48 Merge pull request #7261 from wallabag/dependabot/composer/enshrined/svg-sanitize-0.17.0 2024-02-15 05:35:05 +01:00
64ed635df8 Merge pull request #7260 from wallabag/dependabot/composer/doctrine/dbal-3.8.2 2024-02-15 05:32:27 +01:00
40b0d4763f Bump enshrined/svg-sanitize from 0.16.0 to 0.17.0
Bumps [enshrined/svg-sanitize](https://github.com/darylldoyle/svg-sanitizer) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/darylldoyle/svg-sanitizer/compare/0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: enshrined/svg-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 03:52:25 +00:00
0b6c942170 Bump doctrine/dbal from 3.8.1 to 3.8.2
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.1...3.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 03:52:17 +00:00
70c6ba5a5f Merge pull request #7258 from wallabag/dependabot/composer/stof/doctrine-extensions-bundle-1.11.0 2024-02-14 05:24:40 +01:00
e181604e2b Merge pull request #7257 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.20.0 2024-02-14 05:23:43 +01:00
25a0524d6f Bump stof/doctrine-extensions-bundle from 1.10.1 to 1.11.0
Bumps [stof/doctrine-extensions-bundle](https://github.com/stof/StofDoctrineExtensionsBundle) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/stof/StofDoctrineExtensionsBundle/releases)
- [Changelog](https://github.com/stof/StofDoctrineExtensionsBundle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stof/StofDoctrineExtensionsBundle/compare/v1.10.1...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 03:21:06 +00:00
8363008411 Bump nelmio/api-doc-bundle from 4.19.3 to 4.20.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.19.3 to 4.20.0.
- [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.19.3...v4.20.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 03:20:56 +00:00
2228f029ed Merge pull request #7247 from yguedidi/make-downloadimages-use-httpclient
Make DownloadImages use HttpClient
2024-02-13 09:56:05 +01:00
0576cb613f Make DownloadImages use HttpClient 2024-02-13 09:42:27 +01:00
a8634d7116 Merge pull request #7251 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.11.3 2024-02-13 08:06:48 +01:00
b976ce0de1 Merge pull request #7250 from wallabag/dependabot/npm_and_yarn/postcss-8.4.35
Bump postcss from 8.4.33 to 8.4.35
2024-02-13 06:28:01 +00:00
500b196b6f Bump postcss from 8.4.33 to 8.4.35
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.33 to 8.4.35.
- [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.4.33...8.4.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 06:15:22 +00:00
b7e0bc5c1c Bump doctrine/doctrine-bundle from 2.11.2 to 2.11.3
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.11.2...2.11.3)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 06:14:41 +00:00
a9f15c9020 Merge pull request #7253 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.62 2024-02-13 07:12:19 +01:00
625164d526 Merge pull request #7254 from wallabag/dependabot/composer/phpstan/phpstan-1.10.58 2024-02-13 07:12:04 +01:00
d3a4f41509 Merge pull request #7255 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.6.1 2024-02-13 07:11:48 +01:00
2e918baa56 Bump php-amqplib/php-amqplib from 3.6.0 to 3.6.1
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.6.0 to 3.6.1.
- [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.6.0...v3.6.1)

---
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>
2024-02-13 03:27:13 +00:00
d6a8f45a38 Bump phpstan/phpstan from 1.10.57 to 1.10.58
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.57 to 1.10.58.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.57...1.10.58)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 03:27:07 +00:00
26a8088b54 Bump phpstan/phpstan-doctrine from 1.3.60 to 1.3.62
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.60 to 1.3.62.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.60...1.3.62)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 03:26:58 +00:00
fde75cb02d Merge pull request #7249 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.60
Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.60
2024-02-09 09:55:49 +01:00
ea72f4ec6a Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.60
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.59 to 1.3.60.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.59...1.3.60)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 03:48:24 +00:00
91a882b23c Merge pull request #7246 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.19.3 2024-02-08 05:05:25 +01:00
183255c2fb Bump nelmio/api-doc-bundle from 4.19.2 to 4.19.3
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.19.2 to 4.19.3.
- [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.19.2...v4.19.3)

---
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-02-08 03:15:55 +00:00
0f8010682f Merge pull request #7244 from weblate/weblate-wallabag-messages 2024-02-07 06:53:00 +01:00
a1c2c9b9f7 Translated using Weblate (Arabic)
Currently translated at 0.1% (1 of 597 strings)
2024-02-07 06:46:10 +01:00
c18dd81df0 Merge pull request #7245 from wallabag/dependabot/composer/doctrine/doctrine-bundle-2.11.2 2024-02-07 06:46:06 +01:00
979903b3fe Bump doctrine/doctrine-bundle from 2.11.1 to 2.11.2
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.11.1...2.11.2)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 03:17:09 +00:00
0796e91d50 Merge pull request #7243 from wallabag/dependabot/composer/symfony-dependencies-37d4868996 2024-02-06 05:30:32 +01:00
ff3af6bb7c Bump the symfony-dependencies group with 2 updates
Bumps the symfony-dependencies group with 2 updates: [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) and [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81).


Updates `symfony/polyfill-php80` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-php80/compare/v1.28.0...v1.29.0)

Updates `symfony/polyfill-php81` from 1.28.0 to 1.29.0
- [Commits](https://github.com/symfony/polyfill-php81/compare/v1.28.0...v1.29.0)

---
updated-dependencies:
- dependency-name: symfony/polyfill-php80
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
- dependency-name: symfony/polyfill-php81
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 03:03:01 +00:00
d48ddde108 Merge pull request #7229 from yguedidi/integrate-bdunogier/guzzle-site-authenticator-in-core
Integrate bdunogier/guzzle-site-authenticator in core
2024-02-05 09:09:13 +01:00
8343a2d8f8 Merge pull request #7230 from yguedidi/lazy-commands
Make all commands lazy
2024-02-05 09:07:21 +01:00
e4ed067deb Merge pull request #7231 from yguedidi/configure-makerbundle
Configure MakerBundle
2024-02-05 09:07:04 +01:00
0ca1393c4e Merge pull request #7240 from wallabag/dependabot/composer/doctrine/dbal-3.8.1 2024-02-05 07:08:27 +01:00
bd9cc9161b Merge pull request #7239 from wallabag/dependabot/composer/doctrine/orm-2.18.0 2024-02-05 07:08:11 +01:00
35c1e66587 Merge pull request #7233 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-5.0.0 2024-02-05 07:07:56 +01:00
08c75595f5 Merge pull request #7238 from wallabag/dependabot/npm_and_yarn/sass-loader-14.1.0
Bump sass-loader from 14.0.0 to 14.1.0
2024-02-05 03:48:00 +00:00
127e007162 Merge pull request #7237 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.8.0
Bump mini-css-extract-plugin from 2.7.7 to 2.8.0
2024-02-05 03:45:13 +00:00
ca90f36e77 Merge pull request #7235 from wallabag/dependabot/npm_and_yarn/css-loader-6.10.0
Bump css-loader from 6.9.1 to 6.10.0
2024-02-05 03:41:58 +00:00
8e4d4e2c03 Bump stylelint-webpack-plugin from 4.1.1 to 5.0.0
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.1...v5.0.0)

---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:28:57 +00:00
fe6a875a63 Merge pull request #7236 from wallabag/dependabot/npm_and_yarn/webpack-5.90.1
Bump webpack from 5.90.0 to 5.90.1
2024-02-05 03:27:58 +00:00
1257b77173 Bump sass-loader from 14.0.0 to 14.1.0
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v14.0.0...v14.1.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:24:34 +00:00
270318cf8b Bump mini-css-extract-plugin from 2.7.7 to 2.8.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.7 to 2.8.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.7...v2.8.0)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:23:42 +00:00
6bd977d1fc Bump css-loader from 6.9.1 to 6.10.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.9.1 to 6.10.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.9.1...v6.10.0)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:23:41 +00:00
e7f4925b76 Merge pull request #7234 from wallabag/dependabot/npm_and_yarn/postcss-loader-8.1.0
Bump postcss-loader from 8.0.0 to 8.1.0
2024-02-05 03:22:39 +00:00
80966bd5d5 Bump doctrine/dbal from 3.8.0 to 3.8.1
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.8.0...3.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:17:05 +00:00
cc61380520 Bump doctrine/orm from 2.17.4 to 2.18.0
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.4 to 2.18.0.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.4...2.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:16:52 +00:00
b0499fd576 Merge pull request #7232 from wallabag/dependabot/npm_and_yarn/babel-dependencies-2335d083b4
Bump the babel-dependencies group with 1 update
2024-02-05 03:16:42 +00:00
acbd7c55b2 Bump webpack from 5.90.0 to 5.90.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.0 to 5.90.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.0...v5.90.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:13:55 +00:00
95aea915f0 Bump postcss-loader from 8.0.0 to 8.1.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.0.0...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:13:37 +00:00
c298d43ec3 Bump the babel-dependencies group with 1 update
Bumps the babel-dependencies group with 1 update: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser).


Updates `@babel/eslint-parser` from 7.23.9 to 7.23.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:13:09 +00:00
7c4ca62eae Make all commands lazy 2024-02-02 23:54:14 +01:00
1965b3176d Configure MakerBundle 2024-02-02 23:39:18 +01:00
c690a19bd7 Remove RegisterWallabagGuzzleSubscribersPass 2024-02-02 22:48:03 +01:00
03111e510c Integrate bdunogier/guzzle-site-authenticator in core 2024-02-02 22:36:27 +01:00
8abea942b3 Rename GuzzleSiteAuthenticator namespace to SiteConfig 2024-02-02 22:36:23 +01:00
5aeb116d83 Merge pull request #7227 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.19.2 2024-01-31 05:11:27 +01:00
7355816511 Bump nelmio/api-doc-bundle from 4.19.1 to 4.19.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.19.1 to 4.19.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.19.1...v4.19.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-31 03:39:54 +00:00
2f620582b4 Merge pull request #7225 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.19.1 2024-01-30 07:17:18 +01:00
0e6b21c7f2 Bump nelmio/api-doc-bundle from 4.19.0 to 4.19.1
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.19.0 to 4.19.1.
- [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.19.0...v4.19.1)

---
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-30 03:31:07 +00:00
aea4f14763 Merge pull request #7217 from yguedidi/fix-local-mariadb-setup
Fix local MariaDB setup
2024-01-29 10:42:26 +01:00
033d420464 Merge pull request #7221 from wallabag/dependabot/composer/doctrine/orm-2.17.4 2024-01-29 06:50:18 +01:00
3577176997 Merge pull request #7222 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.19.0 2024-01-29 06:49:55 +01:00
b333744f6a Merge pull request #7224 from wallabag/dependabot/npm_and_yarn/webpack-5.90.0
Bump webpack from 5.89.0 to 5.90.0
2024-01-29 03:42:35 +00:00
83ff40f173 Merge pull request #7223 from wallabag/dependabot/npm_and_yarn/babel-dependencies-961b8741a4
Bump the babel-dependencies group with 3 updates
2024-01-29 03:39:46 +00:00
cf1712f310 Bump webpack from 5.89.0 to 5.90.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:37:20 +00:00
ca615368f2 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.7 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-core)

Updates `@babel/eslint-parser` from 7.23.3 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.23.8 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:36:02 +00:00
b868e76222 Bump nelmio/api-doc-bundle from 4.18.2 to 4.19.0
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.18.2 to 4.19.0.
- [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.2...v4.19.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:03:47 +00:00
fc4fff09d8 Bump doctrine/orm from 2.17.3 to 2.17.4
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.3 to 2.17.4.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.3...2.17.4)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 03:03:05 +00:00
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
edcf4aafab Fix charset of local MariaDB 2024-01-27 16:10:25 +01:00
13a2656555 Use root database user for MariaDB 2024-01-27 16:10:17 +01:00
0d27fb5d12 Fix database host when using MariaDB 2024-01-27 16:10:13 +01:00
c93c47cdec Fix CreateConfigListener to not use session in CLI context 2024-01-27 16:07:39 +01:00
1a5e63a1b8 Merge pull request #7212 from wallabag/dependabot/composer/doctrine/dbal-3.8.0 2024-01-26 06:53:39 +01:00
2fd26b4e2b Merge pull request #7213 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.48.0 2024-01-26 06:53:17 +01:00
42acb3ffd4 Merge pull request #7214 from wallabag/dependabot/composer/nelmio/api-doc-bundle-4.18.2 2024-01-26 06:53:02 +01:00
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
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
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
2fd1f23833 Merge pull request #7151 from yguedidi/one-bundle
Move to one bundle
2024-01-25 21:52:53 +01:00
a7fe79dacd Make reset database drop full database 2024-01-25 20:34:40 +01:00
764f547ba5 Make reset database in tests use migrations instead of schema create 2024-01-25 20:34:40 +01:00
ce790c8f04 Make sure tags targetEntity uses FQCN 2024-01-25 20:34:40 +01:00
bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
2c65169127 Remove ImportBundle 2024-01-25 20:34:40 +01:00
6552c84eec Move Import configuration to Core 2024-01-25 20:34:40 +01:00
8b13631e3d Move Import templates to Core 2024-01-25 20:34:40 +01:00
057dbf0066 Move Import redis to Core 2024-01-25 20:34:40 +01:00
48a6948abc Move Import form type to Core 2024-01-25 20:34:40 +01:00
47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
6787f598cb Move Import controllers to Core 2024-01-25 20:34:40 +01:00
ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
b6b067c969 Move Import commands to Core 2024-01-25 20:34:40 +01:00
adf195623d Remove ApiBundle 2024-01-25 20:34:40 +01:00
85ba249ed1 Move Api form type to Core 2024-01-25 20:34:40 +01:00
1bddf4ee19 Move Api repository to Core 2024-01-25 20:34:40 +01:00
81577ef6b0 Move Api entities to Core 2024-01-25 20:34:40 +01:00
3fc0b5fa5b Move Api controllers to Core 2024-01-25 20:34:40 +01:00
020c616c9d Remove unused routing file 2024-01-25 20:34:40 +01:00
7f8b806b8c Remove UserBundle 2024-01-25 20:34:40 +01:00
0234aa1acf Move User templates to Core 2024-01-25 20:34:40 +01:00
c7bf98923e Remove unused template file 2024-01-25 20:34:40 +01:00
615adc81ff Move User event listeners to Core 2024-01-25 20:34:40 +01:00
d8f2d3c7ee Move User mailer to Core 2024-01-25 20:34:40 +01:00
87ed669504 Move User form types to Core 2024-01-25 20:34:40 +01:00
bdeaa93dd8 Move User repository to Core 2024-01-25 20:34:40 +01:00
a37ded9101 Move User entity to Core 2024-01-25 20:34:40 +01:00
4a356a6977 Move User fixtures to Core 2024-01-25 20:34:40 +01:00
3d7bb85d71 Move User controller to Core 2024-01-25 20:34:40 +01:00
a615bcce55 Remove unused translation file 2024-01-25 20:34:40 +01:00
fab4ccb01f Rename Manage template folder to User 2024-01-25 20:34:40 +01:00
0075456344 Rename ManageController to UserController 2024-01-25 20:34:40 +01:00
922ddc9d63 Remove AnnotationBundle 2024-01-25 20:34:40 +01:00
b9a1248c4b Move Annotation form types to Core 2024-01-25 20:34:40 +01:00
23301b7eac Move Annotation repository to Core 2024-01-25 20:34:39 +01:00
2190174754 Move Annotation entity to Core 2024-01-25 20:34:39 +01:00
1a6036cb23 Move Annotation fixtures to Core 2024-01-25 20:34:39 +01:00
2ed8c219cc Move Annotation controller to Core 2024-01-25 20:34:39 +01:00
eb36d692aa Merge pull request #7137 from yguedidi/upgrade-to-symfony-5
Upgrade to Symfony 5
2024-01-25 20:24:20 +01:00
1696a43a0c Merge pull request #7210 from wallabag/dependabot/composer/phpstan/phpstan-1.10.57
Bump phpstan/phpstan from 1.10.56 to 1.10.57
2024-01-25 08:06:53 +01:00
16ef7c24dc Bump phpstan/phpstan from 1.10.56 to 1.10.57
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.56 to 1.10.57.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.56...1.10.57)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 03:25:49 +00:00
ae6b578162 Merge pull request #7209 from yguedidi/add-blackfire-as-sponsor
Add Blackfire as sponsor
2024-01-24 22:51:16 +01:00
749fc034e9 Add Blackfire as sponsor 2024-01-24 22:21:47 +01:00
c34a259668 Bump PHP dependencies 2024-01-22 19:15:54 +01:00
423f2f792d Make RabbitMQConsumerTotalProxy non-lazy
It's not supported by the bundle, see https://github.com/php-amqplib/RabbitMqBundle/tree/2.13.2?tab=readme-ov-file#important-notice---lazy-connections
2024-01-22 19:15:54 +01:00
0178c7356d Fix PHPStan errors 2024-01-22 19:15:54 +01:00
083dc630fb Fix PHPStan configuration 2024-01-22 19:15:54 +01:00
0a117958c9 Apply PHP-CS-Fixer fixes 2024-01-22 19:15:54 +01:00
e938cc8687 Explicitly add Symfony polyfills for PHP 8.0 and 8.1 2024-01-22 19:15:54 +01:00
8c87d1025c Upgrade symfony/phpunit-bridge 2024-01-22 19:15:54 +01:00
2231d1b2b8 Upgrade psr/http-message 2024-01-22 19:15:54 +01:00
25474a7b99 Upgrade from lexik/form-filter-bundle to spiriitlabs/form-filter-bundle 2024-01-22 19:15:54 +01:00
17c9dbdbff Upgrade lcobucci/jwt 2024-01-22 19:15:54 +01:00
aa718c9573 Upgrade enshrined/svg-sanitize 2024-01-22 19:15:54 +01:00
ac9473e755 Upgrade dama/doctrine-test-bundle 2024-01-22 19:15:54 +01:00
7284e5dd48 Update PHP dependencies 2024-01-22 19:15:54 +01:00
f0360bc31f Fix JPEG images extension 2024-01-22 19:15:54 +01:00
2bef3e4927 Use error routing from FrameworkBundle 2024-01-22 19:15:54 +01:00
33871b3db9 Upgrade to Symfony 5.4 2024-01-22 19:15:54 +01:00
4e314ddba7 Regenerate PHPStan baseline 2024-01-22 19:15:54 +01:00
89e9aa5b33 Merge pull request #7194 from yguedidi/remove-unused-env-vars
Remove unused env vars
2024-01-22 09:23:33 +01:00
2070e64946 Merge pull request #7201 from wallabag/dependabot/npm_and_yarn/sass-loader-14.0.0 2024-01-22 08:05:34 +01:00
fb0b843dec Merge pull request #7206 from wallabag/dependabot/composer/doctrine/dbal-3.7.3 2024-01-22 06:43:05 +01:00
e35515533d Bump sass-loader from 13.3.3 to 14.0.0
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.0.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 05:43:05 +00:00
6b6e1ebf13 Merge pull request #7205 from wallabag/dependabot/composer/phpunit/phpunit-9.6.16 2024-01-22 06:42:42 +01:00
1b74fcba4e Merge pull request #7200 from wallabag/dependabot/npm_and_yarn/postcss-loader-8.0.0 2024-01-22 06:42:07 +01:00
0f3142029d Merge pull request #7204 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.17
Bump autoprefixer from 10.4.16 to 10.4.17
2024-01-22 04:12:24 +00:00
e17d908f40 Bump postcss-loader from 7.3.4 to 8.0.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.4 to 8.0.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.3.4...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 04:03:18 +00:00
14cb88709c Merge pull request #7203 from wallabag/dependabot/npm_and_yarn/sass-1.70.0
Bump sass from 1.69.7 to 1.70.0
2024-01-22 04:02:20 +00:00
c1a69ab3ce Bump autoprefixer from 10.4.16 to 10.4.17
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.16 to 10.4.17.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 04:00:56 +00:00
ef4fa4c336 Merge pull request #7202 from wallabag/dependabot/npm_and_yarn/css-loader-6.9.1
Bump css-loader from 6.9.0 to 6.9.1
2024-01-22 03:59:55 +00:00
742d2ea5bd Bump doctrine/dbal from 3.7.2 to 3.7.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.7.2...3.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:55:35 +00:00
cae1747761 Bump phpunit/phpunit from 9.6.15 to 9.6.16
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.15 to 9.6.16.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:54:52 +00:00
ae742097ec Bump sass from 1.69.7 to 1.70.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.70.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:51:13 +00:00
9c7faffb9f Bump css-loader from 6.9.0 to 6.9.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.9.0 to 6.9.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 03:51:02 +00:00
7962972011 Remove SESSION_HANDLER 2024-01-20 09:55:48 +01:00
03f88ff6bf Remove DATABASE_DRIVER_CLASS 2024-01-20 09:55:05 +01:00
35cbfd37d3 Merge pull request #7193 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.59 2024-01-19 07:10:48 +01:00
91ef465ece Bump phpstan/phpstan-doctrine from 1.3.58 to 1.3.59
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.58 to 1.3.59.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.58...1.3.59)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 03:31:32 +00:00
f086b30c0d Merge pull request #7192 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.58 2024-01-18 06:00:44 +01:00
1f1db91d28 Merge pull request #7191 from wallabag/dependabot/composer/doctrine/orm-2.17.3 2024-01-18 06:00:23 +01:00
5cbac7c0b2 Bump phpstan/phpstan-doctrine from 1.3.57 to 1.3.58
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.57 to 1.3.58.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.57...1.3.58)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 03:39:10 +00:00
d995bafb41 Bump doctrine/orm from 2.17.2 to 2.17.3
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.2...2.17.3)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 03:38:17 +00:00
09095b5b6c Merge pull request #7189 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.57 2024-01-17 06:44:45 +01:00
c58a3b39ca Bump phpstan/phpstan-doctrine from 1.3.56 to 1.3.57
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.56 to 1.3.57.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.56...1.3.57)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 03:53:37 +00:00
325ff1a419 Merge pull request #7181 from yguedidi/remove-need-for-test_database_path
Remove need for TEST_DATABASE_PATH
2024-01-16 11:08:26 +01:00
cda5d2daeb Merge pull request #7177 from yguedidi/skip-database-reset-on-partial-test-run
Skip database reset on partial test run
2024-01-16 09:33:08 +01:00
e2b8ff3dc0 Skip database reset on partial test run 2024-01-16 09:29:33 +01:00
db5aa62509 Merge pull request #7187 from wallabag/dependabot/composer/phpstan/phpstan-1.10.56
Bump phpstan/phpstan from 1.10.55 to 1.10.56
2024-01-16 08:55:34 +01:00
a4a2f26475 Merge pull request #7188 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.56
Bump phpstan/phpstan-doctrine from 1.3.54 to 1.3.56
2024-01-16 08:55:15 +01:00
29a880e11b Bump phpstan/phpstan-doctrine from 1.3.54 to 1.3.56
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.54 to 1.3.56.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.54...1.3.56)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 03:24:29 +00:00
c5d42d8a2f Bump phpstan/phpstan from 1.10.55 to 1.10.56
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.55 to 1.10.56.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.55...1.10.56)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 03:23:49 +00:00
85545f1950 Merge pull request #7182 from wallabag/dependabot/composer/scssphp/scssphp-1.12.1 2024-01-15 09:25:57 +01:00
1643d3d0a3 Merge pull request #7184 from wallabag/dependabot/npm_and_yarn/css-loader-6.9.0
Bump css-loader from 6.8.1 to 6.9.0
2024-01-15 04:09:03 +00:00
7bc9f8324d Merge pull request #7186 from wallabag/dependabot/npm_and_yarn/style-loader-3.3.4
Bump style-loader from 3.3.3 to 3.3.4
2024-01-15 04:03:59 +00:00
25d832d048 Bump css-loader from 6.8.1 to 6.9.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.8.1 to 6.9.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.8.1...v6.9.0)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 04:02:37 +00:00
0facab82d8 Merge pull request #7185 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.7.7
Bump mini-css-extract-plugin from 2.7.6 to 2.7.7
2024-01-15 04:01:24 +00:00
6a1a21c06b Merge pull request #7183 from wallabag/dependabot/npm_and_yarn/babel-dependencies-a8655fc483
Bump the babel-dependencies group with 1 update
2024-01-15 03:56:17 +00:00
9be7cf8939 Bump style-loader from 3.3.3 to 3.3.4
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/v3.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.3...v3.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:54:03 +00:00
5e916dfd71 Bump mini-css-extract-plugin from 2.7.6 to 2.7.7
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.7.7.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.7.7)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:53:45 +00:00
f8d57de7c8 Bump the babel-dependencies group with 1 update
Bumps the babel-dependencies group with 1 update: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/preset-env` from 7.23.7 to 7.23.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.8/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:52:45 +00:00
c980068688 Bump scssphp/scssphp from 1.12.0 to 1.12.1
Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v1.12.0...v1.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 03:25:53 +00:00
7e40142aa0 Remove need for TEST_DATABASE_PATH 2024-01-14 23:16:31 +01:00
ab3eaf2d3d Merge pull request #7174 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.14.0
Bump php-amqplib/rabbitmq-bundle from 2.13.2 to 2.14.0
2024-01-12 10:16:32 +01:00
49dd30c54f Merge pull request #7176 from wallabag/dependabot/composer/sentry/sentry-symfony-4.13.2
Bump sentry/sentry-symfony from 4.13.1 to 4.13.2
2024-01-12 08:49:28 +01:00
7babce220e Bump sentry/sentry-symfony from 4.13.1 to 4.13.2
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.13.1...4.13.2)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 03:33:15 +00:00
7465d197e1 Merge pull request #7175 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.7
Bump phpstan/phpstan-symfony from 1.3.6 to 1.3.7
2024-01-11 09:13:16 +01:00
16255b8d22 Bump phpstan/phpstan-symfony from 1.3.6 to 1.3.7
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.6...1.3.7)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 03:03:23 +00:00
9d02882291 Bump php-amqplib/rabbitmq-bundle from 2.13.2 to 2.14.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.13.2...2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 03:03:15 +00:00
709abfb564 Merge pull request #7163 from yguedidi/run-tests-with-phpunit-directly
Run tests with PHPUnit directly
2024-01-10 14:53:08 +01:00
cb1973d4a7 Merge pull request #7171 from yguedidi/disable-doctrine-depreciation-notices
Disable Doctrine depreciation notices
2024-01-10 12:59:15 +01:00
c73d694ee2 Disable Doctrine depreciation notices 2024-01-09 21:46:58 +01:00
bd537a54fe Update documentation to favor running PHPUnit directly 2024-01-09 08:11:16 +01:00
369e7b6e04 Show the output of commands in the bootstrap file 2024-01-09 08:11:16 +01:00
99ad390144 Move loading fixtures to the bootstrap file 2024-01-09 08:11:16 +01:00
4a4b584a46 Move prepare database commands to the bootstrap file 2024-01-09 08:11:16 +01:00
c35aa64079 Move prepare database commands to CI workflow 2024-01-09 08:11:16 +01:00
3e403b84d3 Move tests cache clean to the bootstrap file 2024-01-09 08:11:16 +01:00
479cded7b4 Clean the tests cache only 2024-01-09 08:11:16 +01:00
18b09979d6 Introduce a tests bootstrap file 2024-01-09 08:11:16 +01:00
beb3da80d2 Merge pull request #7170 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.15.4
Bump follow-redirects from 1.15.3 to 1.15.4
2024-01-09 06:40:13 +00:00
d6228ed51d Bump follow-redirects from 1.15.3 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 06:35:20 +00:00
1be040ba52 Merge pull request #7169 from wallabag/dependabot/composer/phpstan/phpstan-1.10.55 2024-01-09 07:34:06 +01:00
cd92853f27 Bump phpstan/phpstan from 1.10.54 to 1.10.55
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.54 to 1.10.55.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.54...1.10.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 03:16:52 +00:00
4eb31d1280 Merge pull request #7161 from yguedidi/make-tests-use-dev-database-config
Make tests use dev database config
2024-01-08 09:45:55 +01:00
0b37e31196 Merge pull request #7152 from yguedidi/merge-2.6-in-master
Merge 2.6 in master
2024-01-08 09:45:15 +01:00
3710404b92 Merge pull request #7167 from wallabag/dependabot/composer/phpstan/phpstan-1.10.54 2024-01-08 06:02:11 +01:00
546ef31ccc Merge pull request #7166 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.54 2024-01-08 06:01:54 +01:00
23fb8eb4c1 Bump phpstan/phpstan from 1.10.51 to 1.10.54
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.51 to 1.10.54.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.51...1.10.54)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 03:45:17 +00:00
74a5c6d779 Bump phpstan/phpstan-doctrine from 1.3.53 to 1.3.54
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.53 to 1.3.54.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.53...1.3.54)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 03:45:08 +00:00
139129f46f Merge pull request #7165 from wallabag/dependabot/npm_and_yarn/postcss-8.4.33
Bump postcss from 8.4.32 to 8.4.33
2024-01-08 03:33:30 +00:00
6201c5c1e5 Bump postcss from 8.4.32 to 8.4.33
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33.
- [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.4.32...8.4.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 03:29:06 +00:00
782026e9d4 Merge pull request #7164 from wallabag/dependabot/npm_and_yarn/sass-1.69.7
Bump sass from 1.69.6 to 1.69.7
2024-01-08 03:27:50 +00:00
faaaa8f3ea Bump sass from 1.69.6 to 1.69.7
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.6 to 1.69.7.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.6...1.69.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 03:24:22 +00:00
8d3f575c03 Make tests use dev database config 2024-01-07 20:00:30 +01:00
aa7dd67131 Use URL to configure DBAL 2024-01-07 17:53:07 +01:00
a6af149fa3 Add missing test_database_socket parameter 2024-01-07 17:53:07 +01:00
ccd50bca7a Move enabling fosuser_registration in tests to config_test.yml 2024-01-07 17:53:07 +01:00
36a97e5d79 Merge pull request #7158 from wallabag/dependabot/composer/phpstan/phpstan-1.10.51 2024-01-05 08:47:41 +01:00
635c77714d Merge pull request #7157 from wallabag/dependabot/composer/j0k3r/graby-2.4.5 2024-01-05 08:47:24 +01:00
c1fb90d59b Bump phpstan/phpstan from 1.10.50 to 1.10.51
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.50 to 1.10.51.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.50...1.10.51)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 03:02:48 +00:00
5fefc9056a Bump j0k3r/graby from 2.4.4 to 2.4.5
Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/j0k3r/graby/releases)
- [Commits](https://github.com/j0k3r/graby/compare/2.4.4...2.4.5)

---
updated-dependencies:
- dependency-name: j0k3r/graby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 03:01:55 +00:00
4be822625c Merge pull request #7155 from yguedidi/use-phpunit-directly
Use PHPUnit directly
2024-01-04 12:13:49 +01:00
15d5eb5e6a Use PHPUnit directly 2024-01-03 23:46:08 +01:00
0e7b4641a1 Merge pull request #7154 from yguedidi/transitive-dependencies
Add directly used transitive dependencies as root ones
2024-01-03 23:02:42 +01:00
ed9f120ad6 Add directly used transitive dependencies as root ones 2024-01-03 21:30:03 +01:00
16c239aa78 Merge branch '2.6' into merge-2.6-in-master 2024-01-03 11:08:10 +01:00
6a8f4822fd Merge pull request #7150 from wallabag/dependabot/npm_and_yarn/sass-1.69.6
Bump sass from 1.69.5 to 1.69.6
2024-01-01 04:03:48 +00:00
6b7c44af99 Merge pull request #7149 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.10
Bump terser-webpack-plugin from 5.3.9 to 5.3.10
2024-01-01 04:00:39 +00:00
76ad8b3b0b Merge pull request #7148 from wallabag/dependabot/npm_and_yarn/babel-dependencies-b458a94c33
Bump the babel-dependencies group with 2 updates
2024-01-01 03:57:46 +00:00
682d90d48a Bump sass from 1.69.5 to 1.69.6
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:55:10 +00:00
5356b29273 Bump terser-webpack-plugin from 5.3.9 to 5.3.10
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.9...v5.3.10)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:54:51 +00:00
539a1d2a68 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-core)

Updates `@babel/preset-env` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:54:16 +00:00
828dd3080c Merge pull request #7145 from yguedidi/make-database-dependent-commands-lazy
Make database dependent commands lazy
2023-12-29 08:53:32 +01:00
16f31549fd Make database dependent commands lazy
(cherry picked from commit 9927a06cab)
2023-12-28 23:56:54 +01:00
a1154927c3 Merge pull request #7144 from wallabag/fix/node-20 2023-12-27 23:10:58 +01:00
019e978846 Use Node 20
Backported from the 2.6 branch.
Also, update composer & node deps.
2023-12-27 23:00:49 +01:00
84838b4952 Merge pull request #7138 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.6
Bump phpstan/phpstan-symfony from 1.3.5 to 1.3.6
2023-12-27 22:17:37 +01:00
5a19a32450 Merge pull request #7135 from yguedidi/use-wallabag-rulerz-packages
Use wallabag rulerz packages
2023-12-27 19:31:23 +01:00
bb688e8b7c Use wallabag rulerz packages 2023-12-27 19:26:34 +01:00
7fbf83f3bb Merge pull request #7139 from yguedidi/fix-doctrine-deprecation-notices
Fix Doctrine deprecation notices
2023-12-27 19:19:47 +01:00
8b9d3795da Fix setSQLLogger() depreciation 2023-12-27 19:10:17 +01:00
e5a8b152eb Fix getSchemaManager() depreciation 2023-12-27 19:10:17 +01:00
0cbd0ce28a Fix getEntity() depreciation 2023-12-27 19:10:17 +01:00
4846dd00c3 Merge pull request #7136 from yguedidi/fix-deprecation
Fix deprecation
2023-12-27 19:09:55 +01:00
babe87c33b Fix createClient() depreciation 2023-12-25 10:39:25 +01:00
10dd6d4315 Bump phpstan/phpstan-symfony from 1.3.5 to 1.3.6
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.5...1.3.6)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 03:38:06 +00:00
a351b0aada Fix canonicalize depreciation 2023-12-24 20:29:11 +01:00
3caf65865b Merge pull request #7132 from Simounet/feat/wallassets-folder-added-to-gitignore
wallassets folder added to .gitignore
2023-12-22 09:53:06 +01:00
7eda9811b8 wallassets folder added to .gitignore 2023-12-21 18:03:18 +01:00
16863c5307 Merge pull request #7131 from Simounet/fix/dark-mode-disabled-url
Fix/dark mode disabled url
2023-12-21 14:00:04 +01:00
10d099dc38 Fix add tags input dark mode 2023-12-21 12:24:45 +01:00
d63db323ad Fix disabled URL edit dark mode 2023-12-21 12:24:07 +01:00
44f362236d Merge pull request #7129 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.13.2 2023-12-21 05:46:42 +01:00
d2699005d5 Merge pull request #7130 from wallabag/dependabot/composer/doctrine/orm-2.17.2 2023-12-21 05:46:19 +01:00
9f2b874f2f Bump doctrine/orm from 2.17.1 to 2.17.2
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.1...2.17.2)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 03:55:52 +00:00
d4678b2e10 Bump php-amqplib/rabbitmq-bundle from 2.13.1 to 2.13.2
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.13.1...2.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 03:55:33 +00:00
838099cdcc Merge pull request #7126 from wallabag/dependabot/npm_and_yarn/eslint-8.56.0
Bump eslint from 8.55.0 to 8.56.0
2023-12-18 04:02:51 +00:00
5836fb7172 Bump eslint from 8.55.0 to 8.56.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:55:01 +00:00
1bd2ae84ac Merge pull request #7125 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.29.1
Bump eslint-plugin-import from 2.29.0 to 2.29.1
2023-12-18 03:53:44 +00:00
791e37cfc8 Merge pull request #7124 from wallabag/dependabot/npm_and_yarn/babel-dependencies-6f8bf1c51e
Bump the babel-dependencies group with 2 updates
2023-12-18 03:50:59 +00:00
69be48ad04 Bump eslint-plugin-import from 2.29.0 to 2.29.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:48:23 +00:00
6642adcabb Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.5 to 7.23.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-core)

Updates `@babel/preset-env` from 7.23.5 to 7.23.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:47:22 +00:00
9dd29901c3 Merge pull request #7122 from wallabag/dependabot/composer/jms/serializer-3.29.1
Bump jms/serializer from 3.29.0 to 3.29.1
2023-12-15 08:52:27 +01:00
1be5b107e0 Bump jms/serializer from 3.29.0 to 3.29.1
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.29.0 to 3.29.1.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.29.0...3.29.1)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 03:20:19 +00:00
d040a8db0f Merge pull request #7119 from wallabag/dependabot/composer/phpstan/phpstan-1.10.50 2023-12-13 20:21:42 -08:00
07cb1a2035 Merge pull request #7118 from wallabag/dependabot/composer/willdurand/hateoas-bundle-2.6.0 2023-12-13 20:21:24 -08:00
c1ef4a63e5 Bump phpstan/phpstan from 1.10.49 to 1.10.50
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.49 to 1.10.50.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.49...1.10.50)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 04:02:18 +00:00
4f395fb240 Bump willdurand/hateoas-bundle from 2.5.0 to 2.6.0
Bumps [willdurand/hateoas-bundle](https://github.com/willdurand/BazingaHateoasBundle) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/willdurand/BazingaHateoasBundle/releases)
- [Commits](https://github.com/willdurand/BazingaHateoasBundle/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: willdurand/hateoas-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 04:02:10 +00:00
83404b20b9 Merge pull request #7117 from wallabag/dependabot/composer/phpstan/phpstan-1.10.49 2023-12-12 21:38:17 -08:00
a38b1277a8 Merge pull request #7116 from wallabag/dependabot/composer/willdurand/hateoas-3.10.0 2023-12-12 21:38:00 -08:00
175ae79230 Bump phpstan/phpstan from 1.10.48 to 1.10.49
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.48 to 1.10.49.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.48...1.10.49)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 03:08:20 +00:00
46fb03e367 Bump willdurand/hateoas from 3.9.0 to 3.10.0
Bumps [willdurand/hateoas](https://github.com/willdurand/Hateoas) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/willdurand/Hateoas/releases)
- [Commits](https://github.com/willdurand/Hateoas/compare/3.9.0...3.10.0)

---
updated-dependencies:
- dependency-name: willdurand/hateoas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-13 03:08:11 +00:00
a67f836b04 Merge pull request #7114 from wallabag/dependabot/composer/jms/serializer-3.29.0 2023-12-11 20:32:20 -08:00
13b466f9a8 Bump jms/serializer from 3.28.0 to 3.29.0
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.28.0 to 3.29.0.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.28.0...3.29.0)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 03:14:33 +00:00
8b272fda96 Merge pull request #7112 from wallabag/dependabot/composer/phpstan/phpstan-1.10.48
Bump phpstan/phpstan from 1.10.47 to 1.10.48
2023-12-11 06:23:57 +01:00
4818946113 Bump phpstan/phpstan from 1.10.47 to 1.10.48
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.47 to 1.10.48.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.47...1.10.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:48:53 +00:00
451cbb08a6 Merge pull request #7111 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.3.2
Bump stylelint-scss from 5.3.1 to 5.3.2
2023-12-11 03:36:06 +00:00
95157f78d4 Merge pull request #7110 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-c6dc56439b
Bump the fontsource-dependencies group with 4 updates
2023-12-11 03:33:13 +00:00
1309937b12 Bump stylelint-scss from 5.3.1 to 5.3.2
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.1...v5.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:29:46 +00:00
db572dcf86 Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.17 to 5.0.18
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.15 to 5.0.16
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.15 to 5.0.16
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.17 to 5.0.18
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:29:35 +00:00
15d797dadd Merge pull request #7109 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-12-09 21:58:08 +01:00
79b0d4eaed Translated using Weblate (Galician)
Currently translated at 100.0% (597 of 597 strings)
2023-12-09 20:05:53 +01:00
28fb213e3e Merge pull request #7108 from wallabag/dependabot/composer/php-http/httplug-bundle-1.32.0
Bump php-http/httplug-bundle from 1.31.0 to 1.32.0
2023-12-08 01:03:00 -08:00
1e1543d085 Merge pull request #7107 from wallabag/dependabot/composer/sentry/sentry-symfony-4.13.1
Bump sentry/sentry-symfony from 4.12.0 to 4.13.1
2023-12-08 01:02:32 -08:00
a488bf767c Merge pull request #7100 from wallabag/dependabot/composer/guzzlehttp/psr7-2.6.2
Bump guzzlehttp/psr7 from 2.6.1 to 2.6.2
2023-12-08 01:02:09 -08:00
9056678742 Merge pull request #7101 from wallabag/dependabot/npm_and_yarn/babel-dependencies-23220545f2
Bump the babel-dependencies group with 2 updates
2023-12-08 08:56:16 +00:00
e2d6adf0e0 Merge pull request #7103 from wallabag/dependabot/npm_and_yarn/postcss-8.4.32
Bump postcss from 8.4.31 to 8.4.32
2023-12-08 08:53:05 +00:00
d34746fb7d Merge pull request #7102 from wallabag/dependabot/npm_and_yarn/eslint-8.55.0
Bump eslint from 8.54.0 to 8.55.0
2023-12-08 08:50:24 +00:00
a8075ec4af Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.3 to 7.23.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-core)

Updates `@babel/preset-env` from 7.23.3 to 7.23.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:40:42 +00:00
1375804dfc Bump postcss from 8.4.31 to 8.4.32
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32.
- [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.4.31...8.4.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:39:17 +00:00
d4053260e3 Bump eslint from 8.54.0 to 8.55.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:37:12 +00:00
32ac079599 Bump php-http/httplug-bundle from 1.31.0 to 1.32.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.31.0...1.32.0)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:36:36 +00:00
51273445e2 Bump sentry/sentry-symfony from 4.12.0 to 4.13.1
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.12.0 to 4.13.1.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.12.0...4.13.1)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:36:29 +00:00
e96c91850c Bump guzzlehttp/psr7 from 2.6.1 to 2.6.2
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/2.6.1...2.6.2)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:35:38 +00:00
1de662c4d9 Merge pull request #7099 from wallabag/dependabot/composer/phpstan/phpstan-1.10.47
Bump phpstan/phpstan from 1.10.46 to 1.10.47
2023-12-08 00:35:03 -08:00
00d49f1202 Release symfony/phpunit-bridge 2023-12-08 09:21:16 +01:00
a7b65dadd4 Bump phpstan/phpstan from 1.10.46 to 1.10.47
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.46 to 1.10.47.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.46...1.10.47)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 03:32:24 +00:00
4d150ed436 Merge pull request #7096 from wallabag/dependabot/composer/php-http/client-common-2.7.1 2023-11-30 23:40:17 -08:00
d9e58d6ff4 Merge pull request #7097 from wallabag/dependabot/composer/php-http/discovery-1.19.2 2023-11-30 23:39:57 -08:00
fae8795e64 Bump php-http/discovery from 1.19.1 to 1.19.2
Bumps [php-http/discovery](https://github.com/php-http/discovery) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/php-http/discovery/releases)
- [Changelog](https://github.com/php-http/discovery/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/discovery/compare/1.19.1...1.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 03:30:46 +00:00
9fd12d6cb4 Bump php-http/client-common from 2.7.0 to 2.7.1
Bumps [php-http/client-common](https://github.com/php-http/client-common) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/php-http/client-common/releases)
- [Changelog](https://github.com/php-http/client-common/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/client-common/compare/2.7.0...2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 03:30:33 +00:00
d0cfb902a8 Merge pull request #7093 from wallabag/dependabot/composer/phpstan/phpstan-1.10.46
Bump phpstan/phpstan from 1.10.45 to 1.10.46
2023-11-29 10:53:29 +01:00
ff3442cbd4 Bump phpstan/phpstan from 1.10.45 to 1.10.46
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.45 to 1.10.46.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.45...1.10.46)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 03:37:38 +00:00
4e2f7673ed Merge pull request #7091 from wallabag/dependabot/composer/phpseclib/phpseclib-3.0.34
Bump phpseclib/phpseclib from 3.0.33 to 3.0.34
2023-11-28 20:18:08 +01:00
45e4af53df Bump phpseclib/phpseclib from 3.0.33 to 3.0.34
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.33 to 3.0.34.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.33...3.0.34)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 18:24:21 +00:00
2bffcb3035 Merge pull request #7090 from wallabag/dependabot/composer/phpstan/phpstan-1.10.45 2023-11-28 06:44:04 +01:00
d6633be8d9 Bump phpstan/phpstan from 1.10.44 to 1.10.45
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.44 to 1.10.45.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.44...1.10.45)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 03:26:52 +00:00
f8d4d4131d Merge pull request #7089 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-11-27 21:01:58 +01:00
2fc0e89e5e Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (597 of 597 strings)
2023-11-27 20:02:54 +01:00
75f78d1f44 Merge pull request #7088 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-11-26 12:16:57 +01:00
8fba5b8a9e Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (6 of 6 strings)
2023-11-26 12:03:22 +01:00
9d8822ec6a Translated using Weblate (Norwegian Bokmål)
Currently translated at 92.1% (550 of 597 strings)
2023-11-26 12:03:22 +01:00
5335024ab5 Merge pull request #7085 from wallabag/dependabot/composer/twig/string-extra-3.8.0 2023-11-22 06:49:07 +01:00
3d32de485f Merge pull request #7084 from wallabag/dependabot/composer/phpstan/phpstan-1.10.44 2023-11-22 06:48:49 +01:00
f89fd5ba7c Merge pull request #7083 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.53 2023-11-22 06:48:31 +01:00
83ae55555d Merge pull request #7082 from wallabag/dependabot/composer/twig/twig-3.8.0 2023-11-22 06:48:15 +01:00
5007dbcd58 Bump twig/string-extra from 3.7.1 to 3.8.0
Bumps [twig/string-extra](https://github.com/twigphp/string-extra) from 3.7.1 to 3.8.0.
- [Commits](https://github.com/twigphp/string-extra/compare/v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: twig/string-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 03:30:10 +00:00
a69c983408 Bump phpstan/phpstan from 1.10.43 to 1.10.44
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.43 to 1.10.44.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.43...1.10.44)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 03:29:41 +00:00
8ed1e9e528 Bump phpstan/phpstan-doctrine from 1.3.51 to 1.3.53
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.51 to 1.3.53.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.51...1.3.53)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 03:29:24 +00:00
cf2af580ba Bump twig/twig from 3.7.1 to 3.8.0
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.7.1 to 3.8.0.
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.7.1...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 03:29:11 +00:00
793514171f Merge pull request #7081 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.51 2023-11-21 07:09:57 +01:00
ff0f958cd9 Bump phpstan/phpstan-doctrine from 1.3.50 to 1.3.51
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.50 to 1.3.51.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.50...1.3.51)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 03:02:01 +00:00
1791667c86 Merge pull request #7078 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.50
Bump phpstan/phpstan-doctrine from 1.3.48 to 1.3.50
2023-11-20 08:50:11 +01:00
00d0b4ed3a Merge pull request #7077 from wallabag/dependabot/composer/phpstan/phpstan-1.10.43
Bump phpstan/phpstan from 1.10.41 to 1.10.43
2023-11-20 08:49:49 +01:00
41004aa2f6 Merge pull request #7079 from wallabag/dependabot/composer/doctrine/dbal-3.7.2
Bump doctrine/dbal from 3.7.1 to 3.7.2
2023-11-20 08:49:31 +01:00
ca91cd2c20 Merge pull request #7080 from wallabag/dependabot/composer/doctrine/orm-2.17.1
Bump doctrine/orm from 2.17.0 to 2.17.1
2023-11-20 08:49:12 +01:00
3aa5b79836 Bump doctrine/orm from 2.17.0 to 2.17.1
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.0...2.17.1)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:57:12 +00:00
c90bf8f8cd Bump doctrine/dbal from 3.7.1 to 3.7.2
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.7.1...3.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:56:59 +00:00
7a832805eb Bump phpstan/phpstan-doctrine from 1.3.48 to 1.3.50
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.48 to 1.3.50.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.48...1.3.50)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:56:47 +00:00
9043b7e3fd Bump phpstan/phpstan from 1.10.41 to 1.10.43
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.41 to 1.10.43.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.41...1.10.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:56:29 +00:00
ba55c4e5bb Merge pull request #7076 from wallabag/dependabot/npm_and_yarn/eslint-8.54.0
Bump eslint from 8.53.0 to 8.54.0
2023-11-20 03:06:19 +00:00
a0f0e6c207 Bump eslint from 8.53.0 to 8.54.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 03:02:35 +00:00
5f9d1a999c Merge pull request #7072 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.4.5
Bump doctrine/doctrine-fixtures-bundle from 3.4.4 to 3.4.5
2023-11-16 10:02:32 +01:00
d063e6b042 Bump doctrine/doctrine-fixtures-bundle from 3.4.4 to 3.4.5
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/3.5.x/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.4.4...3.4.5)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 08:57:15 +00:00
bfeadae6c0 Merge pull request #7071 from wallabag/dependabot/composer/doctrine/orm-2.17.0
Bump doctrine/orm from 2.16.2 to 2.17.0
2023-11-16 09:56:13 +01:00
2149ef4510 Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
50dd1d32ac Merge pull request #7073 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.48 2023-11-16 06:35:22 +01:00
6b027086d0 Bump phpstan/phpstan-doctrine from 1.3.47 to 1.3.48
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 03:50:58 +00:00
f272481ec4 Bump doctrine/orm from 2.16.2 to 2.17.0
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.16.2 to 2.17.0.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.16.2...2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 03:49:55 +00:00
f6d434b4e4 Merge pull request #7070 from wallabag/dependabot/composer/scssphp/scssphp-1.12.0 2023-11-15 06:30:55 +01:00
833f0135e8 Merge pull request #7069 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.13.1 2023-11-15 06:30:29 +01:00
a5435de351 Bump scssphp/scssphp from 1.11.1 to 1.12.0
Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v1.11.1...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 03:33:08 +00:00
dcb3f55343 Bump php-amqplib/rabbitmq-bundle from 2.13.0 to 2.13.1
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.13.0...2.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 03:32:44 +00:00
ff5623baac Merge pull request #7068 from wallabag/dependabot/composer/doctrine/doctrine-migrations-bundle-3.2.5 2023-11-14 06:04:20 +01:00
39e84e74a4 Bump doctrine/doctrine-migrations-bundle from 3.2.4 to 3.2.5
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineMigrationsBundle/blob/3.3.x/Changelog.md)
- [Commits](https://github.com/doctrine/DoctrineMigrationsBundle/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 03:34:59 +00:00
092a11b21e Merge pull request #7064 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.47 2023-11-13 07:15:43 +01:00
980646c52c Merge pull request #7065 from wallabag/dependabot/composer/symfony/http-kernel-4.4.51 2023-11-13 07:15:27 +01:00
bf85187304 Merge pull request #7062 from wallabag/dependabot/composer/symfony/twig-bridge-4.4.51 2023-11-13 07:15:06 +01:00
f044dddcc0 Merge pull request #7063 from wallabag/dependabot/composer/symfony-dependencies-f3f66adefd 2023-11-13 07:14:43 +01:00
25282de2be Merge pull request #7067 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.3.1
Bump stylelint-scss from 5.3.0 to 5.3.1
2023-11-13 03:55:00 +00:00
dfda2bfbb5 Merge pull request #7066 from wallabag/dependabot/npm_and_yarn/babel-dependencies-df9e0d663c
Bump the babel-dependencies group with 3 updates
2023-11-13 03:51:42 +00:00
fd11d7476d Bump stylelint-scss from 5.3.0 to 5.3.1
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:47:36 +00:00
18f5d402b4 Bump the babel-dependencies group with 3 updates
Bumps the babel-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.2 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

Updates `@babel/eslint-parser` from 7.22.15 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/eslint/babel-eslint-parser)

Updates `@babel/preset-env` from 7.23.2 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:47:10 +00:00
2de4d2464f Bump symfony/http-kernel from 4.4.50 to 4.4.51
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 4.4.50 to 4.4.51.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/http-kernel/compare/v4.4.50...v4.4.51)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:06:18 +00:00
9fce559cb7 Bump phpstan/phpstan-doctrine from 1.3.46 to 1.3.47
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.46 to 1.3.47.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.46...1.3.47)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:05:37 +00:00
db2f5d4c5f Bump the symfony-dependencies group with 1 update
Bumps the symfony-dependencies group with 1 update: [symfony/framework-bundle](https://github.com/symfony/framework-bundle).

- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/framework-bundle/compare/v4.4.49...v4.4.51)

---
updated-dependencies:
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 03:05:29 +00:00
a74ebc65cf Bump symfony/twig-bridge from 4.4.49 to 4.4.51
Bumps [symfony/twig-bridge](https://github.com/symfony/twig-bridge) from 4.4.49 to 4.4.51.
- [Release notes](https://github.com/symfony/twig-bridge/releases)
- [Changelog](https://github.com/symfony/twig-bridge/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/twig-bridge/compare/v4.4.49...v4.4.51)

---
updated-dependencies:
- dependency-name: symfony/twig-bridge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 16:17:57 +00:00
c589ee9b3c Merge pull request #7059 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.46
Bump phpstan/phpstan-doctrine from 1.3.45 to 1.3.46
2023-11-09 08:11:56 +01:00
db465ace02 Bump phpstan/phpstan-doctrine from 1.3.45 to 1.3.46
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.45 to 1.3.46.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.45...1.3.46)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 03:25:59 +00:00
d954899f5d Merge pull request #7056 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.13.0 2023-11-08 06:14:25 +01:00
188da933e0 Bump php-amqplib/rabbitmq-bundle from 2.12.0 to 2.13.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.12.0...2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 03:56:33 +00:00
0cae692681 Merge pull request #7055 from wallabag/dependabot/composer/php-http/httplug-bundle-1.31.0 2023-11-07 06:16:19 +01:00
fad18335b1 Bump php-http/httplug-bundle from 1.30.1 to 1.31.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.30.1 to 1.31.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.30.1...1.31.0)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 03:51:32 +00:00
80b98fbd68 Merge pull request #7052 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-scss-11.1.0
Bump stylelint-config-standard-scss from 11.0.0 to 11.1.0
2023-11-06 07:13:26 +00:00
04c2f0de18 Merge pull request #7054 from wallabag/dependabot/composer/phpstan/phpstan-1.10.41 2023-11-06 06:01:02 +01:00
ed5912e272 Merge pull request #7053 from wallabag/dependabot/npm_and_yarn/eslint-8.53.0
Bump eslint from 8.52.0 to 8.53.0
2023-11-06 03:33:12 +00:00
e229389fd1 Bump phpstan/phpstan from 1.10.40 to 1.10.41
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.40 to 1.10.41.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.40...1.10.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 03:26:43 +00:00
7780af1d4b Bump eslint from 8.52.0 to 8.53.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 03:24:31 +00:00
e832f1e0be Bump stylelint-config-standard-scss from 11.0.0 to 11.1.0
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 03:24:19 +00:00
3855de88ff Merge pull request #7049 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.12.0 2023-11-02 07:56:03 +01:00
da3eaed297 Bump php-amqplib/rabbitmq-bundle from 2.11.0 to 2.12.0
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.11.0...2.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 03:44:52 +00:00
00b33e3855 Merge pull request #7047 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.5 2023-10-31 05:49:23 +01:00
a5972d7983 Merge pull request #7046 from wallabag/dependabot/composer/sentry/sentry-symfony-4.12.0 2023-10-31 05:49:04 +01:00
820d1c69c0 Merge pull request #7045 from wallabag/dependabot/composer/phpstan/phpstan-1.10.40 2023-10-31 05:48:43 +01:00
fc6a7da71c Bump phpstan/phpstan-symfony from 1.3.4 to 1.3.5
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.4...1.3.5)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 03:57:39 +00:00
68aa2cdeaf Bump sentry/sentry-symfony from 4.11.0 to 4.12.0
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.11.0...4.12.0)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 03:57:15 +00:00
507ef47bd8 Bump phpstan/phpstan from 1.10.39 to 1.10.40
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.39 to 1.10.40.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.39...1.10.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 03:56:59 +00:00
ec964ab724 Merge pull request #7040 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.45 2023-10-30 07:20:38 +01:00
dbac4e8591 Merge pull request #7044 from wallabag/dependabot/github_actions/actions/setup-node-4 2023-10-30 07:20:17 +01:00
9ca9b8eb85 Merge pull request #7043 from wallabag/dependabot/npm_and_yarn/sass-1.69.5
Bump sass from 1.69.4 to 1.69.5
2023-10-30 03:41:37 +00:00
3015551b23 Merge pull request #7042 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.3.0
Bump stylelint-scss from 5.2.1 to 5.3.0
2023-10-30 03:38:06 +00:00
5b5584d9f9 Merge pull request #7041 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.29.0
Bump eslint-plugin-import from 2.28.1 to 2.29.0
2023-10-30 03:34:15 +00:00
ebc46ef1fc Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:31:38 +00:00
19178c5a20 Bump sass from 1.69.4 to 1.69.5
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:29:53 +00:00
fc6aafe302 Bump stylelint-scss from 5.2.1 to 5.3.0
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.1...v5.3.0)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:29:33 +00:00
ffece8d19a Bump eslint-plugin-import from 2.28.1 to 2.29.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:29:11 +00:00
764a79b0ed Bump phpstan/phpstan-doctrine from 1.3.43 to 1.3.45
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.43 to 1.3.45.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.43...1.3.45)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 03:21:01 +00:00
431d49eb8c Merge pull request #7039 from wallabag/port/2.6.7 2023-10-26 06:10:50 +02:00
4a5f769428 Merge remote-tracking branch 'origin/2.6' into port/2.6.7
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-10-25 22:09:21 +02:00
5a9abf8821 Merge pull request #7038 from wallabag/dependabot/composer/php-amqplib/php-amqplib-3.6.0 2023-10-23 07:24:49 +02:00
68fabb71f8 Merge pull request #7036 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.10.0
Bump webpack-merge from 5.9.0 to 5.10.0
2023-10-23 03:02:16 +00:00
afc3a9b088 Merge pull request #7035 from wallabag/dependabot/npm_and_yarn/sass-1.69.4
Bump sass from 1.69.3 to 1.69.4
2023-10-23 02:57:48 +00:00
70991255b4 Merge pull request #7037 from wallabag/dependabot/npm_and_yarn/eslint-8.52.0
Bump eslint from 8.51.0 to 8.52.0
2023-10-23 02:54:24 +00:00
ca79f8c018 Bump webpack-merge from 5.9.0 to 5.10.0
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.9.0 to 5.10.0.
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.9.0...v5.10.0)

---
updated-dependencies:
- dependency-name: webpack-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:32:46 +00:00
d0d7f5ab5e Bump sass from 1.69.3 to 1.69.4
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:32:45 +00:00
97e922dddc Merge pull request #7034 from wallabag/dependabot/npm_and_yarn/stylelint-15.11.0
Bump stylelint from 15.10.3 to 15.11.0
2023-10-23 02:31:49 +00:00
a55c4ebf32 Bump php-amqplib/php-amqplib from 3.5.4 to 3.6.0
Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.5.4 to 3.6.0.
- [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.5.4...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:30:03 +00:00
5a2821b3ce Bump eslint from 8.51.0 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:30:03 +00:00
0364a171bb Merge pull request #7033 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-3dcb29bd7e
Bump the fontsource-dependencies group with 4 updates
2023-10-23 02:29:03 +00:00
913fb51707 Bump stylelint from 15.10.3 to 15.11.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:23:37 +00:00
e97902412f Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.15 to 5.0.17
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.13 to 5.0.15
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.13 to 5.0.15
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.15 to 5.0.17
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 02:23:27 +00:00
dfe370eaa3 Merge pull request #7031 from wallabag/dependabot/composer/phpstan/phpstan-1.10.39 2023-10-18 05:43:09 +02:00
9fa207bdc6 Bump phpstan/phpstan from 1.10.38 to 1.10.39
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.38 to 1.10.39.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.38...1.10.39)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 02:47:56 +00:00
c4a5806180 Merge pull request #7027 from wallabag/dependabot/npm_and_yarn/highlight.js-11.9.0
Bump highlight.js from 11.8.0 to 11.9.0
2023-10-16 02:23:28 +00:00
826ff3f71e Merge pull request #7026 from wallabag/dependabot/npm_and_yarn/webpack-5.89.0
Bump webpack from 5.88.2 to 5.89.0
2023-10-16 02:19:49 +00:00
486f943e9a Merge pull request #7025 from wallabag/dependabot/npm_and_yarn/sass-1.69.3
Bump sass from 1.69.0 to 1.69.3
2023-10-16 02:16:23 +00:00
2417471bcc Merge pull request #7024 from wallabag/dependabot/npm_and_yarn/babel-dependencies-7f1cbfb7c8
Bump the babel-dependencies group with 2 updates
2023-10-16 02:12:57 +00:00
41991b326d Bump highlight.js from 11.8.0 to 11.9.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 02:07:40 +00:00
734bf415c9 Bump webpack from 5.88.2 to 5.89.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 02:07:20 +00:00
470b4aa15b Bump sass from 1.69.0 to 1.69.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 02:06:58 +00:00
f3458bdbd6 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.0 to 7.23.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

Updates `@babel/preset-env` from 7.22.20 to 7.23.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 02:06:36 +00:00
15ebd406d4 Merge pull request #7021 from wallabag/dependabot/composer/doctrine/dbal-3.7.1 2023-10-10 05:32:05 +02:00
e2d2ce66e7 Merge pull request #7020 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-1.3.15 2023-10-10 05:31:49 +02:00
0cf4a61344 Bump doctrine/dbal from 3.7.0 to 3.7.1
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.7.0...3.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 02:23:38 +00:00
ffa9e370f2 Bump phpstan/phpstan-phpunit from 1.3.14 to 1.3.15
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.14 to 1.3.15.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.14...1.3.15)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 02:23:28 +00:00
7aef830815 Merge pull request #7018 from sergiy-petrov/sergiy-petrov-patch-1 2023-10-09 21:26:30 +02:00
9ea4c136d9 Test against php 8.3 2023-10-09 20:15:07 +03:00
74fa98fee3 Merge pull request #7012 from KaminskiDaniell/patch-1
Corrected PL translations
2023-10-09 08:46:32 +02:00
c195dbbd6c Merge pull request #7017 from wallabag/dependabot/composer/phpstan/phpstan-1.10.38 2023-10-09 07:17:56 +02:00
2c904346af Bump phpstan/phpstan from 1.10.37 to 1.10.38
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.37 to 1.10.38.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.37...1.10.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 02:47:12 +00:00
8f6a3d412c Merge pull request #7015 from wallabag/dependabot/npm_and_yarn/eslint-8.51.0
Bump eslint from 8.50.0 to 8.51.0
2023-10-09 02:45:20 +00:00
57c896ce81 Merge pull request #7016 from wallabag/dependabot/npm_and_yarn/sass-1.69.0
Bump sass from 1.68.0 to 1.69.0
2023-10-09 02:43:56 +00:00
be6695e041 Bump eslint from 8.50.0 to 8.51.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 02:38:14 +00:00
d93756d298 Merge pull request #7014 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-d3659ea346
Bump the fontsource-dependencies group with 4 updates
2023-10-09 02:37:04 +00:00
5a9612a15e Bump sass from 1.68.0 to 1.69.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 02:32:45 +00:00
36100365c6 Bump the fontsource-dependencies group with 4 updates
Bumps the fontsource-dependencies group with 4 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible), [@fontsource/eb-garamond](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/eb-garamond), [@fontsource/montserrat](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/montserrat) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.13 to 5.0.15
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/eb-garamond` from 5.0.8 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/eb-garamond/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/eb-garamond)

Updates `@fontsource/montserrat` from 5.0.8 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/montserrat/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/montserrat)

Updates `@fontsource/oswald` from 5.0.13 to 5.0.15
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/eb-garamond"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/montserrat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 02:32:08 +00:00
77dbf189ff Update CraueConfigBundle.pl.yml
modified one translation
2023-10-07 13:35:59 +02:00
cd17f86c6d Update CraueConfigBundle.pl.yml
Hi, I'm contributor in hacktoberfest event. When you approve these changes could you please add hacktoberfest-accepted label to this PR?

Thanks :)
2023-10-07 13:34:13 +02:00
843fd97805 Merge pull request #7008 from wallabag/dependabot/composer/phpstan/phpstan-1.10.37
Bump phpstan/phpstan from 1.10.36 to 1.10.37
2023-10-03 07:40:03 +02:00
5afff609b3 Bump phpstan/phpstan from 1.10.36 to 1.10.37
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.36 to 1.10.37.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.36...1.10.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 02:03:40 +00:00
8b0108d686 Merge pull request #7005 from wallabag/fix/dependabot-symfony-pattern
Fix symfony pattern for dependabot
2023-10-02 09:31:15 +02:00
adc79d0578 Fix symfony pattern for dependabot
`*symfony*` matches to much deps (ie `phpstan-symfony`) which aren't related to Symfony release.
`symfony/*` will properly match Symfony release better.
2023-10-02 09:17:32 +02:00
5d498135ab Merge pull request #7004 from wallabag/dependabot/composer/symfony-dependencies-34a06d215f
Bump the symfony-dependencies group with 1 update
2023-10-02 09:11:50 +02:00
d287ed6b54 Bump the symfony-dependencies group with 1 update
Bumps the symfony-dependencies group with 1 update: [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).

- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.2...1.3.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: symfony-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:03:30 +00:00
e69b07314b Merge pull request #7003 from wallabag/fix/dependabot-lock-symfony
Avoid deps for Symfony/*
2023-10-02 09:02:34 +02:00
f3291f5797 Merge pull request #7001 from wallabag/dependabot/composer/phpstan/phpstan-1.10.36
Bump phpstan/phpstan from 1.10.35 to 1.10.36
2023-10-02 08:38:31 +02:00
7cbe1dafb3 Avoid deps for Symfony/*
Until we release official support for Symfony 5+
2023-10-02 08:35:01 +02:00
0ed133f3d5 Merge pull request #7002 from sonvir249/update-itunes
Updated text iTunes to App Store.
2023-10-02 08:31:52 +02:00
bfa5a4a556 Update PHPStan ignore pattern 2023-10-02 08:30:18 +02:00
a0cd522db2 Updated text iTunes to App Store. 2023-10-02 10:07:05 +05:30
926ff63a73 Merge pull request #6996 from wallabag/dependabot/npm_and_yarn/babel-dependencies-658c943d74
Bump the babel-dependencies group with 1 update
2023-10-02 04:15:41 +00:00
1145810345 Merge pull request #6998 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.9
Bump postcss-scss from 4.0.8 to 4.0.9
2023-10-02 02:37:45 +00:00
5ac6deda69 Bump postcss-scss from 4.0.8 to 4.0.9
Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.8 to 4.0.9.
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.8...4.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 02:29:32 +00:00
d8e936add0 Merge pull request #6999 from wallabag/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.30 to 8.4.31
2023-10-02 02:28:19 +00:00
af374b8cb0 Merge pull request #6997 from wallabag/dependabot/npm_and_yarn/fontsource-dependencies-facc375e84
Bump the fontsource-dependencies group with 2 updates
2023-10-02 02:23:07 +00:00
6ebffd0f63 Bump phpstan/phpstan from 1.10.35 to 1.10.36
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.35 to 1.10.36.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.35...1.10.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 02:21:21 +00:00
e8663003c5 Bump postcss from 8.4.30 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [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.4.30...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 02:14:59 +00:00
255d71727c Bump the fontsource-dependencies group with 2 updates
Bumps the fontsource-dependencies group with 2 updates: [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible) and [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald).


Updates `@fontsource/atkinson-hyperlegible` from 5.0.12 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

Updates `@fontsource/oswald` from 5.0.12 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fontsource-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 02:14:32 +00:00
0fc117ec41 Bump the babel-dependencies group with 1 update
Bumps the babel-dependencies group with 1 update: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core).

- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 02:14:05 +00:00
d21ccc1e28 Merge pull request #6982 from yguedidi/build-assets-on-release
Build assets on release
2023-09-27 20:33:40 +02:00
752606941f Remove the Assets workflow 2023-09-27 19:16:25 +02:00
728aa902bb Remove generated assets from the repository 2023-09-27 19:15:28 +02:00
fde129e5c6 Build assets on release 2023-09-27 19:13:22 +02:00
3b78bbae64 Merge pull request #6989 from wallabag/dependabot/composer/doctrine/dbal-3.7.0 2023-09-27 07:06:10 +02:00
675d78f9c6 Bump doctrine/dbal from 3.6.7 to 3.7.0
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.6.7 to 3.7.0.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.6.7...3.7.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>
2023-09-27 02:26:43 +00:00
a26a6bd3a5 Merge pull request #6980 from wallabag/dependabot/composer/scssphp/scssphp-1.11.1
Bump scssphp/scssphp from 1.11.0 to 1.11.1
2023-09-25 08:36:13 +02:00
d021823bab Bump scssphp/scssphp from 1.11.0 to 1.11.1
Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](https://github.com/scssphp/scssphp/compare/v1.11.0...v1.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 07:01:24 +02:00
26fbf050f1 Merge pull request #6981 from wallabag/dependabot/composer/doctrine/dbal-3.6.7 2023-09-25 05:39:17 +02:00
8a670fe4fe Merge pull request #6978 from wallabag/dependabot/npm_and_yarn/sass-1.68.0
Bump sass from 1.67.0 to 1.68.0
2023-09-25 03:08:03 +00:00
775a23a6d0 Merge pull request #6976 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.16
Bump autoprefixer from 10.4.15 to 10.4.16
2023-09-25 03:01:21 +00:00
e096656e09 Bump sass from 1.67.0 to 1.68.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 02:47:32 +00:00
b2a5e680d3 Merge pull request #6977 from wallabag/dependabot/npm_and_yarn/postcss-8.4.30
Bump postcss from 8.4.29 to 8.4.30
2023-09-25 02:46:18 +00:00
0a8c9ae64a Bump doctrine/dbal from 3.6.6 to 3.6.7
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.6.6...3.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 02:40:03 +00:00
ee266ab12b Bump autoprefixer from 10.4.15 to 10.4.16
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 02:40:01 +00:00
f006bf4324 Merge pull request #6975 from wallabag/dependabot/npm_and_yarn/eslint-8.50.0
Bump eslint from 8.49.0 to 8.50.0
2023-09-25 02:39:03 +00:00
735bd89cfd Bump postcss from 8.4.29 to 8.4.30
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [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.4.29...8.4.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 02:34:12 +00:00
46f51c68a9 Bump eslint from 8.49.0 to 8.50.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 02:33:48 +00:00
35c1060f9a Merge pull request #6970 from wallabag/dependabot/composer/phpstan/phpstan-1.10.35 2023-09-20 05:18:09 +02:00
5fc91cca06 Bump phpstan/phpstan from 1.10.34 to 1.10.35
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.34 to 1.10.35.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.34...1.10.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-20 02:50:58 +00:00
6a1a7e5f26 Merge pull request #6968 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-09-19 12:56:11 +02:00
da0d504c10 Translated using Weblate (Czech)
Currently translated at 100.0% (597 of 597 strings)
2023-09-19 10:00:55 +00:00
25caadf301 Merge pull request #6965 from wallabag/port/2.6.4-2.6.6
Port 2.6 branch to master
2023-09-18 17:24:08 +02:00
a083aaf8d3 Update composer.lock to include google-mailer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-09-18 16:57:18 +02:00
a00763209f Rebuild assets
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-09-18 16:51:41 +02:00
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
1761a646ac Merge pull request #6956 from Rotzbua/fix_typo
Fix some typos
2023-09-18 11:21:40 +02:00
51c68655fb Fix some typos 2023-09-18 11:16:19 +02:00
094604a87c Merge pull request #6953 from Rotzbua/up_nodejs_18
Upgrade to NodeJS 18
2023-09-18 09:02:50 +02:00
111e17e74d Merge pull request #6955 from Rotzbua/remove_font_ptsans
Remove unused font `ptsans-npm-webfont`
2023-09-18 09:02:22 +02:00
95736f9ada Merge pull request #6958 from Rotzbua/remove_node_sass
Remove deprecated `node-sass`
2023-09-18 08:59:18 +02:00
9a29118df9 Merge pull request #6963 from wallabag/dependabot/npm_and_yarn/sass-1.67.0
Bump sass from 1.66.1 to 1.67.0
2023-09-18 02:27:58 +00:00
2bbd1b2e6f Merge pull request #6962 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.2.1
Bump stylelint-scss from 5.1.0 to 5.2.1
2023-09-18 02:24:49 +00:00
d640600a40 Merge pull request #6961 from wallabag/dependabot/npm_and_yarn/babel-dependencies-5f32d7087d
Bump the babel-dependencies group with 2 updates
2023-09-18 02:21:46 +00:00
2feefbf221 Bump sass from 1.66.1 to 1.67.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 02:16:39 +00:00
ed858ef2ac Bump stylelint-scss from 5.1.0 to 5.2.1
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.1.0...v5.2.1)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 02:16:22 +00:00
9901556382 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.22.17 to 7.22.20
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

Updates `@babel/preset-env` from 7.22.15 to 7.22.20
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 02:16:08 +00:00
f4e3cde352 Remove deprecated node-sass
`node-sass` is deprecated and replaced by dart-sass which is already in use as `sass`.
2023-09-18 00:21:12 +02:00
f9f320c6dc Remove unused font ptsans-npm-webfont 2023-09-17 20:44:55 +02:00
49e8619c01 Upgrade to NodeJS 18
* GH Actions: use cache
* GH Actions: use `.nvmrc`
2023-09-17 19:29:46 +02:00
94846eb82b Merge pull request #6947 from wallabag/dependabot/composer/phpstan/phpstan-1.10.34 2023-09-14 07:01:40 +02:00
ace1fa3251 Merge pull request #6946 from wallabag/dependabot/composer/predis/predis-2.2.2 2023-09-14 07:01:27 +02:00
a71aeef135 Bump phpstan/phpstan from 1.10.33 to 1.10.34
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.33 to 1.10.34.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.33...1.10.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 02:24:57 +00:00
5165ffa6a4 Bump predis/predis from 2.2.1 to 2.2.2
Bumps [predis/predis](https://github.com/predis/predis) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/v2.x/CHANGELOG.md)
- [Commits](https://github.com/predis/predis/compare/v2.2.1...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 02:24:02 +00:00
a0037b1103 Merge pull request #6942 from wallabag/fix/grouped-deps
Move grouping deps in the right place
2023-09-12 10:08:39 +02:00
944461d67c Move grouping deps in the right place
I put npm grouped deps inside the composer section, which is why it wasn't working.
I move it in the right place and also added one grouped deps for Symfony*
2023-09-12 09:52:43 +02:00
bec697e23b Merge pull request #6939 from wallabag/dependabot/github_actions/actions/checkout-4 2023-09-11 07:09:06 +02:00
234ba7c05f Merge pull request #6937 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.22.15
Bump @babel/eslint-parser from 7.22.11 to 7.22.15
2023-09-11 03:06:47 +00:00
049502c444 Bump @babel/eslint-parser from 7.22.11 to 7.22.15
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 03:00:44 +00:00
4c235ddb39 Merge pull request #6938 from wallabag/dependabot/npm_and_yarn/babel/core-7.22.17
Bump @babel/core from 7.22.11 to 7.22.17
2023-09-11 02:59:45 +00:00
af01b63bc4 Merge pull request #6934 from wallabag/dependabot/npm_and_yarn/eslint-8.49.0
Bump eslint from 8.48.0 to 8.49.0
2023-09-11 02:55:54 +00:00
827bc27e66 Merge pull request #6936 from wallabag/dependabot/npm_and_yarn/fontsource/oswald-5.0.12
Bump @fontsource/oswald from 5.0.11 to 5.0.12
2023-09-11 02:49:43 +00:00
d231645889 Bump @babel/core from 7.22.11 to 7.22.17
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:33:04 +00:00
efe9e4d291 Bump eslint from 8.48.0 to 8.49.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:33:01 +00:00
b3308ed8d0 Merge pull request #6935 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.22.15
Bump @babel/preset-env from 7.22.14 to 7.22.15
2023-09-11 02:32:03 +00:00
f1c9e4ca3a Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:30:18 +00:00
13ee2cf20c Bump @fontsource/oswald from 5.0.11 to 5.0.12
Bumps [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald) from 5.0.11 to 5.0.12.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:27:16 +00:00
9c8d3f1ba0 Merge pull request #6933 from wallabag/dependabot/npm_and_yarn/fontsource/atkinson-hyperlegible-5.0.12
Bump @fontsource/atkinson-hyperlegible from 5.0.11 to 5.0.12
2023-09-11 02:26:14 +00:00
e59a807aa1 Merge pull request #6932 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.8
Bump postcss-scss from 4.0.7 to 4.0.8
2023-09-11 02:22:39 +00:00
a4221caec7 Bump @babel/preset-env from 7.22.14 to 7.22.15
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:18:19 +00:00
91b67ced99 Bump @fontsource/atkinson-hyperlegible from 5.0.11 to 5.0.12
Bumps [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible) from 5.0.11 to 5.0.12.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:17:49 +00:00
b21413cf9a Bump postcss-scss from 4.0.7 to 4.0.8
Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.7 to 4.0.8.
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.7...4.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 02:17:38 +00:00
203be88474 Merge pull request #6930 from wallabag/dependabot/composer/php-http/httplug-bundle-1.30.1 2023-09-08 05:35:30 +02:00
a8bbc1cc88 Merge pull request #6929 from wallabag/dependabot/composer/sentry/sentry-symfony-4.11.0 2023-09-08 05:30:47 +02:00
750fff8370 Bump php-http/httplug-bundle from 1.30.0 to 1.30.1
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.30.0 to 1.30.1.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.30.0...1.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 02:23:25 +00:00
f46900ca98 Bump sentry/sentry-symfony from 4.10.0 to 4.11.0
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/4.10.0...4.11.0)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 02:23:10 +00:00
c0ecd38e76 Merge pull request #6925 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.6.5 2023-09-07 06:09:05 +02:00
da588f6202 Bump tecnickcom/tcpdf from 6.6.2 to 6.6.5
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.6.2 to 6.6.5.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.6.2...6.6.5)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-07 02:58:30 +00:00
ff7c692da0 Merge pull request #6923 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-09-06 10:03:35 +02:00
bce6bb7f7d Translated using Weblate (Spanish)
Currently translated at 100.0% (597 of 597 strings)
2023-09-06 09:57:01 +02:00
d84c44aaf7 Merge pull request #6922 from wallabag/dependabot/composer/phpstan/phpstan-1.10.33 2023-09-05 06:13:48 +02:00
d08c4fdaaa Bump phpstan/phpstan from 1.10.32 to 1.10.33
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.32 to 1.10.33.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.32...1.10.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 02:54:52 +00:00
820ff41363 Merge pull request #6914 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.43
Bump phpstan/phpstan-doctrine from 1.3.42 to 1.3.43
2023-09-04 09:49:59 +02:00
b49f49f8e6 Merge pull request #6918 from wallabag/dependabot/npm_and_yarn/fontsource/oswald-5.0.11
Bump @fontsource/oswald from 5.0.8 to 5.0.11
2023-09-04 09:49:32 +02:00
5db058ff72 Update assets & add grouped update 2023-09-04 09:42:56 +02:00
ab2203ccb7 Bump @fontsource/oswald from 5.0.8 to 5.0.11
Bumps [@fontsource/oswald](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/oswald) from 5.0.8 to 5.0.11.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/oswald/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/oswald)

---
updated-dependencies:
- dependency-name: "@fontsource/oswald"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 09:40:46 +02:00
098c69e845 Merge pull request #6915 from wallabag/dependabot/npm_and_yarn/jquery-3.7.1
Bump jquery from 3.7.0 to 3.7.1
2023-09-04 09:39:49 +02:00
b4ba6584aa Update assets 2023-09-04 09:30:58 +02:00
120d9b42f9 Merge pull request #6916 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-scss-11.0.0 2023-09-04 07:04:56 +02:00
cddc90b7dd Merge pull request #6920 from wallabag/dependabot/npm_and_yarn/fontsource/atkinson-hyperlegible-5.0.11
Bump @fontsource/atkinson-hyperlegible from 5.0.9 to 5.0.11
2023-09-04 03:50:33 +00:00
fdc4d13db2 Merge pull request #6919 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.22.14
Bump @babel/preset-env from 7.22.10 to 7.22.14
2023-09-04 02:33:40 +00:00
d96d1bf0dc Merge pull request #6917 from wallabag/dependabot/npm_and_yarn/postcss-8.4.29
Bump postcss from 8.4.28 to 8.4.29
2023-09-04 02:27:50 +00:00
4a5302dd20 Bump @fontsource/atkinson-hyperlegible from 5.0.9 to 5.0.11
Bumps [@fontsource/atkinson-hyperlegible](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/atkinson-hyperlegible) from 5.0.9 to 5.0.11.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/atkinson-hyperlegible/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/atkinson-hyperlegible)

---
updated-dependencies:
- dependency-name: "@fontsource/atkinson-hyperlegible"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:15:53 +00:00
bf62bf52f7 Bump @babel/preset-env from 7.22.10 to 7.22.14
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:15:42 +00:00
eeeceb193f Bump postcss from 8.4.28 to 8.4.29
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [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.4.28...8.4.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:15:17 +00:00
2dda155f95 Bump stylelint-config-standard-scss from 10.0.0 to 11.0.0
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:15:08 +00:00
f042f37bfc Bump jquery from 3.7.0 to 3.7.1
Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:15:00 +00:00
9e399a61f4 Bump phpstan/phpstan-doctrine from 1.3.42 to 1.3.43
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.42...1.3.43)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:06:50 +00:00
3ed7c7c37c Merge pull request #6910 from wallabag/dependabot/composer/php-http/httplug-bundle-1.30.0 2023-09-01 07:08:20 +02:00
476f3afec3 Bump php-http/httplug-bundle from 1.29.1 to 1.30.0
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases)
- [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.29.1...1.30.0)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 02:53:59 +00:00
f78c088304 Merge pull request #6905 from wallabag/dependabot/composer/jms/serializer-3.28.0
Bump jms/serializer from 3.27.0 to 3.28.0
2023-08-29 07:16:19 +02:00
444d20ba4b Merge pull request #6903 from wallabag/dependabot/composer/doctrine/orm-2.16.2
Bump doctrine/orm from 2.16.1 to 2.16.2
2023-08-29 07:12:28 +02:00
f6cfae5ed7 Bump jms/serializer from 3.27.0 to 3.28.0
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.27.0 to 3.28.0.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.27.0...3.28.0)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 07:09:31 +02:00
340dfe7125 Bump doctrine/orm from 2.16.1 to 2.16.2
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.16.1...2.16.2)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 07:05:27 +02:00
faaa98c6d6 Merge pull request #6904 from wallabag/dependabot/composer/twig/string-extra-3.7.1
Bump twig/string-extra from 3.7.0 to 3.7.1
2023-08-29 07:04:10 +02:00
e5c937dffc Bump twig/string-extra from 3.7.0 to 3.7.1
Bumps [twig/string-extra](https://github.com/twigphp/string-extra) from 3.7.0 to 3.7.1.
- [Commits](https://github.com/twigphp/string-extra/compare/v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: twig/string-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 02:21:45 +00:00
10727cd261 Merge pull request #6893 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-1.3.14 2023-08-28 07:09:24 +02:00
3a859d9fa0 Merge pull request #6894 from wallabag/dependabot/composer/guzzlehttp/psr7-2.6.1 2023-08-28 07:09:08 +02:00
ca03eb7332 Merge pull request #6891 from wallabag/dependabot/npm_and_yarn/eslint-8.48.0
Bump eslint from 8.47.0 to 8.48.0
2023-08-28 03:01:35 +00:00
de64ca1251 Bump guzzlehttp/psr7 from 2.6.0 to 2.6.1
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.6/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/2.6.0...2.6.1)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 02:56:20 +00:00
20f8c369c3 Bump phpstan/phpstan-phpunit from 1.3.13 to 1.3.14
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.13 to 1.3.14.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.13...1.3.14)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 02:55:49 +00:00
c309d86c07 Bump eslint from 8.47.0 to 8.48.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 02:52:39 +00:00
e051771782 Merge pull request #6892 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.22.11
Bump @babel/eslint-parser from 7.22.10 to 7.22.11
2023-08-28 02:51:39 +00:00
c52bb0cc18 Bump @babel/eslint-parser from 7.22.10 to 7.22.11
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 02:44:07 +00:00
b10100ebfd Merge pull request #6890 from wallabag/dependabot/npm_and_yarn/babel/core-7.22.11
Bump @babel/core from 7.22.10 to 7.22.11
2023-08-28 02:43:07 +00:00
9663747719 Bump @babel/core from 7.22.10 to 7.22.11
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 02:37:22 +00:00
a606e463ca Merge pull request #6889 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-08-26 23:27:16 +02:00
90c21fa1fb Translated using Weblate (Croatian)
Currently translated at 100.0% (597 of 597 strings)
2023-08-26 18:52:39 +02:00
f27b0fe405 Translated using Weblate (Turkish)
Currently translated at 100.0% (597 of 597 strings)
2023-08-26 18:52:38 +02:00
1958b86777 Translated using Weblate (Occitan)
Currently translated at 100.0% (597 of 597 strings)
2023-08-26 18:52:37 +02:00
47660ff6c5 Translated using Weblate (Italian)
Currently translated at 79.3% (474 of 597 strings)
2023-08-26 18:52:36 +02:00
e42200ec17 Translated using Weblate (French)
Currently translated at 100.0% (597 of 597 strings)
2023-08-26 18:52:35 +02:00
49eea9f921 Merge pull request #6887 from wallabag/dependabot/composer/phpstan/phpstan-1.10.32
Bump phpstan/phpstan from 1.10.30 to 1.10.32
2023-08-25 07:05:33 +02:00
d2e821d843 Bump phpstan/phpstan from 1.10.30 to 1.10.32
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.30 to 1.10.32.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.30...1.10.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 02:34:13 +00:00
bf66901e40 Merge pull request #6885 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-08-24 13:18:10 +02:00
54ca4b67db Translated using Weblate (French)
Currently translated at 99.6% (595 of 597 strings)
2023-08-24 12:52:47 +02:00
d012103142 Merge pull request #6883 from weblate/weblate-wallabag-messages 2023-08-24 08:05:32 +02:00
2e134d81c4 Translated using Weblate (Galician)
Currently translated at 100.0% (597 of 597 strings)
2023-08-24 07:55:18 +02:00
22a2fc13a1 Translated using Weblate (Polish)
Currently translated at 100.0% (597 of 597 strings)
2023-08-24 07:55:18 +02:00
796b31c3b1 Translated using Weblate (Spanish)
Currently translated at 100.0% (597 of 597 strings)
2023-08-24 07:55:18 +02:00
27e54e0634 Merge pull request #6791 from wallabag/change-default-fosuser-registration
Change public registration to false by default
2023-08-24 07:55:13 +02:00
c93a677926 Merge pull request #6881 from wallabag/dependabot/composer/phpstan/phpstan-1.10.30
Bump phpstan/phpstan from 1.10.29 to 1.10.30
2023-08-24 06:28:42 +02:00
9313190303 Bump phpstan/phpstan from 1.10.29 to 1.10.30
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.29 to 1.10.30.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.29...1.10.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 02:33:20 +00:00
2cf99296a1 Merge pull request #6875 from wallabag/dependabot/composer/bdunogier/guzzle-site-authenticator-1.1.0
Bump bdunogier/guzzle-site-authenticator from 1.0.1 to 1.1.0
2023-08-23 10:29:15 +02:00
9b663800fd Bump bdunogier/guzzle-site-authenticator from 1.0.1 to 1.1.0
Bumps [bdunogier/guzzle-site-authenticator](https://github.com/wallabag/guzzle-site-authenticator) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/wallabag/guzzle-site-authenticator/releases)
- [Commits](https://github.com/wallabag/guzzle-site-authenticator/compare/1.0.1...1.1.0)

---
updated-dependencies:
- dependency-name: bdunogier/guzzle-site-authenticator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 08:20:57 +00:00
e30b5a856a Merge pull request #6876 from wallabag/fix/remove-remaining-mobi
Remove remaining MOBI stuff
2023-08-23 10:20:23 +02:00
c6ff0bc691 Remove remaining MOBI stuff 2023-08-23 08:49:56 +02:00
bdb297f2b4 Merge pull request #6870 from weblate/weblate-wallabag-messages
Translations update from Hosted Weblate
2023-08-22 14:12:58 +02:00
bbc20c2071 Translated using Weblate (Polish)
Currently translated at 100.0% (588 of 588 strings)
2023-08-22 13:40:21 +02:00
0fc6ae8cdb Merge pull request #6773 from wallabag/font-selector
Add fontsize and font selectors
2023-08-22 13:40:12 +02:00
b1752b619d Add display article configurator (font family, font size, line height and max width) 2023-08-22 13:02:50 +02:00
0e44035b67 Merge pull request #6768 from wallabag/remove-mobi
Remove mobi export
2023-08-22 10:18:29 +02:00
741db06447 Merge pull request #6761 from wallabag/add-shaarli-import
Add Shaarli and Pocket HTML imports
2023-08-22 10:18:17 +02:00
4482e52f3a Merge pull request #6822 from yguedidi/resolve-self-depreciation
Resolve self depreciation
2023-08-22 10:17:52 +02:00
2af48b8174 Add Shaarli and Pocket HTML imports 2023-08-22 08:02:07 +02:00
a1aac10bd5 Remove mobi export
Fix #6746
2023-08-22 08:01:39 +02:00
40aeeafea2 Merge pull request #6866 from wallabag/dependabot/composer/phpstan/phpstan-1.10.29
Bump phpstan/phpstan from 1.10.28 to 1.10.29
2023-08-22 07:19:18 +02:00
e6abd04026 Bump phpstan/phpstan from 1.10.28 to 1.10.29
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.28 to 1.10.29.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.28...1.10.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 02:10:58 +00:00
8ef6a14652 Resolve self depreciation 2023-08-22 01:43:00 +02:00
1ce5164e70 Make testSaveIsArchivedAfterPatch and testSaveIsStarredAfterPatch consistent 2023-08-22 00:03:36 +02:00
a3b64611f8 Fix testSaveIsStarredAfterPatch 2023-08-22 00:03:36 +02:00
981d6a47da Merge pull request #6793 from wallabag/fix-4414
Fix search when search term has useless space
2023-08-21 20:19:16 +02:00
4b338afa40 Merge pull request #6771 from wallabag/add-annotations-in-search
Add articles which have annotations with search term in results
2023-08-21 20:19:00 +02:00
1c2190fd68 Merge pull request #6769 from wallabag/add-not-parsed-boolean
Add `isNotParsed` field on Entry entity
2023-08-21 20:18:44 +02:00
407dd48ed0 Merge pull request #6767 from wallabag/remove-demo
Remove (useless) demo mode
2023-08-21 20:18:18 +02:00
397ad455e6 Merge pull request #6655 from wallabag/add-command-to-update-picture-url
Add command to clean pictures path when changing instance URL
2023-08-21 20:17:40 +02:00
c12239c4f8 Merge pull request #6815 from yguedidi/phpstan-level-3
PHPStan level 3
2023-08-21 15:27:37 +02:00
88c9df9b80 Add command to clean pictures path when changing instance URL 2023-08-21 13:17:13 +02:00
cbcfa69c05 Remove (useless) demo mode
Fix #6671
2023-08-21 13:16:56 +02:00
20578f0b8e Add isNotParsed field on Entry entity
Fix #4350
2023-08-21 13:16:42 +02:00
18e1106f76 Add articles which have annotations with search term in results
Fix #3635
2023-08-21 13:16:36 +02:00
6ff00315d0 Fix search when search term has useless space 2023-08-21 13:16:14 +02:00
0f17a8cf8a PHPStan level 3 2023-08-21 12:03:38 +02:00
5e4eae42a0 Change public registration to false by default 2023-08-03 16:15:37 +02:00
727 changed files with 22051 additions and 14025 deletions

View File

@ -1,10 +0,0 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
]
}

View File

@ -9,7 +9,7 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,css}]
[*.{js,css,scss}]
indent_style = space
indent_size = 2
@ -18,3 +18,6 @@ indent_style = tab
[.github/**.yml]
indent_size = 2
[phpstan-baseline.neon]
indent_style = tab

View File

@ -1,6 +1,9 @@
{
"extends": "airbnb-base",
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
},
"env": {
"browser": true,
"es6": true

View File

@ -7,11 +7,11 @@
- Clone the repository
- Ensure your Docker daemon is running
- Copy `docker/php/env.example` to `docker/php/env` and customize
- Launch `docker-compose run --rm php composer install` to bootstrap php dependencies
- Launch `docker-compose run --rm php bin/console wallabag:install` to bootstrap your installation
- Launch `docker-compose run --rm php yarn install` to bootstrap dependencies for the frontend
- Launch `docker-compose run --rm php yarn build:dev` to build assets for the frontend
- Launch `docker-compose up -d` to start the stack
- Launch `docker compose run --rm php composer install` to bootstrap php dependencies
- Launch `docker compose run --rm php bin/console wallabag:install` to bootstrap your installation
- Launch `docker compose run --rm php yarn install` to bootstrap dependencies for the frontend
- Launch `docker compose run --rm php yarn build:dev` to build assets for the frontend
- Launch `docker compose up -d` to start the stack
You'll then have:
- a PHP daemon with standalone web server
@ -20,7 +20,7 @@ You'll then have:
You can now access your wallabag instance using that url: `http://127.0.0.1:8000`
If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `docker-compose.yml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance.
If you want to test using an other database than SQLite, uncomment the `postgres` or `mariadb` code from the `compose.yaml` file at the root of the repo. Also uncomment related line in the `php` section so the database will be linked to your PHP instance.
### Using your own PHP server
@ -50,12 +50,12 @@ Please fork wallabag and work with **the master branch**.
All pull requests need to pass the tests and the code needs match the style guide.
To run the tests locally run:
To run the tests locally run `make test`.
- when testing using Docker: `docker-compose run --rm php make test`
- otherwise: `make test`
To run the PHP formatter run `make fix-cs`.
To run the PHP formatter:
To run the PHPStan static analysis run `make phpstan`.
- when testing using Docker: `docker-compose run --rm php bin/php-cs-fixer fix`
- otherwise: `php bin/php-cs-fixer fix`
To run the JS linter run `make lint-js`.
To run the SCSS linter run `make lint-scss`.

View File

@ -7,10 +7,17 @@ updates:
time: "04:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
groups:
babel-dependencies:
patterns:
- "*babel*"
fontsource-dependencies:
patterns:
- "*fontsource*"
ignore:
- dependency-name: materialize-css
- dependency-name: @materializecss/materialize
versions:
- "> 0.98.2"
- "> 1.2.2"
- package-ecosystem: composer
directory: "/"
schedule:
@ -18,14 +25,28 @@ updates:
time: "04:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
groups:
symfony-dependencies:
patterns:
- "symfony/*"
twig-dependencies:
patterns:
- "twig/*"
phpstan-dependencies:
patterns:
- "phpstan/*"
reviewers:
- j0k3r
- tcitworld
- yguedidi
- Kdecherf
ignore:
- dependency-name: lcobucci/jwt
versions:
- ">= 4.2.0"
# until we add support for Symfony 5+
- dependency-name: symfony/*
versions:
- ">= 5.0.0"
- package-ecosystem: github-actions
directory: "/"
schedule:

View File

@ -1,44 +0,0 @@
name: "Assets"
on:
pull_request:
push:
branches:
- master
- "2.**"
permissions:
contents: read
jobs:
js:
name: "Building assets"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: "Install dependencies with Yarn"
run: "yarn install"
- name: "Build dev assets"
run: "yarn run build:dev"
- name: "Build prod assets"
run: "yarn run build:prod"
- name: "Validate no change were created"
run: |
GITDIFF=`git diff`
if [ "$GITDIFF" == "" ]; then
exit 0
else
git diff
exit 1
fi

View File

@ -13,7 +13,7 @@ permissions:
jobs:
coding-standards:
name: "CS Fixer, PHPStan & TwigCS"
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"
steps:
- name: "Checkout"
@ -30,25 +30,61 @@ jobs:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'yarn'
- name: "Setup MySQL"
run: |
sudo systemctl start mysql.service
sudo mysql -u root -proot -h 127.0.0.1 -e "CREATE DATABASE wallabag_test"
cp app/config/tests/parameters_test.mysql.yml app/config/parameters_test.yml
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
id: composer-install
uses: "ramsey/composer-install@v3"
with:
composer-options: "--optimize-autoloader --prefer-dist"
- name: "Install dependencies with Yarn"
id: yarn-install
run: yarn install
- name: "Run Composer validate"
if: always() && steps.composer-install.outcome == 'success'
run: "composer validate"
- name: "Run Composer dependency analyser"
if: always() && steps.composer-install.outcome == 'success'
run: "bin/composer-dependency-analyser"
- name: "Run PHP CS Fixer"
if: always() && steps.composer-install.outcome == 'success'
run: "bin/php-cs-fixer fix --verbose --dry-run --format=checkstyle | cs2pr"
- name: "Generate test cache for PHPStan"
id: test-cache
if: always() && steps.composer-install.outcome == 'success'
run: "php bin/console cache:clear --env=test"
- name: "Install PHPUnit for PHPStan"
run: "php bin/simple-phpunit install"
- name: "Run PHPStan"
if: always() && steps.test-cache.outcome == 'success'
run: "php bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr"
- name: "Run TwigCS"
if: always() && steps.composer-install.outcome == 'success'
run: "php bin/twigcs --severity=error --display=blocking --reporter checkstyle app/ src/ | cs2pr"
- name: "Run ergebnis/composer-normalize"
if: always() && steps.composer-install.outcome == 'success'
run: "composer normalize --dry-run --no-check-lock"
- name: "Run ESLint"
if: always() && steps.yarn-install.outcome == 'success'
run: "yarn lint:js"
- name: "Run Stylelint"
if: always() && steps.yarn-install.outcome == 'success'
run: "yarn lint:scss"

View File

@ -8,13 +8,15 @@ on:
- "2.**"
env:
# Force disabling the reporting of Doctrine deprecation notices for now
DOCTRINE_DEPRECATIONS: none
PGPASSWORD: wallabagrocks
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
phpunit:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }}"
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"
services:
rabbitmq:
image: rabbitmq:3-alpine
@ -33,6 +35,8 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
- "8.4"
database:
- "sqlite"
- "mysql"
@ -53,6 +57,12 @@ jobs:
extensions: json, pdo, pdo_mysql, pdo_sqlite, pdo_pgsql, curl, imagick, pgsql, gd, tidy
ini-values: "date.timezone=Europe/Paris"
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'yarn'
- name: "Setup MySQL"
if: "${{ matrix.database == 'mysql' }}"
run: |
@ -68,22 +78,25 @@ jobs:
pg_isready -d wallabag_test -h localhost -p 5432 -U wallabag
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--optimize-autoloader --prefer-dist"
- name: "Prepare database"
run: "make prepare DB=${{ matrix.database }}"
- name: "Install dependencies with Yarn"
run: yarn install
- name: "Prepare fixtures"
run: "make fixtures"
- name: "Build assets with Yarn"
run: yarn build:dev
- name: "Prepare database configuration"
run: cp app/config/tests/parameters_test.${{ matrix.database }}.yml app/config/parameters_test.yml
- name: "Run PHPUnit"
run: "php bin/simple-phpunit -v"
run: "php bin/phpunit -v"
phpunit_no_prefix:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }} without prefix"
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"
services:
rabbitmq:
image: rabbitmq:3-alpine
@ -119,6 +132,12 @@ jobs:
extensions: json, pdo, pdo_mysql, pdo_sqlite, pdo_pgsql, curl, imagick, pgsql, gd, tidy
ini-values: "date.timezone=Europe/Paris"
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'yarn'
- name: "Remove database prefix"
run: |
pip install --user yq
@ -139,15 +158,84 @@ jobs:
pg_isready -d wallabag_test -h localhost -p 5432 -U wallabag
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--optimize-autoloader --prefer-dist"
- name: "Prepare database"
run: "make prepare DB=${{ matrix.database }}"
- name: "Install dependencies with Yarn"
run: yarn install
- name: "Prepare fixtures"
run: "make fixtures"
- name: "Build assets with Yarn"
run: yarn build:dev
- name: "Prepare database configuration"
run: cp app/config/tests/parameters_test.${{ matrix.database }}.yml app/config/parameters_test.yml
- name: "Run PHPUnit"
run: "php bin/simple-phpunit -v"
run: "php bin/phpunit -v"
phpunit-without-rmq-redis:
name: "PHP ${{ matrix.php }} using ${{ matrix.database }} without Rabbit & Redis"
runs-on: "ubuntu-20.04"
strategy:
fail-fast: false
matrix:
php:
- "8.3"
database:
- "sqlite"
- "mysql"
- "pgsql"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
with:
fetch-depth: 2
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php }}"
coverage: none
tools: pecl
extensions: json, pdo, pdo_mysql, pdo_sqlite, pdo_pgsql, curl, imagick, pgsql, gd, tidy
ini-values: "date.timezone=Europe/Paris"
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'yarn'
- name: "Setup MySQL"
if: "${{ matrix.database == 'mysql' }}"
run: |
sudo systemctl start mysql.service
sudo mysql -u root -proot -h 127.0.0.1 -e "CREATE DATABASE wallabag_test"
- name: "Setup PostgreSQL"
if: "${{ matrix.database == 'pgsql' }}"
run: |
sudo systemctl start postgresql
sudo -u postgres psql -d template1 -c "CREATE USER wallabag WITH PASSWORD 'wallabagrocks' CREATEDB"
createdb -h localhost -p 5432 -U wallabag wallabag_test
pg_isready -d wallabag_test -h localhost -p 5432 -U wallabag
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--optimize-autoloader --prefer-dist"
- name: "Install dependencies with Yarn"
run: yarn install
- name: "Build assets with Yarn"
run: yarn build:dev
- name: "Prepare database configuration"
run: cp app/config/tests/parameters_test.${{ matrix.database }}.yml app/config/parameters_test.yml
- name: "Run PHPUnit"
run: "php bin/phpunit -v"

View File

@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Approve and merge minor updates

View File

@ -13,7 +13,7 @@ permissions:
jobs:
translations:
name: "Translations"
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"
strategy:
matrix:
@ -36,7 +36,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "--optimize-autoloader --prefer-dist"

View File

@ -29,6 +29,12 @@ jobs:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Create the package
run: make release VERSION=${{ github.event.release.tag_name }}

13
.gitignore vendored
View File

@ -15,7 +15,7 @@
.php-cs-fixer.cache
.phpunit.result.cache
phpunit.xml
docker-compose.override.yml
compose.override.yaml
# Parameters
/app/config/parameters.yml
@ -29,7 +29,7 @@ web/uploads/
!/web/bundles/.gitkeep
/web/assets/images/*
!web/assets/images/.gitkeep
/web/wallassets/*.dev.js
/web/build/*
# Build
/app/build
@ -38,6 +38,7 @@ web/uploads/
# Development
docker/php/env
docker/php/blackfire
# Composer PHAR
/composer.phar
@ -48,9 +49,7 @@ data/db/wallabag*.sqlite
# assets stuff
node_modules/
bin
app/Resources/build/
!/src/Wallabag/CoreBundle/Resources/public
/src/Wallabag/CoreBundle/Resources/public/*
package-lock.json
# Test-generated files
admin-export.json
@ -59,3 +58,7 @@ specialexport.json
# Custom CSS file
web/custom.css
.env.local
yarn-error.log

View File

@ -1,13 +1,14 @@
<?php
$config = new PhpCsFixer\Config();
return $config
->setRiskyAllowed(true)
->setRules([
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => [
'syntax' => 'short'
'syntax' => 'short',
],
'combine_consecutive_unsets' => true,
'heredoc_to_nowdoc' => true,
@ -21,21 +22,34 @@ return $config
'use',
'parenthesis_brace_block',
'square_brace_block',
'curly_brace_block'
'curly_brace_block',
],
],
'no_unreachable_default_argument_value' => true,
'no_useless_concat_operator' => false,
'no_useless_else' => true,
'no_useless_return' => true,
'ordered_class_elements' => true,
'ordered_imports' => true,
'php_unit_strict' => true,
'phpdoc_order' => true,
'phpdoc_separation' => false,
// 'psr_autoloading' => true,
'strict_comparison' => true,
'strict_param' => true,
// We override next rule because of current @Symfony ruleSet
// 'parameters' element is breaking PHP 7.4
// https://cs.symfony.com/doc/rules/control_structure/trailing_comma_in_multiline.html
// TODO: remove this configuration after dropping support of PHP 7.4
'trailing_comma_in_multiline' => [
'elements' => [
'arrays',
'array_destructuring',
'match',
],
],
'concat_space' => [
'spacing' => 'one'
'spacing' => 'one',
],
])
->setFinder(
@ -44,7 +58,7 @@ return $config
'node_modules',
'vendor',
'var',
'web'
'web',
])
->in(__DIR__)
)

View File

@ -1,65 +1,8 @@
# Changelog
## [2.6.14](https://github.com/wallabag/wallabag/tree/2.6.14)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.13...2.6.14)
## Upcoming changes
### Improvements
* Add annotations filter to entries API endpoint by @skn in https://github.com/wallabag/wallabag/pull/8346
### Fixes
* Fix reading time computation for short entries by @andreadecorte in https://github.com/wallabag/wallabag/pull/8332
* Fix `urls` parameter when sending many urls to be stored using the API by @j0k3r in https://github.com/wallabag/wallabag/pull/8488
* Fix docker base image by @yguedidi in https://github.com/wallabag/wallabag/pull/8440
### Technical stuff
* Change version in wallabag.yml by @nicosomb in https://github.com/wallabag/wallabag/pull/8251
* Fix deprecation by @j0k3r in https://github.com/wallabag/wallabag/pull/8267
* Update dependencies by @yguedidi in https://github.com/wallabag/wallabag/pull/8435
* Bump deps (mostly for siteconfig) by @j0k3r in https://github.com/wallabag/wallabag/pull/8489
## [2.6.13](https://github.com/wallabag/wallabag/tree/2.6.13)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.12...2.6.13)
### Improvements
* Add support of Pocket CSV import by @kdecherf and @nicosomb in https://github.com/wallabag/wallabag/pull/8240
* Backport Pocket and Shaarli HTML imports from master by @nicosomb in https://github.com/wallabag/wallabag/pull/8193
### Fixes
* Avoid non-validated OTP to be enabled #8139 by @j0k3r in https://github.com/wallabag/wallabag/pull/8139
### Technical stuff
* Update j0k3r/php-readability:1.2.13 to fix regression (about latin1 instead of UTF-8 used for entries) by @nicosomb https://github.com/wallabag/wallabag/pull/8194
## [2.6.12](https://github.com/wallabag/wallabag/tree/2.6.12)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.11...2.6.12)
### Technical stuff
* Fix changelog by @yguedidi in https://github.com/wallabag/wallabag/pull/8135
* Update dependencies by @yguedidi in https://github.com/wallabag/wallabag/pull/8136
## [2.6.11](https://github.com/wallabag/wallabag/tree/2.6.11)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.10...2.6.11)
### Security fix
* Protect actions with a CSRF token by @yguedidi in https://github.com/wallabag/wallabag/commit/99c8a06594d6ee7480ce4d041ccff3025b353656
### Fixes
* Fix redirection after action in search results by @nicosomb in https://github.com/wallabag/wallabag/pull/7827
* Fix title tag filter by @nicosomb in https://github.com/wallabag/wallabag/pull/7846
* Change NB_ELEMENTS in pocket importer to 30 by @j0k3r in https://github.com/wallabag/wallabag/pull/7993
* Fix entries counter for annotated entries in the menu by @j0k3r in https://github.com/wallabag/wallabag/pull/7999
### Technical stuff
* Prepare 2.6.11 release by @yguedidi in https://github.com/wallabag/wallabag/pull/8133
* `wallassets/` folder renamed to `build/`
## [2.6.10](https://github.com/wallabag/wallabag/tree/2.6.10)
[Full Changelog](https://github.com/wallabag/wallabag/compare/2.6.9...2.6.10)

View File

@ -11,12 +11,21 @@ else
override ENV = prod
endif
DOCKER_COMPOSE_RUNNING := $(shell docker compose ps -q | grep -q . && echo 1 || echo 0)
ifeq ($(DOCKER_COMPOSE_RUNNING), 1)
PHP := docker compose run --rm php php
PHP_NO_XDEBUG := docker compose run -e XDEBUG_MODE=off --rm php php
YARN := docker compose run --rm php yarn
else
PHP := php
PHP_NO_XDEBUG := XDEBUG_MODE=off php
YARN := yarn
endif
help: ## Display this help menu
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
clean: ## Clear the application cache
rm -rf var/cache/*
install: ## Install wallabag with the latest version
@./scripts/install.sh $(ENV)
@ -28,25 +37,26 @@ dev: build ## Install the latest dev version
@./scripts/dev.sh
run: ## Run the wallabag built-in server
@php bin/console server:run --env=dev
@$(PHP) bin/console server:run --env=dev
build: ## Run webpack
@yarn install
@yarn build:$(ENV)
@$(YARN) install
@$(YARN) build:$(ENV)
prepare: clean ## Prepare database for testsuite
ifdef DB
cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml
endif
-php bin/console doctrine:database:drop --force --env=test
php bin/console doctrine:database:create --env=test
php bin/console doctrine:migrations:migrate --no-interaction --env=test -vv
test: ## Launch wallabag testsuite
@$(PHP_NO_XDEBUG) -dmemory_limit=-1 bin/phpunit -v
fixtures: ## Load fixtures into database
php bin/console doctrine:fixtures:load --no-interaction --env=test
fix-cs: ## Run PHP-CS-Fixer
@$(PHP_NO_XDEBUG) bin/php-cs-fixer fix
test: prepare fixtures ## Launch wallabag testsuite
XDEBUG_MODE=off php -dmemory_limit=-1 bin/simple-phpunit -v
phpstan: ## Run PHPStan
@$(PHP_NO_XDEBUG) bin/phpstan analyse
lint-js: ## Run ESLint
@$(YARN) lint:js
lint-scss: ## Run Stylelint
@$(YARN) lint:scss
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
ifndef VERSION
@ -57,6 +67,6 @@ endif
deploy: ## Deploy wallabag
@bundle exec cap staging deploy
.PHONY: help clean prepare install fixtures update build test release deploy run dev
.PHONY: help install update build test release deploy run dev fix-cs phpstan
.DEFAULT_GOAL := install

View File

@ -55,6 +55,10 @@ To learn more about developing wallabag, please refer to the [contribution guide
Content extraction relies on [Graby](https://github.com/j0k3r/graby), [php-readability](https://github.com/j0k3r/php-readability) and [ftr-site-config](https://github.com/fivefilters/ftr-site-config).
## Sponsors
<img src="https://api.blackfire.io/blackfire-logo.png" alt="Blackfire" width="200" />
## License
Copyright © 2013-current Nicolas Lœuillet <nicolas@loeuillet.org>

View File

@ -9,7 +9,7 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (li
#### Prepare the release
- Update these files with new information
- `app/config/wallabag.yml` (`wallabag_core.version`)
- `app/config/wallabag.yml` (`wallabag.version`)
- `CHANGELOG.md`
- Create a PR named "Prepare $LAST_WALLABAG_RELEASE release".
- Wait for test to be ok, merge it.
@ -19,7 +19,7 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (li
- [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new) by targetting the `master` branch or any appropriate branch (for instance backports).
- Update [website](https://github.com/wallabag/website) to change MD5 sum and create the release blog post (based on the changelog).
- Update Dockerfile https://github.com/wallabag/docker (and create a new tag)
- Put the next patch version suffixed with `-dev` in `app/config/wallabag.yml` (`wallabag_core.version`)
- Put the next patch version suffixed with `-dev` in `app/config/wallabag.yml` (`wallabag.version`)
- Drink a :beer:!
### Target PHP version

View File

@ -3,6 +3,7 @@
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Kernel;
use Wallabag\Import\ImportCompilerPass;
class AppKernel extends Kernel
{
@ -21,7 +22,7 @@ class AppKernel extends Kernel
new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
new Nelmio\CorsBundle\NelmioCorsBundle(),
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
new Spiriit\Bundle\FormFilterBundle\SpiriitFormFilterBundle(),
new FOS\OAuthServerBundle\FOSOAuthServerBundle(),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new Scheb\TwoFactorBundle\SchebTwoFactorBundle(),
@ -30,18 +31,10 @@ class AppKernel extends Kernel
new Craue\ConfigBundle\CraueConfigBundle(),
new BabDev\PagerfantaBundle\BabDevPagerfantaBundle(),
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(),
new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
new Http\HttplugBundle\HttplugBundle(),
new Sentry\SentryBundle\SentryBundle(),
new Twig\Extra\TwigExtraBundle\TwigExtraBundle(),
// wallabag bundles
new Wallabag\CoreBundle\WallabagCoreBundle(),
new Wallabag\ApiBundle\WallabagApiBundle(),
new Wallabag\UserBundle\WallabagUserBundle(),
new Wallabag\ImportBundle\WallabagImportBundle(),
new Wallabag\AnnotationBundle\WallabagAnnotationBundle(),
new Symfony\WebpackEncoreBundle\WebpackEncoreBundle(),
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
@ -76,26 +69,47 @@ class AppKernel extends Kernel
{
$loader->load($this->getProjectDir() . '/app/config/config_' . $this->getEnvironment() . '.yml');
$loader->load(function ($container) {
if ($container->getParameter('use_webpack_dev_server')) {
$container->loadFromExtension('framework', [
'assets' => [
'base_url' => 'http://localhost:8080/',
],
]);
} else {
$container->loadFromExtension('framework', [
'assets' => [
'base_url' => $container->getParameter('domain_name'),
],
]);
}
});
$loader->load(function (ContainerBuilder $container) {
// $container->setParameter('container.autowiring.strict_mode', true);
// $container->setParameter('container.dumper.inline_class_loader', true);
$container->addObjectResource($this);
});
$loader->load(function (ContainerBuilder $container) {
$this->processDatabaseParameters($container);
});
}
protected function build(ContainerBuilder $container)
{
$container->addCompilerPass(new ImportCompilerPass());
}
private function processDatabaseParameters(ContainerBuilder $container)
{
switch ($container->getParameter('database_driver')) {
case 'pdo_mysql':
$scheme = 'mysql';
break;
case 'pdo_pgsql':
$scheme = 'pgsql';
break;
case 'pdo_sqlite':
$scheme = 'sqlite';
break;
default:
throw new RuntimeException('Unsupported database driver: ' . $container->getParameter('database_driver'));
}
$container->setParameter('database_scheme', $scheme);
if ('sqlite' === $scheme) {
$container->setParameter('database_name', $container->getParameter('database_path'));
}
$container->setParameter('database_user', (string) $container->getParameter('database_user'));
$container->setParameter('database_password', (string) $container->getParameter('database_password'));
$container->setParameter('database_port', (string) $container->getParameter('database_port'));
$container->setParameter('database_socket', (string) $container->getParameter('database_socket'));
}
}

View File

@ -1,51 +0,0 @@
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Platforms\SqlitePlatform;
use Doctrine\DBAL\Schema\Schema;
use Wallabag\CoreBundle\Doctrine\WallabagMigration;
/**
* Added name field on wallabag_oauth2_clients.
*/
class Version20160812120952 extends WallabagMigration
{
public function up(Schema $schema): void
{
$clientsTable = $schema->getTable($this->getTable('oauth2_clients'));
$this->skipIf($clientsTable->hasColumn('name'), 'It seems that you already played this migration.');
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
// Can't use $clientsTable->addColumn('name', 'blob');
// because of the error:
// SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with default value NULL
$databaseTablePrefix = $this->container->getParameter('database_table_prefix');
$this->addSql('CREATE TEMPORARY TABLE __temp__' . $databaseTablePrefix . 'oauth2_clients AS SELECT id, random_id, redirect_uris, secret, allowed_grant_types FROM ' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('DROP TABLE ' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('CREATE TABLE ' . $databaseTablePrefix . 'oauth2_clients (id INTEGER NOT NULL, user_id INTEGER DEFAULT NULL, random_id VARCHAR(255) NOT NULL COLLATE BINARY, secret VARCHAR(255) NOT NULL COLLATE BINARY, redirect_uris CLOB NOT NULL, allowed_grant_types CLOB NOT NULL, name CLOB NOT NULL, PRIMARY KEY(id), CONSTRAINT FK_635D765EA76ED395 FOREIGN KEY (user_id) REFERENCES "' . $databaseTablePrefix . 'user" (id) NOT DEFERRABLE INITIALLY IMMEDIATE)');
$this->addSql('INSERT INTO ' . $databaseTablePrefix . 'oauth2_clients (id, random_id, redirect_uris, secret, allowed_grant_types) SELECT id, random_id, redirect_uris, secret, allowed_grant_types FROM __temp__' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('DROP TABLE __temp__' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('CREATE INDEX IDX_635D765EA76ED395 ON ' . $databaseTablePrefix . 'oauth2_clients (user_id)');
} else {
$clientsTable->addColumn('name', 'blob');
}
}
public function down(Schema $schema): void
{
$clientsTable = $schema->getTable($this->getTable('oauth2_clients'));
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
$databaseTablePrefix = $this->container->getParameter('database_table_prefix');
$this->addSql('DROP INDEX IDX_635D765EA76ED395');
$this->addSql('CREATE TEMPORARY TABLE __temp__' . $databaseTablePrefix . 'oauth2_clients AS SELECT id, random_id, redirect_uris, secret, allowed_grant_types FROM ' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('DROP TABLE ' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('CREATE TABLE ' . $databaseTablePrefix . 'oauth2_clients (id INTEGER NOT NULL, random_id VARCHAR(255) NOT NULL, secret VARCHAR(255) NOT NULL, redirect_uris CLOB NOT NULL COLLATE BINARY, allowed_grant_types CLOB NOT NULL COLLATE BINARY, PRIMARY KEY(id))');
$this->addSql('INSERT INTO ' . $databaseTablePrefix . 'oauth2_clients (id, random_id, redirect_uris, secret, allowed_grant_types) SELECT id, random_id, redirect_uris, secret, allowed_grant_types FROM __temp__' . $databaseTablePrefix . 'oauth2_clients');
$this->addSql('DROP TABLE __temp__' . $databaseTablePrefix . 'oauth2_clients');
} else {
$clientsTable->dropColumn('name');
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

View File

@ -1,261 +0,0 @@
<svg height="770" width="800" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(21.42857 -101.6479)"><image height="770" width="800" x="-21.42857" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMCCAYAAACRFKJVAAAABHNCSVQICAgIfAhkiAAAIABJREFU
eJzt3e2VVEeWLuCXu/r/ZFswiQU3sUApC7qwQGDBgAUqLICxAGQB1RYorwUqD5QeqDyo+yPIJkVS
ReXHORFxzvOsxWK6B1TRiDoZ79k7djy7v78PAADAGP5P7QUAAADzIYAAAACjEUAAAIDRCCAAAMBo
BBAAAGA0AggAADAaAQQAABiNAAIAAIxGAAEAAEYjgAAAAKMRQAAAgNH845hf/OzZs6HWATCEV0l+
qb0IuIDbJG9rLwJ6cn9/X3sJPOCoAALQmWWSdeU1AAB7tGABAACjEUAAAIDRCCAA0L5F7QUAXIoA
AgDtW9VeAMClCCAAAMBoBBAAAGA0AggAADAaAQQAABiNAAIAAIxGAAGm7L9qLwAA+DsBBJgyo0sB
oDECCAAAMBoBBAD6sK69AIBLEEAAAIDRCCAAAMBoBBAAAGA0AggAADAaAQQAABiNAAIAAIxGAAEA
AEYjgAAAAKMRQACgD+vaCwC4BAEEAAAYjQACAACMRgABAABGI4AAAACjEUAAAIDRCCAAAMBoBBAA
AGA0AggAADAaAQQA+vB/ay8A4BIEEADow6L2AgAuQQABAABGI4AAAACjEUAAAIDRCCAAAMBoBBAA
AGA0AggAADAaAQQAABiNAAIAfVjWXgDAJQggANCHZe0FAFzCs/v7+6f/4mfPBlwKwMU9/QEHffBB
DE90zB6XcamAAAAAoxFAAACA0QggAADAaAQQAABgNAIIAAAwmn/UXgAAAFxay9Nb5z6hSwUEAPqx
rL0AgHMJIADQj2XtBQCcSwABAABGI4AAAACjEUAAAIDRCCAAAMBoBBAAAGA0AggAADAaAQQAABiN
AAIA/VjUXgDAuQQQAOjHqvYCAM4lgAAAAKMRQAAAgNEIIAAAwGgEEAAAYDQCCAAAMBoBBAAAGI0A
AgAAjEYAAQAARiOAAEA/fqq9AIBzCSAAAMBoBBAAAGA0AggAADAaAQQAABiNAAJM1br2AgCAQwII
AAAwGgEEAAAYjQACAACMRgABgH6sai8A4FwCCAD0Y1F7AQDnEkAAAIDRCCAAAMBoBBAAAGA0AggA
ADAaAQQAABiNAAIAAIxGAAEAAEYjgABAX1xGCHRNAAGAvriMEOiaAAIAAIxGAAEAAEYjgAAAAKMR
QAAAgNEIIAAAwGgEEAAAYDQCCAAAMBoBBAD6sqy9AIBzCCAA0Jdl7QUAnEMAAQAARiOAAAAAoxFA
AACA0QggAADAaAQQAABgNAIIAAAwGgEEAAAYjQACTNWq9gJgIP9VewEA5xBAgKla1F4ADES4Brom
gAAAAKMRQAAAgNEIIAAAwGgEEAAAYDQCCAAAMBoBBAAAGI0AAgAAjEYAAYC+uOMG6JoAAgB9cREh
0DUBBAAAGI0AAgAAjEYAAQAARiOAAAAAoxFAAACA0QggAADAaAQQAABgNAIIAAAwGgEEAPqzrr0A
gFMJIAAAwGgEEAAAYDQCCAAAMBoBBAAAGI0AAgAAjEYAAQAARiOAAAAAoxFAAACA0QggANCfVe0F
AJxKAAGA/ixqLwDgVAIIAAAwGgEEmKr/rr0AAOCQAAJM1bL2AgCAQwIIAAAwGgEEAAAYjQACAACM
RgABAABGI4AAQH9MeQO6JYAAQH+WtRcAcCoBBAAAGI0AAgAAjEYAAQAARiOAAAAAoxFAAACA0Qgg
AADAaAQQAABgNAIIAPRnWXsBAKcSQACgP8vaCwA4lQACAACMRgABAABGI4AAAACjEUAAAIDRCCAA
AMBoBBAAAGA0AggAADAaAQQA+rSovQCAUwggANCnVe0FAJxCAAEAAEYjgAAAAKMRQAAAgNEIIAAA
wGgEEAAAYDQCCDBVy9oLAAAOCSDAVC1rLwAAOCSAAAAAoxFAAKBP69oLADiFAAIAAIxGAAEAAEYj
gHz1McmbOLgKAACDEUCKZZJXSd4n+TPJHxFGAADg4gSQ4uqb/7zKYRhZjb0oAACYmn/UXkAj/vXI
/2+Vr+Fjm+QmyW9JbgdeEwAATI4KSLLI00cZLlOqIX+kVEfeR2UEAACeTAA5bL96qmWEEQAAOIoA
8nj71VMtI4wAMK6fai8A4BTP7u/vn/6Lnz0bcClVLJL8NeA/fxtnRqCWpz/coE+bJD/XXgRwvGP2
31M09wrIqe1XT7WMyggAAPzH3APImOXrZQ7DyNABCACAuq5S9n18MfcWrL9S2rBquktp0/r3l5+B
y5h3fZs52EQLFrRqleSXlIuud3vNF/nSkq8Fa76uUj98JGUNr5J8TglEH6MyAgDQm+9dZL2/17S/
+2LOAeQS068uTRgBAOjH90LH8oFf2+Les4o5t2C10H71VNq04Hjzrm8zB5towYIadu1VV3k4bDzk
eZKtFqx5Wqef8JGojAAA1HRMpeMx9m+ZbwXkfcpfnN6pjMDD5v16iTm4S/LP2ouACVumBIb/yWlh
43s2SX6eewVkrgHkz1zuL1JL9sPIXeW1QG3zfrozF5P5YIZGLFNCxy8Z7u62f97f3896nzbHALJK
KZ1NnTDC3AkgzMEkPpihsmWGDx37Xt/f338a4es0a44BZCrtV8cQRpgjAYQ5mMQHM1SwzLihY9/N
/f39y5G/ZlPmGED+yPh/0VoijDAXAghzMIkPZhjJMvVCx767+/v7WZ/fmlsAWaac/6AQRpgyAYQ5
6P6DGQa2SAkd/0pbE6heZgIDhE49TD+3Mbwt/cVrwVXKSN+/Ukb8vkpf44kBAL7Vw/UFs76UcG4V
kLm3Xz3VTZL/9+Xnbd2lwMlUQJiD7j+Y4UJarXQ8ZJtyKWHXTq2AzCmALKP96hS3SX6LMEJ/BBDm
oOsPZjhTb6HjWy9S9lnd0oL1Yz3+xWzBpW7+BODylrUXACProb3qqX6pvYBa5lQB+Zx+/4K2SGWE
li1SPphg6n5OuVkZpm6/0jGV86rbdN6GpQXrcTYjwxJGaM06ye+1FwEjEECYsimGjm89T8d7Jy1Y
j1P5GJY2LQDgEuY2oXOWe9S5BJBZjzobmTACABxjbqFj3yzPgcyhBUv7VRtuU9oEfkvnEx/owjpa
sJgHLVj0ap2y+Z5ye9VT/TOdXgitBeth69oLIEmpjLxJqYr8mVIlcScLAMzHfpfE75lXpeMxs2vD
mkMA0X7VnmWEEQCYA63ZPza7veocWrD+inTdi23KJC1tWpxrHS1YzIMWLFq0ytf2qmXdpXSjyzYs
LVjfp6+wL8uojAAcw2ccrVDpOM+69gLGNPUAMruS1oQsI4wA/IjnIjUtI3Rcyqz2rFMPILM71DNR
yxyGkXXF9QDAXC3z989koeMyZrVnnXIAWUVpeoqWKQ+731PO93zMzL5pAWBky+hKGNoiM3q5OuUA
MsuLXWZmkTLC73OEEQC4pGWEjrHNpg1rygHERnRehBEAOM8yQkdNs9m3TDWArKIfcc6EEQB4mt1n
ptBR3zIz+bOfagCx2WRHGAGAv/veZ+MsNr4dmMUeZaoBZDY9dBxFGAFgrnwG9mEWe9h/1F7AAJaR
4vmx3YP4VcrNo5sk/065ib27m0iB2fqv2gugaYuUkPGvCBu92B0j2NZdxrCmWAHxDcaxdg/ojylv
hT6nBBNjnIHWeeHGt1Q6+jf5f19TDCDG73IuYQSA3lxF6JiKn2ovYGjP7u/vn/6Lnz0bcCkXsUyZ
4ABDuIk2rV6sUy6rhKnbJPm59iKoZr+9youyaflnOthrHJMj9k2tArKuvQAmTWUEgNp8Fs3DpCtY
Uwsgs5gcQBN8AAAwFp858zPpNqwptWAtUr4xoSZtWm1YRwsW87CJFqyp0l41b3cpbVhN04I18VIV
3dh/S/VHkjcpZ5MA4EdWKTeRq3Swm9A5SVMKINqvaM3ug+TPCCMAfN/3PiuEDpIJ722n1IJ1Wg0I
xneb5LeUNq1t3aVM1jpasJiHTbRg9WiVcm3AVbyY4mHbJM9rL+Ixp7ZgTSWA7GZfQ2+EkWGsI4Aw
H81+OPM3QgeneJGyV2jSqQHkHxdeRy2TLVExeat8Lb8LIwDTInRwrl/ScAA51VQqIH9FvyTTIoyc
Zx0VEOaj2Q/nmVqmBI7/idDB+W5TqiBNmnMLlvYrpu42X0f7Tu4tyEDWEUCYjyY/nGdmmbIf+SWl
6gGX9DyNvoyc8xhe7VdM3SrJrynTUf5MadfyAfc4FVFgaMuUiVWezQxtcuN4p1AB+TNKnMzTNqUq
8ltURr51nRLaYA6a/HCeqGVUOhhfs21Yc23BWqW8eYC520YY2XcdAYT5aO7DeWKWETqo758pt6M3
Za4tWL/UXgA0YhmtAACXski5hfxzPFNpw6TasHoPIJP6lwEXsowwAnCs/dDxV5KPsc+gHZM689xz
C5b2KzjONvNp07qOFizmo+mLyhq3SAkZ/4qwQfua2ogn82zBWtdeAHRmma+VEW/3YDpMfTuOSge9
mszf054DiPMfcDofwMCceOYxBZNpw+o1gCyjpx0uxQczMFVXKc+0P+PZRv8m8/f3H7UXcKLJ/AuA
xuzCyKuUcX83+XoLO0AP9s90aE9jShYpL+C7P/PVawDRfgXDE0aAXggdzMUvmUAA6bEFa5f+gPFo
0wJas2uv+ivl2fQqwgfTN4nP3h4rIJP4g4eOPVQZ2aTBW1qBSVmnvAFW6WCulplAG1aPAWQyEwBg
AvbDSPL3Ni1hBLiEVb6GjmXdpUAT1uk8gPTWgrW7MAhok5YIGN8U25JXSd6nTK/6I+UOo2XNBUFD
uj8L3VsAET6gH8IIjGMq31dCBzzNKp1/b/QWQLRfQZ+EEeB7hA44zbr2As7RWwBZ114AcDZhBOZt
GaEDztX1S/meAoiJFzA9wgjMwzIlaPyREjyEDjhP1/vingJI10kP+KH9MPJ7bFCgd8v8PXS8zzQP
zEMt3Z6N7imAdPuHDBxtHS0a0KNlhA4Yy0+1F3CqXgJI12Um4CwOqULblhE6oIZuX873EkC6TXjA
RQkj0IbdJaRCB9TT7f14vQSQLv9wgUEJI1D890hfZxc6Pqec1foYoQNq6/Il/bP7+/un/+JnzwZc
yoNWKZsLgKe4TXIXY7uZj02Snwf6Z+/esP4rXgZCi7ZJntf64sfkiH3/uPA6htD9dfPAqLyRhfMI
HdCPZcrn3m3ldRylhwDi4QcAwxI6oF9X6SyAtH4GZBk93QAwlKv8/UyH8AH96e6uvNYrIB6EAHBZ
+5UOI+6hf6uUF/bbust4utYDiPMfAHA+oQOm7SrJh9qLeKqWA8gyDpMCwKmEDpiPf0UAuQjtVwBw
HKED5mmd8j1/V3kdT9JyAOnuQA0AVLBIuZTzVYQOmLOrJJ9qL+IpWr2IcJEykQMAAPixmyQvx/yC
p15E2OoYXu1XAADwdOvaC3iqVgOI9isAAHi63YWizWsxgHTzhwcAAA3p4iV+iwFE+AAAgON1sY9u
MYD8VHsBAADQoUU6uEevxQDSRXIDAIAG/VJ7AT/SWgBxcRIAAJyu+Zf5rQWQLg7OAABAo5ZffjSr
tQDSfGIDAIDGNb2nbimArKP9CgAAztX0OZCWAoj2KwAAON8qDbdhtRRAmi4VAQBAR9a1F/CQVgJI
0ykNAAA602x3USsBpOk+NQAA6Eyz11u0EkDWtRcAAAATs669gO9pIYAs08GV8QAA0Jkm27BaCCAO
nwMAwOU1uc9uIYA4/wEAAJe3SINtWLUDyDLarwAAYCjNtWHVDiBNloUAAGAimttv1w4gP1X++gAA
MGXLNNZxVDOALNJgIgMAgIlpas9dM4A09QcBAAAT1dQ5kJoBpKk/CAAAmKhVSitWE2oFEO1XAAAw
nmb23rUCyLrS1wUAgDlqZvhTrQCi/QoAAMZzldKFVF2tANJMCQgAAGaiiT14jQDSTPoCAIAZaaIL
qUYAaeJ/OAAAzMy69gKSehUQAABgXE1Moh07gKyi/QoAAGqp3o00dgD5ZeSvBwAAfLWuvYCxA0j1
kg8AAMzYMqUrqZoxA0hTV8ADAMBMVe1KGjOAqH4AAEB965pffMwAUv3ACwAAULczaawAskzlXjMA
AOA/qnUnjRVAtF8BAEA7qp0DeXZ/f//0X/zs2alf54+ogAAAQEv+meTu1N98TI7YN0YFZBnhAwAA
WlOlS2mMALIe4WsAAADHqTIkaowAYvoVAAC0Z5IVkEUcQAcAgFaNvlcfOoAIHwAA0K7Ru5WGDiDa
rwAAoF2jFwyGHsN72mwuAABgLD8n2Rz7m1ocw6v9CgAA2jdq19KQAUT7FQAAtG/UwsGQLVh/pUzB
AgAA2vYiye0xv6G1FqyrCB8AANCL9VhfaKgAov0KAAD68ctYX2ioFqw/kyxPWA8AAFDH8yTbp/7i
llqwVhE+AACgN6McRh8igIxWvgEAAC7mpzG+yBAtWNqvAACgT/9McveUX9hKC5b2KwAA6NfgbViX
DiDrC//zAACA8QzehnXpFqw/UqogAABAf+5S2rB+qIUWrGWEDwAA6NkiA7dhXTKAjDK2CwAAGNSg
bViXbMHSfgUAAP3bplxK+KhTW7AuFUAWSf46aQUAAEBrXiS5fewX1D4Dov0KAACmY7DLxS8VQP51
oX8OAABQ33qof/AlWrC0XwEAwPQ8TzkP8l01W7C0XwEAwPQMss+/RADRfgUAANMzyD7/Ei1Yf6W0
YQEAANPyz5Tb0Q/UasG6ivABAABTdfE2rHMDiPYrAACYrovv989twdJ+BQAA0/bdcxg1WrC0XwEA
wPRdtA3rnADy08VWAQAAtOqibVjntGD9mWR5ycUAAADNuUuZhvU3Y7dgrSJ8AADAHCxS9v8XcWoA
+eVSCwAAAJp3sf3/qS1Y2q8AAGA+tkme7/8XY7ZgLSN8AADAnCxzoQxwSgC5+G2IAABA8y6SA04J
IM5/AADA/FwkBxx7BmSZcv4DAACYn+cp50FGOwOi/QoAAOZrfe4/4NgAcpfk9twvCgAAdOnsW9FP
HcO7TKmG/JILXkoCAAA0759J7k5twTo1gOxbRhgBAIC5eJnkpmYA2beMMAIAAFP2KcnrVgLIvmWE
EQAAmJq7JP9sMYDsW0YYAQCAqXh5f39/c8pvPOUiwlNsk3xI8iJldvDbJCctGAAAqO6nU3/jWBWQ
hyxSKiP/ijtGAACgF9v7+/vnp/zGowLIkJ49eyaMAABAP17c398ffUfgWC1YT3GXcqL+Zcps4dfR
pgUAAK06qWjQUgDZJ4wAAEC77k79jS21YD3ll2nTAgCAem6S/DulWJBTskRvAWSfMAIAAMPbhY6b
fFP5mFsA2SeMAADA5TwYOvbNOYDsE0YAAOB4Twod+wSQQ8IIAAA87OjQsU8AeZwwAgAAyW2S31IO
kp88zSoRQI4hjAAAMCe70HGTZHupf6gAchphBACAKRokdOwTQM4njAAA0LPBQ8c+AeSyhBEAAHow
aujYJ4AMRxgBAKAl25TA8VtKAKlCABmHMAIAQA3bNBA69gkg4xNGAAAY0jaNhY59AkhdwggAAJew
TcOhY58A0o5dGPnpy8+LussBAKBx23QSOvYJIO3ar4wIIwAAJOUW8psk//7yc3cEkD4IIwAA89V9
6NgngPRHGAEAmL6/hY5W9t+1CCDtEEYAAKbjwUpHK/vvWgSQNgkjAAD9eVJ7VSv771oEkPYJIwAA
bdsPHXc/+sWt7L9rEUD6IowAALThqNCxr5X9dy0CSL+EEQCAcZ0cOva1sv+uRQCZBmEEAGAYFwkd
+1rZf9cigEyPMAIAcJ6Lh459rey/axFApk0YAQB4mtskv6WEju2QX6iV/XctAsh8CCMAAH83WujY
18r+uxYBZJ6EEQBgrqqEjn2t7L9rEUAQRgCAqaseOva1sv+uRQBhnzACAEzFNsn/ppHQsa+V/Xct
AggPEUYAgN5sUwLHbylVjya1sv+uRQDhKYQRAKBV23QQOva1sv+uRQDhWMIIAFDbNp2Fjn2t7L9r
EUA4x1WSn778vKy7FABg4rbpOHTsa2X/XYsAwqWskvwSYQQAuJy7JJ8ygdCxr5X9dy0CCEMQRgCA
U92lVDr+/eXnyWll/12LAMLQhBEA4EcmHzr2tbL/rkUAYUzCCACwM6vQsa+V/XctAgi1CCMAMD+z
DR37Wtl/1yKA0AJhBACm7VNmHjr2tbL/rkUAoTXCCABMw36l467yWprSyv67FgGElgkjANAXoeMJ
Wtl/1yKA0AthBADaJHQcqZX9dy0CCD0SRgCgLqHjDK3sv2sRQOidMAIA49ik3EgudJyplf13LQII
UyKMAMBl3eZr6NjWXcp0tLL/rkUAYaqEEQA4jdAxsFb237UIIMyBMAIAjxM6RtTK/rsWAYS5EUYA
oBA6Kmll/12LAMKcCSMAzM02JXR8itBRTSv771oEECiEEQCmaptS5fgtpepBZa3sv2sRQOCQMAJA
77YROprVyv67FgEEHrdKCSL/+vJ/A0CrthE6utDK/rsWAQSebpkSRn6JMAJAG7YROrrTyv67FgEE
TrOMMAJAHXcpoeN/I3R0qZX9dy0CCJxvGWEEgGHtQse/v/xMx1rZf9cigMBlLSOMAHAZQsdEtbL/
rkUAgeEsI4wAcByhYwZa2X/XIoDAOJYRRgD4PqFjAK3scTkkgMD4lhFGAPg6vUroGEAre1wOCSBQ
1zLCCMCc7Fc67iqvZdJa2eNySACBdiwjjABMkdBRQSt7XA4JINCmZYQRgJ4JHZW1ssflkAAC7VtG
GAHogdDRkFb2uBwSQKAvywgjAC25TbmRXOhoTCt7XA4JINCvZYQRgBpu83V61bbuUnhIK3tcDgkg
MA3LlDDyvvI6AKZK6OhMK3tcDv2j9gKAi9jWXgDABAkdMAAVEJiGZZI/kiwqrwOgd0LHRLSyx+WQ
CghMw8cIHwCn2qYEjv+N0AGDE0Cgf9dJ1pXXANCbbUro+C2l6gGMRAsW9G2V0noFwI9tI3TMRit7
XA6pgEDfPtZeAEDjthE6oCkCCPTrfdz/AfA92wgd0CwtWNCndZLfay8CoCF3+Ro6NnWXQgta2eNy
SACB/ixSzn0sK68DoLZd6Pj3l5/hP1rZ43JICxb0532ED2C+hA7onAoI9OUqyefaiwAYmdDB0VrZ
43JIAIF+LJL8GRcOAvMgdHCWVva4HNKCBf1w2zkwB7vQ8anyOoCBCCDQh1cp7VcAU/dbVDxg0rRg
QfuWKVOvVD+AObhL8vzLz3CyVva4HPo/tRcA/JDWK2BOFinPPWCiBBBo25uUSwcB5uQq2k5hsrRg
QbtWKa1XAHOkFYuztLLH5ZAKCLRLCwIwZ4u49wgmSQCBNl2nVEAA5myd0ooKTIgWLGjPOsnvtRcB
0Ii7JC+SbCuvg860ssflkAoItMX0F4C/81yEiRFAoC2/ptz7AcBX62jFgsnQggXtWEfrFcBD7pL8
nOS29kLoQyt7XA4JINCGRZI/48JBgMfcppwHgR9qZY/LIS1Y0Aa3nQP82CplSiDQMRUQqO8qZt0D
HONFtGLxA63scTkkgEBdy5TbzlU/AJ5OKxY/1Moel0NasKAurVcAx1sleV97EcBpBBCo503K5CsA
jucZCp3SggV1rFJG7qp+AJxum9KKdVd5HTSolT0uh1RAoA6tVwDnW6Zc4Ap0RACB8V2nVEAAOJ9W
LOiMFiwY1ypl6hUAl7ONViy+0coel0MqIDCeRUrrFQCXtYznK3RDAIHx/BqtVwBDufryA2icFiwY
xzpl6hUAw7lL8jxasYgWrJapgMDwtF4BjMPzFjoggMDwPqb0JwMwvKskr2ovAniYFiwY1lWSz7UX
ATAzdylTsbaV10FFrexxOSSAwHAWSf6MCwcBatgk+bn2IqinlT0uh7RgwXA+R/gAqGWdckkh0BgV
EBjGmyTvay8CYOa0Ys1YK3tcDgkgcHnLlNvOVT8A6rtNCSHMTCt7XA5pwYLL+xjhA6AVqyTXtRcB
fKUCApd1nXLjOQBteZFSDWEmWtnjckgAgctZpbReAdAerVgz08oel0NasOBy3L4L0C6tWNAIFRC4
jPcx7hGgB1qxZqKVPS6HBBA43zrJ77UXAcCTbFNCyF3ldTCwVva4HNKCBedZROsVQE+WMSwEqhJA
4DzvUz7MAOjHm5TqNVCBFiw43VWSz7UXAcBJttGKNWmt7HE5pAICp9F6BdC3ZUoVGxiZAAKncds5
QP9epVSzgRFpwYLjvYrqB8BU3CV5Hq1Yk9PKHpdDKiBwnGWU7AGmREstjEwAgeNovQKYnqtoxYLR
CCDwdMY2AkyXF0wwEmdA4GlWSf6ovQgABrVJ8nPtRXAZrexxOaQCAk+jPxhg+tYp1W5gQAII/Nh1
SgUEgOn7NWXgCDAQLVjwuHWS32svAoBRbaIVq3ut7HE5pAICDzOaEWCe1tGKBYMRQOBhyvAA8/U+
2m9hEFqw4PvW0XoFMHe3SV7UXgSnaWWPyyEVEDi0SPK59iIAqG6VMogEuCAVEDj0OW7EBeCrFynV
EDrSyh6XQyog8HdXET4A+Du3pMMFCSDw1TKmXgFwaJUymAS4AC1Y8NXvKYfPAeB7fk65I4QOtLLH
5ZAKCBRvInwA8DitWHABAggorQPwNMv4vICzacGC5I+4bAqAp9OK1YFW9rgcUgFh7q4jfABwnM/R
igUnUwFhzlYp1Q8AONZNkpe1F8HDWtnjckgFhLlaxMhdAE7n3ig4kQDCXP0arVcAnMdULDiBAMIc
rVPG7gLAOVTT4QQCCHPjwwKAS7qKl1pwFIfQmZvP0bMLwGXdJXmRZFt5HexpZY/LIRUQ5sSBQQCG
oLoORxBAmAsfDgAMaR2tWPAkWrCYi99TPhwAYChasRrSyh6XQyogzMGbCB8ADG+RctYQeIQAwtQt
U+78AIAxrJJc114EtEwLFlOn9QqAGl4kua29iDlrZY/LIRUQpuw6wgcAdRh8Ag8QQJiqVbReAVCP
Vix4gBYspuqPlIc/ANT0c5JN7UXMUSt7XA6pgDBF7yN8ANCGjynTsYC0+wmHAAAZv0lEQVQvBBCm
Zh0XQQHQjmW0BMPfaMFiShYprVfLyusAgG9pxRpZK3tcDqmAMCXvI3wA0CatWPCFAMJUXCV5VXsR
APCAZYzmhSRasJiGRZI/480SAO17meSm9iLmoJU9LodUQJgCZW0AeuEzi9kTQOjdq5T2KwDowSJa
sZg5LVj0bJky9cqbJAB6oxVrYK3scTkkgNCz31Pu/QCA3twleZFkW3kdk9XKHpdDWrDo1ZsIHwD0
SysWs6UCQo9WKa1XANC7t0k+1F7EFLWyx+WQAEKP/kgJIQDQO61YA2llj8shLVj05jrCBwDToRWL
2RFA6Mk6ya+1FwEAF7ZOecEGs6AFi14sUlqvlpXXAQBDeZHktvYipqKVPS6HVEDoxa8RPgCYNq1Y
zIIAQg/WKWN3AWDKVtGKxQxowaJ1iyR/xm3nAMyHVqwLaGWPyyEVEFr3McIHAPPis49JE0Bo2dWX
HwAwJ6uY+siEacGiVcuUqVfeAAEwVz8n2dReRK9a2eNySAWEVik/AzB3PguZJAGEFr1JmXwFAHO2
jFYsJkgLFq1ZJfk93vgAwM7LJDe1F9GbVva4HBJAaM0fKSEEqOttkv+OO3igBXdJnn/5mSdqZY/L
IS1YtOQ6wge0YJPkQ5J3cRcBtGARt6QzISogtGKVUv0A6vr2TavvTWiHVqwjtLLH5ZAKCC3wZgfa
8TJ/b/O4TWnHAuozFYtJEEBowa/RegUt+JDv3znw0H8PjGuR5HPtRcC5tGBR2zpl6hVQ122SF4/8
/xdJ/oy3r9CCtykvBnhEK3tcDgkg1LRI6S1fVl4HzN1dSvjY/uDXreOFAbTgqd+zs9bKHpdDWrCo
6WOED2jB6zxtI7OJt67QAmcn6ZoAQi1XX34AdX3KcVN13sZoXmjBOu7poVNasKhBLzm04TbJzzn+
crNVSiuW72Go6y7le9hLge9oZY/LIRUQavgcGxdoweucdrPybcolhUBdWrHokgDC2N6klI2Bus5t
pfoQF6JBC1ZJrmsvAo6hBYsxLVOmXql+QF03KRcOnks7JbTjRbRi/U0re1wOqYAwJje4Qn13Ka1X
l/pnXSLIAOfTikU3BBDGch2tV9CClznt3MdDNjGaF1qwSvK+9iLgKbRgMYZVSusVUNe7DNcr/kfK
9zpQ188pLwZmr5U9LocEEMZgYwL13ab0iA/FaF5owzble/2Slc4utbLH5ZAWLIb2PsIH1DbGWQ2j
eaENyyS/1l4EPEYFhCGtU96IAnW9zHgjcz8nuRrpawEPm30rVit7XA4JIAxlkdJ6tay8Dpi7T7nc
1KunMJoX2rDNzFuxWtnjckgLFkN5H+EDartNuXBwTEbzQhuWMZqXRgkgDOEqyavai4CZ2933UePt
5yZG80ILrqIlkgZpweLStF9AG96mfggwAQ/qu0vyPDNsxWplj8shFRAuzW3nUN9N6oePpF4FBvhq
Ea1YNEYA4ZJeRakXattm3EPnj6lxBgU4pDWapmjB4lKWKe0Wqh9QV4ujN43mhfruUqZibSuvYzSt
7HE5pALCpWi9gvrepb3wkZSKzLb2ImDmtGLRDAGES3iTcukgUM8myXXlNTxkN5ELqGud8pkNVWnB
4lyrlNYroJ5eWiuuk/xaexEwc708L87Wyh6XQwII5zJmE+p7mTL5qgeeGVDfbUoImbRW9rgc0oLF
Oa5jIwG1fUg/4SMpYcloXqhrlXZbNpkBFRBOtU7ye+1FwMzdpky96m1D/yoOw0ILXqQ8RyaplT0u
hwQQTrFIaaNYVl4HzNldSvjodfNgNC/UN+lWrFb2uBzSgsUpfo3wAbW9S7/hIzGaF1qgFYsqVEA4
1jpar6C2m5SzFL1bx/MEWjDJVqxW9rgcUgHhGIuUtgmgnm2mc6fGJqWSA9T1OS4TZkQCCMdw2znU
9zr9HTp/zHUm+OYVOrOMO3oYkQDCU13FgVGo7V1K1WBqjOaF+t6ktEXC4JwB4SmWKVOvVD+gnk3K
1KupehWjeaG2bcp5kEm8EGhlj8shFRCeQusV1HWXaRw6f8yn9HWhIkzRMsn72otg+gQQfkRJFuqb
2rmPhxjNC/W9ipZrBqYFi8esUkZkqn5APR+SvK29iBGtUlo+gXrukjxP5y8+WtnjckgFhMdovYK6
bjOv8JGU/81G80JdiziTxYAEEB5ynfImEqjjLtO57+NY15nmtC/oiemXDEYLFt+jBQLqe51yMHuu
ljF9D2rruhWrlT0uh1RA+JayK9R3k3mHj2RaN75DrxYpt6TDRQkgfOvXaL2Cmrax8d4RxKC+dcpE
TLgYLVjsW6dMvQLqeZFyEJtikdKKtay8Dpizu5Rn07byOo7Syh6XQyog7Gi9gvreRfj41hwuYYTW
2SNwUQIIOx/jDSPUtEmZ/sQho3mhvnW0YnEhWrBIypg9h8ygnq4nzYzo95RNEFBPN22irexxOSSA
sEjyZ4y6hJpephy45nHLGM0Ltd2mhJDmtbLH5ZAWLD7HhznU9CHCx1NtY0IY1LaKdlHOpAIyb2+S
vK+9CJixbt4kNuZjkle1FwEz13wrVit7XA4JIPO1jFYGqOkuyc9p/AO8UUbzQn23Kc+wZs+utbLH
5ZAWrPn6GOEDanob4eNURvNCfauUy4vhaALIPF3HJBmo6VPc8H0uo3mhvjexn+AEWrDmZ5XSugDU
sU3pnW62baEzRvNCXds0+kxrZY/LIRWQ+XGTKdT1Mg1+UHfsdfx5Qk3LaMXiSALIvLxPqYAAdTj3
cXnbGM0LtWnF4ihasOZjndKqANSxSZkYwzDep2yCgDrukjxPQxXJVva4HBJA5sHISqiruQ/mCVqk
vGRR5YV6btLQhLpW9rgc0oI1D+8jfEBNzn0M7y5asaC2qy8/4FECyPRdxY3BUNOHlPYrhnebcs4G
qMc9Y/yQFqxpWyT5Mx4EUMttynhKxmU0L9TVRCtWK3tcDqmATJu3EFCP27rr0fIGdV3FUAgeIYBM
16vow4Sa3qaMiGV8zoNAfb/G+VMeIIBM0zLl4DlQx6cvP6jnJuX8DVDHIi4/5gHOgEyT/meoZ5ty
7kMLUH1G80J9b1PpZUAre1wOCSDT8yaqH1DTi7jtvCWrlHuQgDruUp6L27G/cCt7XA5pwZqWVYQP
qOlthI/WGM0LdS2SfK69CNqiAjItf0SrAdSySfJz7UXwIK2pUNe7JNdjfsFW9rgcEkCm4zpl4gQw
vrskz+PcR8vciwT1jdqi2soel0NasKZhHeEDanLvRPuM5oX6TMUiiQAyBcbcQV3vUtqvaJ/RvFDX
KiO3YdEmLVj9ex+3jUIttyktBfTDaF6o7+eM8OKmlT0uhwSQvq1TPkiB8VUbLcnZVinPTudBoI5t
RrgvqZU9Loe0YPXLWDuo63WEj17dprTOAXUs4+zqrKmA9Otzkqvai4CZ+hQHmqfAcxTqGrQVq5U9
LocEkD5dRfUDarlN+dA09ap/RvNCXdsM2IrVyh6XQ1qw+rOMqVdQ0+sIH1NxlzJCGahjGXuaWRJA
+vMx3tZBLW8z4iVajGITo3mhpqtohZwdLVh9eZMydhcY3028LZ+yP2I0L9Ryl+R5LlxdbmWPyyEB
pB/GRkI9g3w40hTPWKjr4i95WtnjckgLVj+0XkE9LyN8TJ3RvFCXVqwZEUD6cB2tAVDLu4xwYy9N
+JDyFhao42PKwXQmTgtW+1YpvcnA+G5TRkQyH0bzQl2blFHnZ2tlj8shFZC2LWI8HdRiROs8+fcO
da1Thu4wYQJI236N1iuo5XXKJVnMzyZG80JNv0Yr1qRpwWrXOmUiCzC+Dyl3fjBvRvNCPZuc2YrV
yh6XQyogbdJ6BfWYhsSOW++hnnXKEB4mSABpkykQUMddbDr5ShiFurSiT5QA0h5zsKGedymbTtgx
mhfq0hEyQc6AtMX4R6jn4rfwMhmLlPMgy8rrgLl6lxPasVrZ43JIAGnL7yk9j8C4tin3fWi94iHr
GAwCNb3IkRXqVva4HNKC1Y43ET6gFuc++JFNnAeBmj5Gh8hkqIC0YZlS3veNBeM7qbTPbBnNC/Uc
NSK9lT0uhwSQNmi9gjo2OXPOPLOzjBdGUNPPKc/uH2plj8shLVj1LeODDGrYjdyFY2zjkkqoSSvW
BAgg9W1TDlbpLYZxvU75/oNjfYrRvFDLMuV+EDqmBast67iEEMZwVB8xfIfRvFDXy/zgRUAre1wO
CSDtWSR5n+RV5XXAVN2m9BCbesW51jGaF2q5S/I8jzzLW9njckgLVnt2fekvY4MEl7b7/vK9xSVs
on0WalnELendEkDadZNyNmRTeR0wJe9y5EVW8APX8XcKalnWXgCnEUDatk1pFdGrDue7STn7AZem
Yg3j+xRj1LvlDEg/VimlRhdgwfG2KRVFm0SG8iraQWAMu1baH06ia2WPyyEBpD/vk7ypvQjozIto
k2F4n5Nc1V4ETNhtSsVx+5Rf3Moel0NasPrzNqXkuK28DuiFcx+Mxd0yMJwPKS+TtpXXwQWogPRr
N/3B2zZ42CZ6hBnXOkbzwiU9ueXqW63scTmkAtKvu5QypJGi8H277xEY0yZG88KlbFLu+jg6fNA2
AaR/n2JcL3yPcE4t19H2B+d6F5fGTpYAMg3blG9Sb92g+BBvzKjLaF44zV3Knua68joYkDMg02Nc
L3N3m1IVhNquUiZjAU9zkwtWr1vZ43JIBWR6blPeHLhwjTnaHVaEFtyktMkCP/Y2KoezoQIybVcp
1ZBF7YXASF7Hho+2LJL8kWRZeR3Qqm1K8Lj4ualW9rgcUgGZtpuYHsF8eNtMi0xjg4d9iotiZ0kA
mb7dh9/bKGsyXdtovaJdtzEkBPbt2mVNK5wpLVjzskw5EOmAOlPjDRo9+D3lokKYs9uU4DH4M7uV
PS6HVEDmZZuyUfMmjil5F+GDPnjby9x9SBmU45k9cyog87VOOaC+rLsMOMsm5cMMemE0L3O0a7ka
9UxqK3tcDgkg87ZI8j7Jq8rrgFPcpQxZ8EaZ3nyM5y7zcZtyFnU79hduZY/LIS1Y87Z7I2HuNj3S
zkKv3qbCZgwq+JDS+r2tvA4aowLCziKlLWBdeR3wFB9SNnHQq1XK/SAwRbsJnJuai2hlj8shFRB2
7lJ66W3qaN1t/D2lf0bzMlWblPbYTd1l0DIVEL5nldKjbFwvrbmLcj7TYjQvU/IuyXXtRey0ssfl
kAoI33Obssn7UHsh8A2980yNs0xMwTali+K67jLohQDCY96mPFC2ldcBSfLpyw+Ykm1KCIFe3aS8
tNxUXgcd0YLFUyxSWrKuai+E2dqmfMB5U8xUGc1Lj96m4W6JVva4HBJAOMarlHtDFpXXwfy8iJtz
mbZFynkQZ+/owW1K5a7p53Ire1wOacHiGJ+izMr43qbxDzm4gN29TNC6Tynt2Z7LnEwA4VjblAeP
8ZGMYZOGy/twYUZM07JdSDY4gbNpweIcxvUypLuUWfI+6Jgbo3lpTRctV99qZY/LIRUQznGbUg3x
hpohvIzwwTz5u09LPsQ5PC5MAOFcd/k6rtcHJpfyIc4aMV/Og9CCu5QwrC2Qi9OCxSUZ18sl7C7C
hLl7n+RN7UUwS7cp4WNbeR1naWWPyyEVEC5p/22Jagin2P0dAsqwD20vjO1dykugbeV1MGEqIAxl
meRzHFDnOK/jtnPYt0ryR+1FMAu7F0Cbyuu4mFb2uBxSAWEo25Q3KMb18lSfInzAt4zmZQyblKmD
m7rLYC5UQBjDKqUasqy8Dtq1m6imdQ++z2hehvIuyXXtRQyhlT0uhwQQxrJIOVD5qvI6aJMRj/C4
RZI/v/wMl7BNabma7LO3lT0uh7RgMZbdWEnz7fnW20z4AxAuxGheLukmXvxQkQDC2G6iz5SvbuIi
S3gq3y+ca3d3l5eBVKUFi5reJPk1Wgrm6i4ljPoQhKdbpJwHMWGQY92mVNFmU/VoZY/LIRUQavqQ
cvB4Ng9D/sYbODieVixO8Sk+b2mIAEJtu1uvtRXMy7tow4NTGc3LU+0C6+t44UNDtGDRknWSjzGu
d+p2oRM4z+ckV7UXQbNuUyrN28rrqKaVPS6HBBBas0gJIT5Up+kuJXxsK68DpsBoXh7yIapkAkjD
tGDRmruUNzbOB0zT6wgfcCm75yXs7P5OzD580DYBhFbtZpRvKq+Dy/mU8u8VuJxNnKGj2KR8bnrO
0jwtWPTgOmVcL/26TZnAoqoFw/gjRvPO2buUz0r2tLLH5ZAAQi9WKWdDfMD2yY27MKxVyv0gzoPM
y67lalN5HU1qZY/LIS1Y9GL3Bl2rQX/eRviAod2mvAVnPjYpl7lu6i4DjqcCQo/WKeMnvelr300c
koUxGc07D2/jhdwPtbLH5ZAAQq+M623fXcrbOec+YDxG807bNuWljqryE7Syx+WQFix6tT9q0Aa3
TUYpw/iM5p2u3XRI4YPuCSD07kM8kFv0LvqSoZZNtOdMyV3KHUpe6jAZWrCYkusY19uCTcrAAKAu
o3n7d5sSPrxkO0Ere1wOCSBMzSrlEOay8jrm6i6lIrWtvA7AaN7efYo247O0ssflkBYspuY2ZQOs
/aCO1xE+oBVG8/Zpd47ndYQPJkoFhCm7SpmU5e3fOD6kvK0D2mI0bz9uU8LHtvI6JqGVPS6HBBCm
bpHy4buuvI6p210U6W0dtMdo3j54iXNhrexxOaQFi6m7S9kY66Mdzm5Ciz9faJPRvG3bHysPsyCA
MBcfUoKISSKX9y7+XKF1mzgb16JNyoWtN5XXAaPSgsUcXce43ku5iTer0BOjedvxLuXziIG0ssfl
kADCXK1TDqgv6y6ja9uUiWNar6Afy5QQ4jxIPbuWq03ldUxeK3tcDmnBYq42KZtnZe/TOfcB/dnG
WYOablJarjaV1wFVCSDM2e4t1MvYSB/rXXyAQq8+xcuXGt7G5w0k0YIFO8uUlqx13WV0YZNyoB/o
1yKlFWtZeR1zsE0JHoZ1jKyVPS6HVECg2ObruF4ethu5C/TN9/I4PqW0+wofsEcAgb/7EB8Wj3kd
N/TCVGxS2im5vF3Ac1YOvkMLFnzfImVU75vaC2mIW3phmozmvazblODhRVZlrexxOSSAwOPWST7H
yMrblBY1b/JgepYxmvdSPqRUlTwrG9DKHpdDWrDgcZu4pXbXSuADFaZpG9XNc+2mKr6NZyX8kAAC
P7b7YJnrJvxttBLA1H3KvF+0nOM27pWCo2jBguMsU1qy5tIvfZMSvoDpM5r3eM7GNayVPS6HVEDg
ONuUN11zmByzjTGdMCdG8z7dXYxuh5MJIHCa65Qgsq27jEG5sRfmZ5N5vGA5xyblbOCm7jKgXwII
nG7X9/uh9kIG8C7OfcBcXcf3/0PexURAOJszIHAZV0k+ZhpjLDcpH7DAfC1jNO++bUp72qbuMjhG
K3tcDqmAwGXcZBol+d3EL2DetnG+Yecmpdq9qbwOmAwBBC5n/1Bir+X5uY4aBg59+vJjzt7GeTi4
uGZasGBKnj17tkppyeppXO+H+/t7bzyB/3j27NlcR/PeJnl9f3/vLAwMQACBAeydabpO8mu9lTzZ
bZIXngfAvi/PslVKCJmLT/lSyfZMhGFowYJhXae0ZW3rLuNRZv8Dj7nNPEbz7p6FWlFhYCogMIDv
THVbJHmf5NXoi/mx1/nS5+15AOz75ln2e5J1nZUM7jblWfi3livPRBiGAAIDeGSsdGvjem+yN/XK
8wDY982zbJlpjub9kAcmfnkmwjAEEBjAD+61WaaEkPUYa3nENmW05H9aDTwPgH3feZZdJflcYSlD
2LVc3Tz0CzwTYRjOgMD4tvk6rrcmoyWBY91kGqN5b1NewDwYPoDhCCBQz4eUD8AaYx7fVvq6QP/e
pu3BGj/yLuXZu628DpgtLVgwgB+0YH3P+yRvBljK92xSKjAHPA+AfY88y3oczXuXUvndPPU3eCbC
MFRAoA1vU0LB0C1Ruw9ggHP0Npp3k+R5jggfwHAEEGjHJuUDcsieZOc+gEu5Th8b+ncZ5wUP8EQC
CLRlV6EY4iKsD+ljswD0o+VL+7YpZz2u6y4D+JYzIDCAE86AfM8ylxvXu5v48ijPA2DfE59lLY7m
vckFwpFnIgxDBQTatU1pGzi3z9q5D2BILY3mvUs5U6fdFBqmAgIDuFAFZN8q5Q3j8oTf+zpP3Bx4
HgD7jniWLVKmYi0HW8yP3aY87y42YtwzEYahAgJ92LVQfTjy931KO28mgemqXWn9lFIxdr8RdEAA
gX4c21qwTf3b1oH5qDGa9y6l6tHyYXjgG1qwYAADtGB9a5FyQP3qkV9z9C3rngfAvhOfZb/nMsMz
fuQ25YXMdqgv4JkIw1ABgT7t2h3e5vtv/d5GKwJQxxgHwD+kvGTZDvx1gAGogMAARqiA7FulVENW
X/7zJqUX+mieB8C+M55lQ43m3bVcDXlh6394JsIwVECgf7sD6u9S/yAoQFICwrFDM35kk/KsGyV8
AMNRAQEAvuvMau4i5TzI6ke/8AnepcKN5vZIMAwBBAD4rgu0k65S7gc51a6quzl3IaewR4JhaMEC
AIZym9PHgW+SPE+l8AEMRwUEAPiuCw7UOHY079tc/gzJ0eyRYBgCCADwXRcMIIskf375+THblJar
JsaI2yPBMLRgAQBD243PfcxNTrhAFeiPAAIAjOGh0by7cDLGBYZAA7RgAQDfNcClqt+O5r1NCR9N
Vj3skWAYKiAAwFj2W7E+Jfk5jYYPYDgqIADAdw1QAdlZphw4b5o9EgxDAAEAAEajBQsAABiNAAIA
AIxGAAEAAEYjgAAAAKMRQAAAgNEIIAAAwGj+P10o1H/ia8mRAAAAAElFTkSuQmCC" y="101.6479"/><path d="m482.45517 806.8979c-21.575-30.1125-55.23748-77.12866-74.80551-104.48035-19.98598-27.9359-36.2457-49.73896-37.10125-49.75-.87914-.0113-32.32337 42.25713-74.37706 99.98035-40.06973 55-73.18741 100-73.59485 100-1.1396 0-144.46068-100.94983-144.829571-102.01235-.178476-.51406 32.221521-48.07611 72.000001-105.69344 39.77847-57.61732 72.3245-105.66675 72.3245-106.77649 0-1.78957-12.89022-6.31508-114-40.0232-62.7-20.90302-114.613999-38.24519-115.364443-38.53815-1.043816-.4075 4.925559-20.38013 25.402971-84.99452 14.722078-46.45402 27.100359-84.84113 27.507293-85.3047.406933-.46357 54.900599 16.97442 121.097029 38.75107 66.19643 21.77666 120.91108 39.59345 121.5881 39.59285.67702-.00059 1.44284-1.01357 1.70181-2.25107.25898-1.2375.83006-57.6 1.26906-125.25s1.16224-123.5625 1.6072-124.25c.63709-.98436 19.23178-1.24675 87.5-1.23469 47.68004.008 87.18776.34593 87.79493.75.76529.50931 2.07325 37.70117 4.26357 121.23469 3.5965 137.16189 3.67401 139 5.86123 139 .84816 0 53.3106-17.56056 116.58321-39.02347 63.2726-21.46291 115.34958-38.67541 115.72663-38.25 1.27822 1.44219 53.1745 170.39371 52.53554 171.03267-.34901.34901-53.15524 18.43347-117.34717 40.18769-88.30357 29.92548-116.78951 39.96068-117.02855 41.22754-.17651.93542 30.19001 46.31568 68.80279 102.8201 38.0153 55.63011 68.97925 101.56053 68.80877 102.06759-.39157 1.16463-142.63129 105.93788-143.82081 105.93788-.48298 0-18.53042-24.6375-40.10542-54.75z" fill="#fff"/></g></svg>

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

View File

@ -1,119 +0,0 @@
/* jQuery */
import $ from 'jquery';
/* Annotations */
import annotator from 'annotator';
import ClipboardJS from 'clipboard';
import 'mathjax/es5/tex-svg';
/* Fonts */
import 'material-design-icons-iconfont/dist/material-design-icons.css';
import 'lato-font/css/lato-font.css';
import './global.scss';
/* Shortcuts */
import './js/shortcuts/entry';
import './js/shortcuts/main';
/* Hightlight */
import './js/highlight';
import { savePercent, retrievePercent } from './js/tools';
/* ==========================================================================
Annotations & Remember position
========================================================================== */
$(document).ready(() => {
if ($('article').length) {
const app = new annotator.App();
app.include(annotator.ui.main, {
element: document.querySelector('article'),
});
const authorization = {
permits() { return true; },
};
app.registry.registerUtility(authorization, 'authorizationPolicy');
const x = JSON.parse($('#annotationroutes').html());
app.include(annotator.storage.http, $.extend({}, x, {
onError(msg, xhr) {
if (!Object.prototype.hasOwnProperty.call(xhr, 'responseJSON')) {
annotator.notification.banner('An error occurred', 'error');
return;
}
$.each(xhr.responseJSON.children, (k, v) => {
if (v.errors) {
$.each(v.errors, (n, errorText) => {
annotator.notification.banner(errorText, 'error');
});
}
});
},
}));
app.start().then(() => {
app.annotations.load({ entry: x.entryId });
});
$(window).scroll(() => {
const scrollTop = $(window).scrollTop();
const docHeight = $(document).height();
const scrollPercent = (scrollTop) / (docHeight);
const scrollPercentRounded = Math.round(scrollPercent * 100) / 100;
savePercent(x.entryId, scrollPercentRounded);
});
retrievePercent(x.entryId);
$(window).resize(() => {
retrievePercent(x.entryId, true);
});
}
document.querySelectorAll('[data-handler=tag-rename]').forEach((item) => {
const current = item;
current.wallabag_edit_mode = false;
current.onclick = (event) => {
const target = event.currentTarget;
if (target.wallabag_edit_mode === false) {
$(target.parentNode.querySelector('[data-handle=tag-link]')).addClass('hidden');
$(target.parentNode.querySelector('[data-handle=tag-rename-form]')).removeClass('hidden');
target.parentNode.querySelector('[data-handle=tag-rename-form] input').focus();
target.querySelector('.material-icons').innerHTML = 'done';
target.wallabag_edit_mode = true;
} else {
target.parentNode.querySelector('[data-handle=tag-rename-form]').submit();
}
};
});
// mimic radio button because emailTwoFactor is a boolean
$('#update_user_googleTwoFactor').on('change', () => {
$('#update_user_emailTwoFactor').prop('checked', false);
});
$('#update_user_emailTwoFactor').on('change', () => {
$('#update_user_googleTwoFactor').prop('checked', false);
});
// same mimic for super admin
$('#user_googleTwoFactor').on('change', () => {
$('#user_emailTwoFactor').prop('checked', false);
});
$('#user_emailTwoFactor').on('change', () => {
$('#user_googleTwoFactor').prop('checked', false);
});
// handle copy to clipboard for developer stuff
const clipboard = new ClipboardJS('.btn');
clipboard.on('success', (e) => {
e.clearSelection();
});
});

View File

@ -1,4 +0,0 @@
top['bookmarklet-url@wallabag.org'] = '<!DOCTYPE html><html><head><title>bag it!</title>'
+ '<link rel="icon" href="tpl/img/favicon.ico" />'
+ '</head><body><script>window.onload=function(){window.setTimeout'
+ '(function(){history.back();},250);};</script></body></html>';

View File

@ -1,15 +0,0 @@
import Mousetrap from 'mousetrap';
/* Shortcuts */
/* Go to */
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
Mousetrap.bind('g s', () => { window.location.href = Routing.generate('starred'); });
Mousetrap.bind('g r', () => { window.location.href = Routing.generate('archive'); });
Mousetrap.bind('g a', () => { window.location.href = Routing.generate('all'); });
Mousetrap.bind('g t', () => { window.location.href = Routing.generate('tag'); });
Mousetrap.bind('g c', () => { window.location.href = Routing.generate('config'); });
Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); });
Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); });
Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); });
Mousetrap.bind('g l', () => { window.location.href = Routing.generate('fos_user_security_logout'); });

View File

@ -1,36 +0,0 @@
import $ from 'jquery';
import './shortcuts/main';
import './shortcuts/entry';
/* Allows inline call qr-code call */
import jrQrcode from 'jr-qrcode'; // eslint-disable-line
function supportsLocalStorage() {
try {
return 'localStorage' in window && window.localStorage !== null;
} catch (e) {
return false;
}
}
function savePercent(id, percent) {
if (!supportsLocalStorage()) { return false; }
localStorage[`wallabag.article.${id}.percent`] = percent;
return true;
}
function retrievePercent(id, resized) {
if (!supportsLocalStorage()) { return false; }
const bheight = $(document).height();
const percent = localStorage[`wallabag.article.${id}.percent`];
const scroll = bheight * percent;
if (!resized) {
$('html,body').animate({ scrollTop: scroll }, 'fast');
}
return true;
}
export { savePercent, retrievePercent };

View File

@ -1 +0,0 @@
import './share.scss';

View File

@ -1,18 +0,0 @@
@import "variables";
/* Style */
@import "article";
@import "cards";
@import "entries";
@import "filters";
@import "layout";
@import "nav";
@import "sidenav";
@import "various";
@import "dark_theme";
/* Tools */
@import "fonts";
@import "icons";
@import "print";
@import "media_queries";

View File

@ -1,36 +0,0 @@
import $ from 'jquery';
function initFilters() {
// no display if filters not available
if ($('div').is('#filters')) {
$('#button_filters').show();
$('.js-filters-action').sideNav({ edge: 'right' });
$('#clear_form_filters').on('click', () => {
$('#filters input').val('');
$('#filters :checked').removeAttr('checked');
return false;
});
}
}
function initExport() {
// no display if export not available
if ($('div').is('#export')) {
$('#button_export').show();
$('.js-export-action').sideNav({ edge: 'right' });
}
}
function initRandom() {
// no display if export (ie: entries) not available
if ($('div').is('#export')) {
$('#button_random').show();
}
}
export {
initExport,
initFilters,
initRandom,
};

View File

@ -5,9 +5,8 @@ imports:
- { resource: wallabag.yml }
parameters:
# Allows to use the live reload feature for changes in assets
use_webpack_dev_server: false
craue_config.cache_adapter.class: Craue\ConfigBundle\CacheAdapter\SymfonyCacheComponentAdapter
env(DATABASE_URL): '%database_scheme%://%database_user%:%database_password%@%database_host%:%database_port%/%database_name%?unix_socket=%database_socket%&charset=%database_charset%'
framework:
#esi: ~
@ -30,42 +29,58 @@ framework:
handler_id: session.handler.native_file
save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
cookie_secure: auto
cookie_samesite: lax
fragments: ~
http_method_override: true
assets: ~
assets:
base_url: '%domain_name%'
json_manifest_path: '%kernel.project_dir%/web/build/manifest.json'
mailer:
dsn: "%mailer_dsn%"
http_client:
scoped_clients:
download_images.client:
scope: '.*'
pocket.client:
scope: '.*'
headers:
Content-Type: 'application/json'
X-Accept: 'application/json'
request_html_function.client:
scope: '.*'
browser.client:
scope: '.*'
verify_host: false
verify_peer: false
# Twig Configuration
twig:
default_path: '%kernel.project_dir%/templates'
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form_themes:
- "@LexikFormFilter/Form/form_div_layout.html.twig"
- "@SpiriitFormFilter/Form/form_div_layout.html.twig"
globals:
registration_enabled: '%fosuser_registration%'
# Doctrine Configuration
doctrine:
dbal:
driver: "%database_driver%"
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: "%database_charset%"
path: "%database_path%"
unix_socket: "%database_socket%"
url: '%env(resolve:DATABASE_URL)%'
types:
json_array: Wallabag\CoreBundle\Doctrine\JsonArrayType
json_array: Wallabag\Doctrine\JsonArrayType
orm:
auto_generate_proxy_classes: "%kernel.debug%"
entity_managers:
default:
auto_mapping: true
mappings:
Wallabag:
type: annotation
is_bundle: false
dir: '%kernel.project_dir%/src/Entity'
prefix: 'Wallabag\Entity'
alias: Wallabag
stof_doctrine_extensions:
default_locale: "%locale%"
@ -77,13 +92,15 @@ stof_doctrine_extensions:
doctrine_migrations:
migrations_paths:
'Application\Migrations': "%kernel.project_dir%/app/DoctrineMigrations"
'Application\Migrations': '%kernel.project_dir%/migrations'
storage:
table_storage:
table_name: 'migration_versions'
version_column_name: 'version'
version_column_length: 192
executed_at_column_name: 'executed_at'
services:
Doctrine\Migrations\Version\MigrationFactory: Wallabag\Doctrine\MigrationFactoryDecorator
fos_rest:
param_fetcher_listener: true
@ -97,8 +114,6 @@ fos_rest:
- 'application/pdf'
epub:
- 'application/epub+zip'
mobi:
- 'application/x-mobipocket-ebook'
view_response_listener: 'force'
formats:
xml: true
@ -107,18 +122,20 @@ fos_rest:
csv: true
pdf: true
epub: true
mobi: true
failed_validation: HTTP_BAD_REQUEST
routing_loader: false
format_listener:
enabled: true
rules:
- { path: "^/api/entries/([0-9]+)/export.(.*)", priorities: ['epub', 'mobi', 'pdf', 'txt', 'csv'], fallback_format: json, prefer_extension: false }
- { path: "^/api/entries/([0-9]+)/export.(.*)", priorities: ['epub', 'pdf', 'txt', 'csv'], fallback_format: json, prefer_extension: false }
- { path: "^/api", priorities: ['json', 'xml'], fallback_format: json, prefer_extension: false }
- { path: "^/annotations", priorities: ['json', 'xml'], fallback_format: json, prefer_extension: false }
# for an unknown reason, EACH REQUEST goes to FOS\RestBundle\EventListener\FormatListener
# so we need to add custom rule for custom api export but also for all other routes of the application...
- { path: '^/', priorities: ['text/html', '*/*'], fallback_format: html, prefer_extension: false }
exception:
messages:
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: true
nelmio_api_doc:
areas:
@ -171,7 +188,7 @@ nelmio_cors:
fos_user:
db_driver: orm
firewall_name: secured_area
user_class: Wallabag\UserBundle\Entity\User
user_class: Wallabag\Entity\User
registration:
confirmation:
enabled: "%fosuser_confirmation%"
@ -179,14 +196,14 @@ fos_user:
address: "%from_email%"
sender_name: wallabag
service:
mailer: Wallabag\UserBundle\Mailer\UserMailer
mailer: Wallabag\Mailer\UserMailer
fos_oauth_server:
db_driver: orm
client_class: Wallabag\ApiBundle\Entity\Client
access_token_class: Wallabag\ApiBundle\Entity\AccessToken
refresh_token_class: Wallabag\ApiBundle\Entity\RefreshToken
auth_code_class: Wallabag\ApiBundle\Entity\AuthCode
client_class: Wallabag\Entity\Api\Client
access_token_class: Wallabag\Entity\Api\AccessToken
refresh_token_class: Wallabag\Entity\Api\RefreshToken
auth_code_class: Wallabag\Entity\Api\AuthCode
service:
user_provider: fos_user.user_provider.username_email
options:
@ -205,16 +222,16 @@ scheb_two_factor:
google:
enabled: true
issuer: "%server_name%"
template: "@WallabagUser/Authentication/form.html.twig"
template: "Authentication/form.html.twig"
email:
enabled: true
sender_email: "%twofactor_sender%"
digits: 6
template: "@WallabagUser/Authentication/form.html.twig"
mailer: Wallabag\UserBundle\Mailer\AuthCodeMailer
template: "Authentication/form.html.twig"
mailer: Wallabag\Mailer\AuthCodeMailer
kphoen_rulerz:
rulerz:
targets:
doctrine: true
@ -293,11 +310,6 @@ old_sound_rabbit_mq:
exchange_options:
name: 'wallabag.import.pocket_html'
type: topic
import_pocket_csv:
connection: default
exchange_options:
name: 'wallabag.import.pocket_csv'
type: topic
consumers:
import_pocket:
connection: default
@ -306,7 +318,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.pocket'
callback: wallabag_import.consumer.amqp.pocket
callback: wallabag.consumer.amqp.pocket
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_readability:
connection: default
@ -315,7 +327,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.readability'
callback: wallabag_import.consumer.amqp.readability
callback: wallabag.consumer.amqp.readability
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_instapaper:
connection: default
@ -324,7 +336,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.instapaper'
callback: wallabag_import.consumer.amqp.instapaper
callback: wallabag.consumer.amqp.instapaper
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_pinboard:
connection: default
@ -333,7 +345,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.pinboard'
callback: wallabag_import.consumer.amqp.pinboard
callback: wallabag.consumer.amqp.pinboard
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_delicious:
connection: default
@ -342,7 +354,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.delicious'
callback: wallabag_import.consumer.amqp.delicious
callback: wallabag.consumer.amqp.delicious
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_wallabag_v1:
connection: default
@ -351,7 +363,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.wallabag_v1'
callback: wallabag_import.consumer.amqp.wallabag_v1
callback: wallabag.consumer.amqp.wallabag_v1
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_wallabag_v2:
connection: default
@ -360,7 +372,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.wallabag_v2'
callback: wallabag_import.consumer.amqp.wallabag_v2
callback: wallabag.consumer.amqp.wallabag_v2
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_elcurator:
connection: default
@ -369,7 +381,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.elcurator'
callback: wallabag_import.consumer.amqp.elcurator
callback: wallabag.consumer.amqp.elcurator
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_omnivore:
connection: default
@ -378,7 +390,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.omnivore'
callback: wallabag_import.consumer.amqp.omnivore
callback: wallabag.consumer.amqp.omnivore
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_firefox:
connection: default
@ -387,7 +399,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.firefox'
callback: wallabag_import.consumer.amqp.firefox
callback: wallabag.consumer.amqp.firefox
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_chrome:
connection: default
@ -396,7 +408,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.chrome'
callback: wallabag_import.consumer.amqp.chrome
callback: wallabag.consumer.amqp.chrome
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_shaarli:
connection: default
@ -405,7 +417,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.shaarli'
callback: wallabag_import.consumer.amqp.shaarli
callback: wallabag.consumer.amqp.shaarli
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_pocket_html:
connection: default
@ -414,16 +426,7 @@ old_sound_rabbit_mq:
type: topic
queue_options:
name: 'wallabag.import.pocket_html'
callback: wallabag_import.consumer.amqp.pocket_html
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
import_pocket_csv:
connection: default
exchange_options:
name: 'wallabag.import.pocket_csv'
type: topic
queue_options:
name: 'wallabag.import.pocket_csv'
callback: wallabag_import.consumer.amqp.pocket_csv
callback: wallabag.consumer.amqp.pocket_html
qos_options: {prefetch_count: "%rabbitmq_prefetch_count%"}
fos_js_routing:
@ -452,28 +455,15 @@ sensio_framework_extra:
router:
annotations: false
httplug:
clients:
wallabag_core:
factory: Wallabag\CoreBundle\Helper\HttpClientFactory
config:
defaults:
timeout: 10
plugins: ['httplug.plugin.logger']
wallabag_core.entry.download_images:
factory: 'httplug.factory.auto'
plugins: ['httplug.plugin.logger']
wallabag_import.pocket.client:
factory: 'httplug.factory.auto'
plugins:
- 'httplug.plugin.logger'
- header_defaults:
headers:
'content-type': 'application/json'
'X-Accept': 'application/json'
discovery:
client: false
# define custom entity so we can override length attribute to fix utf8mb4 issue
craue_config:
entity_name: Wallabag\CoreBundle\Entity\InternalSetting
entity_name: Wallabag\Entity\InternalSetting
when@dev:
maker:
root_namespace: 'Wallabag'
webpack_encore:
output_path: '%kernel.project_dir%/web/build'
script_attributes:
defer: true

View File

@ -1,10 +1,6 @@
imports:
- { resource: config.yml }
framework:
assets:
# json_manifest_path: '%kernel.project_dir%/web/bundles/wallabagcore/manifest.json'
#doctrine:
# orm:
# metadata_cache_driver: apc

View File

@ -3,6 +3,10 @@ imports:
- { resource: parameters_test.yml }
- { resource: services_test.yml }
parameters:
fosuser_registration: true
wallabag_dbname_suffix: '_test'
framework:
test: ~
session:
@ -20,14 +24,8 @@ web_profiler:
doctrine:
dbal:
driver: "%test_database_driver%"
host: "%test_database_host%"
port: "%test_database_port%"
dbname: "%test_database_name%"
user: "%test_database_user%"
password: "%test_database_password%"
charset: "%test_database_charset%"
path: "%env(TEST_DATABASE_PATH)%"
dbname_suffix: '%wallabag_dbname_suffix%' # for MySQL and PostgreSQL
use_savepoints: true
orm:
metadata_cache_driver:
@ -36,3 +34,8 @@ doctrine:
query_cache_driver:
type: service
id: filesystem_cache
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true

View File

@ -1,7 +1,7 @@
# This file is a "template" of what your parameters.yml file should look like
parameters:
# Uncomment these settings or manually update your parameters.yml
# to use docker-compose
# to use Docker Compose
#
# database_driver: %env.database_driver%
# database_host: %env.database_host%
@ -37,7 +37,7 @@ parameters:
twofactor_sender: no-reply@wallabag.org
# fosuser stuff
fosuser_registration: true
fosuser_registration: false
fosuser_confirmation: true
# how long the access token should live in seconds for the API

View File

@ -5,5 +5,5 @@ parameters:
opera: https://addons.opera.com/en/extensions/details/wallabagger/?display=en
f_droid: https://f-droid.org/app/fr.gaulupeau.apps.InThePoche
google_play: https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche
ios: https://itunes.apple.com/app/wallabag-2/id1170800946?mt=8
ios: https://apps.apple.com/app/wallabag-2/id1170800946?mt=8
windows: https://www.microsoft.com/store/apps/wallabag/9nblggh11646

View File

@ -1,10 +1,2 @@
parameters:
test_database_driver: pdo_sqlite
test_database_host: 127.0.0.1
test_database_port: null
test_database_name: null
test_database_user: null
test_database_password: null
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
test_database_charset: utf8
database_path: "%kernel.project_dir%/data/db/wallabag%wallabag_dbname_suffix%.sqlite"

View File

@ -1,35 +1,20 @@
wallabag_annotation:
resource: "@WallabagAnnotationBundle/Controller/"
type: annotation
prefix: /
wallabag_import:
resource: "@WallabagImportBundle/Controller/"
type: annotation
prefix: /import
wallabag_user:
resource: "@WallabagUserBundle/Controller/"
type: annotation
prefix: /users
wallabag_api:
resource: "@WallabagApiBundle/Controller/"
type: annotation
prefix: /
app:
resource: "@WallabagCoreBundle/Controller/"
resource: ../../src/Controller/
type: annotation
doc-api:
resource: "@NelmioApiDocBundle/Resources/config/routing/swaggerui.xml"
resource: "@NelmioApiDocBundle/config/routing/swaggerui.xml"
prefix: /api/doc
doc-api-json:
path: /api/doc.json
methods: GET
defaults: { _controller: nelmio_api_doc.controller.swagger }
homepage:
path: "/{page}"
defaults:
_controller: 'Wallabag\CoreBundle\Controller\EntryController::showUnreadAction'
_controller: 'Wallabag\Controller\EntryController::showUnreadAction'
page : 1
requirements:
page: \d+

View File

@ -7,7 +7,7 @@ _profiler:
prefix: /_profiler
_errors:
resource: '@TwigBundle/Resources/config/routing/errors.xml'
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
prefix: /_error
_main:

View File

@ -9,7 +9,7 @@ security:
providers:
administrators:
entity:
class: 'Wallabag\UserBundle\Entity\User'
class: 'Wallabag\Entity\User'
property: username
fos_userbundle:
id: fos_user.user_provider.username_email
@ -76,6 +76,4 @@ security:
- { path: ^/settings, roles: ROLE_SUPER_ADMIN }
- { path: ^/annotations, roles: ROLE_USER }
- { path: ^/2fa, role: IS_AUTHENTICATED_2FA_IN_PROGRESS }
- { path: ^/users, roles: ROLE_SUPER_ADMIN }
- { path: ^/ignore-origin-instance-rules, roles: ROLE_SUPER_ADMIN }
- { path: ^/, roles: ROLE_USER }

View File

@ -4,7 +4,7 @@ imports:
- { resource: parameters_addons.yml }
parameters:
lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
spiriit_form_filter.get_filter.doctrine_orm.class: Wallabag\Event\Subscriber\CustomDoctrineORMSubscriber
services:
_defaults:
@ -17,12 +17,11 @@ services:
$defaultLocale: '%kernel.default_locale%'
$wallabagUrl: '%domain_name%'
$tablePrefix: "%database_table_prefix%"
$encryptionKeyPath: "%wallabag_core.site_credentials.encryption_key_path%"
$fetchingErrorMessageTitle: "%wallabag_core.fetching_error_message_title%"
$fetchingErrorMessage: '%wallabag_core.fetching_error_message%'
$languages: '%wallabag_core.languages%'
$lifeTime: '%wallabag_core.cache_lifetime%'
$cookieFile: "%kernel.cache_dir%/cookiejar.json"
$encryptionKeyPath: "%wallabag.site_credentials.encryption_key_path%"
$fetchingErrorMessageTitle: "%wallabag.fetching_error_message_title%"
$fetchingErrorMessage: '%wallabag.fetching_error_message%'
$languages: '%wallabag.languages%'
$lifeTime: '%wallabag.cache_lifetime%'
$logoPath: 'web/img/appicon/apple-touch-icon-152.png'
$registrationEnabled: '%fosuser_registration%'
$restrictedAccess: '@=service(''craue_config'').get(''restricted_access'')'
@ -30,119 +29,87 @@ services:
$senderName: "%scheb_two_factor.email.sender_name%"
$storeArticleHeaders: '@=service(''craue_config'').get(''store_article_headers'')'
$supportUrl: '@=service(''craue_config'').get(''wallabag_support_url'')'
$fonts: '%wallabag.fonts%'
$defaultIgnoreOriginInstanceRules: '%wallabag.default_ignore_origin_instance_rules%'
Wallabag\AnnotationBundle\:
resource: '../../src/Wallabag/AnnotationBundle/*'
exclude: '../../src/Wallabag/AnnotationBundle/{Controller,Entity,DataFixtures}'
Wallabag\ApiBundle\:
resource: '../../src/Wallabag/ApiBundle/*'
exclude: '../../src/Wallabag/ApiBundle/{Controller,Entity}'
Wallabag\CoreBundle\:
resource: '../../src/Wallabag/CoreBundle/*'
exclude: ['../../src/Wallabag/CoreBundle/{Controller,Entity,DataFixtures}', '../../src/Wallabag/CoreBundle/Event/*Event.php']
Wallabag\:
resource: '../../src/*'
exclude: ['../../src/{Consumer,Controller,Entity,DataFixtures,Redis}', '../../src/Event/*Event.php']
# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class
Wallabag\AnnotationBundle\Controller\:
resource: '../../src/Wallabag/AnnotationBundle/Controller/'
tags: ['controller.service_arguments']
Wallabag\ApiBundle\Controller\:
resource: '../../src/Wallabag/ApiBundle/Controller/'
tags: ['controller.service_arguments']
Wallabag\CoreBundle\Controller\:
resource: '../../src/Wallabag/CoreBundle/Controller/'
tags: ['controller.service_arguments']
Wallabag\ImportBundle\Controller\:
resource: '../../src/Wallabag/ImportBundle/Controller/'
tags: ['controller.service_arguments']
Wallabag\UserBundle\Controller\:
resource: '../../src/Wallabag/UserBundle/Controller/'
Wallabag\Controller\:
resource: '../../src/Controller/'
tags: ['controller.service_arguments']
# inject alias service into controllers
Wallabag\ImportBundle\Controller\ChromeController:
Wallabag\Controller\Import\ChromeController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_chrome_producer'
$redisProducer: '@wallabag_import.producer.redis.chrome'
$redisProducer: '@wallabag.producer.redis.chrome'
Wallabag\ImportBundle\Controller\DeliciousController:
Wallabag\Controller\Import\DeliciousController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_delicious_producer'
$redisProducer: '@wallabag_import.producer.redis.delicious'
$redisProducer: '@wallabag.producer.redis.delicious'
Wallabag\ImportBundle\Controller\ElcuratorController:
Wallabag\Controller\Import\ElcuratorController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_elcurator_producer'
$redisProducer: '@wallabag_import.producer.redis.elcurator'
$redisProducer: '@wallabag.producer.redis.elcurator'
Wallabag\ImportBundle\Controller\OmnivoreController:
Wallabag\Controller\Import\OmnivoreController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_omnivore_producer'
$redisProducer: '@wallabag_import.producer.redis.omnivore'
$redisProducer: '@wallabag.producer.redis.omnivore'
Wallabag\ImportBundle\Controller\FirefoxController:
Wallabag\Controller\Import\FirefoxController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_firefox_producer'
$redisProducer: '@wallabag_import.producer.redis.firefox'
$redisProducer: '@wallabag.producer.redis.firefox'
Wallabag\ImportBundle\Controller\InstapaperController:
Wallabag\Controller\Import\InstapaperController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_instapaper_producer'
$redisProducer: '@wallabag_import.producer.redis.instapaper'
$redisProducer: '@wallabag.producer.redis.instapaper'
Wallabag\ImportBundle\Controller\PinboardController:
Wallabag\Controller\Import\PinboardController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_pinboard_producer'
$redisProducer: '@wallabag_import.producer.redis.pinboard'
$redisProducer: '@wallabag.producer.redis.pinboard'
Wallabag\ImportBundle\Controller\PocketController:
Wallabag\Controller\Import\PocketController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_pocket_producer'
$redisProducer: '@wallabag_import.producer.redis.pocket'
$redisProducer: '@wallabag.producer.redis.pocket'
Wallabag\ImportBundle\Controller\ReadabilityController:
Wallabag\Controller\Import\ReadabilityController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_readability_producer'
$redisProducer: '@wallabag_import.producer.redis.readability'
$redisProducer: '@wallabag.producer.redis.readability'
Wallabag\ImportBundle\Controller\WallabagV1Controller:
Wallabag\Controller\Import\WallabagV1Controller:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_wallabag_v1_producer'
$redisProducer: '@wallabag_import.producer.redis.wallabag_v1'
$redisProducer: '@wallabag.producer.redis.wallabag_v1'
Wallabag\ImportBundle\Controller\WallabagV2Controller:
Wallabag\Controller\Import\WallabagV2Controller:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_wallabag_v2_producer'
$redisProducer: '@wallabag_import.producer.redis.wallabag_v2'
$redisProducer: '@wallabag.producer.redis.wallabag_v2'
Wallabag\ImportBundle\Controller\ShaarliController:
Wallabag\Controller\Import\ShaarliController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_shaarli_producer'
$redisProducer: '@wallabag_import.producer.redis.shaarli'
$redisProducer: '@wallabag.producer.redis.shaarli'
Wallabag\ImportBundle\Controller\PocketHtmlController:
Wallabag\Controller\Import\PocketHtmlController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_pocket_html_producer'
$redisProducer: '@wallabag_import.producer.redis.pocket_html'
$redisProducer: '@wallabag.producer.redis.pocket_html'
Wallabag\ImportBundle\Controller\PocketCsvController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_pocket_csv_producer'
$redisProducer: '@wallabag_import.producer.redis.pocket_csv'
Wallabag\ImportBundle\:
resource: '../../src/Wallabag/ImportBundle/*'
exclude: '../../src/Wallabag/ImportBundle/{Consumer,Controller,Redis}'
Wallabag\UserBundle\:
resource: '../../src/Wallabag/UserBundle/*'
exclude: '../../src/Wallabag/UserBundle/{Controller,Entity,DataFixtures}'
Wallabag\Doctrine\MigrationFactoryDecorator:
decorates: doctrine.migrations.migrations_factory
Doctrine\DBAL\Connection:
alias: doctrine.dbal.default_connection
@ -150,6 +117,9 @@ services:
Doctrine\ORM\EntityManagerInterface:
alias: doctrine.orm.entity_manager
Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration:
alias: doctrine.migrations.storage.table_storage
Doctrine\Persistence\ManagerRegistry:
alias: doctrine
@ -159,8 +129,8 @@ services:
JMS\Serializer\SerializerInterface:
alias: jms_serializer
Lexik\Bundle\FormFilterBundle\Filter\FilterBuilderUpdaterInterface:
alias: lexik_form_filter.query_builder_updater
Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdaterInterface:
alias: spiriit_form_filter.query_builder_updater
Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface:
alias: scheb_two_factor.security.google_authenticator
@ -192,7 +162,10 @@ services:
MatomoTwigExtension\MatomoTwigExtension:
public: false
Wallabag\CoreBundle\Event\Listener\UserLocaleListener:
ScssPhp\ScssPhp\Compiler:
public: false
Wallabag\Event\Listener\UserLocaleListener:
tags:
- { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin }
@ -204,19 +177,31 @@ services:
$defaultLifetime: 0
$directory: '%kernel.cache_dir%'
Wallabag\CoreBundle\ParamConverter\UsernameFeedTokenConverter:
Wallabag\ParamConverter\UsernameFeedTokenConverter:
tags:
- { name: request.param_converter, converter: username_feed_token_converter }
Wallabag\CoreBundle\Event\Subscriber\TablePrefixSubscriber:
Wallabag\Event\Subscriber\TablePrefixSubscriber:
tags:
- { name: doctrine.event_subscriber }
Wallabag\Event\Subscriber\SchemaAdapterSubscriber:
arguments:
$databaseTablePrefix: "%database_table_prefix%"
tags:
- { name: doctrine.event_subscriber }
psr18.wallabag.client:
class: Symfony\Component\HttpClient\Psr18Client
arguments:
$client: '@Wallabag\HttpClient\WallabagClient'
Graby\Graby:
arguments:
$config:
error_message: '%wallabag_core.fetching_error_message%'
error_message_title: '%wallabag_core.fetching_error_message_title%'
error_message: '%wallabag.fetching_error_message%'
error_message_title: '%wallabag.fetching_error_message_title%'
$client: '@psr18.wallabag.client'
calls:
- [ setLogger, [ "@logger" ] ]
tags:
@ -226,44 +211,38 @@ services:
arguments:
$config: {}
wallabag_core.http_client:
alias: 'httplug.client.wallabag_core'
Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder:
Wallabag\SiteConfig\GrabySiteConfigBuilder:
tags:
- { name: monolog.logger, channel: graby }
# service alias override
bd_guzzle_site_authenticator.site_config_builder:
alias: Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder
Wallabag\SiteConfig\SiteConfigBuilder:
alias: Wallabag\SiteConfig\GrabySiteConfigBuilder
GuzzleHttp\Cookie\CookieJar:
alias: 'Wallabag\CoreBundle\Helper\FileCookieJar'
Wallabag\CoreBundle\Helper\HttpClientFactory:
calls:
- ["addSubscriber", ["@bd_guzzle_site_authenticator.authenticator_subscriber"]]
Symfony\Component\BrowserKit\HttpBrowser:
arguments:
$client: '@browser.client'
RulerZ\RulerZ:
alias: rulerz
Wallabag\CoreBundle\Operator\PHP\Matches:
Wallabag\Operator\PHP\Matches:
tags:
- { name: rulerz.operator, target: native, operator: matches }
Wallabag\CoreBundle\Operator\Doctrine\Matches:
Wallabag\Operator\Doctrine\Matches:
tags:
- { name: rulerz.operator, target: doctrine, operator: matches, inline: true }
Wallabag\CoreBundle\Operator\PHP\NotMatches:
Wallabag\Operator\PHP\NotMatches:
tags:
- { name: rulerz.operator, target: native, operator: notmatches }
Wallabag\CoreBundle\Operator\Doctrine\NotMatches:
Wallabag\Operator\Doctrine\NotMatches:
tags:
- { name: rulerz.operator, target: doctrine, operator: notmatches, inline: true }
Wallabag\CoreBundle\Operator\PHP\PatternMatches:
Wallabag\Operator\PHP\PatternMatches:
tags:
- { name: rulerz.operator, target: native, operator: "~" }
@ -276,67 +255,25 @@ services:
path: '%redis_path%'
password: '%redis_password%'
Wallabag\CoreBundle\Event\Subscriber\SQLiteCascadeDeleteSubscriber:
Wallabag\Event\Subscriber\SQLiteCascadeDeleteSubscriber:
tags:
- { name: doctrine.event_subscriber }
Wallabag\CoreBundle\Event\Subscriber\DownloadImagesSubscriber:
Wallabag\Event\Subscriber\DownloadImagesSubscriber:
arguments:
$enabled: '@=service(''craue_config'').get(''download_images_enabled'')'
Wallabag\CoreBundle\Helper\DownloadImages:
Wallabag\Helper\DownloadImages:
arguments:
$baseFolder: "%kernel.project_dir%/web/assets/images"
Wallabag\CoreBundle\Command\CleanDownloadedImagesCommand:
tags:
- { name: console.command, command: 'wallabag:clean-downloaded-images' }
Wallabag\CoreBundle\Command\CleanDuplicatesCommand:
tags:
- { name: console.command, command: 'wallabag:clean-duplicates' }
Wallabag\CoreBundle\Command\ExportCommand:
arguments:
$projectDir: '%kernel.project_dir%'
tags:
- { name: console.command, command: 'wallabag:export' }
Wallabag\CoreBundle\Command\GenerateUrlHashesCommand:
tags:
- { name: console.command, command: 'wallabag:generate-hashed-urls' }
Wallabag\CoreBundle\Command\InstallCommand:
Wallabag\Command\InstallCommand:
arguments:
$databaseDriver: '%database_driver%'
$databaseName: '%database_name%'
$defaultSettings: '%wallabag_core.default_internal_settings%'
$defaultIgnoreOriginInstanceRules: '%wallabag_core.default_ignore_origin_instance_rules%'
$defaultSettings: '%wallabag.default_internal_settings%'
$defaultIgnoreOriginInstanceRules: '%wallabag.default_ignore_origin_instance_rules%'
Wallabag\CoreBundle\Command\ListUserCommand:
tags:
- { name: console.command, command: 'wallabag:user:list' }
Wallabag\CoreBundle\Command\ReloadEntryCommand:
tags:
- { name: console.command, command: 'wallabag:entry:reload' }
Wallabag\CoreBundle\Command\ShowUserCommand:
tags:
- { name: console.command, command: 'wallabag:user:show' }
Wallabag\CoreBundle\Command\TagAllCommand:
tags:
- { name: console.command, command: 'wallabag:tag:all' }
Wallabag\ImportBundle\Command\ImportCommand:
tags:
- { name: console.command, command: 'wallabag:import' }
wallabag_core.entry.download_images.client:
alias: 'httplug.client.wallabag_core.entry.download_images'
Wallabag\UserBundle\Mailer\UserMailer:
Wallabag\Mailer\UserMailer:
arguments:
$parameters:
template:
@ -346,80 +283,73 @@ services:
confirmation: '%fos_user.registration.confirmation.from_email%'
resetting: '%fos_user.resetting.email.from_email%'
Wallabag\UserBundle\EventListener\CreateConfigListener:
Wallabag\Event\Listener\CreateConfigListener:
arguments:
$itemsOnPage: "%wallabag_core.items_on_page%"
$feedLimit: "%wallabag_core.feed_limit%"
$language: "%wallabag_core.language%"
$readingSpeed: "%wallabag_core.reading_speed%"
$actionMarkAsRead: "%wallabag_core.action_mark_as_read%"
$listMode: "%wallabag_core.list_mode%"
$displayThumbnails: "%wallabag_core.display_thumbnails%"
$itemsOnPage: "%wallabag.items_on_page%"
$feedLimit: "%wallabag.feed_limit%"
$language: "%wallabag.language%"
$readingSpeed: "%wallabag.reading_speed%"
$actionMarkAsRead: "%wallabag.action_mark_as_read%"
$listMode: "%wallabag.list_mode%"
$displayThumbnails: "%wallabag.display_thumbnails%"
Wallabag\UserBundle\EventListener\AuthenticationFailureListener:
Wallabag\Event\Listener\AuthenticationFailureListener:
tags:
- { name: kernel.event_listener, event: security.authentication.failure, method: onAuthenticationFailure }
wallabag_import.pocket.client:
alias: 'httplug.client.wallabag_import.pocket.client'
Wallabag\ImportBundle\Import\PocketImport:
Wallabag\Import\PocketImport:
calls:
- [ setClient, [ "@wallabag_import.pocket.client" ] ]
- [ setClient, [ '@Symfony\Contracts\HttpClient\HttpClientInterface $pocketClient' ] ]
tags:
- { name: wallabag_import.import, alias: pocket }
- { name: wallabag.import, alias: pocket }
Wallabag\ImportBundle\Import\WallabagV1Import:
Wallabag\Import\WallabagV1Import:
tags:
- { name: wallabag_import.import, alias: wallabag_v1 }
- { name: wallabag.import, alias: wallabag_v1 }
Wallabag\ImportBundle\Import\WallabagV2Import:
Wallabag\Import\WallabagV2Import:
tags:
- { name: wallabag_import.import, alias: wallabag_v2 }
- { name: wallabag.import, alias: wallabag_v2 }
Wallabag\ImportBundle\Import\ElcuratorImport:
Wallabag\Import\ElcuratorImport:
tags:
- { name: wallabag_import.import, alias: elcurator }
- { name: wallabag.import, alias: elcurator }
Wallabag\ImportBundle\Import\ReadabilityImport:
Wallabag\Import\ReadabilityImport:
tags:
- { name: wallabag_import.import, alias: readability }
- { name: wallabag.import, alias: readability }
Wallabag\ImportBundle\Import\InstapaperImport:
Wallabag\Import\InstapaperImport:
tags:
- { name: wallabag_import.import, alias: instapaper }
- { name: wallabag.import, alias: instapaper }
Wallabag\ImportBundle\Import\PinboardImport:
Wallabag\Import\PinboardImport:
tags:
- { name: wallabag_import.import, alias: pinboard }
- { name: wallabag.import, alias: pinboard }
Wallabag\ImportBundle\Import\DeliciousImport:
Wallabag\Import\DeliciousImport:
tags:
- { name: wallabag_import.import, alias: delicious }
- { name: wallabag.import, alias: delicious }
Wallabag\ImportBundle\Import\OmnivoreImport:
Wallabag\Import\OmnivoreImport:
tags:
- { name: wallabag_import.import, alias: omnivore }
- { name: wallabag.import, alias: omnivore }
Wallabag\ImportBundle\Import\FirefoxImport:
Wallabag\Import\FirefoxImport:
tags:
- { name: wallabag_import.import, alias: firefox }
- { name: wallabag.import, alias: firefox }
Wallabag\ImportBundle\Import\ChromeImport:
Wallabag\Import\ChromeImport:
tags:
- { name: wallabag_import.import, alias: chrome }
- { name: wallabag.import, alias: chrome }
Wallabag\ImportBundle\Import\ShaarliImport:
Wallabag\Import\ShaarliImport:
tags:
- { name: wallabag_import.import, alias: shaarli }
- { name: wallabag.import, alias: shaarli }
Wallabag\ImportBundle\Import\PocketHtmlImport:
Wallabag\Import\PocketHtmlImport:
tags:
- { name: wallabag_import.import, alias: pocket_html }
Wallabag\ImportBundle\Import\PocketCsvImport:
tags:
- { name: wallabag_import.import, alias: pocket_csv }
- { name: wallabag.import, alias: pocket_html }
# to factorize the proximity and bypass translation for prev & next
pagerfanta.view.default_wallabag:

View File

@ -5,7 +5,7 @@ services:
autoconfigure: true
public: true
Wallabag\ImportBundle\Consumer\RabbitMQConsumerTotalProxy:
Wallabag\Consumer\RabbitMQConsumerTotalProxy:
lazy: true
arguments:
$pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer'
@ -18,77 +18,71 @@ services:
$pinboardConsumer: '@old_sound_rabbit_mq.import_pinboard_consumer'
$deliciousConsumer: '@old_sound_rabbit_mq.import_delicious_consumer'
$elcuratorConsumer: '@old_sound_rabbit_mq.import_elcurator_consumer'
$omnivoreConsumer: '@old_sound_rabbit_mq.import_omnivore_consumer'
$shaarliConsumer: '@old_sound_rabbit_mq.import_shaarli_consumer'
$pocketHtmlConsumer: '@old_sound_rabbit_mq.import_pocket_html_consumer'
$pocketCsvConsumer: '@old_sound_rabbit_mq.import_pocket_csv_consumer'
$omnivoreConsumer: '@old_sound_rabbit_mq.import_omnivore_consumer'
wallabag_import.consumer.amqp.pocket:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.pocket:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketImport'
$import: '@Wallabag\Import\PocketImport'
wallabag_import.consumer.amqp.readability:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.readability:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ReadabilityImport'
$import: '@Wallabag\Import\ReadabilityImport'
wallabag_import.consumer.amqp.instapaper:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.instapaper:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\InstapaperImport'
$import: '@Wallabag\Import\InstapaperImport'
wallabag_import.consumer.amqp.pinboard:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.pinboard:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PinboardImport'
$import: '@Wallabag\Import\PinboardImport'
wallabag_import.consumer.amqp.delicious:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.delicious:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\DeliciousImport'
$import: '@Wallabag\Import\DeliciousImport'
wallabag_import.consumer.amqp.omnivore:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.omnivore:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\OmnivoreImport'
$import: '@Wallabag\Import\OmnivoreImport'
wallabag_import.consumer.amqp.wallabag_v1:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.wallabag_v1:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\WallabagV1Import'
$import: '@Wallabag\Import\WallabagV1Import'
wallabag_import.consumer.amqp.wallabag_v2:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.wallabag_v2:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\WallabagV2Import'
$import: '@Wallabag\Import\WallabagV2Import'
wallabag_import.consumer.amqp.elcurator:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.elcurator:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ElcuratorImport'
$import: '@Wallabag\Import\ElcuratorImport'
wallabag_import.consumer.amqp.firefox:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.firefox:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\FirefoxImport'
$import: '@Wallabag\Import\FirefoxImport'
wallabag_import.consumer.amqp.chrome:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.chrome:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ChromeImport'
$import: '@Wallabag\Import\ChromeImport'
wallabag_import.consumer.amqp.shaarli:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.shaarli:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ShaarliImport'
$import: '@Wallabag\Import\ShaarliImport'
wallabag_import.consumer.amqp.pocket_html:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
wallabag.consumer.amqp.pocket_html:
class: Wallabag\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketHtmlImport'
wallabag_import.consumer.amqp.pocket_csv:
class: Wallabag\ImportBundle\Consumer\AMQPEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketCsvImport'
$import: '@Wallabag\Import\PocketHtmlImport'

View File

@ -6,225 +6,209 @@ services:
public: true
# readability
wallabag_import.queue.redis.readability:
wallabag.queue.redis.readability:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.readability"
wallabag_import.producer.redis.readability:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.readability:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.readability"
- "@wallabag.queue.redis.readability"
wallabag_import.consumer.redis.readability:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.readability:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ReadabilityImport'
$import: '@Wallabag\Import\ReadabilityImport'
# instapaper
wallabag_import.queue.redis.instapaper:
wallabag.queue.redis.instapaper:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.instapaper"
wallabag_import.producer.redis.instapaper:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.instapaper:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.instapaper"
- "@wallabag.queue.redis.instapaper"
wallabag_import.consumer.redis.instapaper:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.instapaper:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\InstapaperImport'
$import: '@Wallabag\Import\InstapaperImport'
# pinboard
wallabag_import.queue.redis.pinboard:
wallabag.queue.redis.pinboard:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.pinboard"
wallabag_import.producer.redis.pinboard:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.pinboard:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.pinboard"
- "@wallabag.queue.redis.pinboard"
wallabag_import.consumer.redis.pinboard:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.pinboard:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PinboardImport'
$import: '@Wallabag\Import\PinboardImport'
# delicious
wallabag_import.queue.redis.delicious:
wallabag.queue.redis.delicious:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.delicious"
wallabag_import.producer.redis.delicious:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.delicious:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.delicious"
- "@wallabag.queue.redis.delicious"
wallabag_import.consumer.redis.delicious:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.delicious:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\DeliciousImport'
$import: '@Wallabag\Import\DeliciousImport'
# Omnivore
wallabag_import.queue.redis.omnivore:
wallabag.queue.redis.omnivore:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.omnivore"
wallabag_import.producer.redis.omnivore:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.omnivore:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.omnivore"
- "@wallabag.queue.redis.omnivore"
wallabag_import.consumer.redis.omnivore:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.omnivore:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\OmnivoreImport'
$import: '@Wallabag\Import\OmnivoreImport'
# pocket
wallabag_import.queue.redis.pocket:
wallabag.queue.redis.pocket:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.pocket"
wallabag_import.producer.redis.pocket:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.pocket:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.pocket"
- "@wallabag.queue.redis.pocket"
wallabag_import.consumer.redis.pocket:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.pocket:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketImport'
$import: '@Wallabag\Import\PocketImport'
# wallabag v1
wallabag_import.queue.redis.wallabag_v1:
wallabag.queue.redis.wallabag_v1:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.wallabag_v1"
wallabag_import.producer.redis.wallabag_v1:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.wallabag_v1:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.wallabag_v1"
- "@wallabag.queue.redis.wallabag_v1"
wallabag_import.consumer.redis.wallabag_v1:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.wallabag_v1:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\WallabagV1Import'
$import: '@Wallabag\Import\WallabagV1Import'
# wallabag v2
wallabag_import.queue.redis.wallabag_v2:
wallabag.queue.redis.wallabag_v2:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.wallabag_v2"
wallabag_import.producer.redis.wallabag_v2:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.wallabag_v2:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.wallabag_v2"
- "@wallabag.queue.redis.wallabag_v2"
wallabag_import.consumer.redis.wallabag_v2:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.wallabag_v2:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\WallabagV2Import'
$import: '@Wallabag\Import\WallabagV2Import'
# elcurator
wallabag_import.queue.redis.elcurator:
wallabag.queue.redis.elcurator:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.elcurator"
wallabag_import.producer.redis.elcurator:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.elcurator:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.elcurator"
- "@wallabag.queue.redis.elcurator"
wallabag_import.consumer.redis.elcurator:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.elcurator:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ElcuratorImport'
$import: '@Wallabag\Import\ElcuratorImport'
# firefox
wallabag_import.queue.redis.firefox:
wallabag.queue.redis.firefox:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.firefox"
wallabag_import.producer.redis.firefox:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.firefox:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.firefox"
- "@wallabag.queue.redis.firefox"
wallabag_import.consumer.redis.firefox:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.firefox:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\FirefoxImport'
$import: '@Wallabag\Import\FirefoxImport'
# chrome
wallabag_import.queue.redis.chrome:
wallabag.queue.redis.chrome:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.chrome"
wallabag_import.producer.redis.chrome:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.chrome:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.chrome"
- "@wallabag.queue.redis.chrome"
wallabag_import.consumer.redis.chrome:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.chrome:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ChromeImport'
$import: '@Wallabag\Import\ChromeImport'
# shaarli
wallabag_import.queue.redis.shaarli:
wallabag.queue.redis.shaarli:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.shaarli"
wallabag_import.producer.redis.shaarli:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.shaarli:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.shaarli"
- "@wallabag.queue.redis.shaarli"
wallabag_import.consumer.redis.shaarli:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.shaarli:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\ShaarliImport'
$import: '@Wallabag\Import\ShaarliImport'
# pocket html
wallabag_import.queue.redis.pocket_html:
wallabag.queue.redis.pocket_html:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.pocket_html"
wallabag_import.producer.redis.pocket_html:
class: Wallabag\ImportBundle\Redis\Producer
wallabag.producer.redis.pocket_html:
class: Wallabag\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.pocket_html"
- "@wallabag.queue.redis.pocket_html"
wallabag_import.consumer.redis.pocket_html:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
wallabag.consumer.redis.pocket_html:
class: Wallabag\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketHtmlImport'
# pocket csv
wallabag_import.queue.redis.pocket_csv:
class: Simpleue\Queue\RedisQueue
arguments:
$queueName: "wallabag.import.pocket_csv"
wallabag_import.producer.redis.pocket_csv:
class: Wallabag\ImportBundle\Redis\Producer
arguments:
- "@wallabag_import.queue.redis.pocket_csv"
wallabag_import.consumer.redis.pocket_csv:
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
arguments:
$import: '@Wallabag\ImportBundle\Import\PocketCsvImport'
$import: '@Wallabag\Import\PocketHtmlImport'

View File

@ -1,38 +1,14 @@
services:
# see https://github.com/symfony/symfony/issues/24543
fos_user.user_manager.test:
alias: fos_user.user_manager
public: true
fos_user.security.login_manager.test:
alias: fos_user.security.login_manager
public: true
wallabag_core.entry_repository.test:
alias: Wallabag\CoreBundle\Repository\EntryRepository
public: true
wallabag_user.user_repository.test:
alias: Wallabag\UserBundle\Repository\UserRepository
public: true
filesystem_cache:
class: Doctrine\Common\Cache\FilesystemCache
arguments:
- "%kernel.cache_dir%/doctrine/metadata"
# fixtures
Wallabag\UserBundle\DataFixtures\:
resource: '../../src/Wallabag/UserBundle/DataFixtures/*'
tags: ['doctrine.fixture.orm']
autowire: true
Wallabag\CoreBundle\DataFixtures\:
resource: '../../src/Wallabag/CoreBundle/DataFixtures/*'
tags: ['doctrine.fixture.orm']
autowire: true
Wallabag\AnnotationBundle\DataFixtures\:
resource: '../../src/Wallabag/AnnotationBundle/DataFixtures/*'
Wallabag\DataFixtures\:
bind:
$defaultIgnoreOriginInstanceRules: '%wallabag.default_ignore_origin_instance_rules%'
$defaultInternalSettings: '%wallabag.default_internal_settings%'
resource: '../../fixtures/*'
tags: ['doctrine.fixture.orm']
autowire: true

View File

@ -1,10 +1,2 @@
parameters:
test_database_driver: pdo_mysql
test_database_host: 127.0.0.1
test_database_port: 3306
test_database_name: wallabag_test
test_database_user: root
test_database_password: root
test_database_path: ~
env(TEST_DATABASE_PATH): ~
test_database_charset: utf8mb4
env(DATABASE_URL): mysql://root:root@127.0.0.1:3306/wallabag?charset=utf8mb4

View File

@ -1,10 +1,2 @@
parameters:
test_database_driver: pdo_pgsql
test_database_host: localhost
test_database_port:
test_database_name: wallabag_test
test_database_user: wallabag
test_database_password: wallabagrocks
test_database_path: ~
env(TEST_DATABASE_PATH): ~
test_database_charset: utf8
env(DATABASE_URL): postgres://wallabag:wallabagrocks@localhost/wallabag?charset=utf8

View File

@ -1,12 +1,2 @@
parameters:
test_database_driver: pdo_sqlite
test_database_host: localhost
test_database_port:
test_database_name: ~
test_database_user: ~
test_database_password: ~
# Using an environnement variable in order to avoid the error "attempt to write a readonly database"
# when the schema is dropped then recreate
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
test_database_charset: utf8
env(DATABASE_URL): sqlite:///%kernel.project_dir%/data/db/wallabag%wallabag_dbname_suffix%.sqlite?charset=utf8

View File

@ -1,7 +1,7 @@
wallabag_core:
version: 2.6.14
paypal_url: "https://liberapay.com/wallabag/donate"
languages:
parameters:
wallabag.version: 2.6.10
wallabag.paypal_url: "https://liberapay.com/wallabag/donate"
wallabag.languages:
en: 'English'
fr: 'Français'
de: 'Deutsch'
@ -23,20 +23,21 @@ wallabag_core:
hr: 'Hrvatski'
cs: 'Čeština'
el: 'Ελληνικά'
items_on_page: 12
language: '%locale%'
rss_limit: 50
reading_speed: 200
cache_lifetime: 10
action_mark_as_read: 1
list_mode: 0
display_thumbnails: 1
fetching_error_message_title: 'No title found'
fetching_error_message: |
gl: 'Galego'
wallabag.items_on_page: 12
wallabag.language: '%locale%'
wallabag.feed_limit: 50
wallabag.reading_speed: 200
wallabag.cache_lifetime: 10
wallabag.action_mark_as_read: 1
wallabag.list_mode: 0
wallabag.display_thumbnails: 1
wallabag.fetching_error_message_title: 'No title found'
wallabag.fetching_error_message: |
wallabag can't retrieve contents for this article. Please <a href="https://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
api_limit_mass_actions: 10
encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
default_internal_settings:
wallabag.api_limit_mass_actions: 10
wallabag.site_credentials.encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
wallabag.default_internal_settings:
-
name: share_public
value: 1
@ -65,6 +66,14 @@ wallabag_core:
name: shaarli_url
value: https://myshaarli.com
section: entry
-
name: share_linkding
value: 1
section: entry
-
name: linkding_url
value: https://linkding.example.com
section: entry
-
name: share_mail
value: 1
@ -85,10 +94,6 @@ wallabag_core:
name: export_epub
value: 1
section: export
-
name: export_mobi
value: 0
section: export
-
name: export_pdf
value: 1
@ -109,6 +114,10 @@ wallabag_core:
name: export_xml
value: 1
section: export
-
name: export_md
value: 1
section: export
-
name: import_with_redis
value: 0
@ -129,21 +138,13 @@ wallabag_core:
name: matomo_site_id
value: 1
section: analytics
-
name: demo_mode_enabled
value: 0
section: misc
-
name: demo_mode_username
value: wallabag
section: misc
-
name: download_images_enabled
value: 0
section: misc
-
name: wallabag_support_url
value: https://www.wallabag.org/pages/support.html
value: https://github.com/wallabag/wallabag/issues/new/choose
section: misc
-
name: api_user_registration
@ -158,20 +159,21 @@ wallabag_core:
value: 0
section: entry
default_ignore_origin_instance_rules:
wallabag.default_ignore_origin_instance_rules:
-
rule: host = "feedproxy.google.com"
-
rule: host = "feeds.reuters.com"
-
rule: _all ~ "https?://www\.lemonde\.fr/tiny.*"
wallabag_import:
allow_mimetypes:
- 'application/octet-stream'
- 'application/json'
- 'text/plain'
- 'text/csv'
- 'text/html'
- 'application/vnd.ms-excel'
resource_dir: "%kernel.project_dir%/web/uploads/import"
wallabag.fonts:
- 'Sans-serif'
- 'Serif'
- 'Atkinson Hyperlegible'
- 'EB Garamond'
- 'Lato'
- 'Montserrat'
- 'OpenDyslexicRegular'
- 'Oswald'
wallabag.allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv', 'text/html']
wallabag.resource_dir: "%kernel.project_dir%/web/uploads/import"

View File

@ -1,37 +0,0 @@
const path = require('path');
const webpack = require('webpack');
const StyleLintPlugin = require('stylelint-webpack-plugin');
const projectDir = path.resolve(__dirname, '../../../');
module.exports = {
entry: {
material: path.join(projectDir, './app/Resources/static/themes/material/index.js'),
public: path.join(projectDir, './app/Resources/static/themes/_global/share.js'),
},
output: {
filename: '[name].js',
path: path.resolve(projectDir, 'web/wallassets'),
publicPath: '',
},
plugins: [
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'window.$': 'jquery',
'window.jQuery': 'jquery',
}),
new StyleLintPlugin({
configFile: 'stylelint.config.js',
failOnError: false,
quiet: false,
context: 'app/Resources/static/themes',
files: '**/*.scss',
}),
],
resolve: {
alias: {
jquery: path.join(projectDir, 'node_modules/jquery/dist/jquery.js'),
},
},
};

View File

@ -1,58 +0,0 @@
const { merge } = require('webpack-merge');
const ESLintPlugin = require('eslint-webpack-plugin');
const commonConfig = require('./common');
module.exports = merge(commonConfig, {
devtool: 'eval-source-map',
output: {
filename: '[name].dev.js',
},
mode: 'development',
devServer: {
static: {
directory: './web',
},
},
plugins: [
new ESLintPlugin(),
],
module: {
rules: [
{
test: /\.js$/,
exclude: /(node_modules)/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
},
},
},
{
test: /\.(s)?css$/,
use: [
'style-loader',
{
loader: 'css-loader',
options: {
importLoaders: 1,
},
},
{
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: ['autoprefixer'],
},
},
},
'sass-loader',
],
},
{
test: /\.(jpg|png|gif|svg|ico|eot|ttf|woff|woff2)$/,
type: 'asset/inline',
},
],
},
});

View File

@ -1,101 +0,0 @@
const webpack = require('webpack');
const { merge } = require('webpack-merge');
const ESLintPlugin = require('eslint-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const { WebpackManifestPlugin } = require('webpack-manifest-plugin');
const TerserPlugin = require('terser-webpack-plugin');
const commonConfig = require('./common');
module.exports = merge(commonConfig, {
output: {
filename: '[name].js',
},
mode: 'production',
devtool: 'source-map',
optimization: {
minimize: true,
minimizer: [
new TerserPlugin({
parallel: true,
terserOptions: {
output: {
comments: false,
},
},
extractComments: false,
}),
],
},
plugins: [
new ESLintPlugin(),
new MiniCssExtractPlugin(),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production'),
},
}),
new WebpackManifestPlugin({
fileName: 'manifest.json',
sort: (file1, file2) => file1.path.localeCompare(file2.path),
}),
],
module: {
rules: [
{
test: /\.js$/,
exclude: /(node_modules)/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env'],
},
},
},
{
test: /\.(sa|sc|c)ss$/,
use: [
MiniCssExtractPlugin.loader,
{
loader: 'css-loader',
options: {
importLoaders: 1,
},
},
{
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: ['autoprefixer'],
},
},
},
'sass-loader',
],
},
{
test: /\.(jpg|png|gif|svg|ico)$/,
include: /node_modules/,
type: 'asset/resource',
generator: {
filename: 'img/[name][ext]',
},
},
{
test: /\.(jpg|png|gif|svg|ico)$/,
exclude: /node_modules/,
type: 'asset/resource',
generator: {
filename: (content) => content.filename.replace('app/Resources/static/', ''),
},
},
{
test: /\.(eot|ttf|woff|woff2)$/,
type: 'asset/resource',
generator: {
filename: 'fonts/[name][ext]',
},
},
],
},
});

View File

Before

Width:  |  Height:  |  Size: 891 B

After

Width:  |  Height:  |  Size: 891 B

View File

@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" height="512" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><circle cx="255.0164" cy="254.9236" fill="#5856e0" r="224.78528" stroke-width="1.18"/><g fill="none" stroke="#fff" stroke-width="31.25"><path d="m1244.39 1293.95v199.64s-.81 67.89 74.9 68.88c75.98.99 74.88-68.88 74.88-68.88v-199.64" transform="matrix(.70710678 .70710678 -.70710678 .70710678 284.139117 -1684.198509)"/><path d="m1244.39 1293.95v199.64s-.81 67.89 74.9 68.88c75.98.99 74.88-68.88 74.88-68.88v-199.64" transform="matrix(-.70957074 -.70463421 .70463421 -.70957074 235.113139 2195.434643)"/></g></svg>

After

Width:  |  Height:  |  Size: 688 B

View File

Before

Width:  |  Height:  |  Size: 995 B

After

Width:  |  Height:  |  Size: 995 B

View File

Before

Width:  |  Height:  |  Size: 1012 B

After

Width:  |  Height:  |  Size: 1012 B

View File

Before

Width:  |  Height:  |  Size: 718 B

After

Width:  |  Height:  |  Size: 718 B

View File

@ -1,24 +1,141 @@
import $ from 'jquery';
/* Materialize imports */
import 'materialize-css/dist/css/materialize.css';
import 'materialize-css/dist/js/materialize';
import '@materializecss/materialize/dist/css/materialize.css';
import '@materializecss/materialize/dist/js/materialize';
/* Global imports */
import '../_global/index';
/* Annotations */
import annotator from 'annotator';
import ClipboardJS from 'clipboard';
import 'mathjax/es5/tex-svg';
/* jrQrcode */
import jrQrcode from 'jr-qrcode';
/* Fonts */
import 'material-design-icons-iconfont/dist/material-design-icons.css';
import 'lato-font/css/lato-font.css';
import 'open-dyslexic/open-dyslexic-regular.css';
import '@fontsource/atkinson-hyperlegible';
import '@fontsource/eb-garamond';
import '@fontsource/montserrat';
import '@fontsource/oswald';
/* Highlight */
import './js/highlight';
/* Tools */
import { initExport, initFilters, initRandom } from './js/tools';
import {
savePercent, retrievePercent, initExport, initFilters, initRandom, initPreviewText,
} from './js/tools';
/* Import shortcuts */
import './js/shortcuts/main';
import './js/shortcuts/entry';
/* Theme style */
import './css/index.scss';
import './scss/index.scss';
const mobileMaxWidth = 993;
/* ==========================================================================
Annotations & Remember position
========================================================================== */
$(document).ready(() => {
if ($('#article').length) {
const app = new annotator.App();
app.include(annotator.ui.main, {
element: document.querySelector('article'),
});
const authorization = {
permits() { return true; },
};
app.registry.registerUtility(authorization, 'authorizationPolicy');
const x = JSON.parse($('#annotationroutes').html());
app.include(annotator.storage.http, $.extend({}, x, {
onError(msg, xhr) {
if (!Object.prototype.hasOwnProperty.call(xhr, 'responseJSON')) {
annotator.notification.banner('An error occurred', 'error');
return;
}
$.each(xhr.responseJSON.children, (k, v) => {
if (v.errors) {
$.each(v.errors, (n, errorText) => {
annotator.notification.banner(errorText, 'error');
});
}
});
},
}));
app.start().then(() => {
app.annotations.load({ entry: x.entryId });
});
$(window).scroll(() => {
const scrollTop = $(window).scrollTop();
const docHeight = $(document).height();
const scrollPercent = (scrollTop) / (docHeight);
const scrollPercentRounded = Math.round(scrollPercent * 100) / 100;
savePercent(x.entryId, scrollPercentRounded);
});
retrievePercent(x.entryId);
$(window).resize(() => {
retrievePercent(x.entryId, true);
});
}
document.querySelectorAll('[data-handler=tag-rename]').forEach((item) => {
const current = item;
current.wallabag_edit_mode = false;
current.onclick = (event) => {
const target = event.currentTarget;
if (target.wallabag_edit_mode === false) {
$(target.parentNode.querySelector('[data-handle=tag-link]')).addClass('hidden');
$(target.parentNode.querySelector('[data-handle=tag-rename-form]')).removeClass('hidden');
target.parentNode.querySelector('[data-handle=tag-rename-form] input').focus();
target.querySelector('.material-icons').innerHTML = 'done';
target.wallabag_edit_mode = true;
} else {
target.parentNode.querySelector('[data-handle=tag-rename-form]').submit();
}
};
});
// mimic radio button because emailTwoFactor is a boolean
$('#update_user_googleTwoFactor').on('change', () => {
$('#update_user_emailTwoFactor').prop('checked', false);
});
$('#update_user_emailTwoFactor').on('change', () => {
$('#update_user_googleTwoFactor').prop('checked', false);
});
// same mimic for super admin
$('#user_googleTwoFactor').on('change', () => {
$('#user_emailTwoFactor').prop('checked', false);
});
$('#user_emailTwoFactor').on('change', () => {
$('#user_googleTwoFactor').prop('checked', false);
});
// handle copy to clipboard for developer stuff
const clipboard = new ClipboardJS('.btn');
clipboard.on('success', (e) => {
e.clearSelection();
});
});
(function darkTheme() {
const rootEl = document.querySelector('html');
const themeDom = {
@ -155,13 +272,14 @@ const articleScroll = () => {
};
$(document).ready(() => {
// sideNav
$('.button-collapse').sideNav();
$('select').material_select();
$('.collapsible').collapsible({
// sidenav
$('.sidenav').sidenav();
$('select').formSelect();
$('.collapsible[data-collapsible="accordion"]').collapsible();
$('.collapsible[data-collapsible="expandable"]').collapsible({
accordion: false,
});
$('.datepicker').pickadate({
$('.datepicker').datepicker({
selectMonths: true,
selectYears: 15,
formatSubmit: 'yyyy-mm-dd',
@ -171,12 +289,21 @@ $(document).ready(() => {
});
$('.dropdown-trigger').dropdown({ hover: false });
$('.dropdown-trigger[data-covertrigger="false"][data-constrainwidth="false"]').dropdown({
hover: false,
coverTrigger: false,
constrainWidth: false,
});
$('.tabs').tabs();
$('.tooltipped').tooltip();
initFilters();
initExport();
initRandom();
stickyNav();
articleScroll();
initPreviewText();
const toggleNav = (toShow, toFocus) => {
$('.nav-panel-actions').hide(100);
@ -188,7 +315,7 @@ $(document).ready(() => {
$('.nav-panel-add-tag').toggle(100);
$('.nav-panel-menu').addClass('hidden');
if (window.innerWidth < mobileMaxWidth) {
$('.side-nav').sideNav('hide');
$('.sidenav').sidenav('close');
}
$('#tag_label').focus();
return false;
@ -199,6 +326,29 @@ $(document).ready(() => {
return false;
});
$('#config_fontsize').on('input', () => {
const value = $('#config_fontsize').val();
const css = `${value}em`;
$('#preview-content').css('font-size', css);
});
$('#config_font').on('change', () => {
const value = $('#config_font').val();
$('#preview-content').css('font-family', value);
});
$('#config_lineHeight').on('input', () => {
const value = $('#config_lineHeight').val();
const css = `${value}em`;
$('#preview-content').css('line-height', css);
});
$('#config_maxWidth').on('input', () => {
const value = $('#config_maxWidth').val();
const css = `${value}em`;
$('#preview-article').css('max-width', css);
});
const materialAddForm = $('.nav-panel-add');
materialAddForm.on('submit', () => {
materialAddForm.addClass('disabled');
@ -228,10 +378,16 @@ $(document).ready(() => {
});
});
}
$('input[name="tags"][form="form_mass_action"]').on('keydown', (e) => {
$('form[name="form_mass_action"] input[name="tags"]').on('keydown', (e) => {
if (e.key === 'Enter') {
e.preventDefault();
$('button[name="tag"][form="form_mass_action"]').trigger('click');
$('form[name="form_mass_action"] button[name="tag"]').trigger('click');
}
});
document.querySelectorAll('img.jr-qrcode').forEach((qrcode) => {
const src = jrQrcode.getQrBase64(qrcode.getAttribute('data-url'));
qrcode.setAttribute('src', src);
});
});

View File

@ -5,22 +5,22 @@ $(document).ready(() => {
if ($('#article').length > 0) {
/* open original article */
Mousetrap.bind('o', () => {
$('ul.side-nav a.original i')[0].click();
$('ul.sidenav a.original i')[0].click();
});
/* mark as favorite */
Mousetrap.bind('f', () => {
$('ul.side-nav button.favorite i')[0].click();
$('ul.sidenav a.favorite i')[0].click();
});
/* mark as read */
Mousetrap.bind('a', () => {
$('ul.side-nav button.markasread i')[0].click();
$('ul.sidenav a.markasread i')[0].click();
});
/* delete */
Mousetrap.bind('del', () => {
$('ul.side-nav button.delete i')[0].click();
$('ul.sidenav a.delete i')[0].click();
});
}
});

View File

@ -1,6 +1,18 @@
import Mousetrap from 'mousetrap';
import $ from 'jquery';
/* Go to */
Mousetrap.bind('g u', () => { window.location.href = Routing.generate('homepage'); });
Mousetrap.bind('g s', () => { window.location.href = Routing.generate('starred'); });
Mousetrap.bind('g r', () => { window.location.href = Routing.generate('archive'); });
Mousetrap.bind('g a', () => { window.location.href = Routing.generate('all'); });
Mousetrap.bind('g t', () => { window.location.href = Routing.generate('tag'); });
Mousetrap.bind('g c', () => { window.location.href = Routing.generate('config'); });
Mousetrap.bind('g i', () => { window.location.href = Routing.generate('import'); });
Mousetrap.bind('g d', () => { window.location.href = Routing.generate('developer'); });
Mousetrap.bind('?', () => { window.location.href = Routing.generate('howto'); });
Mousetrap.bind('g l', () => { window.location.href = Routing.generate('fos_user_security_logout'); });
function toggleFocus(cardToToogleFocus) {
if (cardToToogleFocus) {
$(cardToToogleFocus).toggleClass('z-depth-4');

83
assets/js/tools.js Normal file
View File

@ -0,0 +1,83 @@
import $ from 'jquery';
function supportsLocalStorage() {
try {
return 'localStorage' in window && window.localStorage !== null;
} catch (e) {
return false;
}
}
function savePercent(id, percent) {
if (!supportsLocalStorage()) { return false; }
localStorage[`wallabag.article.${id}.percent`] = percent;
return true;
}
function retrievePercent(id, resized) {
if (!supportsLocalStorage()) { return false; }
const bheight = $(document).height();
const percent = localStorage[`wallabag.article.${id}.percent`];
const scroll = bheight * percent;
if (!resized) {
$('html,body').animate({ scrollTop: scroll }, 'fast');
}
return true;
}
function initFilters() {
// no display if filters not available
if ($('div').is('#filters')) {
$('#button_filters').show();
$('#filters.sidenav').sidenav({ edge: 'right' });
$('#clear_form_filters').on('click', () => {
$('#filters input').val('');
$('#filters :checked').removeAttr('checked');
return false;
});
}
}
function initExport() {
// no display if export not available
if ($('div').is('#export')) {
$('#button_export').show();
$('#export.sidenav').sidenav({ edge: 'right' });
}
}
function initRandom() {
// no display if export (ie: entries) not available
if ($('div').is('#export')) {
$('#button_random').show();
}
}
function initPreviewText() {
// no display if preview_text not available
if ($('div').is('#preview-article')) {
const defaultFontFamily = $('#config_font').val();
const defaultFontSize = $('#config_fontsize').val();
const defaultLineHeight = $('#config_lineHeight').val();
const defaultMaxWidth = $('#config_maxWidth').val();
const previewContent = $('#preview-content');
previewContent.css('font-family', defaultFontFamily);
previewContent.css('font-size', `${defaultFontSize}em`);
previewContent.css('line-height', `${defaultLineHeight}em`);
$('#preview-article').css('max-width', `${defaultMaxWidth}em`);
}
}
export {
savePercent,
retrievePercent,
initExport,
initFilters,
initRandom,
initPreviewText,
};

View File

@ -1,8 +1,10 @@
@use "variables";
/* ==========================================================================
Article
========================================================================== */
#article {
#article, #preview-article {
font-size: 20px;
margin: 0 auto;
max-width: 45em;
@ -54,7 +56,7 @@
}
a {
border-bottom: 1px dotted $blue-accent-color;
border-bottom: 1px dotted variables.$blue-accent-color;
text-decoration: none;
}

View File

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
Cards
========================================================================== */
@ -73,7 +75,7 @@ main {
.card-entry-labels-hidden li {
display: inline-block;
background-color: $blue-accent-color;
background-color: variables.$blue-accent-color;
margin: 0 5px;
padding: 5px 12px;
border-radius: 3px;
@ -156,7 +158,7 @@ a.original:not(.waves-effect) {
.card-tag-labels li {
margin: 10px 10px 10px auto;
padding: 5px 12px 5px 16px !important;
background-color: $blue-accent-color;
background-color: variables.$blue-accent-color;
border-radius: 3px;
color: #fff;
cursor: default;
@ -177,7 +179,6 @@ a.original:not(.waves-effect) {
.card-entry-tags a,
.card-entry-labels a,
.card-tag-labels a,
.card-tag-labels button,
.card-entry-labels-hidden a,
#list .chip a {
text-decoration: none;
@ -248,7 +249,7 @@ a.original:not(.waves-effect) {
}
.chip {
background-color: $blue-accent-color;
background-color: variables.$blue-accent-color;
padding: 0 7px;
margin: auto 1px;
border-radius: 6px;
@ -269,9 +270,11 @@ a.original:not(.waves-effect) {
}
@include mixin-reading-time {
padding: 0 5px;
flex-wrap: wrap;
margin-left: auto;
& {
padding: 0 5px;
flex-wrap: wrap;
margin-left: auto;
}
i.material-icons {
font-size: 20px;
@ -325,6 +328,12 @@ a.original:not(.waves-effect) {
height: 3rem;
}
.settings .settings-range-label {
position: absolute;
top: -14px;
font-size: 0.8rem;
}
.entries-row {
display: grid;
margin: 0.4rem 0 0;

View File

@ -12,9 +12,9 @@
.collapsible-header,
.collection,
.dropdown-content,
.side-nav,
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body,
.sidenav,
.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body,
.tabs {
background-color: #131716;
}
@ -59,12 +59,11 @@
#article article h5,
#article article h6,
.dropdown-content li > a,
.nav-panels .input-field input:focus,
.input-field input,
.input-field input:focus,
.results-item,
.side-nav li > a,
.side-nav li > a > i.material-icons,
.side-nav li button,
.side-nav li button > i.material-icons {
.sidenav li > a,
.sidenav li > a > i.material-icons {
color: #dfdfdf;
}
@ -83,15 +82,14 @@
color: #dfdfdf !important;
}
.side-nav li.active {
.sidenav li.active {
background-color: #2f2f2f;
}
.mass-action-tags .mass-action-tags-input.mass-action-tags-input,
.side-nav li:not(.logo) > a:hover,
.side-nav li:not(.logo) button:hover,
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
.sidenav li:not(.logo) > a:hover,
.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
background-color: #1d1d1d;
}

View File

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
* Entries
* ========================================================================== */
@ -84,7 +86,7 @@
}
.mass-action-tags-input.mass-action-tags-input.mass-action-tags-input:focus {
border-bottom: 3px solid $blue-accent-color;
border-bottom: 3px solid variables.$blue-accent-color;
box-shadow: none;
}
}

View File

@ -125,19 +125,24 @@ a.icon-image {
}
&.diaspora::before {
background: url("../../_global/img/icons/diaspora-icon--black.png") no-repeat center/80%;
background: url("../img/icons/diaspora-icon--black.png") no-repeat center/80%;
}
&.unmark::before {
background: url("../../_global/img/icons/unmark-icon--black.png") no-repeat center/80%;
background: url("../img/icons/unmark-icon--black.png") no-repeat center/80%;
}
&.linkding::before {
background: url("../img/icons/linkding.svg") no-repeat center/80%;
filter: grayscale(1);
}
&.shaarli::before {
background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%;
background: url("../img/icons/shaarli.png") no-repeat center/80%;
}
&.scuttle::before {
background: url("../../_global/img/icons/scuttle.png") no-repeat center/80%;
background: url("../img/icons/scuttle.png") no-repeat center/80%;
}
}

View File

@ -1,3 +1,5 @@
@use "variables";
/* ==========================================================================
Layout
========================================================================== */
@ -19,7 +21,7 @@ body {
}
a {
color: $blue-accent-color;
color: variables.$blue-accent-color;
}
main,

View File

@ -6,38 +6,17 @@ nav {
line-height: initial;
}
// adapted from anchor styles from node_modules/materialize-css/sass/components/_navbar.scss
nav ul button {
transition: background-color .3s;
font-size: 1rem;
color: #fff;
display: block;
padding: 0 15px;
cursor: pointer;
background: none;
border: 0;
&:focus {
background: none;
}
&:hover {
background-color: rgba(0 0 0 / 10%);
}
}
nav {
input {
color: #aaa;
}
ul button:hover,
ul a:hover {
background-color: initial;
}
}
.nav-panel-item .button-collapse {
.nav-panel-item .sidenav-trigger {
margin-left: 0;
margin-right: 0.5rem;
padding-left: 0.5rem;
@ -55,7 +34,6 @@ nav {
justify-content: space-between;
align-items: center;
button,
a {
padding: 10px 15px;
}
@ -205,7 +183,7 @@ nav {
justify-content: end;
}
.button-collapse {
.sidenav-trigger {
display: none;
}

View File

@ -1,8 +1,8 @@
/* ==========================================================================
Side-nav
Sidenav
========================================================================== */
.side-nav {
.sidenav {
width: 240px;
li {
@ -12,7 +12,6 @@
background: initial;
}
& button > i.material-icons.theme-toggle-icon,
& > a > i.material-icons.theme-toggle-icon {
float: none;
margin-left: 0;
@ -23,15 +22,14 @@
margin: 0;
}
&.fixed button,
&.fixed a {
&.sidenav-fixed a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.collapsible-header,
&.fixed .collapsible-header {
&.sidenav-fixed .collapsible-header {
height: 45px;
line-height: 44px;
padding: 0 20px;
@ -43,38 +41,15 @@
}
}
// adapted from anchor styles from node_modules/materialize-css/sass/components/_sideNav.scss
.side-nav li button {
color: rgba(0 0 0 / 87%);
display: block;
font-size: 14px;
font-weight: 500;
height: 48px;
line-height: 48px;
padding: 0 (16px * 2);
width: 100%;
text-align: left;
&:hover {
background-color: rgba(0 0 0 / 5%);
}
& > i,
& > i.material-icons {
float: left;
height: 48px;
line-height: 48px;
margin: 0 (16px * 2) 0 0;
width: 24px;
color: rgba(0 0 0 / 54%);
}
}
.bold > a,
.bold > button {
.bold > a {
font-weight: bold;
}
.items-number {
float: right;
}
.button-filters .sidenav-trigger,
.button-export .sidenav-trigger {
display: block;
}

View File

@ -38,18 +38,3 @@ nav .input-field input {
.tab {
flex: 1;
}
.btn-link {
background: none;
border: 0;
padding: 0;
color: $blue-accent-color;
&:focus {
background: none;
}
}
.inline-block {
display: inline-block;
}

19
assets/scss/index.scss Normal file
View File

@ -0,0 +1,19 @@
@use "material-icons";
@use "variables";
/* Style */
@use "article";
@use "cards";
@use "entries";
@use "filters";
@use "layout";
@use "nav";
@use "sidenav";
@use "various";
@use "dark_theme";
/* Tools */
@use "fonts";
@use "icons";
@use "print";
@use "media_queries";

1
assets/share.js Normal file
View File

@ -0,0 +1 @@
import './scss/share.scss';

View File

@ -1,4 +1,3 @@
version: '3.8'
services:
php:
@ -32,6 +31,8 @@ services:
# - ./docker/postgres/env
# Uncomment to enable Xdebug
# - ./docker/php/xdebug
# Uncomment to enable Blackfire
# - ./docker/php/blackfire
ports:
- 8000:8000
# Uncomment to permit Xdebug remote session
@ -48,7 +49,7 @@ services:
# env_file:
# - ./docker/postgres/env
# healthcheck:
# test: ["CMD-SHELL", "pg_isready -q || exit 1"]
# test: ["CMD-SHELL", "pg_isready -U wallabag -q || exit 1"]
# interval: 10s
# timeout: 3s
# retries: 3
@ -75,6 +76,12 @@ services:
timeout: 3s
retries: 3
# blackfire:
# image: blackfire/blackfire:2
# ports: [ "8307" ]
# env_file:
# - ./docker/php/blackfire
volumes:
db-data:
driver: local

View File

@ -0,0 +1,73 @@
<?php
use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;
$config = new Configuration();
$config
->disableComposerAutoloadPathScan()
->disableExtensionsAnalysis()
->enableAnalysisOfUnusedDevDependencies()
->addPathToScan(__DIR__ . '/app', false)
->addPathToScan(__DIR__ . '/migrations', false)
->addPathToScan(__DIR__ . '/src', false)
->addPathToScan(__DIR__ . '/web', false)
->addPathToScan(__DIR__ . '/fixtures', true)
->addPathToScan(__DIR__ . '/tests', true)
->ignoreErrorsOnPackages([
'doctrine/common',
'egulias/email-validator',
'ergebnis/composer-normalize',
'friendsofphp/php-cs-fixer',
'friendsoftwig/twigcs',
'incenteev/composer-parameter-handler',
'j0k3r/graby-site-config',
'laminas/laminas-code',
'lcobucci/jwt',
'mgargano/simplehtmldom',
'mnapoli/piwik-twig-extension',
'ocramius/proxy-manager',
'pagerfanta/twig',
'php-http/mock-client',
'phpstan/extension-installer',
'phpstan/phpstan',
'phpstan/phpstan-doctrine',
'phpstan/phpstan-phpunit',
'phpstan/phpstan-symfony',
'psr/http-client',
'psr/http-factory',
'rulerz-php/doctrine-orm',
'scheb/2fa-qr-code',
'scheb/2fa-trusted-device',
'shipmonk/composer-dependency-analyser',
'symfony/asset',
'symfony/css-selector',
'symfony/doctrine-bridge',
'symfony/google-mailer',
'symfony/intl',
'symfony/phpunit-bridge',
'symfony/proxy-manager-bridge',
'symfony/templating',
'symfony/var-dumper',
'twig/string-extra',
], [ErrorType::UNUSED_DEPENDENCY])
->ignoreErrorsOnPackages([
'monolog/monolog',
'symfony/filesystem',
], [ErrorType::PROD_DEPENDENCY_ONLY_IN_DEV])
->ignoreErrorsOnPackages([
'dama/doctrine-test-bundle',
'doctrine/doctrine-fixtures-bundle',
'symfony/debug-bundle',
'symfony/maker-bundle',
'symfony/web-profiler-bundle',
'symfony/web-server-bundle',
], [ErrorType::DEV_DEPENDENCY_IN_PROD])
;
if (\PHP_VERSION_ID >= 80000) {
$config->ignoreErrorsOnPackage('symfony/polyfill-php80', [ErrorType::UNUSED_DEPENDENCY]);
}
return $config;

View File

@ -48,6 +48,7 @@
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-pdo": "*",
@ -57,123 +58,132 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"babdev/pagerfanta-bundle": "^3.8",
"bdunogier/guzzle-site-authenticator": "^1.1.0",
"craue/config-bundle": "^2.7.0",
"defuse/php-encryption": "^2.4",
"doctrine/collections": "^1.8",
"doctrine/common": "^3.4.3",
"doctrine/dbal": "^3.8.2",
"doctrine/doctrine-bundle": "^2.7.2",
"doctrine/doctrine-migrations-bundle": "^3.2.5",
"doctrine/doctrine-bundle": "^2.11.3",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/event-manager": "^1.2",
"doctrine/migrations": "^3.5.5",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.18.1",
"doctrine/persistence": "^3.2",
"egulias/email-validator": "^3.2.6",
"enshrined/svg-sanitize": "^0.15.4",
"enshrined/svg-sanitize": "^0.21",
"friendsofsymfony/jsrouting-bundle": "^2.8",
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
"friendsofsymfony/rest-bundle": "^3.5",
"friendsofsymfony/rest-bundle": "^3.6",
"friendsofsymfony/user-bundle": "^3.2.1",
"guzzlehttp/guzzle": "^5.3.4",
"guzzlehttp/psr7": "^2.6.2",
"html2text/html2text": "^4.3.1",
"incenteev/composer-parameter-handler": "^2.1.5",
"incenteev/composer-parameter-handler": "^2.2",
"j0k3r/graby": "^2.4.5",
"j0k3r/php-readability": "^1.2.13",
"j0k3r/graby-site-config": "^1.0",
"javibravo/simpleue": "^2.1",
"jms/serializer": "^3.29.1",
"jms/serializer-bundle": "^5.3.1",
"kphoen/rulerz": "^0.21.1",
"kphoen/rulerz-bundle": "^0.15",
"jms/serializer-bundle": "^5.4",
"laminas/laminas-code": "^4.7.1",
"lcobucci/jwt": "4.1.5",
"lexik/form-filter-bundle": "^7.0.3",
"lcobucci/jwt": "^4.3",
"league/html-to-markdown": "^5.1",
"mgargano/simplehtmldom": "^1.5",
"mnapoli/piwik-twig-extension": "^3.0",
"nelmio/api-doc-bundle": "^4.11.1",
"nelmio/cors-bundle": "^2.3.1",
"monolog/monolog": "^2.9",
"nelmio/api-doc-bundle": "^4.20.0",
"nelmio/cors-bundle": "^2.4",
"ocramius/proxy-manager": "^2.1.1",
"pagerfanta/core": "^3.8",
"pagerfanta/doctrine-orm-adapter": "^3.8",
"pagerfanta/twig": "^3.8",
"php-amqplib/php-amqplib": "^3.6.1",
"php-amqplib/rabbitmq-bundle": "^2.14",
"php-http/client-common": "^2.7.1",
"php-http/discovery": "^1.19.2",
"php-http/guzzle5-adapter": "^2.0",
"php-http/httplug": "^2.4",
"php-http/httplug-bundle": "^1.32",
"php-http/message": "^1.16",
"php-http/message-factory": "^1.1",
"php-amqplib/rabbitmq-bundle": "^2.14.0",
"pragmarx/recovery": "^0.2.1",
"predis/predis": "^2.2.2",
"psr/http-message": "^1.1",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.0.2",
"psr/http-message": "^2.0",
"psr/log": "^1.1.4",
"rulerz-php/doctrine-orm": "dev-master",
"scheb/2fa-backup-code": "^5.13.2",
"scheb/2fa-bundle": "^5.13.2",
"scheb/2fa-email": "^5.13.2",
"scheb/2fa-google-authenticator": "^5.13.2",
"scheb/2fa-qr-code": "^5.13.2",
"scheb/2fa-trusted-device": "^5.13.2",
"scssphp/scssphp": "^1.12.1",
"sensio/framework-extra-bundle": "^6.2.10",
"sentry/sentry-symfony": "^4.13.2",
"stof/doctrine-extensions-bundle": "^1.7.2",
"symfony/asset": "^4.4.46",
"symfony/config": "^4.4.44",
"symfony/console": "^4.4.49",
"symfony/debug": "^4.4.44",
"symfony/dependency-injection": "^4.4.49",
"symfony/doctrine-bridge": "^4.4.48",
"symfony/dom-crawler": "^4.4.45",
"symfony/error-handler": "^4.4.44",
"symfony/event-dispatcher": "^4.4.44",
"symfony/finder": "^4.4.44",
"symfony/form": "^4.4.48",
"symfony/framework-bundle": "^4.4.51",
"symfony/google-mailer": "^4.4.41",
"symfony/http-foundation": "^4.4.49",
"symfony/http-kernel": "^4.4.51",
"symfony/mailer": "^4.4.49",
"symfony/mime": "^4.4.47",
"symfony/monolog-bundle": "^3.8",
"symfony/options-resolver": "^4.4.44",
"symfony/proxy-manager-bridge": "^4.4.39",
"symfony/routing": "^4.4.44",
"symfony/security-bundle": "^4.4.50",
"symfony/security-core": "^4.4.48",
"symfony/security-http": "^4.4.50",
"symfony/templating": "^4.4.44",
"symfony/twig-bundle": "^4.4.41",
"symfony/validator": "^4.4.48",
"sentry/sentry-symfony": "^5.0.1",
"spiriitlabs/form-filter-bundle": "^10.0",
"stof/doctrine-extensions-bundle": "^1.11.0",
"symfony/asset": "^5.4.35",
"symfony/browser-kit": "^5.4.35",
"symfony/config": "^5.4.35",
"symfony/console": "^5.4.35",
"symfony/dependency-injection": "^5.4.35",
"symfony/doctrine-bridge": "^5.4.35",
"symfony/dom-crawler": "^5.4.35",
"symfony/error-handler": "^5.4.35",
"symfony/event-dispatcher": "^5.4.35",
"symfony/event-dispatcher-contracts": "^2.5.2",
"symfony/expression-language": "^5.4.35",
"symfony/filesystem": "^5.4",
"symfony/finder": "^5.4.35",
"symfony/form": "^5.4.35",
"symfony/framework-bundle": "^5.4.35",
"symfony/google-mailer": "^5.4.35",
"symfony/http-client": "^5.4.35",
"symfony/http-client-contracts": "^2.5",
"symfony/http-foundation": "^5.4.35",
"symfony/http-kernel": "^5.4.35",
"symfony/intl": "^5.4.35",
"symfony/mailer": "^5.4.35",
"symfony/mime": "^5.4.35",
"symfony/monolog-bundle": "^3.10",
"symfony/options-resolver": "^5.4.21",
"symfony/polyfill-php80": "^1.29",
"symfony/proxy-manager-bridge": "^5.4.21",
"symfony/routing": "^5.4.35",
"symfony/security-bundle": "^5.4.35",
"symfony/security-core": "^5.4.35",
"symfony/security-http": "^5.4.35",
"symfony/templating": "^5.4.35",
"symfony/translation-contracts": "^2.5.2",
"symfony/twig-bundle": "^5.4.35",
"symfony/validator": "^5.4.35",
"symfony/webpack-encore-bundle": "^1.17",
"tecnickcom/tcpdf": "^6.6.5",
"twig/extra-bundle": "^3.7",
"twig/extra-bundle": "^3.8",
"twig/string-extra": "^3.8",
"twig/twig": "^3.8.0",
"wallabag/php-mobi": "^1.1.1",
"wallabag/phpepub": "^4.0.10",
"wallabag/rulerz": "dev-master",
"wallabag/rulerz-bundle": "dev-master",
"willdurand/hateoas": "^3.10",
"willdurand/hateoas-bundle": "^2.6"
},
"require-dev": {
"dama/doctrine-test-bundle": "^7.1.1",
"doctrine/doctrine-fixtures-bundle": "^3.4.5",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.4",
"dama/doctrine-test-bundle": "^8.0.2",
"doctrine/data-fixtures": "^1.7",
"doctrine/doctrine-fixtures-bundle": "^3.5.1",
"ergebnis/composer-normalize": "^2.42.0",
"friendsofphp/php-cs-fixer": "^3.49",
"friendsoftwig/twigcs": "^6.1",
"m6web/redis-mock": "^5.6",
"php-http/mock-client": "^1.6",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.58",
"phpstan/phpstan": "^1.10.59",
"phpstan/phpstan-doctrine": "^1.3.62",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-symfony": "^1.3.7",
"symfony/browser-kit": "^4.4.44",
"symfony/css-selector": "^4.4.44",
"symfony/debug-bundle": "^4.4.37",
"symfony/maker-bundle": "^1.39.1",
"symfony/phpunit-bridge": "^6.4.3",
"symfony/var-dumper": "^4.4.47",
"symfony/web-profiler-bundle": "^4.4.47",
"phpunit/phpunit": "^9.6.17",
"shipmonk/composer-dependency-analyser": "^1.7",
"symfony/css-selector": "^5.4.35",
"symfony/debug-bundle": "^5.4.35",
"symfony/maker-bundle": "^1.43",
"symfony/phpunit-bridge": "^7.0.3",
"symfony/process": "^5.4",
"symfony/var-dumper": "^5.4.35",
"symfony/web-profiler-bundle": "^5.4.35",
"symfony/web-server-bundle": "^4.4.44"
},
"suggest": {
@ -183,7 +193,7 @@
"prefer-stable": true,
"autoload": {
"psr-4": {
"Wallabag\\": "src/Wallabag/"
"Wallabag\\": "src/"
},
"classmap": [
"app/AppKernel.php",
@ -192,8 +202,12 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
"Tests\\Wallabag\\": "tests/",
"Wallabag\\DataFixtures\\": "fixtures/"
},
"files": [
"tests/functions.php"
]
},
"config": {
"allow-plugins": {
@ -214,7 +228,7 @@
"public-dir": "web",
"symfony": {
"allow-contrib": true,
"require": "4.4.*"
"require": "5.4.*"
}
},
"scripts": {

7957
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,9 @@
MYSQL_ROOT_PASSWORD=wallaroot
MYSQL_USER=wallabag
MYSQL_PASSWORD=wallapass
MYSQL_DATABASE=wallabag
DATABASE_DRIVER=pdo_mysql
DATABASE_HOST=mysql
DATABASE_HOST=mariadb
DATABASE_PORT=3306
DATABASE_NAME=wallabag
DATABASE_USER=wallabag
DATABASE_PASSWORD=wallapass
DATABASE_USER=root
DATABASE_PASSWORD=wallaroot
DATABASE_CHARSET=utf8mb4

View File

@ -1,4 +1,4 @@
FROM php:8.1-fpm-bookworm AS rootless
FROM php:8.1-fpm AS rootless
ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=20
@ -12,8 +12,7 @@ RUN apt-get update \
openssl \
software-properties-common
RUN curl 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key' | apt-key add - \
&& echo "deb https://deb.nodesource.com/node_${NODE_VERSION}.x $(lsb_release -cs) main" > /etc/apt/sources.list.d/nodesource.list
RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
RUN apt-get update && apt-get install -y \
libmcrypt-dev \
@ -60,6 +59,21 @@ RUN pecl install redis; \
xdebug \
;
RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \
&& architecture=$(uname -m) \
&& curl -A "Docker" -o /tmp/blackfire-probe.tar.gz -D - -L -s https://blackfire.io/api/v1/releases/probe/php/linux/$architecture/$version \
&& mkdir -p /tmp/blackfire \
&& tar zxpf /tmp/blackfire-probe.tar.gz -C /tmp/blackfire \
&& mv /tmp/blackfire/blackfire-*.so $(php -r "echo ini_get ('extension_dir');")/blackfire.so \
&& printf "extension=blackfire.so\nblackfire.agent_socket=tcp://blackfire:8307\n" > $PHP_INI_DIR/conf.d/blackfire.ini \
&& rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz
RUN mkdir -p /tmp/blackfire \
&& architecture=$(uname -m) \
&& curl -A "Docker" -L https://blackfire.io/api/v1/releases/cli/linux/$architecture | tar zxp -C /tmp/blackfire \
&& mv /tmp/blackfire/blackfire /usr/bin/blackfire \
&& rm -Rf /tmp/blackfire
RUN npm install -g yarn
RUN curl -L -o /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m`; \

View File

@ -0,0 +1,4 @@
BLACKFIRE_SERVER_ID=CHANGE_ME
BLACKFIRE_SERVER_TOKEN=CHANGE_ME
BLACKFIRE_CLIENT_ID=CHANGE_ME
BLACKFIRE_CLIENT_TOKEN=CHANGE_ME

View File

@ -1,12 +1,11 @@
parameters:
database_driver: ${DATABASE_DRIVER:-pdo_sqlite}
database_driver_class: ${DATABASE_DRIVER_CLASS:-~}
database_host: ${DATABASE_HOST:-127.0.0.1}
database_port: ${DATABASE_PORT:-~}
database_name: ${DATABASE_NAME:-symfony}
database_user: ${DATABASE_USER:-root}
database_password: ${DATABASE_PASSWORD:-~}
database_path: '${DATABASE_PATH:-"%kernel.project_dir%/data/db/wallabag.sqlite"}'
database_path: ${DATABASE_PATH:-"%kernel.project_dir%/data/db/wallabag.sqlite"}
database_table_prefix: ${DATABASE_TABLE_PREFIX:-wallabag_}
database_socket: null
database_charset: ${DATABASE_CHARSET:-utf8}
@ -25,7 +24,7 @@ parameters:
twofactor_sender: ${TWOFACTOR_SENDER:-no-reply@wallabag.org}
# fosuser stuff
fosuser_registration: ${FOSUSER_REGISTRATION:-true}
fosuser_registration: ${FOSUSER_REGISTRATION:-false}
fosuser_confirmation: ${FOSUSER_CONFIRMATION:-true}
fos_oauth_server_access_token_lifetime: 3600
@ -36,10 +35,10 @@ parameters:
rss_limit: 50
# RabbitMQ processing
rabbitmq_host: localhost
rabbitmq_port: 5672
rabbitmq_user: guest
rabbitmq_password: guest
rabbitmq_host: ${RABBITMQ_HOST:-rabbitmq}
rabbitmq_port: ${RABBITMQ_PORT:-5672}
rabbitmq_user: ${RABBITMQ_USER:-guest}
rabbitmq_password: ${RABBITMQ_PASSWORD:-guest}
rabbitmq_prefetch_count: 10
# Redis processing
@ -51,5 +50,3 @@ parameters:
# Sentry
sentry_dsn: ${SENTRY_DSN:-~}
session_handler: ${SESSION_HANDLER:-session.handler.native_file}

View File

@ -4,10 +4,9 @@ DATABASE_PORT=~
DATABASE_NAME=symfony
DATABASE_USER=root
DATABASE_PASSWORD=~
DATABASE_PATH="%kernel.project_dir%/data/db/wallabag.sqlite"
DATABASE_PATH='"%kernel.project_dir%/data/db/wallabag.sqlite"'
DOMAIN_NAME=http://localhost:8000
SECRET=ch4n63m31fy0uc4n
PHP_SESSION_SAVE_PATH=tcp://redis:6379?database=2
PHP_SESSION_HANDLER=redis
SESSION_HANDLER=~
TRUSTED_PROXIES=0.0.0.0/0

View File

@ -1,22 +1,17 @@
<?php
namespace Wallabag\AnnotationBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\AnnotationBundle\Entity\Annotation;
use Wallabag\CoreBundle\DataFixtures\EntryFixtures;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\UserBundle\DataFixtures\UserFixtures;
use Wallabag\UserBundle\Entity\User;
use Wallabag\Entity\Annotation;
use Wallabag\Entity\Entry;
use Wallabag\Entity\User;
class AnnotationFixtures extends Fixture implements DependentFixtureInterface
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager)
public function load(ObjectManager $manager): void
{
$annotation1 = new Annotation($this->getReference('admin-user', User::class));
$annotation1->setEntry($this->getReference('entry1', Entry::class));
@ -48,9 +43,6 @@ class AnnotationFixtures extends Fixture implements DependentFixtureInterface
$manager->flush();
}
/**
* {@inheritdoc}
*/
public function getDependencies()
{
return [

View File

@ -1,19 +1,15 @@
<?php
namespace Wallabag\CoreBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\Config;
use Wallabag\UserBundle\DataFixtures\UserFixtures;
use Wallabag\UserBundle\Entity\User;
use Wallabag\Entity\Config;
use Wallabag\Entity\User;
class ConfigFixtures extends Fixture implements DependentFixtureInterface
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager): void
{
$adminConfig = new Config($this->getReference('admin-user', User::class));
@ -59,9 +55,6 @@ class ConfigFixtures extends Fixture implements DependentFixtureInterface
$manager->flush();
}
/**
* {@inheritdoc}
*/
public function getDependencies()
{
return [

View File

@ -1,22 +1,20 @@
<?php
namespace Wallabag\CoreBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\CoreBundle\Entity\Tag;
use Wallabag\UserBundle\DataFixtures\UserFixtures;
use Wallabag\UserBundle\Entity\User;
use Wallabag\Entity\Entry;
use Wallabag\Entity\Tag;
use Wallabag\Entity\User;
class EntryFixtures extends Fixture implements DependentFixtureInterface
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager): void
{
$now = new \DateTime();
$entries = [
'entry1' => [
'user' => 'admin-user',
@ -72,6 +70,7 @@ class EntryFixtures extends Fixture implements DependentFixtureInterface
'content' => 'This is my content /o/',
'language' => 'fr',
'starred' => true,
'starred_at' => $now,
'preview' => 'http://0.0.0.0/image.jpg',
],
'entry6' => [
@ -84,7 +83,20 @@ class EntryFixtures extends Fixture implements DependentFixtureInterface
'content' => 'This is my content /o/',
'language' => 'de',
'archived' => true,
'archived_at' => $now,
'tags' => ['bar-tag'],
'is_not_parsed' => true,
],
'entry7' => [
'user' => 'admin-user',
'url' => 'http://0.0.0.0/entry7',
'reading_time' => 12,
'domain' => 'redirect.io',
'mime' => 'text/html',
'title' => 'test title entry7',
'http_status' => '302',
'content' => 'This is redirect/o/',
'language' => 'de',
],
];
@ -112,14 +124,30 @@ class EntryFixtures extends Fixture implements DependentFixtureInterface
$entry->setStarred($item['starred']);
}
if (isset($item['starred_at'])) {
$entry->setStarredAt($item['starred_at']);
}
if (isset($item['archived'])) {
$entry->setArchived($item['archived']);
}
if (isset($item['archived_at'])) {
$entry->setArchivedAt($item['archived_at']);
}
if (isset($item['preview'])) {
$entry->setPreviewPicture($item['preview']);
}
if (isset($item['is_not_parsed'])) {
$entry->setNotParsed($item['is_not_parsed']);
}
if (isset($item['http_status'])) {
$entry->setHttpStatus($item['http_status']);
}
$manager->persist($entry);
$this->addReference($reference, $entry);
}
@ -127,9 +155,6 @@ class EntryFixtures extends Fixture implements DependentFixtureInterface
$manager->flush();
}
/**
* {@inheritdoc}
*/
public function getDependencies()
{
return [

View File

@ -0,0 +1,28 @@
<?php
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Persistence\ObjectManager;
use Wallabag\Entity\IgnoreOriginInstanceRule;
class IgnoreOriginInstanceRuleFixtures extends Fixture
{
private array $defaultIgnoreOriginInstanceRules;
public function __construct(array $defaultIgnoreOriginInstanceRules)
{
$this->defaultIgnoreOriginInstanceRules = $defaultIgnoreOriginInstanceRules;
}
public function load(ObjectManager $manager): void
{
foreach ($this->defaultIgnoreOriginInstanceRules as $ignoreOriginInstanceRule) {
$newIgnoreOriginInstanceRule = new IgnoreOriginInstanceRule();
$newIgnoreOriginInstanceRule->setRule($ignoreOriginInstanceRule['rule']);
$manager->persist($newIgnoreOriginInstanceRule);
}
$manager->flush();
}
}

View File

@ -1,19 +1,15 @@
<?php
namespace Wallabag\CoreBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\IgnoreOriginUserRule;
use Wallabag\UserBundle\DataFixtures\UserFixtures;
use Wallabag\UserBundle\Entity\User;
use Wallabag\Entity\IgnoreOriginUserRule;
use Wallabag\Entity\User;
class IgnoreOriginUserRuleFixtures extends Fixture implements DependentFixtureInterface
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager): void
{
$rule = new IgnoreOriginUserRule();
@ -25,9 +21,6 @@ class IgnoreOriginUserRuleFixtures extends Fixture implements DependentFixtureIn
$manager->flush();
}
/**
* {@inheritdoc}
*/
public function getDependencies()
{
return [

View File

@ -0,0 +1,30 @@
<?php
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Persistence\ObjectManager;
use Wallabag\Entity\InternalSetting;
class InternalSettingFixtures extends Fixture
{
private array $defaultInternalSettings;
public function __construct(array $defaultInternalSettings)
{
$this->defaultInternalSettings = $defaultInternalSettings;
}
public function load(ObjectManager $manager): void
{
foreach ($this->defaultInternalSettings as $setting) {
$newSetting = new InternalSetting();
$newSetting->setName($setting['name']);
$newSetting->setValue($setting['value']);
$newSetting->setSection($setting['section']);
$manager->persist($newSetting);
}
$manager->flush();
}
}

View File

@ -0,0 +1,46 @@
<?php
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\Entity\SiteCredential;
use Wallabag\Entity\User;
use Wallabag\Helper\CryptoProxy;
class SiteCredentialFixtures extends Fixture implements DependentFixtureInterface
{
private CryptoProxy $cryptoProxy;
public function __construct(CryptoProxy $cryptoProxy)
{
$this->cryptoProxy = $cryptoProxy;
}
public function load(ObjectManager $manager): void
{
$credential = new SiteCredential($this->getReference('admin-user', User::class));
$credential->setHost('.super.com');
$credential->setUsername($this->cryptoProxy->crypt('.super'));
$credential->setPassword($this->cryptoProxy->crypt('bar'));
$manager->persist($credential);
$credential = new SiteCredential($this->getReference('admin-user', User::class));
$credential->setHost('paywall.example.com');
$credential->setUsername($this->cryptoProxy->crypt('paywall.example'));
$credential->setPassword($this->cryptoProxy->crypt('bar'));
$manager->persist($credential);
$manager->flush();
}
public function getDependencies()
{
return [
UserFixtures::class,
];
}
}

View File

@ -1,20 +1,17 @@
<?php
namespace Wallabag\CoreBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\Tag;
use Wallabag\Entity\Tag;
class TagFixtures extends Fixture
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager): void
{
$tags = [
'foo-bar-tag' => 'foo bar', //tag used for EntryControllerTest
'foo-bar-tag' => 'foo bar', // tag used for EntryControllerTest
'bar-tag' => 'bar',
'baz-tag' => 'baz', // tag used for ExportControllerTest
'foo-tag' => 'foo',

View File

@ -1,18 +1,15 @@
<?php
namespace Wallabag\CoreBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
use Doctrine\Persistence\ObjectManager;
use Wallabag\CoreBundle\Entity\Config;
use Wallabag\CoreBundle\Entity\TaggingRule;
use Wallabag\Entity\Config;
use Wallabag\Entity\TaggingRule;
class TaggingRuleFixtures extends Fixture implements DependentFixtureInterface
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager): void
{
$tr1 = new TaggingRule();
@ -61,9 +58,6 @@ class TaggingRuleFixtures extends Fixture implements DependentFixtureInterface
$manager->flush();
}
/**
* {@inheritdoc}
*/
public function getDependencies()
{
return [

View File

@ -1,17 +1,14 @@
<?php
namespace Wallabag\UserBundle\DataFixtures;
namespace Wallabag\DataFixtures;
use Doctrine\Bundle\FixturesBundle\Fixture;
use Doctrine\Persistence\ObjectManager;
use Wallabag\UserBundle\Entity\User;
use Wallabag\Entity\User;
class UserFixtures extends Fixture
{
/**
* {@inheritdoc}
*/
public function load(ObjectManager $manager)
public function load(ObjectManager $manager): void
{
$userAdmin = new User();
$userAdmin->setName('Big boss');

Some files were not shown because too many files have changed in this diff Show More