Commit graph

7002 commits

Author SHA1 Message Date
Jérémy Benoist 974062f749
Merge pull request #5647 from wallabag/fix/epub-language 2022-03-21 22:40:01 +01:00
Kevin Decherf 8f2fefe233
Merge pull request #5680 from wallabag/impr/intl
Replace `iconv()` calls with Transliterator
2022-03-21 22:28:49 +01:00
Jérémy Benoist b7ed531c31
Merge pull request #5687 from wallabag/feature/download-webp 2022-03-21 22:17:04 +01:00
Kevin Decherf 1608bf5a4e Replace iconv() calls with Transliterator
See https://stackoverflow.com/a/35178027/954513

Closes #5377

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2022-03-21 22:12:11 +01:00
Jeremy Benoist 0049ef390b
Add some basic test 2022-03-21 21:29:30 +01:00
fly9i 1b9e1d4886
add webp support 2022-03-21 21:29:26 +01:00
Jérémy Benoist 20b450916e
Merge pull request #5685 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.4
Bump autoprefixer from 10.4.2 to 10.4.4
2022-03-21 21:16:45 +01:00
Jérémy Benoist 879dd60b9a
Merge pull request #5683 from wallabag/dependabot/npm_and_yarn/stylelint-scss-4.2.0
Bump stylelint-scss from 4.1.0 to 4.2.0
2022-03-21 21:16:11 +01:00
dependabot[bot] 6ab4088582
Bump autoprefixer from 10.4.2 to 10.4.4
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.4.
- [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.2...10.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 20:00:53 +00:00
dependabot[bot] 6bd4f98b78
Bump stylelint-scss from 4.1.0 to 4.2.0
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 4.1.0 to 4.2.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/v4.1.0...v4.2.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>
2022-03-21 20:00:19 +00:00
Jeremy Benoist 2c870423c4
Fix epub language
Ensure language has `_` instead of `-`
And update wallabag/phpepub
2022-03-21 20:56:29 +01:00
Jérémy Benoist 5e377b8925
Merge pull request #5686 from wallabag/fix/chrome-import-test
Fix test with `usinenouvelle.com` being flaky these times
2022-03-21 20:55:50 +01:00
Jeremy Benoist 3a918cf30e
Fix test with usinenouvelle.com being flaky these times
Replace it with a more robust website 🤩
2022-03-21 20:43:29 +01:00
Jérémy Benoist 194c87e363
Merge pull request #5682 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.8
Bump @babel/core from 7.17.5 to 7.17.8
2022-03-21 10:10:58 +01:00
Jérémy Benoist edc9e8410d
Merge pull request #5681 from wallabag/dependabot/npm_and_yarn/stylelint-14.6.0
Bump stylelint from 14.5.3 to 14.6.0
2022-03-21 10:04:07 +01:00
dependabot[bot] 746e6c06b9
Bump @babel/core from 7.17.5 to 7.17.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.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.17.8/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>
2022-03-21 03:02:20 +00:00
dependabot[bot] 2b371a7d33
Bump stylelint from 14.5.3 to 14.6.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.5.3 to 14.6.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/14.5.3...14.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 03:02:10 +00:00
Jérémy Benoist 4b32192178
Merge pull request #5676 from Simounet/fix/style-row-card-regression 2022-03-15 15:39:21 +01:00
Simounet d0cfdaf10e
Fix row and card style regressions 2022-03-15 13:54:04 +01:00
Jérémy Benoist eb99cacf43
Merge pull request #5664 from Simounet/feat/home-entries-updated 2022-03-15 09:34:00 +01:00
Jérémy Benoist 33a7b1e105
Merge pull request #5659 from agallou/sort_tag_feed_on_updated_at 2022-03-15 08:05:33 +01:00
Jérémy Benoist 02a88d01a6
Merge pull request #5671 from wallabag/dependabot/composer/bdunogier/guzzle-site-authenticator-1.0.1 2022-03-15 07:47:24 +01:00
dependabot[bot] 3036579ac5
Bump bdunogier/guzzle-site-authenticator from 1.0.0 to 1.0.1
Bumps [bdunogier/guzzle-site-authenticator](https://github.com/wallabag/guzzle-site-authenticator) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/wallabag/guzzle-site-authenticator/releases)
- [Commits](https://github.com/wallabag/guzzle-site-authenticator/compare/1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: bdunogier/guzzle-site-authenticator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 03:07:21 +00:00
Adrien Gallou 29df8ed590
this change adds an option to sort the feed entires by updated_at
There is now an option to sort the feed entires by updated_at, on the
controler : a sort querystring argument that accepts either "created"
or "updated".
2022-03-14 22:58:45 +01:00
Simounet 201a9930f9
Card actions styled at the bottom 2022-03-14 22:13:44 +01:00
Simounet 016ceb6829
ul entries list replaced by ol 2022-03-14 22:12:22 +01:00
Simounet e700cadae3
Mass action buttons extracted from entries list 2022-03-14 22:11:09 +01:00
Simounet 85e91f9e67
CSS grid used for bloc mode entries and flex for card bloc 2022-03-14 22:09:07 +01:00
Jérémy Benoist f6bc76a8ce
Merge pull request #5669 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.5.0
Bump material-design-icons-iconfont from 6.4.2 to 6.5.0
2022-03-14 13:28:43 +01:00
Jeremy Benoist 34a8f36a42
Update assets 2022-03-14 12:04:41 +01:00
dependabot[bot] 4f3da43416
Bump material-design-icons-iconfont from 6.4.2 to 6.5.0
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases)
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.4.2...v6.5.0)

---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:02:34 +01:00
Jérémy Benoist 3382e15ee2
Merge pull request #5667 from wallabag/dependabot/npm_and_yarn/highlight.js-11.5.0
Bump highlight.js from 11.4.0 to 11.5.0
2022-03-14 12:01:39 +01:00
Jeremy Benoist be36db24ea
Update assets 2022-03-14 11:50:58 +01:00
Jérémy Benoist 49d5f27cd0
Merge pull request #4341 from wallabag/with-annotations-route 2022-03-14 06:44:43 +01:00
Jérémy Benoist b2226686ff
Merge pull request #5668 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.1 2022-03-14 06:31:33 +01:00
dependabot[bot] 2a0e5b4d31
Bump css-loader from 6.7.0 to 6.7.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.7.0 to 6.7.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.7.0...v6.7.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>
2022-03-14 05:19:11 +00:00
Jérémy Benoist f24ab9e5b5
Merge pull request #5665 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-5.0.0 2022-03-14 06:16:53 +01:00
Jérémy Benoist 68208e899a
Merge pull request #5666 from wallabag/dependabot/npm_and_yarn/eslint-8.11.0 2022-03-14 06:16:10 +01:00
dependabot[bot] 7b22893806
Bump highlight.js from 11.4.0 to 11.5.0
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.4.0 to 11.5.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.4.0...11.5.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>
2022-03-14 03:02:18 +00:00
dependabot[bot] 3ec38b515e
Bump eslint from 8.10.0 to 8.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.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.10.0...v8.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 03:02:08 +00:00
dependabot[bot] 8f46e12579
Bump webpack-manifest-plugin from 4.1.1 to 5.0.0
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v4.1.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 03:01:51 +00:00
Kevin Decherf 6bd257a711
Merge pull request #5656 from wallabag/add-greek-language
Enabled greek translation
2022-03-08 16:39:27 +01:00
Nicolas Lœuillet 9a9d8840bb Enabled greek translation 2022-03-08 15:30:45 +01:00
Jérémy Benoist 7fbbbb40f8
Merge pull request #5654 from wallabag/dependabot/npm_and_yarn/postcss-8.4.8 2022-03-08 06:25:43 +01:00
Jérémy Benoist 48222ed5af
Merge pull request #5655 from wallabag/dependabot/composer/ocramius/proxy-manager-2.2.4 2022-03-08 06:25:21 +01:00
dependabot[bot] d1e7666d27
Bump postcss from 8.4.7 to 8.4.8
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
- [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.7...8.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 05:15:40 +00:00
Jérémy Benoist 5713402ffb
Merge pull request #5651 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.0 2022-03-08 06:14:11 +01:00
Jérémy Benoist db2ff7c856
Merge pull request #5652 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.6.0 2022-03-08 06:13:53 +01:00
Jérémy Benoist d1cb8f4e8a
Merge pull request #5653 from wallabag/dependabot/npm_and_yarn/webpack-5.70.0 2022-03-08 06:13:32 +01:00
dependabot[bot] 9093b884c7
Bump ocramius/proxy-manager from 2.2.3 to 2.2.4
Bumps [ocramius/proxy-manager](https://github.com/Ocramius/ProxyManager) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/Ocramius/ProxyManager/releases)
- [Commits](https://github.com/Ocramius/ProxyManager/compare/2.2.3...2.2.4)

---
updated-dependencies:
- dependency-name: ocramius/proxy-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 03:06:37 +00:00