055d304bc9
Merge pull request #6291 from wallabag/release/2.5.4
...
Prepare 2.5.4
2023-02-07 22:20:00 +01:00
812d6ac376
Prepare 2.5.4
2023-02-07 22:03:20 +01:00
268372dbbd
Merge pull request #6289 from wallabag/2.5/fix-csrf-user-deletion
...
Fix CSRF on user deletion
2023-02-07 21:52:51 +01:00
4e023bddc3
Merge pull request #6288 from wallabag/2.5/xss-username-share-page
...
Fix XSS on username on share page
2023-02-07 21:43:04 +01:00
acd285dcbb
Merge pull request #6290 from wallabag/2.5/fix-add-tag-other-entries
...
Fix adding tag to entries from other people
2023-02-07 21:42:46 +01:00
f1b3d5cdd7
Fix CSRF on user deletion
2023-02-07 21:41:52 +01:00
242e3feac9
Fix adding tag to entries from other people
...
I've also limited tag length to 20 chars (and limit adding more than 5 tags at once)
2023-02-07 21:25:57 +01:00
bd4c71682e
Fix XSS on username on share page
2023-02-07 19:58:06 +01:00
784bc1393c
Merge pull request #6275 from wallabag/2.x/fix-release-script
...
Fix release script
2023-02-06 10:13:57 +01:00
42b03d2834
Fix release script
...
The release script cloned the master branch by default because we never have to clone something else from now.
The script will now clone the tag using the given VERSION parameter.
2023-02-03 10:10:35 +01:00
8954100779
Merge pull request #6267 from wallabag/release/2.5.3
...
Prepare 2.5.3
2023-02-01 10:15:18 +01:00
b795622f06
Prepare 2.5.3
2023-02-01 09:51:02 +01:00
5ac6b6bff9
Merge pull request from GHSA-mrqx-mjc4-vfh3
...
AnnotationController: fix improper authorization vulnerability
2023-02-01 09:32:22 +01:00
0f7460dbab
Merge pull request from GHSA-qwx8-mxxx-mg96
...
ExportController: fix improper authorization vulnerability
2023-02-01 09:30:43 +01:00
3ed7f2b751
AnnotationController: fix improper authorization vulnerability
...
This PR is based on 2.5.x branch.
We fix the improper authorization by retrieving the annotation using id
and user id.
We also replace the ParamConverter used to get the requested Annotation
on put and delete actions with an explicit call to AnnotationRepository
in order to prevent a resource enumeration through response discrepancy.
Fixes GHSA-mrqx-mjc4-vfh3
Co-authored-by: Jeremy Benoist <jeremy.benoist@gmail.com >
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-01-27 23:34:14 +01:00
0fdd9aa991
ExportController: fix improper authorization vulnerability
...
We fix the improper authorization by duplicating the check done by
the private method EntryController::checkUserAction().
We also replace the ParamConverter used to get the requested Entry with
an explicit call to EntryRepository in order to prevent a resource
enumeration through response discrepancy. Thus, we get the same
exception whether the requested resource does not exist or is not owned
by the requester.
Fixes GHSA-qwx8-mxxx-mg96
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-01-20 15:09:38 +01:00
9e9aedee94
Merge pull request #6241 from wallabag/fix/2.5/update-deps
...
Update deps before 2.5.3
2023-01-16 10:26:47 +01:00
ea189503de
Fix tests
2023-01-16 10:21:37 +01:00
b50197664e
Update deps before 2.5.3
...
At least, site config will be up to date.
2023-01-16 10:07:06 +01:00
63b7b1c18f
Merge pull request #6026 from wallabag/release/2.5.2
2022-10-21 06:43:56 +02:00
7b2107d3bb
Prepare 2.5.2
2022-10-20 16:00:16 +02:00
14801e36d0
Merge pull request #6025 from weblate/weblate-wallabag-messages
2022-10-20 05:55:23 +02:00
08ce432cea
Translated using Weblate (Japanese)
...
Currently translated at 97.7% (565 of 578 strings)
2022-10-20 02:07:40 +02:00
809e41fe6b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (40 of 40 strings)
2022-10-20 02:07:39 +02:00
ce79140426
Merge pull request #5992 from wallabag/feature/download-svg-locally
...
Add support to download SVG locally
2022-10-18 11:38:31 +02:00
dc28d7ea0f
Add support to download SVG locally
2022-10-18 11:14:45 +02:00
3340262707
Merge pull request #6019 from yotamN/feature/domain-name-filter
...
Add `domain_name` to entries api endpoint
2022-10-17 21:54:05 +02:00
d4b0b62bb5
Fix unrelated failing test
...
LExpansion is down ATM.
Use a website which isn't down randomly.
2022-10-17 21:49:03 +02:00
7b150dcd26
Add tests
2022-10-17 21:37:08 +02:00
24ae1dbc95
Merge pull request #6023 from wallabag/dependabot/npm_and_yarn/postcss-8.4.18
...
Bump postcss from 8.4.17 to 8.4.18
2022-10-17 02:23:45 +00:00
3ddfe3315a
Bump postcss from 8.4.17 to 8.4.18
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.17 to 8.4.18.
- [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.17...8.4.18 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 02:19:36 +00:00
4d318ff559
Merge pull request #6022 from wallabag/dependabot/npm_and_yarn/stylelint-14.14.0
...
Bump stylelint from 14.13.0 to 14.14.0
2022-10-17 02:14:54 +00:00
ee715e8b81
Merge pull request #6021 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.4
...
Bump @babel/preset-env from 7.19.3 to 7.19.4
2022-10-17 02:10:08 +00:00
1d9137a343
Bump stylelint from 14.13.0 to 14.14.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.13.0 to 14.14.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.13.0...14.14.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-10-17 02:06:24 +00:00
7f31603203
Bump @babel/preset-env from 7.19.3 to 7.19.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.3 to 7.19.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.19.4/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 >
2022-10-17 02:05:59 +00:00
f994ab8b5d
Add domain_name to entries api endpoint
2022-10-16 18:36:41 +03:00
e67e557721
Merge pull request #6016 from weblate/weblate-wallabag-messages
2022-10-13 07:13:46 +02:00
6f750a3b66
Translated using Weblate (Italian)
...
Currently translated at 82.3% (476 of 578 strings)
2022-10-13 00:29:42 +02:00
3589aafbff
Merge pull request #6015 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-10-12 09:05:31 +02:00
6569d15297
Translated using Weblate (Italian)
...
Currently translated at 82.5% (33 of 40 strings)
2022-10-11 23:29:17 +02:00
a4ea04c9db
Merge pull request #6013 from wallabag/fix/random-failing-test
...
Fix random failing tests
2022-10-10 09:43:19 +02:00
53574f05d5
Fix random failing tests
...
Looks like `20minutos.es` sometimes does not return the expected language.
Switching to `elpais.com` fix the problem.
2022-10-10 09:15:26 +02:00
cb8f50307c
Merge pull request #6011 from wallabag/dependabot/npm_and_yarn/eslint-8.25.0
...
Bump eslint from 8.24.0 to 8.25.0
2022-10-10 07:09:50 +00:00
4f16640d90
Merge pull request #6012 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-1.3.4
...
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.4
2022-10-10 09:06:24 +02:00
a34750b5ee
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.4
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 02:16:51 +00:00
3b1e4e027b
Merge pull request #6010 from wallabag/dependabot/npm_and_yarn/sass-loader-13.1.0
...
Bump sass-loader from 13.0.2 to 13.1.0
2022-10-10 02:10:31 +00:00
1dc6e88cd2
Bump eslint from 8.24.0 to 8.25.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.24.0 to 8.25.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.24.0...v8.25.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-10-10 02:06:09 +00:00
4c79004d84
Bump sass-loader from 13.0.2 to 13.1.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.2 to 13.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/v13.0.2...v13.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 >
2022-10-10 02:05:50 +00:00
639bba031f
Merge pull request #6004 from nexxai/master
2022-10-04 08:12:26 +02:00
6da76ffaae
Typofixes
2022-10-03 18:31:43 -06:00
ed777871c0
Merge pull request #6003 from wallabag/fix/auto-merge-js-deps
...
Allow auto merging of Dependabot JS minor or patch
2022-10-03 09:55:11 +02:00
f2f542d093
Allow auto merging of Dependabot JS minor or patch
...
Reducing the time consuming of merging deps which shouldn't break the project
2022-10-03 09:39:31 +02:00
a5dd42958f
Merge pull request #5998 from wallabag/dependabot/npm_and_yarn/postcss-8.4.17
2022-10-03 06:55:40 +02:00
46dec2de03
Merge pull request #5999 from wallabag/dependabot/npm_and_yarn/stylelint-14.13.0
2022-10-03 06:20:34 +02:00
a272abf9cd
Merge pull request #6000 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.3
2022-10-03 06:20:17 +02:00
6e2b9dc9e0
Merge pull request #6001 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.3
2022-10-03 06:19:59 +02:00
7ca3b15359
Bump @babel/preset-env from 7.19.1 to 7.19.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.1 to 7.19.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.19.3/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 >
2022-10-03 02:14:57 +00:00
0c80ff1054
Bump @babel/core from 7.19.1 to 7.19.3
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.1 to 7.19.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.19.3/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-10-03 02:14:39 +00:00
b30914b847
Bump stylelint from 14.12.1 to 14.13.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.12.1 to 14.13.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.12.1...14.13.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-10-03 02:14:00 +00:00
ad93db45ef
Bump postcss from 8.4.16 to 8.4.17
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.16 to 8.4.17.
- [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.16...8.4.17 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 02:13:38 +00:00
4ce1b50aeb
Merge pull request #5989 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.12
...
Bump autoprefixer from 10.4.11 to 10.4.12
2022-09-26 10:47:43 +02:00
6c84f6c04e
Rebuild assets
2022-09-26 10:38:18 +02:00
9c5feb64f3
Merge pull request #5985 from wallabag/dependabot/npm_and_yarn/stylelint-14.12.1
...
Bump stylelint from 14.12.0 to 14.12.1
2022-09-26 09:21:02 +02:00
d7829ff5fd
Bump stylelint from 14.12.0 to 14.12.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.12.0 to 14.12.1.
- [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.12.0...14.12.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 05:01:09 +00:00
36c9a5ec45
Bump autoprefixer from 10.4.11 to 10.4.12
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.11 to 10.4.12.
- [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.11...10.4.12 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 05:00:57 +00:00
2aff236941
Merge pull request #5986 from wallabag/dependabot/npm_and_yarn/eslint-8.24.0
2022-09-26 06:59:29 +02:00
ed4022e8fb
Merge pull request #5987 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.11.1
2022-09-26 06:59:14 +02:00
254399bd38
Merge pull request #5988 from wallabag/dependabot/npm_and_yarn/sass-1.55.0
2022-09-26 06:58:58 +02:00
dedaa29c8d
Bump sass from 1.54.9 to 1.55.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.9 to 1.55.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.54.9...1.55.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 02:09:56 +00:00
b695b4c40f
Bump webpack-dev-server from 4.11.0 to 4.11.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.11.0 to 4.11.1.
- [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.11.0...v4.11.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 02:09:31 +00:00
792363e695
Bump eslint from 8.23.1 to 8.24.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.1 to 8.24.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.23.1...v8.24.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-09-26 02:08:56 +00:00
1a49567d0c
Merge pull request #5984 from wallabag/fix/api-tags-nb-entries
...
Add `nbEntries` to the API tags list response
2022-09-23 16:03:24 +02:00
812b4a906f
Add nbEntries to the API tags list response
...
So client will be able to do the same as in the web UI.
Also remove empty `div` from the tags template.
2022-09-23 15:16:38 +02:00
a452bb6204
Merge pull request #5980 from weblate/weblate-wallabag-messages
2022-09-22 07:05:50 +02:00
b768371a13
Translated using Weblate (German)
...
Currently translated at 100.0% (578 of 578 strings)
2022-09-22 00:19:06 +02:00
3095d0f178
Merge pull request #5977 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.1
...
Bump @babel/preset-env from 7.19.0 to 7.19.1
2022-09-19 09:40:36 +02:00
4783b01355
Bump @babel/preset-env from 7.19.0 to 7.19.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.0 to 7.19.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.19.1/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 >
2022-09-19 07:33:35 +00:00
8111a55b79
Merge pull request #5975 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.11
...
Bump autoprefixer from 10.4.9 to 10.4.11
2022-09-19 09:29:37 +02:00
fab2e7d196
Merge pull request #5979 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.1
...
Bump @babel/core from 7.19.0 to 7.19.1
2022-09-19 09:29:14 +02:00
badc02d6b8
Merge pull request #5972 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-09-19 09:28:50 +02:00
03763e7753
Bump @babel/core from 7.19.0 to 7.19.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.0 to 7.19.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.19.1/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-09-19 07:05:55 +00:00
c94d981083
Bump autoprefixer from 10.4.9 to 10.4.11
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.9 to 10.4.11.
- [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.9...10.4.11 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 07:04:31 +00:00
db25a7f5d8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (7 of 7 strings)
2022-09-19 09:02:44 +02:00
1baf6eeafd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-09-19 09:02:44 +02:00
f1dde1ac80
Translated using Weblate (Polish)
...
Currently translated at 100.0% (578 of 578 strings)
2022-09-19 09:02:44 +02:00
52312ed9f5
Merge pull request #5978 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.5
...
Bump postcss-scss from 4.0.4 to 4.0.5
2022-09-19 09:02:39 +02:00
210eca58ed
Merge pull request #5974 from wallabag/dependabot/npm_and_yarn/stylelint-14.12.0
...
Bump stylelint from 14.11.0 to 14.12.0
2022-09-19 09:02:20 +02:00
b8a9ba8063
Merge pull request #5976 from wallabag/dependabot/npm_and_yarn/eslint-8.23.1
...
Bump eslint from 8.23.0 to 8.23.1
2022-09-19 09:02:00 +02:00
e3a6133046
Merge pull request #5973 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
...
Bump @babel/eslint-parser from 7.18.9 to 7.19.1
2022-09-19 09:01:42 +02:00
7459ed1459
Bump postcss-scss from 4.0.4 to 4.0.5
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.4...4.0.5 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:09:39 +00:00
21b6121726
Bump eslint from 8.23.0 to 8.23.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.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.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:08:33 +00:00
bac0da8f36
Bump stylelint from 14.11.0 to 14.12.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.11.0 to 14.12.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.11.0...14.12.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-09-19 02:07:41 +00:00
d729fe8583
Bump @babel/eslint-parser from 7.18.9 to 7.19.1
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.9 to 7.19.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.19.1/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:07:10 +00:00
94a710c578
Merge pull request #5962 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.9
...
Bump autoprefixer from 10.4.8 to 10.4.9
2022-09-12 12:55:20 +02:00
d80126c19f
Update assets
2022-09-12 12:43:35 +02:00
a4f4c5902f
Bump autoprefixer from 10.4.8 to 10.4.9
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.8 to 10.4.9.
- [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.8...10.4.9 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 05:27:14 +00:00
1e042a2d60
Merge pull request #5961 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.0
2022-09-12 07:25:17 +02:00
e90a2dce4d
Bump @babel/preset-env from 7.18.10 to 7.19.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.10 to 7.19.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.19.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 05:15:01 +00:00
1423c667b2
Merge pull request #5963 from wallabag/dependabot/npm_and_yarn/sass-1.54.9
2022-09-12 07:11:24 +02:00
24f6f253f6
Merge pull request #5964 from wallabag/dependabot/npm_and_yarn/node-sass-7.0.3
2022-09-12 07:11:05 +02:00
8620aac6b6
Merge pull request #5965 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.11.0
2022-09-12 07:10:49 +02:00
669e6f44dc
Merge pull request #5966 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.0
2022-09-12 07:10:32 +02:00
101a2e14e5
Bump @babel/core from 7.18.13 to 7.19.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.13 to 7.19.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.19.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:09:58 +00:00
c7e04eb294
Bump webpack-dev-server from 4.10.1 to 4.11.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.1 to 4.11.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/v4.10.1...v4.11.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 >
2022-09-12 02:09:40 +00:00
cedb0fe342
Bump node-sass from 7.0.1 to 7.0.3
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:09:16 +00:00
5514932979
Bump sass from 1.54.8 to 1.54.9
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.8 to 1.54.9.
- [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.54.8...1.54.9 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:08:46 +00:00
5554414d79
Merge pull request #5957 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.10.1
2022-09-05 19:53:33 +02:00
63ece0e41c
Merge pull request #5958 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.6
2022-09-05 19:44:13 +02:00
03900a54c0
Merge pull request #5956 from wallabag/dependabot/npm_and_yarn/sass-1.54.8
2022-09-05 19:43:33 +02:00
ed6b0fbd9f
Bump terser-webpack-plugin from 5.3.5 to 5.3.6
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.5 to 5.3.6.
- [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.5...v5.3.6 )
---
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 >
2022-09-05 12:58:28 +00:00
86b136f65f
Bump webpack-dev-server from 4.10.0 to 4.10.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.0 to 4.10.1.
- [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.10.0...v4.10.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 12:58:13 +00:00
d73b9275f2
Bump sass from 1.54.5 to 1.54.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.5 to 1.54.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.54.5...1.54.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 12:58:01 +00:00
ff3a670e19
Merge pull request #5955 from weblate/weblate-wallabag-messages
2022-09-05 06:35:35 +02:00
dab677fbc3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-09-04 10:18:32 +02:00
94a84d3d1d
Merge pull request #5948 from wallabag/dependabot/npm_and_yarn/jquery-3.6.1
...
Bump jquery from 3.6.0 to 3.6.1
2022-08-30 13:22:01 +02:00
fe4864f50f
Rebuild assets
2022-08-30 13:09:14 +02:00
d300c3efc1
Merge pull request #5947 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-28.0.0
2022-08-29 06:50:52 +02:00
b30b460ba1
Merge pull request #5949 from wallabag/dependabot/npm_and_yarn/eslint-8.23.0
2022-08-29 06:49:26 +02:00
58572d8005
Bump eslint from 8.22.0 to 8.23.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.22.0 to 8.23.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.22.0...v8.23.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-08-29 02:10:35 +00:00
ea8623d899
Bump jquery from 3.6.0 to 3.6.1
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.6.1 )
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 02:10:16 +00:00
4a3d767202
Bump stylelint-config-standard from 26.0.0 to 28.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 26.0.0 to 28.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/26.0.0...28.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 02:09:51 +00:00
8fb6a91d56
Merge pull request #5944 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-26 16:25:17 +02:00
cbe77537b1
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 13.4% (78 of 578 strings)
2022-08-26 04:20:12 +02:00
873f1358b0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 12.5% (5 of 40 strings)
2022-08-26 04:20:08 +02:00
b73491e822
Merge pull request #5942 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.13
...
Bump @babel/core from 7.18.9 to 7.18.13
2022-08-22 20:55:16 +02:00
3e7494bef6
Merge pull request #5941 from wallabag/dependabot/npm_and_yarn/stylelint-14.11.0
...
Bump stylelint from 14.9.1 to 14.11.0
2022-08-22 20:54:29 +02:00
3b9b1fd611
Merge pull request #5937 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-22 20:52:19 +02:00
47ce4182d9
Bump stylelint from 14.9.1 to 14.11.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.9.1 to 14.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/14.9.1...14.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 >
2022-08-22 18:37:58 +00:00
1d490f7712
Merge pull request #5939 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.5
...
Bump terser-webpack-plugin from 5.3.4 to 5.3.5
2022-08-22 20:35:23 +02:00
e81f8043b3
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2022-08-22 20:21:11 +02:00
7f05c5e583
Merge pull request #5910 from iamvar/gitattributes
...
Add .gitattributes, exclude tests from archive
2022-08-22 20:21:05 +02:00
32428194cc
Bump @babel/core from 7.18.9 to 7.18.13
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.9 to 7.18.13.
- [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.18.13/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-08-22 18:16:04 +00:00
44b9cb5fff
Merge pull request #5940 from wallabag/dependabot/npm_and_yarn/sass-1.54.5
...
Bump sass from 1.54.4 to 1.54.5
2022-08-22 20:14:59 +02:00
fd5fbaaefc
Merge pull request #5922 from wallabag/dependabot/npm_and_yarn/postcss-8.4.16
...
Bump postcss from 8.4.14 to 8.4.16
2022-08-22 20:14:01 +02:00
e7b43150b3
Bump terser-webpack-plugin from 5.3.4 to 5.3.5
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.4 to 5.3.5.
- [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.4...v5.3.5 )
---
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 >
2022-08-22 18:13:44 +00:00
e03cf56757
Merge pull request #5920 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.10
...
Bump @babel/preset-env from 7.18.9 to 7.18.10
2022-08-22 20:12:05 +02:00
ad4ea3abcc
Merge pull request #5912 from wallabag/dependabot/npm_and_yarn/webpack-5.74.0
...
Bump webpack from 5.73.0 to 5.74.0
2022-08-22 20:11:45 +02:00
12ac1597cb
Bump sass from 1.54.4 to 1.54.5
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.4 to 1.54.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.54.4...1.54.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:05:07 +00:00
2872dbc876
Bump postcss from 8.4.14 to 8.4.16
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.14 to 8.4.16.
- [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.14...8.4.16 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:05:03 +00:00
ee1b2af5b7
Bump @babel/preset-env from 7.18.9 to 7.18.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.9 to 7.18.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.18.10/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 >
2022-08-22 18:04:55 +00:00
6e4b650c04
Bump webpack from 5.73.0 to 5.74.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:04:44 +00:00
abcbbc9043
Merge pull request #5911 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.8
...
Bump autoprefixer from 10.4.7 to 10.4.8
2022-08-22 20:03:22 +02:00
cd4105bbe9
Fix tests
2022-08-22 19:57:57 +02:00
c1dd6bab0b
Rebuild assets
2022-08-22 19:53:24 +02:00
51c9c2285f
Bump autoprefixer from 10.4.7 to 10.4.8
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.7 to 10.4.8.
- [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.7...10.4.8 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 12:59:18 +00:00
2e2cefc92f
Merge pull request #5934 from wallabag/dependabot/npm_and_yarn/eslint-8.22.0
...
Bump eslint from 8.20.0 to 8.22.0
2022-08-15 14:57:14 +02:00
6d3450357b
Bump eslint from 8.20.0 to 8.22.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.20.0 to 8.22.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.20.0...v8.22.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-08-15 14:52:35 +02:00
e58a801c4a
Merge pull request #5933 from wallabag/dependabot/npm_and_yarn/sass-1.54.4
...
Bump sass from 1.54.0 to 1.54.4
2022-08-15 14:51:36 +02:00
e4a58711f9
Bump sass from 1.54.0 to 1.54.4
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.0 to 1.54.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.54.0...1.54.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 14:44:12 +02:00
1da1458e3d
Merge pull request #5916 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-15 13:18:39 +02:00
bc4e9aa908
Translated using Weblate (Galician)
...
Currently translated at 100.0% (578 of 578 strings)
2022-08-15 13:10:37 +02:00
0d90358d07
Merge pull request #5931 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.4
...
Bump terser-webpack-plugin from 5.3.3 to 5.3.4
2022-08-15 13:10:33 +02:00
14c05e275e
Merge pull request #5930 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.10.0
...
Bump webpack-dev-server from 4.9.3 to 4.10.0
2022-08-15 13:09:21 +02:00
90920553eb
Bump terser-webpack-plugin from 5.3.3 to 5.3.4
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.3 to 5.3.4.
- [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.3...v5.3.4 )
---
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 >
2022-08-15 02:05:09 +00:00
a5d1efd4d6
Bump webpack-dev-server from 4.9.3 to 4.10.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.10.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/v4.9.3...v4.10.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 >
2022-08-15 02:04:57 +00:00
a45c2ff658
Add .gitattributes, exclude tests from archive
2022-07-31 14:39:48 +03:00
57d018248c
Merge pull request #5907 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.9
2022-07-25 06:38:00 +02:00
d1463d1073
Bump @babel/preset-env from 7.18.6 to 7.18.9
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.6 to 7.18.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.18.9/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 >
2022-07-25 04:26:47 +00:00
ef60e561f4
Merge pull request #5908 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.18.9
2022-07-25 06:22:23 +02:00
496fdd44f7
Bump @babel/eslint-parser from 7.18.2 to 7.18.9
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.2 to 7.18.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.18.9/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 >
2022-07-25 04:04:45 +00:00
e93c0b08c6
Merge pull request #5906 from wallabag/dependabot/npm_and_yarn/sass-1.54.0
2022-07-25 06:02:07 +02:00
5b491799c1
Merge pull request #5905 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.9
2022-07-25 06:01:35 +02:00
c513147c94
Bump sass from 1.53.0 to 1.54.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.53.0 to 1.54.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.53.0...1.54.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 02:04:59 +00:00
51f9c1d96e
Bump @babel/core from 7.18.6 to 7.18.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.6 to 7.18.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.18.9/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-07-25 02:04:31 +00:00
1c6bc9ab3f
Merge pull request #5902 from weblate/weblate-wallabag-messages
2022-07-22 00:03:35 +02:00
67caee2e2c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-07-21 21:17:47 +02:00
c92622ff5e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (578 of 578 strings)
2022-07-21 21:17:47 +02:00
b7a7936db2
Merge pull request #5901 from wallabag/dependabot/npm_and_yarn/terser-5.14.2
...
Bump terser from 5.14.0 to 5.14.2
2022-07-21 08:38:59 +02:00
55ee9b88eb
Build assets
2022-07-21 08:23:35 +02:00
f6e0a9de33
Bump terser from 5.14.0 to 5.14.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-21 05:50:24 +00:00
4d0d64579c
Merge pull request #5898 from wallabag/dependabot/npm_and_yarn/highlight.js-11.6.0
2022-07-18 10:09:44 +02:00
787c569193
Rebuild assets
...
And update Composer deps
2022-07-18 09:52:22 +02:00
395c2de900
Bump highlight.js from 11.5.1 to 11.6.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.5.1 to 11.6.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.5.1...11.6.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-07-18 09:52:21 +02:00
ff7f89e593
Merge pull request #5897 from wallabag/dependabot/npm_and_yarn/postcss-loader-7.0.1
2022-07-18 06:24:47 +02:00
f55865ba21
Merge pull request #5896 from wallabag/dependabot/npm_and_yarn/eslint-8.20.0
2022-07-18 06:24:27 +02:00
b8630964d5
Bump postcss-loader from 7.0.0 to 7.0.1
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 7.0.0 to 7.0.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/v7.0.0...v7.0.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 >
2022-07-18 02:04:15 +00:00
2560950780
Bump eslint from 8.19.0 to 8.20.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.19.0 to 8.20.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.19.0...v8.20.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-07-18 02:04:03 +00:00
7130f4ea1b
Merge pull request #5892 from wallabag/dependabot/npm_and_yarn/stylelint-scss-4.3.0
2022-07-11 06:57:40 +02:00
25db404dd3
Bump stylelint-scss from 4.2.0 to 4.3.0
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 4.2.0 to 4.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/v4.2.0...v4.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 >
2022-07-11 02:10:14 +00:00
3f6faa1ef6
Merge pull request #5882 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.6
2022-07-04 08:00:37 +02:00
62a0590ea8
Bump @babel/preset-env from 7.18.2 to 7.18.6
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.2 to 7.18.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.18.6/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 >
2022-07-04 05:48:36 +00:00
66a8002c14
Merge pull request #5880 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.2
2022-07-04 07:46:21 +02:00
7e79a69fa2
Merge pull request #5881 from wallabag/dependabot/npm_and_yarn/eslint-8.19.0
2022-07-04 07:46:05 +02:00
04139ca45e
Merge pull request #5883 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.6
2022-07-04 07:45:42 +02:00
f22e98c65f
Merge pull request #5884 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.3
2022-07-04 07:45:26 +02:00
7af78ae542
Bump webpack-dev-server from 4.9.2 to 4.9.3
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.2 to 4.9.3.
- [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.9.2...v4.9.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 02:05:25 +00:00
84746674ea
Bump @babel/core from 7.18.5 to 7.18.6
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.5 to 7.18.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.18.6/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-07-04 02:05:08 +00:00
bbebba3f92
Bump eslint from 8.18.0 to 8.19.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.18.0 to 8.19.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.18.0...v8.19.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-07-04 02:03:34 +00:00
91d7533f90
Bump sass-loader from 13.0.1 to 13.0.2
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.1 to 13.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/v13.0.1...v13.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 >
2022-07-04 02:03:23 +00:00
37f13a2275
Merge pull request #5875 from wallabag/dependabot/npm_and_yarn/sass-1.53.0
2022-06-27 06:40:01 +02:00
83e6fb11ea
Bump sass from 1.52.3 to 1.53.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.3 to 1.53.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.52.3...1.53.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 04:28:27 +00:00
1d324f368d
Merge pull request #5874 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-3.2.0
2022-06-27 06:19:53 +02:00
0952142785
Merge pull request #5876 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.1
2022-06-27 06:18:56 +02:00
b7b61a40a1
Bump sass-loader from 13.0.0 to 13.0.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.0 to 13.0.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/v13.0.0...v13.0.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 >
2022-06-27 02:22:13 +00:00
0e8bbfdbab
Bump eslint-webpack-plugin from 3.1.1 to 3.2.0
...
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin ) from 3.1.1 to 3.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/v3.1.1...v3.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 >
2022-06-27 02:21:12 +00:00
cfb60af0c2
Merge pull request #5866 from wallabag/dependabot/npm_and_yarn/eslint-8.18.0
2022-06-21 06:47:14 +02:00
d787d3cdd2
Merge pull request #5867 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-26.0.0
2022-06-21 06:46:52 +02:00
075c44552f
Merge pull request #5868 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.5
2022-06-21 06:46:31 +02:00
9e0c57c349
Merge pull request #5869 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.6.1
2022-06-21 06:46:16 +02:00
7f4eedd833
Bump mini-css-extract-plugin from 2.6.0 to 2.6.1
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.6.0 to 2.6.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.6.0...v2.6.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 >
2022-06-20 02:03:15 +00:00
3801f14c0a
Bump @babel/core from 7.18.2 to 7.18.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.2 to 7.18.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.18.5/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-06-20 02:02:58 +00:00
3c70c00e40
Bump stylelint-config-standard from 25.0.0 to 26.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 25.0.0 to 26.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/25.0.0...26.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 02:02:44 +00:00
2f7e2cf6b2
Bump eslint from 8.17.0 to 8.18.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.17.0 to 8.18.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.17.0...v8.18.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-06-20 02:02:30 +00:00
a84ca8a525
Merge pull request #5862 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-06-15 10:07:51 +02:00
821093c033
Translated using Weblate (German)
...
Currently translated at 99.1% (573 of 578 strings)
2022-06-15 10:00:18 +02:00
10f96ec555
Merge pull request #5855 from wallabag/dependabot/npm_and_yarn/mathjax-3.2.2
...
Bump mathjax from 3.2.1 to 3.2.2
2022-06-13 09:23:43 +02:00
a177bccdbf
Rebuild assets
2022-06-13 09:18:25 +02:00
dda2190e1b
Merge pull request #5854 from weblate/weblate-wallabag-messages
2022-06-13 06:14:38 +02:00
e50f2daf76
Translated using Weblate (Portuguese)
...
Currently translated at 62.6% (362 of 578 strings)
2022-06-13 06:02:08 +02:00
274d6d325c
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (578 of 578 strings)
2022-06-13 06:02:08 +02:00
1f4de1bc51
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2022-06-13 06:02:08 +02:00
519af0781c
Merge pull request #5856 from wallabag/dependabot/npm_and_yarn/stylelint-14.9.1
2022-06-13 06:02:04 +02:00
8ddafbf5a4
Merge pull request #5857 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.10.0
2022-06-13 06:01:44 +02:00
31da1c6a05
Merge pull request #5858 from wallabag/dependabot/npm_and_yarn/sass-1.52.3
2022-06-13 06:01:21 +02:00
5edc1625c3
Bump sass from 1.52.2 to 1.52.3
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.2 to 1.52.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.52.2...1.52.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:53 +00:00
ddb367cdcc
Bump webpack-cli from 4.9.2 to 4.10.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:41 +00:00
4ce4cc94ea
Bump stylelint from 14.8.5 to 14.9.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.5 to 14.9.1.
- [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.8.5...14.9.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:31 +00:00
805d40d658
Bump mathjax from 3.2.1 to 3.2.2
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.2.1...3.2.2 )
---
updated-dependencies:
- dependency-name: mathjax
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:18 +00:00
437f2c5909
Merge pull request #5851 from wallabag/release/automate-package-creation
2022-06-09 11:53:43 +02:00
aa029ea73e
Automatically create the package after a release
...
And then upload it to the created release.
One less step during the release process 💪
We are using that GitHub Actions: https://github.com/shogo82148/actions-upload-release-asset
I've also:
- updated the release script to clone the repo using `https` instead of `git` (otherwise it failed during the build)
- use `md5sum` instead of `md5` because the latest isn't available in GitHub Actions
2022-06-09 11:30:14 +02:00
53ce0b91b5
Merge pull request #5850 from weblate/weblate-wallabag-messages
2022-06-09 07:49:01 +02:00
14a1755445
Translated using Weblate (French)
...
Currently translated at 100.0% (578 of 578 strings)
2022-06-09 07:16:39 +02:00
652e0e63bc
Merge pull request #5849 from wallabag/release/2.5.1
2022-06-09 06:36:16 +02:00
c2ef197726
Prepare 2.5.1
...
And also update Composer & Yarn deps.
2022-06-08 23:13:37 +02:00
a505e9a1b5
docker: bump nodejs to 16
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-06-08 23:13:37 +02:00
b9e25a8810
Merge pull request #5840 from wallabag/fix/chip
...
material: fix "untagged entries" chip style
2022-06-08 07:15:14 +02:00
1d1c2a3311
material: fix "untagged entries" chip style
...
The longest translated string for "Untagged entries" seems to be the
greek "Καταχωρίσεις χωρίς ετικέτες"
Fixes #5632
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-06-07 14:42:14 +02:00
88a92dd734
Merge pull request #5848 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.2
2022-06-07 08:23:29 +02:00
d66a320d4f
Bump webpack-dev-server from 4.9.0 to 4.9.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.2.
- [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.9.0...v4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-07 06:16:59 +00:00
9d804b9386
Merge pull request #5841 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.3
2022-06-07 08:00:27 +02:00
850cb539fd
Merge pull request #5842 from wallabag/dependabot/npm_and_yarn/sass-1.52.2
2022-06-07 08:00:11 +02:00
18f57c58a9
Merge pull request #5843 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.1
2022-06-07 07:59:56 +02:00
d523fbb024
Merge pull request #5844 from wallabag/dependabot/npm_and_yarn/webpack-5.73.0
2022-06-07 07:59:37 +02:00
901a320cb3
Merge pull request #5845 from wallabag/dependabot/npm_and_yarn/eslint-8.17.0
2022-06-07 07:59:22 +02:00
d57694bfc9
Merge pull request #5846 from weblate/weblate-wallabag-messages
2022-06-07 07:06:23 +02:00
932a1cb422
Translated using Weblate (Hungarian)
...
Currently translated at 54.8% (317 of 578 strings)
2022-06-06 20:14:33 +02:00
e934516b28
Translated using Weblate (Thai)
...
Currently translated at 78.3% (453 of 578 strings)
2022-06-06 20:14:33 +02:00
6999f32020
Translated using Weblate (Portuguese)
...
Currently translated at 62.4% (361 of 578 strings)
2022-06-06 20:14:32 +02:00
9a5821eb09
Translated using Weblate (Polish)
...
Currently translated at 86.8% (502 of 578 strings)
2022-06-06 20:14:32 +02:00
67e1bb06b7
Translated using Weblate (Occitan)
...
Currently translated at 82.8% (479 of 578 strings)
2022-06-06 20:14:31 +02:00
a56c5d07ba
Translated using Weblate (Italian)
...
Currently translated at 82.1% (475 of 578 strings)
2022-06-06 20:14:30 +02:00
338d8b25e2
Translated using Weblate (French)
...
Currently translated at 98.7% (571 of 578 strings)
2022-06-06 20:14:30 +02:00
024cae54e9
Bump eslint from 8.16.0 to 8.17.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.16.0 to 8.17.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.16.0...v8.17.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-06-06 02:04:32 +00:00
ed45f594d9
Bump webpack from 5.72.1 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:04:20 +00:00
9c32732f2a
Bump webpack-dev-server from 4.9.0 to 4.9.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.1.
- [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.9.0...v4.9.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:04:04 +00:00
eee16a9a4f
Bump sass from 1.52.1 to 1.52.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.52.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.52.1...1.52.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:03:44 +00:00
9a8f298f8c
Bump terser-webpack-plugin from 5.3.1 to 5.3.3
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.1 to 5.3.3.
- [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.1...v5.3.3 )
---
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 >
2022-06-06 02:03:25 +00:00
1bd1a6f6a0
Merge pull request #5833 from wallabag/fix/2fa-template-missing
2022-05-31 10:38:05 +02:00
d1bafed5ce
Merge pull request #5834 from wallabag/fix/update-deps
...
Update some deps
2022-05-30 15:23:28 +02:00
8376fc4c08
Update some deps
...
Mostly to have some up to date site config.
2022-05-30 13:56:21 +02:00
031f5d27d8
Fix error about template not found
...
Following bundle inheritance removal
2022-05-30 13:40:26 +02:00
96b7b7b831
Merge pull request #5831 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.2
2022-05-30 05:54:04 +02:00
212c96fd7d
Merge pull request #5832 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.2
2022-05-30 05:53:46 +02:00
9a4df92333
Bump @babel/core from 7.18.0 to 7.18.2
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.0 to 7.18.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.18.2/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-05-30 03:46:54 +00:00
76fb37c538
Bump @babel/preset-env from 7.18.0 to 7.18.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.0 to 7.18.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.18.2/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 >
2022-05-30 03:46:50 +00:00
3036a4f6ba
Merge pull request #5830 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.5
2022-05-30 05:45:25 +02:00
8a425e1008
Merge pull request #5829 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.18.2
2022-05-30 05:45:09 +02:00
bca556edff
Bump stylelint from 14.8.3 to 14.8.5
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.3 to 14.8.5.
- [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.8.3...14.8.5 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 02:02:37 +00:00
edf4e11301
Bump @babel/eslint-parser from 7.17.0 to 7.18.2
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.17.0 to 7.18.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.18.2/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 02:02:27 +00:00
7ecee6bae3
Merge pull request #5820 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.0
2022-05-23 13:27:50 +02:00
1d0343b595
Bump sass-loader from 12.6.0 to 13.0.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.6.0 to 13.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/v12.6.0...v13.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 >
2022-05-23 10:09:48 +00:00
b6955fe278
Merge pull request #5812 from wallabag/dependabot/npm_and_yarn/postcss-loader-7.0.0
2022-05-23 12:07:24 +02:00
f26231066e
Bump postcss-loader from 6.2.1 to 7.0.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.2.1 to 7.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/v6.2.1...v7.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 >
2022-05-23 09:48:44 +00:00
753417747c
Merge pull request #5822 from wallabag/fix/use-node-16
2022-05-23 11:47:03 +02:00
bfaf4f7bfd
Merge pull request #5816 from wallabag/dependabot/npm_and_yarn/mathjax-3.2.1
...
Bump mathjax from 3.2.0 to 3.2.1
2022-05-23 08:14:04 +02:00
f265accfc6
Rebuild assets
2022-05-23 08:09:35 +02:00
ce8369ce2d
Jump to Node 16 to build assets
2022-05-23 08:04:16 +02:00
7efaaa40c5
Merge pull request #5821 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.0
2022-05-23 06:48:45 +02:00
f004cd3df0
Bump @babel/core from 7.17.10 to 7.18.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.10 to 7.18.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.18.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 04:24:11 +00:00
faac317563
Merge pull request #5819 from wallabag/dependabot/npm_and_yarn/postcss-8.4.14
2022-05-23 06:19:15 +02:00
f52ef455bf
Merge pull request #5818 from wallabag/dependabot/npm_and_yarn/eslint-8.16.0
2022-05-23 06:18:59 +02:00
9bfccb795c
Merge pull request #5817 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.0
2022-05-23 06:18:45 +02:00
8fcbdf59fb
Merge pull request #5815 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.3
2022-05-23 06:18:14 +02:00
172ebeadb7
Merge pull request #5814 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.3.0
2022-05-23 06:17:55 +02:00
80e4571569
Merge pull request #5813 from wallabag/dependabot/npm_and_yarn/sass-1.52.1
2022-05-23 06:17:37 +02:00
be092d22ea
Bump postcss from 8.4.13 to 8.4.14
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.13 to 8.4.14.
- [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.13...8.4.14 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:04:47 +00:00
e710ae923c
Bump eslint from 8.15.0 to 8.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.15.0 to 8.16.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.15.0...v8.16.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-05-23 02:04:37 +00:00
dccec39efd
Bump @babel/preset-env from 7.17.10 to 7.18.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.17.10 to 7.18.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.18.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:04:25 +00:00
4ec104106a
Bump mathjax from 3.2.0 to 3.2.1
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.2.0...3.2.1 )
---
updated-dependencies:
- dependency-name: mathjax
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:40 +00:00
01986825c8
Bump stylelint from 14.8.2 to 14.8.3
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.2 to 14.8.3.
- [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.8.2...14.8.3 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:30 +00:00
5eccfbd6e5
Bump stylelint-webpack-plugin from 3.2.0 to 3.3.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.2.0 to 3.3.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/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:12 +00:00
d254cfaa6f
Bump sass from 1.51.0 to 1.52.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.51.0 to 1.52.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.51.0...1.52.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:03 +00:00
84c026081b
Merge pull request #5799 from wallabag/release/2.5.0
2022-05-20 16:30:22 +02:00
db3e0dd175
Add info about translations
2022-05-20 16:11:07 +02:00
67ead77375
Add deprecated section in changelog
2022-05-20 15:47:07 +02:00
83f8ddccf0
Merge pull request #5800 from weblate/weblate-wallabag-messages
2022-05-20 07:17:23 +02:00
e0f234e568
Translated using Weblate (Indonesian)
...
Currently translated at 1.3% (8 of 578 strings)
2022-05-19 06:17:19 +02:00
eed182c591
Translated using Weblate (Galician)
...
Currently translated at 100.0% (40 of 40 strings)
2022-05-19 06:17:18 +02:00
4649745a6f
Translated using Weblate (Galician)
...
Currently translated at 100.0% (578 of 578 strings)
2022-05-19 06:17:18 +02:00
1a5348a8b8
Prepare 2.5.0 release
2022-05-17 20:29:28 +02:00
96340e633d
Merge pull request #5797 from wallabag/dependabot/npm_and_yarn/webpack-5.72.1
2022-05-16 06:23:44 +02:00
40e906e69d
Merge pull request #5795 from weblate/weblate-wallabag-messages
2022-05-16 06:23:24 +02:00
c713d5bf60
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (578 of 578 strings)
2022-05-16 06:16:42 +02:00
8d3c5ebada
Bump webpack from 5.72.0 to 5.72.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.72.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-16 02:01:40 +00:00
5ef97e63c3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (40 of 40 strings)
2022-05-14 16:44:19 +02:00
5809d7b072
Merge pull request #5794 from wallabag/2.5.0
...
Merge branch 2.5.0 in master
2022-05-14 16:44:13 +02:00
6e39c92ead
Merge pull request #5775 from wallabag/issue/5773
...
Deprecate mobi export
2022-05-14 14:35:55 +02:00
37019b5ad5
Fix tests
2022-05-13 14:15:19 +02:00
4947ea6758
Merge remote-tracking branch 'origin/master' into 2.5.0
2022-05-13 13:50:50 +02:00
c87c91d3df
Update message
2022-05-13 09:56:35 +02:00
6824914eb5
Deprecate mobi export
...
- Disable mobi export on new installations
- Put a note in the setting label
Closes #5773
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-05-13 09:52:43 +02:00
e1957c08e4
Merge pull request #5791 from yguedidi/drop-php-prior-to-7.4
...
Drop PHP prior to 7.4
2022-05-13 09:51:09 +02:00
249b8134b1
Merge pull request #5792 from weblate/weblate-wallabag-messages
2022-05-13 09:31:11 +02:00
8e8f19720f
Update PHP dependencies
...
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| Production Changes | From | To | Compare |
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| craue/config-bundle | 2.4.0 | 2.5.0 | https://github.com/craue/CraueConfigBundle/compare/2.4.0...2.5.0 |
| http-interop/http-factory-guzzle | 1.1.1 | 1.2.0 | https://github.com/http-interop/http-factory-guzzle/compare/1.1.1...1.2.0 |
| j0k3r/httplug-ssrf-plugin | v2.0.1 | v2.0.2 | https://github.com/j0k3r/httplug-ssrf-plugin/compare/v2.0.1...v2.0.2 |
| laminas/laminas-code | 3.4.1 | 3.5.1 | https://github.com/laminas/laminas-code/compare/3.4.1...3.5.1 |
| laminas/laminas-diactoros | 2.4.1 | 2.10.0 | https://github.com/laminas/laminas-diactoros/compare/2.4.1...2.10.0 |
| laminas/laminas-eventmanager | 3.2.1 | 3.5.0 | https://github.com/laminas/laminas-eventmanager/compare/3.2.1...3.5.0 |
| laminas/laminas-zendframework-bridge | 1.1.1 | 1.5.0 | https://github.com/laminas/laminas-zendframework-bridge/compare/1.1.1...1.5.0 |
| ocramius/proxy-manager | 2.2.4 | 2.10.2 | https://github.com/Ocramius/ProxyManager/compare/2.2.4...2.10.2 |
| php-http/httplug-bundle | 1.19.0 | 1.24.0 | https://github.com/php-http/HttplugBundle/compare/1.19.0...1.24.0 |
| php-http/stopwatch-plugin | 1.3.0 | 1.4.1 | https://github.com/php-http/stopwatch-plugin/compare/1.3.0...1.4.1 |
| psr/container | 1.1.1 | 1.1.2 | https://github.com/php-fig/container/compare/1.1.1...1.1.2 |
| webimpress/safe-writer | NEW | 2.2.0 | |
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
2022-05-13 07:29:23 +02:00
1bd86e156e
Drop PHP prior to 7.4
2022-05-13 07:29:23 +02:00
9a045b87ab
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (570 of 570 strings)
2022-05-13 07:19:34 +02:00
788cb7c4c3
Merge pull request #5772 from yguedidi/fix-php-docker-image
2022-05-13 07:10:37 +02:00
ebfbdb4519
Merge pull request #5381 from wallabag/tag-search-results
2022-05-13 07:09:18 +02:00
3818cfe15f
Merge pull request #5673 from wallabag/api-config-endpoint
...
Add new endpoint for API: config
2022-05-13 00:50:32 +02:00
f1ed14b8f8
Downgrade PHP to 7.4 on Docker
2022-05-13 00:38:53 +02:00
d988065148
Fix tests on Docker by adding missing WebP support
2022-05-13 00:38:53 +02:00
2ae3ef12af
Update to the latest Composer 2.2 version
2022-05-13 00:38:53 +02:00
dce48a1d6a
Merge pull request #5785 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.11
...
Bump clipboard from 2.0.10 to 2.0.11
2022-05-10 10:12:41 +02:00
33ac3e6e21
Update assets
...
And update composer deps
2022-05-10 10:07:18 +02:00
234bc56240
Merge pull request #5788 from wallabag/dependabot/npm_and_yarn/eslint-8.15.0
2022-05-09 07:20:41 +02:00
9289efa277
Merge pull request #5786 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.0
2022-05-09 07:08:31 +02:00
1f5d165cf9
Merge pull request #5787 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.2
2022-05-09 07:07:53 +02:00
cde41d4ed0
Bump eslint from 8.14.0 to 8.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.14.0 to 8.15.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.14.0...v8.15.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-05-09 02:27:04 +00:00
657742976e
Bump stylelint from 14.8.1 to 14.8.2
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.1 to 14.8.2.
- [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.8.1...14.8.2 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:26:57 +00:00
fd086330e8
Bump webpack-dev-server from 4.8.1 to 4.9.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.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/v4.8.1...v4.9.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 >
2022-05-09 02:26:41 +00:00
c8004d0778
Bump clipboard from 2.0.10 to 2.0.11
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:26:30 +00:00
09126c2c8e
Merge pull request #5783 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-05-06 10:04:20 +02:00
5ccfc98b47
Translated using Weblate (Galician)
...
Currently translated at 100.0% (569 of 569 strings)
2022-05-06 08:14:32 +02:00
4f96305db7
Merge pull request #5778 from yguedidi/upgrade-php-dependencies
2022-05-03 23:13:11 +02:00
984a0d13f9
Upgrade PHP dependencies
...
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
| Production Changes | From | To | Compare |
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
| behat/transliterator | v1.3.0 | v1.5.0 | https://github.com/Behat/Transliterator/compare/v1.3.0...v1.5.0 |
| clue/stream-filter | v1.5.0 | v1.6.0 | https://github.com/clue/stream-filter/compare/v1.5.0...v1.6.0 |
| doctrine/dbal | 2.13.6 | 2.13.9 | https://github.com/doctrine/dbal/compare/2.13.6...2.13.9 |
| doctrine/deprecations | v0.5.3 | v1.0.0 | https://github.com/doctrine/deprecations/compare/v0.5.3...v1.0.0 |
| doctrine/instantiator | 1.4.0 | 1.4.1 | https://github.com/doctrine/instantiator/compare/1.4.0...1.4.1 |
| j0k3r/graby-site-config | 1.0.146 | 1.0.150 | https://github.com/j0k3r/graby-site-config/compare/1.0.146...1.0.150 |
| paragonie/constant_time_encoding | v2.4.0 | v2.5.0 | https://github.com/paragonie/constant_time_encoding/compare/v2.4.0...v2.5.0 |
| php-http/httplug | 2.2.0 | 2.3.0 | https://github.com/php-http/httplug/compare/2.2.0...2.3.0 |
| php-http/logger-plugin | 1.2.2 | 1.3.0 | https://github.com/php-http/logger-plugin/compare/1.2.2...1.3.0 |
| php-http/message | 1.12.0 | 1.13.0 | https://github.com/php-http/message/compare/1.12.0...1.13.0 |
| phpseclib/phpseclib | 3.0.12 | 3.0.14 | https://github.com/phpseclib/phpseclib/compare/3.0.12...3.0.14 |
| phpstan/phpdoc-parser | 1.2.0 | 1.4.5 | https://github.com/phpstan/phpdoc-parser/compare/1.2.0...1.4.5 |
| simplepie/simplepie | 1.5.8 | 1.6.0 | https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0 |
| spomky-labs/otphp | v10.0.1 | v10.0.3 | https://github.com/Spomky-Labs/otphp/compare/v10.0.1...v10.0.3 |
| symfony/deprecation-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v2.5.1 |
| symfony/http-client | v5.4.2 | v5.4.8 | https://github.com/symfony/http-client/compare/v5.4.2...v5.4.8 |
| symfony/http-client-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/http-client-contracts/compare/v2.5.0...v2.5.1 |
| symfony/mime | v5.4.3 | v5.4.8 | https://github.com/symfony/mime/compare/v5.4.3...v5.4.8 |
| symfony/polyfill-iconv | v1.24.0 | v1.25.0 | https://github.com/symfony/polyfill-iconv/compare/v1.24.0...v1.25.0 |
| symfony/polyfill-uuid | v1.24.0 | v1.25.0 | https://github.com/symfony/polyfill-uuid/compare/v1.24.0...v1.25.0 |
| symfony/service-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/service-contracts/compare/v2.5.0...v2.5.1 |
| twig/twig | v2.14.11 | v2.14.13 | https://github.com/twigphp/Twig/compare/v2.14.11...v2.14.13 |
| willdurand/negotiation | 3.0.0 | 3.1.0 | https://github.com/willdurand/Negotiation/compare/3.0.0...3.1.0 |
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
| Dev Changes | From | To | Compare |
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
| composer/pcre | 1.0.0 | 1.0.1 | https://github.com/composer/pcre/compare/1.0.0...1.0.1 |
| composer/semver | 3.2.7 | 3.3.2 | https://github.com/composer/semver/compare/3.2.7...3.3.2 |
| composer/xdebug-handler | 2.0.4 | 2.0.5 | https://github.com/composer/xdebug-handler/compare/2.0.4...2.0.5 |
| doctrine/data-fixtures | 1.5.1 | 1.5.3 | https://github.com/doctrine/data-fixtures/compare/1.5.1...1.5.3 |
| doctrine/doctrine-fixtures-bundle | 3.4.1 | 3.4.2 | https://github.com/doctrine/DoctrineFixturesBundle/compare/3.4.1...3.4.2 |
| symfony/phpunit-bridge | v6.0.7 | v6.0.8 | https://github.com/symfony/phpunit-bridge/compare/v6.0.7...v6.0.8 |
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
2022-05-03 22:50:48 +02:00
a7bf62c70d
Update composer.lock format
...
With `composer update --lock`
2022-05-03 22:40:11 +02:00
0d0baf467c
Merge pull request #5751 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.7.0
...
Bump material-design-icons-iconfont from 6.6.0 to 6.7.0
2022-05-03 15:13:42 +02:00
99f61b6807
Update assets
2022-05-03 15:09:19 +02:00
c711cae494
Merge pull request #5763 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.10
2022-05-03 09:16:55 +02:00
49b812961a
Merge pull request #5769 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.7
2022-05-03 09:16:37 +02:00
b06f669759
Bump autoprefixer from 10.4.6 to 10.4.7
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.6 to 10.4.7.
- [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.6...10.4.7 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 05:53:31 +00:00
483bcba973
Merge pull request #5757 from yguedidi/exclude-local-phpunit.xml
2022-05-03 07:53:18 +02:00
aa1374cf9d
Bump @babel/core from 7.17.9 to 7.17.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.9 to 7.17.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.17.10/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-05-03 05:51:10 +00:00
f104f7f870
Merge pull request #5749 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.5
2022-05-03 07:48:08 +02:00
a14efd975d
Merge pull request #5750 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.4
2022-05-03 07:47:52 +02:00
2f8e10da9c
Merge pull request #5764 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.17.10
2022-05-03 07:47:22 +02:00
29984497f1
Merge pull request #5770 from yguedidi/disable-xdebug-in-test-make-recipe
2022-05-03 07:46:44 +02:00
05b1f56c56
Merge pull request #5771 from yguedidi/fix-sqlite-database-location
2022-05-03 07:45:30 +02:00
1efe54859f
Fix SQLite database location
2022-05-03 06:47:58 +02:00
ff8f4079ea
Disable XDebug in test make recipe
2022-05-03 06:39:37 +02:00
28fe2d3c08
Bump babel-loader from 8.2.4 to 8.2.5
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.4 to 8.2.5.
- [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/v8.2.4...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:44:48 +00:00
1844752125
Bump postcss-scss from 4.0.3 to 4.0.4
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:43:26 +00:00
fd409f402c
Bump @babel/preset-env from 7.16.11 to 7.17.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.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.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:40:58 +00:00
d4a331af4a
Merge pull request #5753 from wallabag/dependabot/npm_and_yarn/eslint-8.14.0
2022-05-03 05:40:57 +02:00
e90a7c20e2
Merge pull request #5742 from wallabag/fix/deprecated-baggy-theme
2022-05-03 05:40:38 +02:00
e778aeacf7
Merge pull request #5762 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.1
2022-05-03 05:39:57 +02:00
1044c2ec38
Merge pull request #5765 from wallabag/dependabot/npm_and_yarn/sass-1.51.0
2022-05-03 05:39:30 +02:00
3ddf8be1b8
Merge pull request #5766 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.6
2022-05-03 05:39:14 +02:00
711f8928a7
Merge pull request #5767 from wallabag/dependabot/npm_and_yarn/postcss-8.4.13
2022-05-03 05:38:58 +02:00
20183a47a0
Bump postcss from 8.4.12 to 8.4.13
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.12 to 8.4.13.
- [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.12...8.4.13 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:45 +00:00
965d9f28cf
Bump autoprefixer from 10.4.4 to 10.4.6
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.4 to 10.4.6.
- [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.4...10.4.6 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:29 +00:00
27929bc99b
Bump sass from 1.50.1 to 1.51.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.1 to 1.51.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.50.1...1.51.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:16 +00:00
2fba8815f4
Bump stylelint from 14.7.1 to 14.8.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.7.1 to 14.8.1.
- [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.7.1...14.8.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:02:23 +00:00
acb849e1a4
Exclude local phpunit.xml
2022-04-29 00:20:20 +02:00
d28ffbd2d4
Bump eslint from 8.13.0 to 8.14.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.13.0 to 8.14.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.13.0...v8.14.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-04-25 02:56:39 +00:00
89e2ad80d7
Bump material-design-icons-iconfont from 6.6.0 to 6.7.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.6.0...v6.7.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-04-25 02:55:58 +00:00
dcddd4bdae
Merge pull request #5744 from jonas-hagen/domainname-www
2022-04-24 08:11:43 +02:00
7e6d0d61db
Merge pull request #5746 from yguedidi/remove-bundle-inheritance
2022-04-24 08:07:09 +02:00
82fc828442
Remove bundle inheritance
2022-04-24 05:56:44 +02:00
0396e15098
Use site with subdomain as tagging rule example
...
Fixes wallabag/doc#104
This change affects all translations in documentation and wallabag source.
2022-04-23 23:26:46 +02:00
9f6414785c
Fix tests
2022-04-20 23:13:17 +02:00
5077c46e4e
Added action to tag search results
2022-04-20 22:57:25 +02:00
d86f296870
Deprecated Baggy
...
- a big message will be displayed to user using the Baggy theme
- switching from Material to Baggy is no more allowed in config (it'll be forced to material)
- the theme label in the config for Baggy is now _Baggy (DEPRECATED)_
2022-04-20 22:50:08 +02:00
a885f5043a
Update tests
2022-04-20 22:14:56 +02:00
33b1c252a7
fixed review
2022-04-20 22:12:49 +02:00
aaa03cc395
Added serialization group
2022-04-20 22:12:49 +02:00
bb12538fab
Added new endpoint for API: config
2022-04-20 22:12:49 +02:00
88fd7afeb5
Merge pull request #5739 from wallabag/dependabot/npm_and_yarn/sass-1.50.1
2022-04-19 21:27:00 +02:00
baebc3cdbb
Merge pull request #5738 from wallabag/dependabot/github_actions/actions/setup-node-3
2022-04-19 21:26:42 +02:00
590d4a1ede
Bump sass from 1.50.0 to 1.50.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.0 to 1.50.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.50.0...1.50.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 19:06:45 +00:00
a5d883a55d
Bump actions/setup-node from 2 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
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 >
2022-04-19 19:05:39 +00:00
96a83ecb02
Merge pull request #5737 from turrisxyz/naveen/feat/githubactions
2022-04-19 21:05:13 +02:00
d52f00132a
Included githubactions in the dependabot config
...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com >
2022-04-19 13:55:41 -05:00
dfb43c21fd
Merge pull request #5736 from wallabag/dependabot/npm_and_yarn/async-2.6.4
2022-04-19 07:10:28 +02:00
9f3b1b3b2c
Merge pull request #5735 from wallabag/dependabot/npm_and_yarn/stylelint-14.7.1
2022-04-19 06:55:43 +02:00
0ee895da84
Bump async from 2.6.3 to 2.6.4
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 04:54:08 +00:00
e3a5d66afc
Merge pull request #5732 from turrisxyz/naveen/feat/set-perms-actions
2022-04-19 06:53:40 +02:00
69f1e6ecca
Bump stylelint from 14.6.1 to 14.7.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.6.1 to 14.7.1.
- [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.6.1...14.7.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-18 02:01:08 +00:00
8446cda519
Set permissions for GitHub actions
...
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com >
2022-04-16 01:58:38 +00:00
5a14755be9
Merge pull request #5726 from wallabag/dependabot/npm_and_yarn/highlight.js-11.5.1
...
Bump highlight.js from 11.5.0 to 11.5.1
2022-04-12 16:47:02 +02:00
88113289d7
Rebuild assets
2022-04-12 16:25:30 +02:00
cdbdf7de1f
Bump highlight.js from 11.5.0 to 11.5.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.5.0 to 11.5.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/11.5.1/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.5.0...11.5.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 >
2022-04-12 16:23:51 +02:00
c6ebd9cd25
Merge pull request #5725 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.6.0
...
Bump material-design-icons-iconfont from 6.5.0 to 6.6.0
2022-04-12 16:22:54 +02:00
82b79e6ebc
Rebuild assets
2022-04-12 16:18:15 +02:00
c341cffe0c
Bump material-design-icons-iconfont from 6.5.0 to 6.6.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.5.0...v6.6.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-04-12 16:16:42 +02:00
934f63efba
Merge pull request #5722 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.9
...
Bump @babel/core from 7.17.8 to 7.17.9
2022-04-12 16:15:55 +02:00
b57815a089
Bump @babel/core from 7.17.8 to 7.17.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.8 to 7.17.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.17.9/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-04-12 14:03:53 +00:00
d8d5f180b1
Merge pull request #5724 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.8.1
...
Bump webpack-dev-server from 4.7.4 to 4.8.1
2022-04-12 16:01:42 +02:00
54c2440edc
Merge pull request #5723 from wallabag/dependabot/npm_and_yarn/eslint-8.13.0
...
Bump eslint from 8.12.0 to 8.13.0
2022-04-12 16:01:16 +02:00
cc49b0516a
Bump eslint from 8.12.0 to 8.13.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.12.0 to 8.13.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.12.0...v8.13.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-04-12 13:52:40 +00:00
b5555514bd
Bump webpack-dev-server from 4.7.4 to 4.8.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.4 to 4.8.1.
- [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.7.4...v4.8.1 )
---
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 >
2022-04-12 13:51:15 +00:00
9e73a166a7
Merge pull request #5721 from wallabag/dependabot/npm_and_yarn/webpack-5.72.0
...
Bump webpack from 5.71.0 to 5.72.0
2022-04-12 15:49:42 +02:00
a07c4e2506
Bump webpack from 5.71.0 to 5.72.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.71.0 to 5.72.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.72.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:43:42 +00:00
fc581b0320
Merge pull request #5720 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.26.0
...
Bump eslint-plugin-import from 2.25.4 to 2.26.0
2022-04-12 15:41:24 +02:00
baf470ea3f
Bump eslint-plugin-import from 2.25.4 to 2.26.0
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.4 to 2.26.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.25.4...v2.26.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 >
2022-04-12 13:36:03 +00:00
aa88671211
Merge pull request #5727 from wallabag/dependabot/npm_and_yarn/sass-1.50.0
...
Bump sass from 1.49.11 to 1.50.0
2022-04-12 15:33:50 +02:00
a6b428c207
Bump sass from 1.49.11 to 1.50.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.11 to 1.50.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.49.11...1.50.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:23:44 +00:00
23f12f853d
Merge pull request #5729 from wallabag/fix/php-7.2-7.3-mysql
2022-04-12 15:17:36 +02:00
0ac8089eee
CI workaround for PHP < 7.4 & MySQL 8
...
The error on PHP 7.2 & 7.3 is:
> PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]
See:
- https://stackoverflow.com/q/53066962/569101
- https://stackoverflow.com/q/52364415/569101
- https://stackoverflow.com/q/51489616/569101
- https://stackoverflow.com/q/50026939/569101
Also upgrade `actions/checkout` v3
2022-04-11 22:11:22 +02:00
17f87affdb
Merge pull request #5715 from wallabag/fix-composer-dockerfile
...
Fix composer version in docker dev configuration
2022-04-04 14:35:37 +02:00
31337b0a0a
Fixed composer version in docker dev configuration
2022-04-04 14:02:13 +02:00
d0cfc547ba
Merge pull request #5713 from wallabag/dependabot/npm_and_yarn/sass-1.49.11
...
Bump sass from 1.49.9 to 1.49.11
2022-04-04 11:17:41 +02:00
c946372180
Update assets
2022-04-04 11:10:49 +02:00
3ea74bd4b2
Merge pull request #5662 from wallabag/impr/env
...
Update readme and docker development env
2022-04-04 10:59:21 +02:00
f51008aef0
Update docker-compose and Dockerfile for dev env
...
This change should ease the spawn of a development environment.
It can be used as a vscode devcontainer.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-04-04 10:10:55 +02:00
71ffcdc710
Update README
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-04-04 10:10:55 +02:00
52752cd0d9
Merge pull request #5712 from wallabag/dependabot/npm_and_yarn/webpack-5.71.0
2022-04-04 07:05:32 +02:00
8a92a7a569
Merge pull request #5714 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.7
2022-04-04 07:05:16 +02:00
56a5625ce7
Bump sass from 1.49.9 to 1.49.11
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.9 to 1.49.11.
- [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.49.9...1.49.11 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:55:08 +00:00
2b736cb32b
Bump webpack from 5.70.0 to 5.71.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.70.0 to 5.71.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.71.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:54:34 +00:00
f8c5817251
Bump symfony/phpunit-bridge from 6.0.3 to 6.0.7
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 6.0.3 to 6.0.7.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.0.3...v6.0.7 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:53:39 +00:00
4ff43814bc
Merge pull request #5708 from wallabag/fix/composer-2.3
2022-04-04 06:52:29 +02:00
fea2b46496
Composer 2.3 isn't compatible with wallabag
2022-04-01 16:09:59 +02:00
287eba084a
Merge pull request #5703 from wallabag/dependabot/composer/guzzlehttp/psr7-1.8.4
2022-03-31 06:21:38 +02:00
d50288a951
Bump guzzlehttp/psr7 from 1.8.3 to 1.8.4
...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7 ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/guzzle/psr7/releases )
- [Changelog](https://github.com/guzzle/psr7/blob/1.8.4/CHANGELOG.md )
- [Commits](https://github.com/guzzle/psr7/compare/1.8.3...1.8.4 )
---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-29 22:19:08 +00:00
e096d66667
Merge pull request #5701 from wallabag/dependabot/npm_and_yarn/minimist-1.2.6
2022-03-28 06:14:42 +02:00
971b690d75
Merge pull request #5697 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.2.0
2022-03-28 06:02:16 +02:00
2a70090a11
Merge pull request #5698 from wallabag/dependabot/npm_and_yarn/eslint-8.12.0
2022-03-28 06:01:40 +02:00
527719f8a8
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 04:01:30 +00:00
77bdaf3e17
Merge pull request #5699 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.4
2022-03-28 06:01:24 +02:00
ba6eb8e424
Merge pull request #5700 from wallabag/dependabot/npm_and_yarn/stylelint-14.6.1
2022-03-28 06:01:00 +02:00
61ee19a7a1
Bump stylelint from 14.6.0 to 14.6.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.6.0 to 14.6.1.
- [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.6.0...14.6.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:02:19 +00:00
a21bdfc2e5
Bump babel-loader from 8.2.3 to 8.2.4
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.3 to 8.2.4.
- [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/v8.2.3...v8.2.4 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:02:00 +00:00
b075eb4c38
Bump eslint from 8.11.0 to 8.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.11.0 to 8.12.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.11.0...v8.12.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-28 02:01:51 +00:00
6fa74891c8
Bump stylelint-webpack-plugin from 3.1.1 to 3.2.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.1.1 to 3.2.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/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:01:38 +00:00
073e413e1f
Merge pull request #5695 from wallabag/impr/mass-buttons
...
material: improve mass buttons style, mostly for smartphone screens
2022-03-25 12:32:16 +01:00
78ad422486
material: improve mass buttons style, mostly for smartphone screens
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-03-25 11:00:06 +01:00
59502d281a
Merge pull request #5692 from wallabag/dependabot/composer/wallabag/php-mobi-1.1.1
2022-03-23 08:16:13 +01:00
2f0cc2ef84
Bump wallabag/php-mobi from 1.1.0 to 1.1.1
...
Bumps [wallabag/php-mobi](https://github.com/wallabag/php-mobi ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/wallabag/php-mobi/releases )
- [Commits](https://github.com/wallabag/php-mobi/compare/1.1.0...1.1.1 )
---
updated-dependencies:
- dependency-name: wallabag/php-mobi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-23 03:07:23 +00:00
7a85206aba
Merge pull request #5690 from wallabag/dependabot/npm_and_yarn/node-forge-1.3.0
2022-03-22 22:31:14 +01:00
bef57e4fb8
Bump node-forge from 1.2.1 to 1.3.0
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-22 20:50:29 +00:00
974062f749
Merge pull request #5647 from wallabag/fix/epub-language
2022-03-21 22:40:01 +01:00
8f2fefe233
Merge pull request #5680 from wallabag/impr/intl
...
Replace `iconv()` calls with Transliterator
2022-03-21 22:28:49 +01:00
b7ed531c31
Merge pull request #5687 from wallabag/feature/download-webp
2022-03-21 22:17:04 +01:00
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
0049ef390b
Add some basic test
2022-03-21 21:29:30 +01:00
1b9e1d4886
add webp support
2022-03-21 21:29:26 +01:00
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
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
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
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
2c870423c4
Fix epub language
...
Ensure language has `_` instead of `-`
And update wallabag/phpepub
2022-03-21 20:56:29 +01:00
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
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
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
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
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
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
4b32192178
Merge pull request #5676 from Simounet/fix/style-row-card-regression
2022-03-15 15:39:21 +01:00
d0cfdaf10e
Fix row and card style regressions
2022-03-15 13:54:04 +01:00
eb99cacf43
Merge pull request #5664 from Simounet/feat/home-entries-updated
2022-03-15 09:34:00 +01:00
33a7b1e105
Merge pull request #5659 from agallou/sort_tag_feed_on_updated_at
2022-03-15 08:05:33 +01:00
02a88d01a6
Merge pull request #5671 from wallabag/dependabot/composer/bdunogier/guzzle-site-authenticator-1.0.1
2022-03-15 07:47:24 +01:00
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
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
201a9930f9
Card actions styled at the bottom
2022-03-14 22:13:44 +01:00
016ceb6829
ul entries list replaced by ol
2022-03-14 22:12:22 +01:00
e700cadae3
Mass action buttons extracted from entries list
2022-03-14 22:11:09 +01:00
85e91f9e67
CSS grid used for bloc mode entries and flex for card bloc
2022-03-14 22:09:07 +01:00
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
34a8f36a42
Update assets
2022-03-14 12:04:41 +01:00
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
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
be36db24ea
Update assets
2022-03-14 11:50:58 +01:00
49d5f27cd0
Merge pull request #4341 from wallabag/with-annotations-route
2022-03-14 06:44:43 +01:00
b2226686ff
Merge pull request #5668 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.1
2022-03-14 06:31:33 +01:00
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
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
68208e899a
Merge pull request #5666 from wallabag/dependabot/npm_and_yarn/eslint-8.11.0
2022-03-14 06:16:10 +01:00
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
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
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
6bd257a711
Merge pull request #5656 from wallabag/add-greek-language
...
Enabled greek translation
2022-03-08 16:39:27 +01:00
9a9d8840bb
Enabled greek translation
2022-03-08 15:30:45 +01:00
7fbbbb40f8
Merge pull request #5654 from wallabag/dependabot/npm_and_yarn/postcss-8.4.8
2022-03-08 06:25:43 +01:00
48222ed5af
Merge pull request #5655 from wallabag/dependabot/composer/ocramius/proxy-manager-2.2.4
2022-03-08 06:25:21 +01:00
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
5713402ffb
Merge pull request #5651 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.0
2022-03-08 06:14:11 +01:00
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
d1cb8f4e8a
Merge pull request #5653 from wallabag/dependabot/npm_and_yarn/webpack-5.70.0
2022-03-08 06:13:32 +01:00
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
73f4b9b54d
Bump webpack from 5.69.1 to 5.70.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.69.1 to 5.70.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.69.1...v5.70.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 03:02:25 +00:00
67ea13f0fa
Bump mini-css-extract-plugin from 2.5.3 to 2.6.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.5.3 to 2.6.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.5.3...v2.6.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 >
2022-03-07 03:02:13 +00:00
14092b8fb3
Bump css-loader from 6.6.0 to 6.7.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.6.0 to 6.7.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.6.0...v6.7.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 >
2022-03-07 03:01:54 +00:00
f2f62eb35c
Merge pull request #5648 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.7.3
2022-03-03 06:43:09 +01:00
b422209634
Bump pagerfanta/pagerfanta from 2.7.2 to 2.7.3
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/v2.7.3/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.7.2...v2.7.3 )
---
updated-dependencies:
- dependency-name: pagerfanta/pagerfanta
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-03 03:05:33 +00:00
7def677ba1
Merge pull request #5646 from wallabag/fix/tagging-rule-custom-reading-speed
2022-03-02 22:03:30 +01:00
7ec0c9f844
Fix tests
2022-03-02 20:12:08 +01:00
9160c4e713
Remove commented translations
...
Not necessary as they are handled by weblate.
2022-03-02 20:07:44 +01:00
0feee8ba9a
Fixed review
2022-03-02 20:07:44 +01:00
9992017fb7
Fixed translation file
2022-03-02 20:07:44 +01:00
cd975c5f13
Added annotated filter
2022-03-02 20:07:44 +01:00
6dfc031839
Enhanced tests and changed route
2022-03-02 20:07:43 +01:00
0aeaf0e8c2
Added tests
2022-03-02 20:07:17 +01:00
dce50ddb79
Added route to list entries with annotations
2022-03-02 20:07:17 +01:00
9a6146d2ef
Merge remote-tracking branch 'origin/master' into 2.5.0
2022-03-02 20:03:33 +01:00
10d071a4f2
Fix tests
2022-03-02 19:28:48 +01:00
5c4993832e
Fix tagging rule match when user a custom reading speed
...
By default, we assume the reading speed is 200 word per minute (WPM) when we save an entry.
User can change that value in the config and the rendering is properly performed with the user reading speed.
BUT, when the matching rule is applied, it uses the default reading time defined in the entry without applying the custom reading speed of the user.
This should fix that bug.
Also update the `wallabag:tag:all` to fix the bug when tagging all entries.
2022-03-02 19:12:33 +01:00
32aa8e8fd6
Merge pull request #5640 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.4.2
...
Bump material-design-icons-iconfont from 6.4.1 to 6.4.2
2022-02-28 14:37:51 +01:00
35774dbac8
Update assets
2022-02-28 13:54:34 +01:00
ef970311b0
Merge pull request #5641 from wallabag/dependabot/npm_and_yarn/sass-1.49.9
2022-02-28 06:19:32 +01:00
5286b97b10
Merge pull request #5642 from wallabag/dependabot/npm_and_yarn/eslint-8.10.0
2022-02-28 06:19:21 +01:00
60218ad175
Merge pull request #5643 from wallabag/dependabot/npm_and_yarn/postcss-8.4.7
2022-02-28 06:19:10 +01:00
75ba895d72
Merge pull request #5639 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.3
2022-02-28 06:18:53 +01:00
be4e74558f
Bump postcss from 8.4.6 to 8.4.7
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.6 to 8.4.7.
- [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.6...8.4.7 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:44 +00:00
55eeae3fef
Bump eslint from 8.9.0 to 8.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.9.0 to 8.10.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.9.0...v8.10.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-02-28 03:02:29 +00:00
daa0ff2fb0
Bump sass from 1.49.8 to 1.49.9
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.8 to 1.49.9.
- [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.49.8...1.49.9 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:20 +00:00
9d54674c4f
Bump material-design-icons-iconfont from 6.4.1 to 6.4.2
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/6.4.1...v6.4.2 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:04 +00:00
62b085c16d
Bump stylelint from 14.5.1 to 14.5.3
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.5.1 to 14.5.3.
- [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.1...14.5.3 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:01:54 +00:00
798fae040f
Merge pull request #5625 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.4.1
...
Bump material-design-icons-iconfont from 6.1.1 to 6.4.1
2022-02-21 10:41:16 +01:00
48a70c8071
Update assets
2022-02-21 10:19:02 +01:00
3a8e2d18b7
Bump material-design-icons-iconfont from 6.1.1 to 6.4.1
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.1.1...6.4.1 )
---
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-02-21 09:54:17 +01:00
9f59b176b5
Merge pull request #5629 from wallabag/dependabot/npm_and_yarn/sass-loader-12.6.0
2022-02-21 07:37:59 +01:00
d738cae6b8
Merge pull request #5628 from wallabag/dependabot/npm_and_yarn/webpack-5.69.1
2022-02-21 06:49:29 +01:00
e13f321686
Bump sass-loader from 12.4.0 to 12.6.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.4.0 to 12.6.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/v12.4.0...v12.6.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 >
2022-02-21 05:28:17 +00:00
e84e685199
Bump webpack from 5.68.0 to 5.69.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.68.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 05:27:20 +00:00
5a76d86dea
Merge pull request #5626 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.5
2022-02-21 06:26:47 +01:00
d55ba3f1bd
Merge pull request #5627 from wallabag/dependabot/npm_and_yarn/sass-1.49.8
2022-02-21 06:26:31 +01:00
601572e7b6
Merge pull request #5630 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.1
2022-02-21 06:25:54 +01:00
a894fa5f4f
Bump stylelint from 14.5.0 to 14.5.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.5.0 to 14.5.1.
- [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.0...14.5.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 03:03:27 +00:00
fcd8f63c92
Bump sass from 1.49.7 to 1.49.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.7 to 1.49.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.49.7...1.49.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 03:02:59 +00:00
89e94c551b
Bump @babel/core from 7.17.2 to 7.17.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.2 to 7.17.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.17.5/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-02-21 03:02:51 +00:00
5d4ca12155
Merge pull request #5622 from weblate/weblate-wallabag-messages
2022-02-18 18:55:54 +01:00
3920ece418
Translated using Weblate (Portuguese)
...
Currently translated at 63.9% (364 of 569 strings)
2022-02-18 15:55:34 +01:00
6f5298a2f5
Merge pull request #5619 from wallabag/prepare-2.4.3
...
2.4.3
2022-02-14 16:50:42 +01:00
9e5a7db740
2.4.3
...
Also exclude @dependabot from automated GitHub release
2022-02-14 16:25:16 +01:00
320c4c3b3b
Merge pull request #5618 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.2
2022-02-14 06:17:48 +01:00
362f8a77b4
Merge pull request #5617 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.0
2022-02-14 06:17:29 +01:00
6be6a811d5
Merge pull request #5616 from wallabag/dependabot/npm_and_yarn/eslint-8.9.0
2022-02-14 06:17:05 +01:00
03e1fd6d73
Merge pull request #5594 from wallabag/fix/download-image-overlapping
2022-02-14 06:05:18 +01:00
3e58de5b93
Bump @babel/core from 7.17.0 to 7.17.2
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.0 to 7.17.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.17.2/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-02-14 03:02:24 +00:00
f5e2d11f79
Bump stylelint from 14.3.0 to 14.5.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.3.0 to 14.5.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.3.0...14.5.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-02-14 03:02:12 +00:00
f8b89f375d
Bump eslint from 8.8.0 to 8.9.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.8.0 to 8.9.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.8.0...v8.9.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-02-14 03:02:04 +00:00
d9fa0c41af
Merge pull request #5614 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.14.8
...
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-12 12:47:13 +01:00
a6bf9ddcf6
Bump follow-redirects from 1.14.7 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-12 07:32:58 +00:00
7cd721997a
Merge pull request #5612 from wallabag/dependabot/composer/twig/twig-2.14.11
2022-02-11 06:21:57 +01:00
91f92118a1
Bump twig/twig from 2.14.10 to 2.14.11
...
Bumps [twig/twig](https://github.com/twigphp/Twig ) from 2.14.10 to 2.14.11.
- [Release notes](https://github.com/twigphp/Twig/releases )
- [Changelog](https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG )
- [Commits](https://github.com/twigphp/Twig/compare/v2.14.10...v2.14.11 )
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-11 02:27:41 +00:00
33fcd81bc0
Merge pull request #5599 from Monirzadeh/rtl
...
Add support for RTL content
2022-02-08 16:02:20 +01:00
84306f52a5
Rebuild assets
2022-02-08 15:54:15 +01:00
d38fe8d7af
Add support for RTL content
2022-02-08 15:51:50 +01:00
2b3ff84829
Avoid overlapping images when downloading them
2022-02-07 15:19:49 +01:00
485405190d
Merge pull request #5605 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.10
...
Bump clipboard from 2.0.9 to 2.0.10
2022-02-07 13:49:10 +01:00
84303d6ef3
Update assets
2022-02-07 13:17:58 +01:00
17f4a6bca1
Merge pull request #5608 from wallabag/dependabot/npm_and_yarn/css-loader-6.6.0
...
Bump css-loader from 6.5.1 to 6.6.0
2022-02-07 09:32:36 +01:00
70cc88216d
Bump css-loader from 6.5.1 to 6.6.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.5.1 to 6.6.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.5.1...v6.6.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 >
2022-02-07 08:14:30 +00:00
9dde3540c2
Merge pull request #5607 from wallabag/dependabot/npm_and_yarn/postcss-8.4.6
2022-02-07 09:11:34 +01:00
01e41d00ac
Merge pull request #5603 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.17.0
2022-02-07 09:11:00 +01:00
b956f3b56f
Bump @babel/eslint-parser from 7.16.5 to 7.17.0
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.16.5 to 7.17.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.17.0/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 06:23:59 +00:00
a613ce27ba
Merge pull request #5602 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.0
2022-02-07 07:21:54 +01:00
565b94491d
Bump postcss from 8.4.5 to 8.4.6
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.5 to 8.4.6.
- [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.5...8.4.6 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 06:12:48 +00:00
a340931c29
Merge pull request #5604 from wallabag/dependabot/npm_and_yarn/sass-1.49.7
2022-02-07 07:11:17 +01:00
8109cc502e
Merge pull request #5606 from wallabag/dependabot/npm_and_yarn/webpack-5.68.0
2022-02-07 07:00:45 +01:00
8a28cffeb9
Bump webpack from 5.67.0 to 5.68.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.67.0 to 5.68.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.67.0...v5.68.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 05:38:48 +00:00
7b9a6c871f
Merge pull request #5600 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.1
2022-02-07 06:35:35 +01:00
c70a6c4144
Merge pull request #5601 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.4
2022-02-07 06:35:18 +01:00
b4bfdb9db7
Bump clipboard from 2.0.9 to 2.0.10
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.9...v2.0.10 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:49 +00:00
6ad6fcbd1a
Bump sass from 1.49.0 to 1.49.7
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.0 to 1.49.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.49.0...1.49.7 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:33 +00:00
07802398a6
Bump @babel/core from 7.16.12 to 7.17.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.12 to 7.17.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.17.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:15 +00:00
51f2c5ab64
Bump webpack-dev-server from 4.7.3 to 4.7.4
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.3 to 4.7.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.7.3...v4.7.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:02 +00:00
11484f3fc3
Bump terser-webpack-plugin from 5.3.0 to 5.3.1
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.0 to 5.3.1.
- [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.0...v5.3.1 )
---
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 >
2022-02-07 03:01:54 +00:00
b3a9003da2
Merge pull request #5593 from wallabag/dependabot/composer/j0k3r/graby-2.4.1
2022-02-03 07:01:39 +01:00
0e28ba303e
Bump j0k3r/graby from 2.3.5 to 2.4.1
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.3.5 to 2.4.1.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.3.5...2.4.1 )
---
updated-dependencies:
- dependency-name: j0k3r/graby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-03 03:04:52 +00:00
a0c679d27a
Merge pull request #5591 from wallabag/fix/test-php8
...
Add build test on PHP 8.0 & 8.1
2022-01-31 13:09:56 +01:00
3c507d676f
Add build test on PHP 8.0 & 8.1
...
Add `isTransactional` to `WallabagMigration` because PHP 8 behave differently with PDO transaction.
This is a workaround because we can't upgrade Doctrine Migration for now (upper versions have the fix).
- Build is now using Composer v2 (instead of v1)
- All actions have been updated to latest version
- Fix bug in PHP 8 were `$entry->getTags()` can't be properly used as a _traversable_ by `assertContains` during tests. Added a custom method `Entry::getTagsLabel()` which return a flatted tag array with only label
- Replace `assertNotRegExp` by `assertDoesNotMatchRegularExpression` because it was deprecated
2022-01-31 12:59:39 +01:00
c57cd26d68
Merge pull request #5585 from christianjunk/master
...
Fixed wrong number of entries for tag feeds
2022-01-31 10:40:25 +01:00
4c724f2661
Fixed 'PHP-CS-Fixer.no_whitespace_in_blank_line'.
2022-01-31 01:18:04 -08:00
ac34b97f3b
Merge pull request #5586 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.9
...
Bump clipboard from 2.0.8 to 2.0.9
2022-01-31 09:25:26 +01:00
62cd0ab54a
Update assets
2022-01-31 09:14:31 +01:00
6aeaaaabdd
Merge pull request #5587 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.9.2
2022-01-31 05:37:34 +01:00
cf1da7a3a8
Merge pull request #5588 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.5.3
2022-01-31 05:37:18 +01:00
75170a94f2
Merge pull request #5589 from wallabag/dependabot/npm_and_yarn/eslint-8.8.0
2022-01-31 05:36:55 +01:00
8cb4cdd3fb
Merge pull request #5590 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.3
2022-01-31 05:27:58 +01:00
83704817ad
Bump symfony/phpunit-bridge from 6.0.0 to 6.0.3
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.0.0...v6.0.3 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:06:15 +00:00
465572d780
Bump eslint from 8.7.0 to 8.8.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.7.0 to 8.8.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.7.0...v8.8.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-01-31 03:02:29 +00:00
2290caa5c6
Bump mini-css-extract-plugin from 2.5.2 to 2.5.3
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.5.2 to 2.5.3.
- [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.5.2...v2.5.3 )
---
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 >
2022-01-31 03:02:19 +00:00
d8f57bc33d
Bump webpack-cli from 4.9.1 to 4.9.2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:12 +00:00
5b3fd1de25
Bump clipboard from 2.0.8 to 2.0.9
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:04 +00:00
fc7265f1b8
Fixed wrong number of entries for tag feeds.
2022-01-30 18:11:18 +01:00
e833fc4017
Merge pull request #5581 from weblate/weblate-wallabag-messages
2022-01-28 06:01:15 +01:00
e8720dafbc
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-28 01:54:47 +01:00
6d79d4461f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (6 of 6 strings)
2022-01-28 01:54:47 +01:00
cc99dd95b9
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (7 of 7 strings)
2022-01-28 01:54:46 +01:00
c8c0d94326
Merge pull request #5580 from weblate/weblate-wallabag-messages
2022-01-26 06:13:47 +01:00
912a4589bf
Translated using Weblate (Indonesian)
...
Currently translated at 0.1% (1 of 569 strings)
2022-01-26 05:53:51 +01:00
7ac10ee54d
Translated using Weblate (Indonesian)
...
Currently translated at 85.7% (6 of 7 strings)
2022-01-26 05:53:50 +01:00
6b0c61bf2b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-26 05:53:50 +01:00
3a8ce2ac64
Merge pull request #5578 from wallabag/dependabot/composer/m6web/redis-mock-5.2.0
2022-01-25 08:54:57 +01:00
cf4fb5de9c
Bump m6web/redis-mock from 5.1.0 to 5.2.0
...
Bumps [m6web/redis-mock](https://github.com/BedrockStreaming/RedisMock ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/BedrockStreaming/RedisMock/releases )
- [Commits](https://github.com/BedrockStreaming/RedisMock/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-25 03:04:35 +00:00
88e3312ab0
Merge pull request #5576 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.11
2022-01-24 06:58:56 +01:00
5341ec9eae
Merge pull request #5570 from wallabag/dependabot/npm_and_yarn/nanoid-3.2.0
2022-01-24 06:45:51 +01:00
28e340745d
Merge pull request #5574 from wallabag/dependabot/npm_and_yarn/stylelint-14.3.0
2022-01-24 06:44:06 +01:00
e298c21dac
Bump stylelint from 14.2.0 to 14.3.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.2.0 to 14.3.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.2.0...14.3.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-01-24 05:08:18 +00:00
f5b2b3ff2b
Merge pull request #5572 from wallabag/dependabot/npm_and_yarn/babel/core-7.16.12
2022-01-24 06:07:00 +01:00
21b155d507
Merge pull request #5573 from wallabag/dependabot/npm_and_yarn/webpack-5.67.0
2022-01-24 06:05:37 +01:00
8e3359d1a7
Merge pull request #5575 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.5.2
2022-01-24 06:04:27 +01:00
fbce07b7ec
Merge pull request #5577 from wallabag/dependabot/npm_and_yarn/sass-1.49.0
2022-01-24 06:03:40 +01:00
758f2ca311
Bump sass from 1.48.0 to 1.49.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.48.0 to 1.49.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.48.0...1.49.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:03:12 +00:00
5bcfb06aca
Bump @babel/preset-env from 7.16.8 to 7.16.11
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.8 to 7.16.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.16.11/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 >
2022-01-24 03:02:55 +00:00
33456eba7f
Bump mini-css-extract-plugin from 2.4.6 to 2.5.2
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.6 to 2.5.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.4.6...v2.5.2 )
---
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 >
2022-01-24 03:02:49 +00:00
15e7e12caa
Bump webpack from 5.66.0 to 5.67.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.66.0 to 5.67.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.66.0...v5.67.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:02:04 +00:00
41d1461c71
Bump @babel/core from 7.16.7 to 7.16.12
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.7 to 7.16.12.
- [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.16.12/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-01-24 03:01:50 +00:00
9784b517ea
Bump nanoid from 3.1.30 to 3.2.0
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [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.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-22 01:33:42 +00:00
08f057bd7a
Merge pull request #5563 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.1.1
2022-01-17 07:07:25 +01:00
67bbee9c66
Merge pull request #5562 from wallabag/dependabot/npm_and_yarn/sass-1.48.0
2022-01-17 07:07:07 +01:00
7f8cadb789
Merge pull request #5564 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-4.1.1
2022-01-17 07:06:48 +01:00
67576b96c3
Merge pull request #5561 from wallabag/dependabot/npm_and_yarn/eslint-8.7.0
2022-01-17 07:06:30 +01:00
889b0a6321
Bump stylelint-webpack-plugin from 3.1.0 to 3.1.1
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.1.0 to 3.1.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/v3.1.0...v3.1.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 >
2022-01-17 05:46:59 +00:00
9a52ff2d17
Bump eslint from 8.6.0 to 8.7.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.6.0 to 8.7.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.6.0...v8.7.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-01-17 05:46:34 +00:00
3f35486f54
Bump sass from 1.47.0 to 1.48.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.47.0 to 1.48.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.47.0...1.48.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:28 +00:00
2624f85989
Bump webpack-manifest-plugin from 4.0.2 to 4.1.1
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v4.0.2...v4.1.1 )
---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:04 +00:00
9df9d34599
Merge pull request #5565 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.8
2022-01-17 06:42:22 +01:00
9743a7a2cc
Merge pull request #5566 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.3
2022-01-17 06:41:59 +01:00
67daad2fd5
Merge pull request #5567 from wallabag/dependabot/npm_and_yarn/webpack-5.66.0
2022-01-17 06:41:34 +01:00
7b48e54ca2
Merge pull request #5568 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.3
2022-01-17 06:41:14 +01:00
90ff5b45a4
Bump webpack-dev-server from 4.7.2 to 4.7.3
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.2 to 4.7.3.
- [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.7.2...v4.7.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:03:04 +00:00
00f375dffc
Bump webpack from 5.65.0 to 5.66.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.65.0 to 5.66.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.65.0...v5.66.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:02:55 +00:00
921919ffbb
Bump postcss-scss from 4.0.2 to 4.0.3
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.2...4.0.3 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:02:42 +00:00
6f5c2d6d40
Bump @babel/preset-env from 7.16.7 to 7.16.8
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.7 to 7.16.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.16.8/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 >
2022-01-17 03:02:34 +00:00
722990988d
Merge pull request #5555 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.14.7
2022-01-13 07:13:27 +01:00
55ad2860a2
Bump follow-redirects from 1.14.6 to 1.14.7
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-13 05:51:48 +00:00
7d2bcc223f
Merge pull request #5554 from wallabag/dependabot/composer/j0k3r/graby-2.3.5
2022-01-13 06:51:16 +01:00
e373129db1
Bump j0k3r/graby from 2.3.3 to 2.3.5
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.3.3 to 2.3.5.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.3.3...2.3.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 >
2022-01-13 03:09:26 +00:00
5a2dd96dec
Merge pull request #5549 from wallabag/dependabot/npm_and_yarn/highlight.js-11.4.0
...
Bump highlight.js from 11.3.1 to 11.4.0
2022-01-10 09:06:46 +01:00
45a6e34265
Rebuild assets
2022-01-10 09:01:26 +01:00
c881be6a71
Merge pull request #5546 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.2
2022-01-10 06:45:35 +01:00
9c7f19d673
Merge pull request #5547 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.4.6
2022-01-10 06:45:17 +01:00
f3fe1a12a3
Merge pull request #5548 from wallabag/dependabot/npm_and_yarn/sass-1.47.0
2022-01-10 06:44:53 +01:00
fa86a6b26b
Bump highlight.js from 11.3.1 to 11.4.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.3.1 to 11.4.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.3.1...11.4.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-01-10 03:02:57 +00:00
d6cd1b357c
Bump sass from 1.45.2 to 1.47.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.45.2 to 1.47.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.45.2...1.47.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:40 +00:00
b61673d079
Bump mini-css-extract-plugin from 2.4.5 to 2.4.6
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.5 to 2.4.6.
- [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.4.5...v2.4.6 )
---
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 >
2022-01-10 03:02:25 +00:00
907919bba9
Bump autoprefixer from 10.4.1 to 10.4.2
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.1 to 10.4.2.
- [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.1...10.4.2 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:15 +00:00
8c120a3c42
Merge pull request #5380 from wallabag/add-random-entry-view
...
Added random button on article view
2022-01-07 23:21:23 +01:00
561c46c99c
Merge pull request #5378 from wallabag/harmonize-unread-items
...
Show when articles is read
2022-01-07 23:21:07 +01:00
da18ed13b2
Added random button on article view
2022-01-07 15:39:09 +01:00
c9a3b67c83
Show when articles is read
2022-01-07 15:37:53 +01:00
3e3823ff2b
Merge pull request #5542 from oupala/patch-1
...
Change the name of the static package's root directory
2022-01-07 15:36:49 +01:00
fc4c97e413
feat: change the name of the static package's root directory
...
Change the name of the static package's root directory so that it is `wallabag-2.4.2` instead of simply `2.4.2`.
2022-01-07 14:27:35 +01:00
3ac38d6e00
fix: shellcheck warnings
...
Fix shellcheck warnings in order to improve robustness of this script.
2022-01-06 21:49:25 +01:00
57ad76bced
Merge pull request #5541 from wallabag/fix/node-alerts
2022-01-05 22:31:34 +01:00
4ca50d95c6
Fix Dependabot alerts for tar & json-schema
2022-01-05 22:21:27 +01:00
75e0210912
Merge pull request #5540 from wallabag/fix/deps-update
...
Update deps
2022-01-05 21:59:20 +01:00
da39295c9a
Update Composer deps
2022-01-05 21:43:37 +01:00
01609f8514
Update to ESLint 8
...
And run it:
- `yarn eslint app/**/*.js --fix`
- `yarn eslint web/**/*.js --fix`
2022-01-05 21:43:32 +01:00
c32d136cd2
Merge pull request #5539 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.1.1
...
Bump material-design-icons-iconfont from 6.1.0 to 6.1.1
2022-01-05 21:08:30 +01:00
88720633f1
Rebuild assets
2022-01-05 20:58:08 +01:00
730e76fa04
Bump material-design-icons-iconfont from 6.1.0 to 6.1.1
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.1.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 20:56:26 +01:00
dbb963f539
Merge pull request #5536 from wallabag/dependabot/npm_and_yarn/sass-1.45.2
...
Bump sass from 1.37.5 to 1.45.2
2022-01-05 20:54:15 +01:00
9d1716c0e5
Rebuild assets
...
And add `postcss-scss` and fixing some issues.
2022-01-05 20:43:36 +01:00
f028a7b5b0
Merge pull request #5538 from wallabag/dependabot/npm_and_yarn/babel/core-7.16.7
2022-01-05 20:10:02 +01:00
553e69273f
Bump sass from 1.37.5 to 1.45.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.37.5 to 1.45.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.37.5...1.45.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 18:51:45 +00:00
8862c16bf4
Bump @babel/core from 7.15.0 to 7.16.7
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.0 to 7.16.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.16.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 18:51:41 +00:00
3beb8ff1dc
Merge pull request #5537 from wallabag/dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-and-stylelint-scss-14.2.0
2022-01-05 19:49:01 +01:00
979d7d46b8
Bump stylelint, stylelint-config-standard and stylelint-scss
...
Bumps [stylelint](https://github.com/stylelint/stylelint ), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ). These dependencies needed to be updated together.
Updates `stylelint` from 13.13.1 to 14.2.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/13.13.1...14.2.0 )
Updates `stylelint-config-standard` from 22.0.0 to 24.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/22.0.0...24.0.0 )
Updates `stylelint-scss` from 3.21.0 to 4.1.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/3.21.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 16:46:12 +00:00
00d103ce0c
Merge pull request #5531 from wallabag/dependabot/npm_and_yarn/postcss-8.4.5
...
Bump postcss from 8.3.6 to 8.4.5
2022-01-05 16:50:04 +01:00
7a444ed4aa
Merge pull request #5535 from marapavelka/patch-2
...
Add Czech language
2022-01-05 16:49:30 +01:00
b5813e3c9f
Merge pull request #5516 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.2
...
Bump webpack-dev-server from 3.11.2 to 4.7.2
2022-01-05 16:46:59 +01:00
dbb8fc2258
Merge pull request #5533 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.16.5
...
Bump @babel/eslint-parser from 7.15.0 to 7.16.5
2022-01-05 16:46:25 +01:00
c429a31273
Update wallabag.yml
...
Added option for Czech language.
2022-01-05 16:40:28 +01:00
100469025a
Update webpack dev server config & webpack-cli package
2022-01-05 16:40:08 +01:00
e6c51b9835
Bump @babel/eslint-parser from 7.15.0 to 7.16.5
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.15.0 to 7.16.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.16.5/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:32:37 +00:00
a641925bf9
Bump webpack-dev-server from 3.11.2 to 4.7.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.2 to 4.7.2.
- [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/v3.11.2...v4.7.2 )
---
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 >
2022-01-05 15:32:13 +00:00
859376387b
Bump postcss from 8.3.6 to 8.4.5
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.6 to 8.4.5.
- [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.3.6...8.4.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:31:07 +00:00
d860f7c724
Merge pull request #5532 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-22.0.0
...
Bump stylelint-config-standard from 21.0.0 to 22.0.0
2022-01-05 16:28:58 +01:00
e85ed8c56f
Merge pull request #5534 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.7
...
Bump @babel/preset-env from 7.15.0 to 7.16.7
2022-01-05 16:27:39 +01:00
d54e704a0f
Merge pull request #5527 from wallabag/dependabot/npm_and_yarn/style-loader-3.3.1
...
Bump style-loader from 2.0.0 to 3.3.1
2022-01-05 16:26:28 +01:00
fd799a156e
Merge pull request #5496 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.4.5
...
Bump mini-css-extract-plugin from 1.6.2 to 2.4.5
2022-01-05 16:24:58 +01:00
13b195d222
Bump @babel/preset-env from 7.15.0 to 7.16.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.0 to 7.16.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.16.7/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:20:17 +00:00
95a1711d57
Merge pull request #5499 from wallabag/dependabot/npm_and_yarn/css-loader-6.5.1
...
Bump css-loader from 5.2.7 to 6.5.1
2022-01-05 16:16:44 +01:00
9fa8ddfd46
Bump stylelint-config-standard from 21.0.0 to 22.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:11:54 +00:00
283675ccd0
Rebuild assets and update webpack config
...
And optimize images (Thanks ImageOptim)
2022-01-05 16:09:43 +01:00
a1d99e00db
Bump css-loader from 5.2.7 to 6.5.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.7 to 6.5.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/v5.2.7...v6.5.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 >
2022-01-05 16:09:42 +01:00
f6be929b19
Merge pull request #5470 from wallabag/dependabot/npm_and_yarn/highlight.js-11.3.1
...
Bump highlight.js from 10.7.3 to 11.3.1
2022-01-05 16:09:24 +01:00
7ac1217c01
Update assets
2022-01-05 16:04:40 +01:00
a792690ab6
Bump highlight.js from 10.7.3 to 11.3.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.7.3 to 11.3.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/10.7.3...11.3.1 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:56:35 +01:00
e85dbe3370
Bump mini-css-extract-plugin from 1.6.2 to 2.4.5
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.6.2 to 2.4.5.
- [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/v1.6.2...v2.4.5 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 14:11:23 +00:00
7d182fab04
Merge pull request #5523 from wallabag/dependabot/npm_and_yarn/webpack-5.65.0
...
Bump webpack from 5.48.0 to 5.65.0
2022-01-05 15:08:24 +01:00
3cc858fc7b
Merge pull request #5518 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.1
...
Bump autoprefixer from 10.3.1 to 10.4.1
2022-01-05 15:07:58 +01:00
e407f0425e
Merge pull request #5529 from wallabag/dependabot/npm_and_yarn/node-sass-7.0.1
...
Bump node-sass from 6.0.1 to 7.0.1
2022-01-05 15:07:19 +01:00
96e2e8eeeb
Rebuild assets
...
Also update GitHub Actions to latest versions
2022-01-05 14:26:10 +01:00
1bec12e9ff
Bump autoprefixer from 10.3.1 to 10.4.1
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.3.1 to 10.4.1.
- [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.3.1...10.4.1 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 14:26:06 +01:00
4d172108ef
Bump node-sass from 6.0.1 to 7.0.1
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 6.0.1 to 7.0.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.1 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:21:09 +00:00
0f1f78b0a5
Bump webpack from 5.48.0 to 5.65.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.48.0 to 5.65.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.65.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:20:18 +00:00
f283adc873
Bump style-loader from 2.0.0 to 3.3.1
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 2.0.0 to 3.3.1.
- [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/v2.0.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: style-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:18:04 +00:00
ec17cb93fa
Merge pull request #5525 from wallabag/dependabot/npm_and_yarn/stylelint-scss-3.21.0
...
Bump stylelint-scss from 3.20.1 to 3.21.0
2022-01-05 14:18:01 +01:00
a8831fd689
Merge pull request #5526 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-3.1.1
...
Bump eslint-webpack-plugin from 2.5.4 to 3.1.1
2022-01-05 14:16:25 +01:00
d1fc90cabe
Merge pull request #5524 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.3
...
Bump babel-loader from 8.2.2 to 8.2.3
2022-01-05 14:12:33 +01:00
8c8f5e4f84
Bump stylelint-scss from 3.20.1 to 3.21.0
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 3.20.1 to 3.21.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/3.20.1...3.21.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-01-05 12:58:53 +00:00
33080b718d
Bump eslint-webpack-plugin from 2.5.4 to 3.1.1
...
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin ) from 2.5.4 to 3.1.1.
- [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/v2.5.4...v3.1.1 )
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:58:13 +00:00
3a43436eda
Merge pull request #5384 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-4.0.2
...
Bump webpack-manifest-plugin from 3.2.0 to 4.0.2
2022-01-05 13:55:36 +01:00
3506cc7da3
Bump babel-loader from 8.2.2 to 8.2.3
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.2 to 8.2.3.
- [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/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:55:00 +00:00
9550abd718
Merge pull request #5498 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.1.0
...
Bump stylelint-webpack-plugin from 2.2.2 to 3.1.0
2022-01-05 13:54:52 +01:00
c5128b7eec
Merge pull request #5517 from wallabag/dependabot/npm_and_yarn/sass-loader-12.4.0
...
Bump sass-loader from 11.1.1 to 12.4.0
2022-01-05 13:54:05 +01:00
5f2d55dcdd
Merge pull request #5494 from wallabag/dependabot/npm_and_yarn/postcss-loader-6.2.1
...
Bump postcss-loader from 5.3.0 to 6.2.1
2022-01-05 13:53:36 +01:00
275dc3e1fb
Merge pull request #5493 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.0
...
Bump symfony/phpunit-bridge from 5.3.10 to 6.0.0
2022-01-05 13:52:45 +01:00
1443c72871
Merge pull request #5522 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.25.4
...
Bump eslint-plugin-import from 2.23.4 to 2.25.4
2022-01-05 13:51:51 +01:00
192a9f703e
Merge pull request #5521 from wallabag/dependabot/composer/m6web/redis-mock-5.1.0
...
Bump m6web/redis-mock from 5.0.1 to 5.1.0
2022-01-05 13:51:20 +01:00
32509b2b8d
Merge pull request #5448 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.44
...
Bump phpstan/phpstan-symfony from 0.12.41 to 0.12.44
2022-01-05 13:50:29 +01:00
5f94dc852a
Merge pull request #5449 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.44
...
Bump phpstan/phpstan-doctrine from 0.12.42 to 0.12.44
2022-01-05 13:49:59 +01:00
3e8b882226
Bump eslint-plugin-import from 2.23.4 to 2.25.4
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.23.4 to 2.25.4.
- [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.23.4...v2.25.4 )
---
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 >
2022-01-05 12:39:29 +00:00
1635cc71af
Bump m6web/redis-mock from 5.0.1 to 5.1.0
...
Bumps [m6web/redis-mock](https://github.com/BedrockStreaming/RedisMock ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/BedrockStreaming/RedisMock/releases )
- [Commits](https://github.com/BedrockStreaming/RedisMock/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:37:43 +00:00
e2427812bb
Bump phpstan/phpstan-symfony from 0.12.41 to 0.12.44
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.41 to 0.12.44.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.41...0.12.44 )
---
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 >
2022-01-05 12:35:40 +00:00
ea761db6cb
Bump phpstan/phpstan-doctrine from 0.12.42 to 0.12.44
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.42 to 0.12.44.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.42...0.12.44 )
---
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 >
2022-01-05 12:35:20 +00:00
b810ef34b5
Merge pull request #5445 from wallabag/dependabot/composer/phpstan/phpstan-0.12.99
...
Bump phpstan/phpstan from 0.12.94 to 0.12.99
2022-01-05 13:34:20 +01:00
0afd91a160
Remove dead test
...
The URL seems to be down now.
Move to a more frequent deps update
2022-01-05 13:25:50 +01:00
299e30130e
Bump phpstan/phpstan from 0.12.94 to 0.12.99
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.94 to 0.12.99.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.94...0.12.99 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:13:39 +00:00
6510538da5
Merge pull request #5469 from wallabag/dependabot/composer/predis/predis-1.1.9
...
Bump predis/predis from 1.1.8 to 1.1.9
2022-01-05 13:13:14 +01:00
5bcec924c6
Merge pull request #5410 from wallabag/dependabot/composer/pragmarx/recovery-0.2.1
...
Bump pragmarx/recovery from 0.2.0 to 0.2.1
2022-01-05 13:12:39 +01:00
92b327590e
Merge pull request #5409 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.22
...
Bump phpstan/phpstan-phpunit from 0.12.21 to 0.12.22
2022-01-05 13:11:53 +01:00
c474052b6b
Merge pull request #5391 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2022-01-05 13:11:17 +01:00
161f113e69
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-02 12:37:07 +01:00
980d939ea4
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
f3e04b1d4b
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
bbee0a52ea
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
660444e69c
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
f9e5ea1507
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
feef933404
Translated using Weblate (Russian)
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
5f7deb1a3f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-02 12:37:07 +01:00
5ead4f7949
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
02d91b7f83
Translated using Weblate (Indonesian)
...
Currently translated at 22.5% (9 of 40 strings)
2022-01-02 12:37:07 +01:00
db4f5a8e7f
Translated using Weblate (Indonesian)
...
Currently translated at 71.4% (5 of 7 strings)
2022-01-02 12:37:07 +01:00
30e3437d29
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
2b8f63fdf1
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
d04da487aa
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
b9f59b393f
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
9a92a96103
Translated using Weblate (Spanish)
...
Currently translated at 94.0% (535 of 569 strings)
2022-01-02 12:37:06 +01:00
f7cbd937f2
Merge pull request #5519 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.4.4
...
Bump tecnickcom/tcpdf from 6.4.2 to 6.4.4
2022-01-02 12:37:01 +01:00
8feed58778
Bump tecnickcom/tcpdf from 6.4.2 to 6.4.4
...
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF ) from 6.4.2 to 6.4.4.
- [Release notes](https://github.com/tecnickcom/TCPDF/releases )
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT )
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.4.2...6.4.4 )
---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-01 03:55:35 +00:00
8ef9481dba
Bump sass-loader from 11.1.1 to 12.4.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 11.1.1 to 12.4.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/v11.1.1...v12.4.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 >
2022-01-01 03:07:05 +00:00
3cd6a454bd
Bump stylelint-webpack-plugin from 2.2.2 to 3.1.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 2.2.2 to 3.1.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/v2.2.2...v3.1.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 >
2021-12-01 03:06:46 +00:00
3276e5a3be
Bump postcss-loader from 5.3.0 to 6.2.1
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 5.3.0 to 6.2.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/v5.3.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 03:05:13 +00:00
31d93def7c
Bump symfony/phpunit-bridge from 5.3.10 to 6.0.0
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.3.10 to 6.0.0.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.3.10...v6.0.0 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 03:01:09 +00:00
8d9c219406
Merge pull request #5468 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.3.10
...
Bump symfony/phpunit-bridge from 5.3.4 to 5.3.10
2021-11-01 13:39:10 +01:00
455084278a
Bump predis/predis from 1.1.8 to 1.1.9
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/v1.1.9/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.8...v1.1.9 )
---
updated-dependencies:
- dependency-name: predis/predis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-01 03:03:34 +00:00
fafd4f6e44
Bump symfony/phpunit-bridge from 5.3.4 to 5.3.10
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.3.4 to 5.3.10.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.3.4...v5.3.10 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-01 03:01:42 +00:00
ff31d5b29c
Merge pull request #5465 from wallabag/fix/dark-mode-hljs
...
Fix dark mode background color for pre tags
2021-10-25 20:50:28 +02:00
26ea252526
Merge pull request #5439 from wallabag/dependabot/composer/lcobucci/jwt-3.4.6
...
Bump lcobucci/jwt from 3.4.5 to 3.4.6
2021-10-23 15:12:16 +02:00
00a4e594ec
Bump lcobucci/jwt from 3.4.5 to 3.4.6
...
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt ) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/lcobucci/jwt/releases )
- [Commits](https://github.com/lcobucci/jwt/compare/3.4.5...3.4.6 )
---
updated-dependencies:
- dependency-name: lcobucci/jwt
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-23 13:01:48 +00:00
b27d20d7b7
Merge pull request #5446 from wallabag/dependabot/composer/predis/predis-1.1.8
...
Bump predis/predis from 1.1.7 to 1.1.8
2021-10-23 14:59:56 +02:00
b205c99604
Merge pull request #5408 from wallabag/dependabot/composer/m6web/redis-mock-5.0.1
...
Bump m6web/redis-mock from 5.0.0 to 5.0.1
2021-10-23 14:58:09 +02:00
1e7849c401
Fix dark mode background color for pre tags
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-10-23 14:50:14 +02:00
c34760127f
Merge pull request #5453 from Simounet/fix/5421-dark-theme-developper-page
...
Fix/5421 dark theme developper page
2021-10-23 14:35:11 +02:00
ac529622bb
Merge pull request #5405 from wallabag/fix-5404
...
Fixed reading time in epub/pdf exports
2021-10-23 13:49:17 +02:00
ff1c4f6090
Fixed reading time in epub/pdf exports
2021-10-23 13:29:27 +02:00
05a7904cfa
Merge pull request #5156 from wallabag/fix-assign-tags
...
Fixed timeout when assigning tags to entry
2021-10-23 13:24:22 +02:00
60d601789c
Fix dark theme first-app code
2021-10-07 15:10:25 +02:00
3d74bf483f
Fix 5421 dark theme on the developper page
2021-10-07 19:25:03 +02:00
e30c56fd45
Bump predis/predis from 1.1.7 to 1.1.8
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.7 to 1.1.8.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/v1.1.8/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.7...v1.1.8 )
---
updated-dependencies:
- dependency-name: predis/predis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 02:53:30 +00:00
6142adc4dc
Merge pull request #5406 from zidingz/patch-1
...
Create SECURITY.md
2021-09-01 19:06:01 +02:00
e88860d5cb
Bump pragmarx/recovery from 0.2.0 to 0.2.1
...
Bumps [pragmarx/recovery](https://github.com/antonioribeiro/recovery ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/antonioribeiro/recovery/releases )
- [Changelog](https://github.com/antonioribeiro/recovery/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antonioribeiro/recovery/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: pragmarx/recovery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:01:54 +00:00
e14ba6ca2e
Bump phpstan/phpstan-phpunit from 0.12.21 to 0.12.22
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.21 to 0.12.22.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.21...0.12.22 )
---
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 >
2021-09-01 02:01:44 +00:00
b37c4249af
Bump m6web/redis-mock from 5.0.0 to 5.0.1
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:01:31 +00:00
9f7c5e9c8f
Create SECURITY.md
...
A simple instruction for security researchers.
2021-08-31 10:50:12 +01:00
ca845b3204
Merge pull request #5379 from wallabag/fix-search-homepage
...
Fixed search on homepage
2021-08-20 11:16:33 +02:00
ca4d7283d2
Merge pull request #5347 from hennevogel/bugfix/rss-feed-entry
...
Make RSS feed entry links valid and accessible
2021-08-07 10:45:29 +02:00
d7a3f7eb01
Merge pull request #5261 from wallabag/fix/performance-exists
...
Improve performance of REST exists call
2021-08-07 00:11:37 +02:00
19802d8bd5
Improve performance of REST exists call
...
I've noticed that the endpoint `/api/entries/exists` used by the "Sweep
articles" feature on the Android app failed almost all the time on my
instance.
After checking the corresponding method I found that
`EntryRestController::getEntriesExistsAction()` could be improved.
Here is the former way the method worked:
```
for id in [list of ids]
get full entry by id
if null
get full entry by given id
return array of ids or array of hashes
```
With this behavior on my instance I could expect up to 13k SQL requests
when sweeping articles from the Android app. Morever the repository
fetches all fields (content included) while the method only returns ids
or hashes.
The new behavior is described as follow:
```
get ids, hashes by [list of ids]
merge with provided [list of ids] // this part will complete the final
// array with not found ids
return array of ids or array of hashes
```
In my case this change reduces the number of SQL requests to only 135
(_considering one request for 50 articles_)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 23:19:08 +02:00
9d55c62898
Bump webpack-manifest-plugin from 3.2.0 to 4.0.2
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 3.2.0 to 4.0.2.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v3.2.0...v4.0.2 )
---
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 >
2021-08-05 21:01:07 +00:00
dc6e1af684
Merge pull request #5326 from wallabag/updates
...
Update dependencies
2021-08-05 22:57:13 +02:00
9a4ff85cf5
Update phpunit dep for phpstan
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
6a044f8c6e
Update assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
2eaa4f838b
Update compose.lock
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
c467bf9382
Update npm/yarn dependencies
...
Replace deprecated babel-eslint with @babel/eslint-parser
Replace deprecated eslint-loader with eslint-webpack-plugin
Update other plugins, resolving several opened security reports.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
fe572f5a6c
Merge pull request #5187 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-08-05 21:46:00 +02:00
851e4225c2
Translated using Weblate (Russian)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-05 19:55:57 +02:00
c914aef2e9
Translated using Weblate (Polish)
...
Currently translated at 88.9% (506 of 569 strings)
2021-08-04 17:34:32 +02:00
f664af752d
Fixed search on homepage
2021-08-03 11:54:36 +02:00
c34fe9945a
Fixed test
2021-08-03 08:36:56 +02:00
ebb806496f
Fixed timeout when assigning tags to entry
...
Fix #4998
2021-08-03 08:14:13 +02:00
0c68b9b4f3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:26 +02:00
2dc3ff561c
Translated using Weblate (Ukrainian)
...
Currently translated at 67.8% (386 of 569 strings)
2021-08-03 08:10:26 +02:00
518f44f4f7
Translated using Weblate (Korean)
...
Currently translated at 100.0% (6 of 6 strings)
2021-08-03 08:10:26 +02:00
d568336d85
Translated using Weblate (Korean)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:26 +02:00
b0c6dcd9ea
Translated using Weblate (Korean)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:26 +02:00
ea06e4b735
Translated using Weblate (Korean)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
efbc47e7ce
Translated using Weblate (Czech)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:25 +02:00
731136c8eb
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
cbb6272ae3
Translated using Weblate (Portuguese)
...
Currently translated at 61.8% (352 of 569 strings)
2021-08-03 08:10:25 +02:00
f8075510ca
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
ea9712245d
Translated using Weblate (Czech)
...
Currently translated at 77.8% (443 of 569 strings)
2021-08-03 08:10:25 +02:00
e53a22d409
Translated using Weblate (Czech)
...
Currently translated at 68.3% (389 of 569 strings)
2021-08-03 08:10:25 +02:00
f7ed2a3554
Translated using Weblate (Czech)
...
Currently translated at 52.0% (296 of 569 strings)
2021-08-03 08:10:25 +02:00
a103b60c74
Translated using Weblate (Czech)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
a11d2ad04e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
eed243ff45
Translated using Weblate (Czech)
...
Currently translated at 100.0% (6 of 6 strings)
2021-08-03 08:10:25 +02:00
236099129c
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
be2db47d39
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:25 +02:00
5344db7924
Merge pull request #5376 from wallabag/fix-failing-test
...
Fixed unavailable russian website in test
2021-08-03 08:10:20 +02:00
609193cf59
Fixed unavailable russian website in test
2021-08-03 07:56:14 +02:00
ad9df862f0
Merge pull request #5202 from Simounet/feat/pagination-styling
...
Pagination style updated
2021-08-02 23:48:13 +02:00
23de687696
Make RSS feed entry links valid and accessible
...
According to the ATOM spec link elements must have a href:
https://validator.w3.org/feed/docs/atom.html
Also most feed readers (TinyTiny, Feedly, Thunderbird) prefer link elements in
this order:
- plain
- with attribute rel=alternate
- with attribute rel=via
As the content is work of the entry author, link to it by default. Not to the
wallabag instance entry.
This also makes it possible to share links with people who don't have access to
the wallabag instance via the RSS feed.
2021-07-08 22:36:50 +02:00
7b17dfc172
Merge pull request #5296 from wallabag/tag-order
...
Tag view: order tags by label
2021-05-22 01:21:47 +02:00
d930639b06
Merge pull request #5260 from wallabag/dependabot-schedule
...
dependabot: change schedule to check updates once a month
2021-05-22 01:21:32 +02:00
1ba4d40e82
Tag view: order tags by label
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-05-20 13:09:27 +02:00
60ce3da325
Merge pull request #5274 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.33
...
Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
2021-05-14 22:03:51 +02:00
e369309570
Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.25 to 0.12.33.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.25...0.12.33 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:44:24 +00:00
b4a1d6f62d
Merge pull request #5277 from wallabag/dependabot/npm_and_yarn/webpack-5.37.0
...
Bump webpack from 5.28.0 to 5.37.0
2021-05-14 21:43:38 +02:00
457c462f35
Merge pull request #5278 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.19
...
Bump phpstan/phpstan-phpunit from 0.12.18 to 0.12.19
2021-05-14 21:43:13 +02:00
339f2772fa
Bump webpack from 5.28.0 to 5.37.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.28.0 to 5.37.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.28.0...v5.37.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:33:42 +00:00
bbb894d28c
Bump phpstan/phpstan-phpunit from 0.12.18 to 0.12.19
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.18 to 0.12.19.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.18...0.12.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:26:33 +00:00
600872304c
Merge pull request #5285 from wallabag/dependabot/composer/symfony/symfony-3.4.48
...
Bump symfony/symfony from 3.4.47 to 3.4.48
2021-05-14 21:25:23 +02:00
d988e0d568
Bump symfony/symfony from 3.4.47 to 3.4.48
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.47 to 3.4.48.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.48/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.47...v3.4.48 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 09:18:46 +00:00
e2a5f3ba41
Merge pull request #5288 from wallabag/dependabot/composer/phpseclib/phpseclib-3.0.8
...
Bump phpseclib/phpseclib from 3.0.6 to 3.0.8
2021-05-14 11:15:28 +02:00
2ed5e63668
Bump phpseclib/phpseclib from 3.0.6 to 3.0.8
...
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib ) from 3.0.6 to 3.0.8.
- [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.6...3.0.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-13 22:17:37 +00:00
4d43f79b34
dependabot: change schedule to check updates once a month
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-05-03 13:30:34 +02:00
691746e8d9
Merge pull request #5218 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.25
...
Bump phpstan/phpstan-symfony from 0.12.21 to 0.12.25
2021-04-14 15:35:08 +02:00
abb69c5911
Pagination style updated
2021-04-14 14:14:49 +02:00
3fcef24f08
Bump phpstan/phpstan-symfony from 0.12.21 to 0.12.25
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.21 to 0.12.25.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.21...0.12.25 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-14 12:14:22 +00:00
5d2ab97d1a
Merge pull request #5217 from Simounet/fix/tests
...
Fix/tests
2021-04-14 14:13:03 +02:00
6324d30db2
Fix PHPUnit deprecated warning
2021-04-14 13:07:46 +02:00
e491052b0d
Fix 404 on real content test URL
2021-04-14 13:07:34 +02:00
082d04aa42
Merge pull request #5182 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.14
2021-03-30 06:16:41 +02:00
824caca05c
Merge pull request #5183 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.6
2021-03-30 06:15:50 +02:00
ae9f258f1d
Bump symfony/phpunit-bridge from 5.2.4 to 5.2.6
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.4 to 5.2.6.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.4...v5.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-30 02:06:35 +00:00
236ab0d8de
Bump @babel/core from 7.13.13 to 7.13.14
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.13 to 7.13.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.13.14/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-30 02:01:18 +00:00
3d06304319
Merge pull request #5174 from wallabag/dependabot/npm_and_yarn/eslint-7.23.0
2021-03-29 07:41:44 +02:00
8c93cc423b
Merge pull request #5175 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.13
2021-03-29 07:41:22 +02:00
e3a990cf95
Merge pull request #5176 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.4.0
2021-03-29 07:40:59 +02:00
9d70c51287
Merge pull request #5177 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.6.0
2021-03-29 07:40:43 +02:00
61d8621f14
Merge pull request #5178 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.4.1
2021-03-29 07:39:55 +02:00
0afd143f19
Bump tecnickcom/tcpdf from 6.3.5 to 6.4.1
...
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF ) from 6.3.5 to 6.4.1.
- [Release notes](https://github.com/tecnickcom/TCPDF/releases )
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT )
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.3.5...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:04:23 +00:00
70f459f91a
Bump webpack-cli from 4.5.0 to 4.6.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:35 +00:00
f9a17602bb
Bump mini-css-extract-plugin from 1.3.9 to 1.4.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.9 to 1.4.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/v1.3.9...v1.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:27 +00:00
e8478e9d05
Bump @babel/core from 7.13.10 to 7.13.13
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.10 to 7.13.13.
- [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.13.13/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:16 +00:00
351aa2197d
Bump eslint from 7.22.0 to 7.23.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:01:56 +00:00
8af2ad2ec6
Merge pull request #5171 from wallabag/dependabot/npm_and_yarn/webpack-5.28.0
2021-03-25 06:30:43 +01:00
e4d3630faf
Merge pull request #5172 from wallabag/dependabot/npm_and_yarn/css-loader-5.2.0
2021-03-25 06:30:05 +01:00
a7f643b782
Bump css-loader from 5.1.3 to 5.2.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.3 to 5.2.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/v5.1.3...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-25 03:04:06 +00:00
d9f36a8446
Bump webpack from 5.27.2 to 5.28.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.2 to 5.28.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.28.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-25 03:03:41 +00:00
e9cacfa6a5
Merge pull request #5163 from wallabag/dependabot/npm_and_yarn/highlight.js-10.7.1
2021-03-24 18:25:07 +01:00
1a4f298e41
Update assets
2021-03-24 16:55:08 +01:00
e7856c95c8
Merge pull request #5170 from wallabag/dependabot/composer/pragmarx/recovery-0.2.0
2021-03-24 07:31:52 +01:00
874a09091f
Bump pragmarx/recovery from 0.1.0 to 0.2.0
...
Bumps [pragmarx/recovery](https://github.com/antonioribeiro/recovery ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/antonioribeiro/recovery/releases )
- [Changelog](https://github.com/antonioribeiro/recovery/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antonioribeiro/recovery/compare/v0.1.0...v0.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-24 03:04:36 +00:00
3f2f14a037
Merge pull request #5167 from wallabag/dependabot/npm_and_yarn/webpack-5.27.2
2021-03-23 06:02:26 +01:00
c625076ce1
Merge pull request #5168 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.12
2021-03-23 06:02:10 +01:00
654590798d
Bump @babel/preset-env from 7.13.10 to 7.13.12
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.10 to 7.13.12.
- [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.13.12/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-23 03:03:12 +00:00
581a0280e5
Bump webpack from 5.27.1 to 5.27.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-23 03:02:50 +00:00
dfd7ad77cc
Merge pull request #5165 from wallabag/dependabot/composer/phpstan/phpstan-0.12.82
...
Bump phpstan/phpstan from 0.12.81 to 0.12.82
2021-03-22 09:20:57 +01:00
e8b43a18f1
Merge pull request #5164 from wallabag/dependabot/npm_and_yarn/webpack-5.27.1
...
Bump webpack from 5.26.3 to 5.27.1
2021-03-22 09:12:43 +01:00
52a6ec417a
Bump phpstan/phpstan from 0.12.81 to 0.12.82
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.81 to 0.12.82.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.81...0.12.82 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:04:03 +00:00
6ca379524a
Bump webpack from 5.26.3 to 5.27.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.3 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:03:50 +00:00
46c67ebe20
Bump highlight.js from 10.6.0 to 10.7.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.6.0 to 10.7.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/10.6.0...10.7.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:03:28 +00:00
4a9c665820
Merge pull request #5161 from wallabag/dependabot/npm_and_yarn/webpack-5.26.3
...
Bump webpack from 5.26.2 to 5.26.3
2021-03-18 11:58:10 +01:00
7ca833bccb
Fix tests
2021-03-18 11:44:57 +01:00
17572786b6
Bump webpack from 5.26.2 to 5.26.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-18 03:00:57 +00:00
a34e8e2b1f
Merge pull request #5158 from wallabag/dependabot/npm_and_yarn/webpack-5.26.2
2021-03-17 05:35:04 +01:00
d9c03a1703
Bump webpack from 5.26.0 to 5.26.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.0 to 5.26.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.0...v5.26.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-17 03:03:54 +00:00
919d7da5cb
Merge pull request #5155 from wallabag/release/2.4.2
...
Prepare 2.4.2 release
2021-03-16 11:58:17 +01:00
5d4ca7a56c
Update deps
2021-03-16 10:04:20 +01:00
9e9463dc93
Merge pull request #5153 from wallabag/dependabot/npm_and_yarn/css-loader-5.1.3
...
Bump css-loader from 5.1.2 to 5.1.3
2021-03-16 09:36:38 +01:00
ed9210db09
Prepare 2.4.2 release
2021-03-16 09:23:37 +01:00
ccf2b0c165
Merge pull request #5154 from wallabag/dependabot/npm_and_yarn/webpack-5.26.0
2021-03-16 06:18:50 +01:00
fa457013ff
Merge pull request #5152 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-1.15.1
2021-03-16 06:18:29 +01:00
5ed098d06f
Bump webpack from 5.25.1 to 5.26.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.25.1 to 5.26.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.25.1...v5.26.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-16 03:55:56 +00:00
ef9f93c76e
Bump css-loader from 5.1.2 to 5.1.3
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.2 to 5.1.3.
- [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/v5.1.2...v5.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-16 03:55:38 +00:00
063c704014
Bump php-amqplib/rabbitmq-bundle from 1.14.4 to 1.15.1
...
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle ) from 1.14.4 to 1.15.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/v1.14.4...v1.15.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-16 03:11:00 +00:00
820fd99d69
Merge pull request #5137 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.8
...
Bump clipboard from 2.0.7 to 2.0.8
2021-03-15 15:38:07 +01:00
fb6884d23b
Update assets
2021-03-15 15:23:44 +01:00
fc69b49a93
Bump clipboard from 2.0.7 to 2.0.8
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.7...v2.0.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-15 15:19:44 +01:00
5347945f76
Merge pull request #5150 from wallabag/dependabot/npm_and_yarn/webpack-5.25.1
...
Bump webpack from 5.24.4 to 5.25.1
2021-03-15 15:18:41 +01:00
c355857922
Update assets
2021-03-15 14:17:02 +01:00
24a2fefa7c
Merge pull request #5149 from wallabag/dependabot/npm_and_yarn/eslint-7.22.0
2021-03-15 10:03:58 +01:00
8e81a2a59a
Bump webpack from 5.24.4 to 5.25.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.24.4 to 5.25.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.24.4...v5.25.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-15 03:03:18 +00:00
cb059f32e8
Bump eslint from 7.21.0 to 7.22.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.21.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-15 03:03:03 +00:00
7cd15b0454
Merge pull request #5141 from wallabag/dependabot/npm_and_yarn/postcss-loader-5.2.0
2021-03-12 09:35:48 +01:00
b942d998a4
Bump postcss-loader from 5.1.0 to 5.2.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 5.1.0 to 5.2.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/v5.1.0...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-12 03:03:55 +00:00
b8e4f2dca2
Merge pull request #5139 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-3.1.0
2021-03-11 07:53:47 +01:00
380d8d71e3
Merge pull request #5140 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.18.3
2021-03-11 06:49:10 +01:00
dd7446e62a
Merge pull request #5138 from wallabag/dependabot/npm_and_yarn/css-loader-5.1.2
2021-03-11 06:48:23 +01:00
446a346ecd
Bump friendsofphp/php-cs-fixer from 2.18.2 to 2.18.3
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.18.2 to 2.18.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.18.2...v2.18.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-11 03:21:21 +00:00
6a67274733
Bump webpack-manifest-plugin from 3.0.0 to 3.1.0
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-11 03:02:57 +00:00
6dcfd42607
Bump css-loader from 5.1.1 to 5.1.2
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.1 to 5.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/v5.1.1...v5.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-11 03:02:53 +00:00
2815bcfffe
Merge pull request #5125 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-21.0.0
...
Bump stylelint-config-standard from 20.0.0 to 21.0.0
2021-03-09 09:18:51 +01:00
c787ae74f9
Merge pull request #5124 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.10
2021-03-09 09:09:06 +01:00
549e11470e
Bump @babel/preset-env from 7.13.9 to 7.13.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.9 to 7.13.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.13.10/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 07:28:09 +00:00
7ecec508f5
Merge pull request #5127 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.10
2021-03-09 06:28:27 +01:00
00ae548a2a
Merge pull request #5126 from wallabag/dependabot/npm_and_yarn/webpack-5.24.4
2021-03-09 06:27:59 +01:00
f0747f3f19
Merge pull request #5128 from wallabag/dependabot/composer/phpstan/phpstan-0.12.81
2021-03-09 06:27:10 +01:00
e89a9ad45d
Merge pull request #5129 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.21
2021-03-09 06:26:53 +01:00
15f8cb274b
Merge pull request #5130 from wallabag/dependabot/composer/wallabag/phpepub-4.0.9
2021-03-09 06:26:36 +01:00
2217fcedf2
Merge pull request #5131 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.33
2021-03-09 06:25:42 +01:00
654199e3b0
Bump phpstan/phpstan-doctrine from 0.12.32 to 0.12.33
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.32 to 0.12.33.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.32...0.12.33 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:43:49 +00:00
3a6c9c9cef
Bump wallabag/phpepub from 4.0.7.2 to 4.0.9
...
Bumps [wallabag/phpepub](https://github.com/wallabag/PHPePub ) from 4.0.7.2 to 4.0.9.
- [Release notes](https://github.com/wallabag/PHPePub/releases )
- [Commits](https://github.com/wallabag/PHPePub/compare/4.0.7.2...4.0.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:30:56 +00:00
585c9340de
Bump phpstan/phpstan-symfony from 0.12.20 to 0.12.21
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.20 to 0.12.21.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.20...0.12.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:24:26 +00:00
776b4e7c4b
Bump phpstan/phpstan from 0.12.80 to 0.12.81
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.80 to 0.12.81.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.80...0.12.81 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:08:59 +00:00
a9bca8f520
Bump @babel/core from 7.13.8 to 7.13.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.8 to 7.13.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.13.10/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:04:57 +00:00
98ce60f669
Bump webpack from 5.24.3 to 5.24.4
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.24.3 to 5.24.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.24.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:04:43 +00:00
b6d523875f
Bump stylelint-config-standard from 20.0.0 to 21.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 20.0.0 to 21.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/20.0.0...21.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-09 03:04:28 +00:00
acc7892611
Merge pull request #5123 from weblate/weblate-wallabag-messages
2021-03-08 20:13:09 +01:00
655edbf7aa
Translated using Weblate (Greek)
...
Currently translated at 100.0% (569 of 569 strings)
2021-03-08 19:03:17 +01:00
3c85d0b0d4
Translated using Weblate (Greek)
...
Currently translated at 100.0% (6 of 6 strings)
2021-03-08 19:02:54 +01:00
08631f15e9
Translated using Weblate (Greek)
...
Currently translated at 100.0% (40 of 40 strings)
2021-03-08 19:02:54 +01:00
173e35283f
Translated using Weblate (Greek)
...
Currently translated at 100.0% (7 of 7 strings)
2021-03-08 19:02:53 +01:00
889792349a
Translated using Weblate (French)
...
Currently translated at 100.0% (569 of 569 strings)
2021-03-08 19:02:53 +01:00
9943aca902
Merge pull request #5120 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.2.5
...
Bump autoprefixer from 10.2.4 to 10.2.5
2021-03-08 11:22:01 +01:00
6725dd0d28
Merge pull request #5110 from weblate/weblate-wallabag-messages
2021-03-08 10:42:19 +01:00
41e1d97c96
Merge pull request #5113 from mx-psi/mx-psi/fix-link
2021-03-08 10:41:36 +01:00
161637889b
Update assets
2021-03-08 10:15:45 +01:00
8070b8ddb1
Update link to Wallabag hosted one
2021-03-08 10:15:16 +01:00
4f211779b7
Bump autoprefixer from 10.2.4 to 10.2.5
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.4 to 10.2.5.
- [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.2.4...10.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-08 10:13:42 +01:00
96586a00aa
Merge pull request #5121 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.7
...
Bump clipboard from 2.0.6 to 2.0.7
2021-03-08 10:12:12 +01:00
dd6a5ab047
Merge pull request #5111 from wallabag/fix/4266-autotagging-uppercase
...
Convert tag label to lowercase in RuleBasedTagger
2021-03-08 09:27:51 +01:00
51cc1e5c49
Update assets
2021-03-08 09:27:15 +01:00
81b0406224
Merge pull request #5118 from wallabag/dependabot/npm_and_yarn/stylelint-13.12.0
2021-03-08 07:38:54 +01:00
361aae350d
Merge pull request #5119 from wallabag/dependabot/npm_and_yarn/postcss-loader-5.1.0
2021-03-08 07:38:39 +01:00
e46098d72d
Merge pull request #5122 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.18
2021-03-08 07:38:07 +01:00
b8efa82b7e
Bump phpstan/phpstan-phpunit from 0.12.17 to 0.12.18
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.17 to 0.12.18.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.17...0.12.18 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-08 03:16:30 +00:00
3b15e38f4d
Bump clipboard from 2.0.6 to 2.0.7
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-08 03:04:05 +00:00
c4cf0917eb
Bump postcss-loader from 5.0.0 to 5.1.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 5.0.0 to 5.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/v5.0.0...v5.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-08 03:03:44 +00:00
c435da2e34
Bump stylelint from 13.11.0 to 13.12.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.11.0 to 13.12.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.11.0...13.12.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-08 03:03:30 +00:00
9599d6f289
Fix myreadspeed links
...
myreadspeed.com is no longer available, see craigmayhew/myreadspeed@9e7786c
2021-03-07 17:04:02 +01:00
7acd207054
Convert tag label to lowercase in RuleBasedTagger
...
Fixes #4266
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-03-06 19:46:24 +01:00
e61825a620
Added translation using Weblate (Greek)
2021-03-06 19:36:57 +01:00
17315e51bd
Added translation using Weblate (Aragonese)
2021-03-06 19:36:57 +01:00
edde6705c7
Added translation using Weblate (Aragonese)
2021-03-06 19:36:46 +01:00
fa908b6df2
Added translation using Weblate (Greek)
2021-03-06 19:36:45 +01:00
0060a65152
Added translation using Weblate (Basque)
2021-03-06 19:36:41 +01:00
ecc9e573b5
Added translation using Weblate (Basque)
2021-03-06 19:36:36 +01:00
87680f6ebf
Added translation using Weblate (Greek)
2021-03-06 19:36:32 +01:00
c356146ddf
Added translation using Weblate (Basque)
2021-03-06 19:36:32 +01:00
5fed2aece3
Added translation using Weblate (Greek)
2021-03-06 19:36:30 +01:00
5d1c7dff4f
Added translation using Weblate (Basque)
2021-03-06 19:36:30 +01:00
1fed05d936
Added translation using Weblate (Aragonese)
2021-03-06 19:36:26 +01:00
e10636b962
Added translation using Weblate (Aragonese)
2021-03-06 19:36:23 +01:00
a39522e58f
Translated using Weblate (French)
...
Currently translated at 100.0% (569 of 569 strings)
2021-03-05 22:50:37 +01:00
af5e79c425
Merge pull request #5109 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.4
2021-03-05 07:50:13 +01:00
f4042f1acd
Bump symfony/phpunit-bridge from 5.2.3 to 5.2.4
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.3...v5.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-05 03:08:36 +00:00
c48b8ef7f2
Merge pull request #5102 from wallabag/dependabot/npm_and_yarn/jquery-3.6.0
...
Bump jquery from 3.5.1 to 3.6.0
2021-03-04 13:16:39 +01:00
9683e2afbe
Rebuild assets
2021-03-04 11:58:35 +01:00
87ae5b0d83
Merge pull request #5106 from wallabag/dependabot/npm_and_yarn/webpack-5.24.3
2021-03-04 06:34:40 +01:00
83bd9f1c46
Merge pull request #5105 from wallabag/dependabot/npm_and_yarn/postcss-8.2.7
2021-03-04 06:34:20 +01:00
d09ed7c976
Bump webpack from 5.24.2 to 5.24.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.24.2 to 5.24.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.24.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-04 03:03:04 +00:00
c0ceda027c
Bump postcss from 8.2.6 to 8.2.7
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.6 to 8.2.7.
- [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.2.6...8.2.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-04 03:02:45 +00:00
d09ec28d12
Bump jquery from 3.5.1 to 3.6.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-03 03:05:23 +00:00
6c2b6b77fd
Merge pull request #5098 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.9
2021-03-02 09:51:12 +01:00
2beca682a1
Merge pull request #5099 from wallabag/dependabot/npm_and_yarn/css-loader-5.1.1
2021-03-02 07:17:52 +01:00
66806abd6f
Merge pull request #5097 from weblate/weblate-wallabag-messages
2021-03-02 07:15:54 +01:00
950912125c
Bump css-loader from 5.1.0 to 5.1.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.0 to 5.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/v5.1.0...v5.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-02 03:01:03 +00:00
bbb4423f94
Bump @babel/preset-env from 7.13.8 to 7.13.9
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.8 to 7.13.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.13.9/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-02 03:00:48 +00:00
b933c7a85d
Translated using Weblate (Spanish)
...
Currently translated at 92.7% (528 of 569 strings)
2021-03-01 23:50:33 +01:00
c0c25ff8e6
Merge pull request #5094 from wallabag/dependabot/composer/phpstan/phpstan-0.12.80
2021-03-01 06:54:25 +01:00
2c618b522b
Merge pull request #5092 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.8
2021-03-01 06:54:06 +01:00
c737ad2dd3
Bump phpstan/phpstan from 0.12.79 to 0.12.80
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.79 to 0.12.80.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.79...0.12.80 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-01 04:35:05 +00:00
c4fd2feccc
Merge pull request #5093 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.7.1
2021-03-01 04:58:40 +01:00
3ee8f60a2b
Bump @babel/preset-env from 7.13.5 to 7.13.8
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.5 to 7.13.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.13.8/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-01 03:37:07 +00:00
84857aa9eb
Merge pull request #5091 from wallabag/dependabot/npm_and_yarn/eslint-7.21.0
2021-03-01 04:32:56 +01:00
e44e5d9c26
Merge pull request #5090 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.8
2021-03-01 04:32:38 +01:00
449c4aa14b
Merge pull request #5089 from weblate/weblate-wallabag-messages
2021-03-01 04:32:21 +01:00
c5bca4503a
Bump pagerfanta/pagerfanta from 2.7.0 to 2.7.1
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.7.0...v2.7.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-01 03:17:11 +00:00
3baf1aab5b
Bump eslint from 7.20.0 to 7.21.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-01 03:06:12 +00:00
9711880900
Bump @babel/core from 7.13.1 to 7.13.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.1 to 7.13.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.13.8/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-01 03:05:48 +00:00
5c172c7f17
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (569 of 569 strings)
2021-02-28 05:50:35 +01:00
c018d41f90
Merge pull request #5085 from wallabag/dependabot/composer/phpstan/phpstan-0.12.79
...
Bump phpstan/phpstan from 0.12.78 to 0.12.79
2021-02-26 10:01:57 +01:00
baed5e76aa
Merge pull request #5084 from wallabag/dependabot/npm_and_yarn/css-loader-5.1.0
2021-02-26 09:31:25 +01:00
3b39a489f9
Bump css-loader from 5.0.2 to 5.1.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.2 to 5.1.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/v5.0.2...v5.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 07:28:58 +00:00
239dab154b
Merge pull request #5083 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.9
2021-02-26 08:10:43 +01:00
6e99bd034e
Merge pull request #5086 from weblate/weblate-wallabag-messages
2021-02-26 08:09:35 +01:00
4fd5cf38c9
Translated using Weblate (Galician)
...
Currently translated at 100.0% (569 of 569 strings)
2021-02-26 07:50:33 +01:00
a3d6424eb3
Bump phpstan/phpstan from 0.12.78 to 0.12.79
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.78 to 0.12.79.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.78...0.12.79 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 03:39:24 +00:00
7b6733b2cc
Bump mini-css-extract-plugin from 1.3.8 to 1.3.9
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.8 to 1.3.9.
- [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/v1.3.8...v1.3.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 03:05:05 +00:00
c1b28f113d
Merge pull request #5079 from wallabag/dependabot/npm_and_yarn/webpack-5.24.2
2021-02-25 06:52:13 +01:00
72fe07a35a
Bump webpack from 5.24.1 to 5.24.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.24.1 to 5.24.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-25 03:03:59 +00:00
1b7a5486ba
Merge pull request #5076 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.5
2021-02-24 08:49:51 +01:00
1a09ca0cb7
Merge pull request #5077 from wallabag/dependabot/npm_and_yarn/webpack-5.24.1
2021-02-24 08:49:33 +01:00
be5c95451e
Bump webpack from 5.24.0 to 5.24.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.24.0 to 5.24.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.24.0...v5.24.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-24 03:03:59 +00:00
a11e8e73fa
Bump @babel/preset-env from 7.13.0 to 7.13.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.0 to 7.13.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.13.5/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-24 03:03:36 +00:00
d8b1a0c57c
Merge pull request #5074 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.1
2021-02-23 09:24:53 +01:00
a4d8672555
Bump @babel/core from 7.12.17 to 7.13.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.17 to 7.13.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.13.1/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-23 07:29:05 +00:00
13f8feab92
Merge pull request #5073 from wallabag/dependabot/npm_and_yarn/webpack-5.24.0
2021-02-23 07:09:31 +01:00
9fc634b080
Merge pull request #5072 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.0
2021-02-23 07:09:14 +01:00
46a914cad7
Bump webpack from 5.23.0 to 5.24.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.23.0...v5.24.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-23 03:04:57 +00:00
baaec89a75
Bump @babel/preset-env from 7.12.17 to 7.13.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.17 to 7.13.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.13.0/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-23 03:04:43 +00:00
4aa818866b
Merge pull request #5071 from Simounet/fix/5064-auto-prefered-color-scheme
2021-02-22 18:35:02 +01:00
f1219f797f
Merge pull request #5070 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.20
2021-02-22 07:34:29 +01:00
45bed218d1
Merge pull request #5069 from wallabag/dependabot/composer/phpstan/phpstan-0.12.78
2021-02-22 07:34:13 +01:00
567ae27e30
Merge pull request #5067 from wallabag/dependabot/npm_and_yarn/stylelint-13.11.0
2021-02-22 07:31:41 +01:00
deeb5c22fe
Merge pull request #5068 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.9.0
2021-02-22 07:31:23 +01:00
749612edb2
Bump phpstan/phpstan-symfony from 0.12.19 to 0.12.20
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.19 to 0.12.20.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.19...0.12.20 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-22 03:27:00 +00:00
8cd332b1cb
Bump phpstan/phpstan from 0.12.77 to 0.12.78
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.77 to 0.12.78.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.77...0.12.78 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-22 03:18:11 +00:00
acfb02f2b7
Bump babdev/pagerfanta-bundle from 2.8.0 to 2.9.0
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.8.0...v2.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-22 03:11:11 +00:00
b724f3de1f
Bump stylelint from 13.10.0 to 13.11.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.10.0 to 13.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.10.0...13.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-22 03:04:08 +00:00
dbf62c760a
Fix auto prefered color scheme
2021-02-21 22:07:23 +01:00
ae834510fc
Merge pull request #5059 from wallabag/dependabot/npm_and_yarn/sass-1.32.8
...
Bump sass from 1.32.7 to 1.32.8
2021-02-19 17:55:19 +01:00
fb88f38cc7
Merge pull request #5056 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.17
2021-02-19 17:50:36 +01:00
a6acf912eb
Bump sass from 1.32.7 to 1.32.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.7 to 1.32.8.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.7...1.32.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 07:28:58 +00:00
1e1527fe69
Bump @babel/core from 7.12.16 to 7.12.17
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.16 to 7.12.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.12.17/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 07:28:37 +00:00
9bd806a20e
Merge pull request #5054 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.7.0
2021-02-19 07:31:16 +01:00
a1a9b78f7b
Merge pull request #5055 from wallabag/dependabot/npm_and_yarn/webpack-5.23.0
2021-02-19 07:30:55 +01:00
b14652f8f5
Merge pull request #5057 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.17
2021-02-19 07:30:29 +01:00
effbee5b94
Merge pull request #5058 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.8
2021-02-19 07:30:15 +01:00
8e2f44ab32
Bump mini-css-extract-plugin from 1.3.7 to 1.3.8
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.7 to 1.3.8.
- [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/v1.3.7...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 03:56:30 +00:00
f0d20c347a
Bump @babel/preset-env from 7.12.16 to 7.12.17
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.16 to 7.12.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.12.17/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 03:56:25 +00:00
f6d6310b76
Bump webpack from 5.22.0 to 5.23.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.22.0 to 5.23.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.23.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 03:56:00 +00:00
dc47b5d6e7
Bump pagerfanta/pagerfanta from 2.6.0 to 2.7.0
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.6.0...v2.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-19 03:34:26 +00:00
2752d4f86a
Merge pull request #5053 from wallabag/dependabot/composer/phpstan/phpstan-0.12.77
2021-02-18 07:22:35 +01:00
e99b9c5c33
Bump phpstan/phpstan from 0.12.76 to 0.12.77
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.76 to 0.12.77.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.76...0.12.77 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-18 03:23:10 +00:00
1a46a320f0
Merge pull request #5049 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.7
2021-02-16 06:46:22 +01:00
b3719a12ac
Merge pull request #5050 from wallabag/dependabot/npm_and_yarn/webpack-5.22.0
2021-02-16 06:45:55 +01:00
28457ec217
Merge pull request #5051 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.19
2021-02-16 06:45:27 +01:00
181daf3fda
Bump phpstan/phpstan-symfony from 0.12.18 to 0.12.19
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.18 to 0.12.19.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.18...0.12.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-16 03:28:32 +00:00
c3596f50b8
Bump webpack from 5.21.2 to 5.22.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.21.2 to 5.22.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.21.2...v5.22.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-16 03:04:53 +00:00
a3e4a979bf
Bump mini-css-extract-plugin from 1.3.6 to 1.3.7
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.6 to 1.3.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/v1.3.6...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-16 03:04:27 +00:00
5f5831d12f
Merge pull request #5046 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-02-15 20:24:25 +01:00
ee90510af0
Translated using Weblate (Czech)
...
Currently translated at 21.9% (125 of 569 strings)
2021-02-15 12:50:48 +01:00
f407d5c341
Merge pull request #5043 from wallabag/dependabot/npm_and_yarn/eslint-7.20.0
2021-02-15 06:31:34 +01:00
8eca5841a9
Merge pull request #5044 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.18
2021-02-15 06:30:55 +01:00
b5d800a601
Merge pull request #5045 from wallabag/dependabot/composer/phpstan/phpstan-0.12.76
2021-02-15 06:30:33 +01:00
4f60a0ee83
Bump phpstan/phpstan from 0.12.75 to 0.12.76
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.75 to 0.12.76.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.75...0.12.76 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-15 03:36:56 +00:00
3d8bbfa803
Bump phpstan/phpstan-symfony from 0.12.17 to 0.12.18
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.17 to 0.12.18.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.17...0.12.18 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-15 03:30:04 +00:00
035d83eaba
Bump eslint from 7.19.0 to 7.20.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.19.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-15 03:04:37 +00:00
f29c1d2b8e
Merge pull request #5038 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.16
2021-02-12 09:21:40 +01:00
3a82d7103e
Bump @babel/preset-env from 7.12.13 to 7.12.16
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 07:22:29 +00:00
7c620a2c7a
Merge pull request #5033 from wallabag/dependabot/npm_and_yarn/postcss-8.2.6
2021-02-12 07:04:43 +01:00
da27d43c91
Merge pull request #5037 from wallabag/dependabot/npm_and_yarn/stylelint-13.10.0
2021-02-12 06:52:20 +01:00
ecbb478bfb
Merge pull request #5039 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.16
2021-02-12 06:51:40 +01:00
251e05ddde
Merge pull request #5040 from wallabag/dependabot/composer/j0k3r/graby-2.2.5
2021-02-12 06:51:20 +01:00
f2eed4257e
Merge pull request #5041 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.17
2021-02-12 06:50:09 +01:00
951b1565d5
Merge pull request #5042 from wallabag/dependabot/composer/phpstan/phpstan-0.12.75
2021-02-12 06:49:47 +01:00
9d6081caf3
Bump phpstan/phpstan from 0.12.74 to 0.12.75
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.74 to 0.12.75.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.74...0.12.75 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 03:41:55 +00:00
6fea5b26ea
Bump phpstan/phpstan-symfony from 0.12.16 to 0.12.17
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.16 to 0.12.17.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.16...0.12.17 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 03:26:22 +00:00
89e54aaa7e
Bump j0k3r/graby from 2.2.4 to 2.2.5
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.2.4...2.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 03:11:08 +00:00
5fd9754be1
Bump @babel/core from 7.12.13 to 7.12.16
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 03:05:20 +00:00
b184f5783f
Bump stylelint from 13.9.0 to 13.10.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.9.0 to 13.10.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.9.0...13.10.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-12 03:04:22 +00:00
7983678bc5
Merge pull request #5034 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.32
2021-02-11 09:10:07 +01:00
d783a6a461
Merge pull request #5035 from wallabag/dependabot/composer/symfony/maker-bundle-1.29.1
2021-02-11 09:09:52 +01:00
5bb5de209f
Bump symfony/maker-bundle from 1.29.0 to 1.29.1
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.29.0...v1.29.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-11 03:24:32 +00:00
c99b2f31bd
Bump phpstan/phpstan-doctrine from 0.12.31 to 0.12.32
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.31 to 0.12.32.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.31...0.12.32 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-11 03:14:18 +00:00
c4fc7cf964
Bump postcss from 8.2.5 to 8.2.6
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.5 to 8.2.6.
- [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.2.5...8.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-11 03:04:44 +00:00
4258a53f9e
Merge pull request #5031 from wallabag/dependabot/npm_and_yarn/sass-1.32.7
...
Bump sass from 1.32.6 to 1.32.7
2021-02-10 14:06:20 +01:00
9953c64b02
Merge pull request #5032 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.31
2021-02-10 07:25:39 +01:00
a3aa7a659f
Bump phpstan/phpstan-doctrine from 0.12.30 to 0.12.31
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.30 to 0.12.31.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.30...0.12.31 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-10 03:21:23 +00:00
6701df4c73
Bump sass from 1.32.6 to 1.32.7
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.6 to 1.32.7.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.6...1.32.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-10 03:03:39 +00:00
d079a6479e
Merge pull request #5025 from wallabag/dependabot/npm_and_yarn/highlight.js-10.6.0
...
Bump highlight.js from 10.5.0 to 10.6.0
2021-02-09 10:41:35 +01:00
68dd104c56
Update assets
2021-02-09 10:30:12 +01:00
17ed80d044
Merge pull request #5022 from wallabag/feature/del.icio.us-import
...
Add Delicious import
2021-02-09 10:23:19 +01:00
52cd346617
"below button" -> "button below"
2021-02-09 09:33:59 +01:00
15005e2cf4
Merge pull request #5026 from wallabag/dependabot/npm_and_yarn/sass-loader-11.0.1
2021-02-09 06:21:40 +01:00
0bdba594d8
Merge pull request #5027 from wallabag/dependabot/npm_and_yarn/stylelint-scss-3.19.0
2021-02-09 06:21:19 +01:00
3622a7fd8e
Merge pull request #5028 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.6
2021-02-09 06:20:59 +01:00
106dc242b6
Merge pull request #5029 from wallabag/dependabot/npm_and_yarn/css-loader-5.0.2
2021-02-09 06:20:39 +01:00
0b7332f4fc
Merge pull request #5030 from wallabag/dependabot/composer/phpstan/phpstan-0.12.74
2021-02-09 06:20:18 +01:00
eebe81c9c4
Bump phpstan/phpstan from 0.12.73 to 0.12.74
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.73 to 0.12.74.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.73...0.12.74 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:34:44 +00:00
58e96a27dd
Bump css-loader from 5.0.1 to 5.0.2
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.1 to 5.0.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/v5.0.1...v5.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:04:45 +00:00
6590416be1
Bump mini-css-extract-plugin from 1.3.5 to 1.3.6
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.5 to 1.3.6.
- [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/v1.3.5...v1.3.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:04:37 +00:00
723ee8eefa
Bump stylelint-scss from 3.18.0 to 3.19.0
...
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss ) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases )
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.18.0...3.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:04:30 +00:00
92d2c6e4a6
Bump sass-loader from 11.0.0 to 11.0.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 11.0.0 to 11.0.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/v11.0.0...v11.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:04:17 +00:00
4c58904f48
Bump highlight.js from 10.5.0 to 10.6.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.5.0 to 10.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.5.0...10.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-09 03:04:06 +00:00
12afd275f0
Merge pull request #5020 from wallabag/dependabot/composer/phpstan/phpstan-0.12.73
...
Bump phpstan/phpstan from 0.12.71 to 0.12.73
2021-02-08 15:33:05 +01:00
4518baeabd
Merge pull request #5016 from wallabag/dependabot/npm_and_yarn/sass-loader-11.0.0
...
Bump sass-loader from 10.1.1 to 11.0.0
2021-02-08 15:24:45 +01:00
b4c5de9fe8
Merge pull request #5004 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.13
...
Bump @babel/preset-env from 7.12.11 to 7.12.13
2021-02-08 14:09:03 +01:00
dd18fdfa8b
Merge pull request #5005 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.5.0
...
Bump webpack-cli from 4.4.0 to 4.5.0
2021-02-08 14:02:38 +01:00
5f689846fe
Bump sass-loader from 10.1.1 to 11.0.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.1.1 to 11.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/v10.1.1...v11.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 10:48:03 +00:00
f5eb73d150
Merge pull request #5017 from wallabag/dependabot/npm_and_yarn/postcss-8.2.5
...
Bump postcss from 8.2.4 to 8.2.5
2021-02-08 11:43:08 +01:00
18e0af0f4b
Merge pull request #5019 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.6
...
Bump friendsofsymfony/rest-bundle from 2.8.5 to 2.8.6
2021-02-08 11:15:09 +01:00
21cd9f7ee5
Bump webpack-cli from 4.4.0 to 4.5.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 10:09:07 +00:00
786f637c2d
Merge pull request #5018 from wallabag/dependabot/npm_and_yarn/webpack-5.21.2
...
Bump webpack from 5.19.0 to 5.21.2
2021-02-08 11:03:22 +01:00
3f5b68e390
Merge pull request #5021 from wallabag/dependabot/composer/symfony/maker-bundle-1.29.0
...
Bump symfony/maker-bundle from 1.28.0 to 1.29.0
2021-02-08 10:49:07 +01:00
e571fa797d
Bump phpstan/phpstan from 0.12.71 to 0.12.73
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.71 to 0.12.73.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.71...0.12.73 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 09:23:38 +00:00
aedb508a5b
Merge pull request #5011 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.3
...
Bump symfony/phpunit-bridge from 5.2.2 to 5.2.3
2021-02-08 10:17:21 +01:00
c5ce0bfe8f
Merge pull request #5008 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.6.0
...
Bump pagerfanta/pagerfanta from 2.5.1 to 2.6.0
2021-02-08 10:13:36 +01:00
b05105b7aa
Bump @babel/preset-env from 7.12.11 to 7.12.13
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.11 to 7.12.13.
- [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.12.13/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 09:02:57 +00:00
a9dbb25a10
Merge pull request #5006 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.13
...
Bump @babel/core from 7.12.10 to 7.12.13
2021-02-08 09:57:30 +01:00
38902a2f04
Fix test
2021-02-08 09:57:10 +01:00
a962a3ab13
CS
2021-02-08 09:56:25 +01:00
9e380ef0ff
Bump postcss from 8.2.4 to 8.2.5
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.4 to 8.2.5.
- [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.2.4...8.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:55:59 +00:00
dd9d6a4c64
Add Delicious import
...
Since 2021, you can export again your data \o/
Also fix indentation in json fixtures files.
2021-02-08 09:47:56 +01:00
890c7d0bfa
Added button to show entries with the same domain
2021-02-08 09:45:38 +01:00
84dcaaaea9
Merge pull request #5014 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-02-08 09:45:24 +01:00
4f0032e394
Bump friendsofsymfony/rest-bundle from 2.8.5 to 2.8.6
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.5 to 2.8.6.
- [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/2.8.5...2.8.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:42:34 +00:00
e3df54581b
Bump webpack from 5.19.0 to 5.21.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.19.0 to 5.21.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.19.0...v5.21.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:42:31 +00:00
bf3a1c30bf
Bump symfony/maker-bundle from 1.28.0 to 1.29.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.28.0...v1.29.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:42:06 +00:00
5a09b2cfab
Bump symfony/phpunit-bridge from 5.2.2 to 5.2.3
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.2...v5.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:38:41 +00:00
6cd7db0d46
Bump pagerfanta/pagerfanta from 2.5.1 to 2.6.0
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.5.1...v2.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:38:30 +00:00
280b906f0f
Bump @babel/core from 7.12.10 to 7.12.13
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.10 to 7.12.13.
- [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.12.13/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-08 08:38:14 +00:00
f061581bbd
Fix test
2021-02-08 09:38:01 +01:00
d3262da307
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (569 of 569 strings)
2021-02-08 09:17:36 +01:00
0b179e2726
Merge pull request #5003 from wallabag/dependabot/npm_and_yarn/postcss-loader-5.0.0
...
Bump postcss-loader from 4.2.0 to 5.0.0
2021-02-08 09:17:31 +01:00
3137d9b1cc
Fix test
2021-02-08 09:05:57 +01:00
20cad7d61f
Bump postcss-loader from 4.2.0 to 5.0.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 4.2.0 to 5.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/v4.2.0...v5.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-03 03:03:11 +00:00
9468304c7a
Merge pull request #4999 from wallabag/dependabot/npm_and_yarn/sass-1.32.6
2021-02-02 06:42:42 +01:00
f8e32edde4
Merge pull request #5000 from wallabag/dependabot/composer/phpstan/phpstan-0.12.71
2021-02-02 06:42:26 +01:00
3a483dfa6d
Bump phpstan/phpstan from 0.12.70 to 0.12.71
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.70 to 0.12.71.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.70...0.12.71 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-02 03:22:18 +00:00
305ee4df8c
Bump sass from 1.32.5 to 1.32.6
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.5 to 1.32.6.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.5...1.32.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-02 03:05:26 +00:00
00b0517918
Merge pull request #4996 from wallabag/dependabot/npm_and_yarn/webpack-5.19.0
...
Bump webpack from 5.18.0 to 5.19.0
2021-02-01 10:17:58 +01:00
de640f1f8e
Rebuild assets
2021-02-01 10:01:18 +01:00
d78eaefd81
Bump webpack from 5.18.0 to 5.19.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-01 08:46:49 +00:00
42f08e59a7
Merge pull request #4969 from Simounet/fix/account-dropdown
2021-02-01 06:40:13 +01:00
c2309ea662
Merge pull request #4994 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.2.4
2021-02-01 06:34:44 +01:00
4a58ece72b
Merge pull request #4995 from wallabag/dependabot/npm_and_yarn/eslint-7.19.0
2021-02-01 06:34:25 +01:00
50f8b099a4
Bump eslint from 7.18.0 to 7.19.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-01 03:06:02 +00:00
a31532a094
Bump autoprefixer from 10.2.3 to 10.2.4
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.3 to 10.2.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.2.3...10.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-01 03:05:32 +00:00
99fa116c07
Fix account dropdown width
2021-01-31 11:46:32 +01:00
5ff3074b10
Merge pull request #4983 from Simounet/feat/dark-theme-updated
...
Dark theme updated
2021-01-30 23:52:05 +01:00
cf58d426fe
Merge pull request #4988 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.5
2021-01-29 05:45:05 +01:00
56b99f80c6
Bump mini-css-extract-plugin from 1.3.4 to 1.3.5
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.4 to 1.3.5.
- [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/v1.3.4...v1.3.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-29 03:05:28 +00:00
6655cb2170
Merge pull request #4985 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.2
2021-01-28 06:35:57 +01:00
084f16386c
Merge pull request #4986 from wallabag/dependabot/composer/phpstan/phpstan-0.12.70
2021-01-28 06:35:31 +01:00
7d95952572
Bump phpstan/phpstan from 0.12.69 to 0.12.70
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.69 to 0.12.70.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.69...0.12.70 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-28 03:51:44 +00:00
c5c8ed7b19
Bump symfony/phpunit-bridge from 5.2.1 to 5.2.2
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.1...v5.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-28 03:44:23 +00:00
6928c74fa9
Merge pull request #4984 from weblate/weblate-wallabag-messages
2021-01-27 22:55:45 +01:00
5a38865c70
Translated using Weblate (German)
...
Currently translated at 100.0% (569 of 569 strings)
2021-01-27 21:32:13 +01:00
971279d72e
Dark theme updated
2021-01-27 13:10:06 +01:00
481b5f68a6
Merge pull request #4981 from wallabag/dependabot/npm_and_yarn/webpack-5.18.0
2021-01-27 05:09:34 +01:00
a7cca0bf14
Bump webpack from 5.17.0 to 5.18.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.17.0...v5.18.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-27 03:05:38 +00:00
3286b73cf6
Merge pull request #4921 from techexo/2.4.2
...
Update dark theme
2021-01-26 09:16:59 +01:00
f30de01648
Merge pull request #4977 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.18.2
2021-01-26 08:45:04 +01:00
d0b5af63ce
Merge pull request #4978 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.16
2021-01-26 08:44:47 +01:00
382f667326
Bump phpstan/phpstan-symfony from 0.12.14 to 0.12.16
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.14 to 0.12.16.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.14...0.12.16 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 03:43:01 +00:00
ac902bc887
Bump friendsofphp/php-cs-fixer from 2.18.1 to 2.18.2
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.18.1 to 2.18.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.18.1...v2.18.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 03:27:12 +00:00
8869c7a153
Merge pull request #4971 from wallabag/fix/footer-date-translation
...
Fix translation of date in the footer using IntlDateFormatter
2021-01-25 09:33:57 +01:00
b50cd2564c
Merge pull request #4972 from wallabag/fix/2533-filter-active-menu
...
Preselect currently active section in the filter menu
2021-01-25 09:30:03 +01:00
db11a34b80
Merge pull request #4970 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-01-25 09:28:27 +01:00
54cd1ac73d
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (569 of 569 strings)
2021-01-25 08:53:06 +01:00
348597e21b
Merge pull request #4973 from wallabag/dependabot/npm_and_yarn/webpack-5.17.0
2021-01-25 08:53:00 +01:00
716de7ddb7
Merge pull request #4974 from wallabag/dependabot/composer/jms/serializer-bundle-3.8.0
2021-01-25 08:52:41 +01:00
87ab4652f2
Merge pull request #4975 from wallabag/dependabot/composer/phpstan/phpstan-0.12.69
2021-01-25 08:52:13 +01:00
f1dfc0273e
Bump phpstan/phpstan from 0.12.68 to 0.12.69
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.68 to 0.12.69.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.68...0.12.69 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-25 03:49:22 +00:00
da56d97afc
Bump jms/serializer-bundle from 3.7.0 to 3.8.0
...
Bumps [jms/serializer-bundle](https://github.com/schmittjoh/JMSSerializerBundle ) from 3.7.0 to 3.8.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/3.7.0...3.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-25 03:45:37 +00:00
d63b2369ad
Bump webpack from 5.16.0 to 5.17.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.16.0 to 5.17.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.16.0...v5.17.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-25 03:05:45 +00:00
4a03869feb
Improve dark theme
2021-01-24 15:34:40 +01:00
8e89b3ad76
Preselect currently active section in the filter menu
...
Fixes #2533
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-01-24 02:16:43 +01:00
ebda18636c
Fix translation of date in the footer using IntlDateFormatter
...
Fixes #2476
Fixes #2870
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-01-23 21:16:00 +01:00
07e249ee57
Merge pull request #4967 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.18.1
2021-01-22 13:50:05 +01:00
950261afd4
Merge pull request #4966 from wallabag/dependabot/npm_and_yarn/postcss-loader-4.2.0
2021-01-22 11:58:13 +01:00
b0fec1b6b7
Merge pull request #4968 from weblate/weblate-wallabag-messages
2021-01-22 11:56:46 +01:00
eb16ca4c58
Translated using Weblate (Galician)
...
Currently translated at 100.0% (40 of 40 strings)
2021-01-22 07:32:19 +01:00
d608caa0ad
Translated using Weblate (Galician)
...
Currently translated at 99.8% (568 of 569 strings)
2021-01-22 07:32:18 +01:00
b9c0b2c465
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (569 of 569 strings)
2021-01-22 07:32:12 +01:00
91a8b004ef
Bump friendsofphp/php-cs-fixer from 2.18.0 to 2.18.1
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.18.1/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.18.0...v2.18.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-22 03:44:40 +00:00
7ce490dd29
Bump postcss-loader from 4.1.0 to 4.2.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 4.1.0 to 4.2.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/v4.1.0...v4.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-22 03:05:24 +00:00
c459a203f5
Merge pull request #4963 from wallabag/dependabot/npm_and_yarn/sass-1.32.5
2021-01-21 09:00:47 +01:00
363d292cb5
Bump sass from 1.32.4 to 1.32.5
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.4 to 1.32.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.4...1.32.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-21 03:06:44 +00:00
c43c103259
Merge pull request #4959 from wallabag/dependabot/npm_and_yarn/webpack-5.16.0
2021-01-20 05:21:44 +01:00
30bd24adb6
Bump webpack from 5.15.0 to 5.16.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.15.0...v5.16.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-20 03:58:07 +00:00
530ea1bfaa
Merge pull request #4958 from wallabag/dependabot/npm_and_yarn/stylelint-13.9.0
2021-01-20 04:56:57 +01:00
d7fb4c55fd
Merge pull request #4960 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.4.0
2021-01-20 04:56:15 +01:00
b735e17fb1
Merge pull request #4961 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.2.3
2021-01-20 04:55:32 +01:00
73cfcf09d9
Bump autoprefixer from 10.2.1 to 10.2.3
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.1 to 10.2.3.
- [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.2.1...10.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-20 03:01:43 +00:00
dace23025c
Bump webpack-cli from 4.3.1 to 4.4.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-20 03:01:27 +00:00
7ab84d8bf5
Bump stylelint from 13.8.0 to 13.9.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.8.0 to 13.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.8.0...13.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-20 03:01:09 +00:00
0f0a59376a
Merge pull request #4956 from wallabag/dependabot/composer/phpstan/phpstan-0.12.68
2021-01-19 09:35:07 +01:00
6258b0aebb
Bump phpstan/phpstan from 0.12.67 to 0.12.68
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.67 to 0.12.68.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.67...0.12.68 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-19 07:58:27 +00:00
395e700ff8
Merge pull request #4955 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.30
2021-01-19 08:53:30 +01:00
9fe059fec1
Bump phpstan/phpstan-doctrine from 0.12.28 to 0.12.30
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.28 to 0.12.30.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.28...0.12.30 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-19 03:20:34 +00:00
a8db5b3782
Fix accessibility problem with the 2FA QR code ( #4915 )
...
* Add alt to qr code
* Add alt to qr code
* Fix contrast for api key link
* Add translate qrcode alt
* Add translatation for QR code alternative
* Fix extra space
* Add translation for qrcode image alternative
2021-01-18 11:11:13 +01:00
b4e7c82a7c
Merge pull request #4942 from wallabag/dependabot/composer/phpstan/phpstan-0.12.67
...
Bump phpstan/phpstan from 0.12.66 to 0.12.67
2021-01-18 11:09:30 +01:00
6c2fac4ef6
Merge pull request #4947 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-01-18 11:07:42 +01:00
0fb77636d2
Translated using Weblate (Galician)
...
Currently translated at 73.7% (419 of 568 strings)
2021-01-18 11:01:52 +01:00
fceeae6499
Translated using Weblate (Galician)
...
Currently translated at 100.0% (6 of 6 strings)
2021-01-18 11:01:52 +01:00
1bdedfe65d
Translated using Weblate (Galician)
...
Currently translated at 100.0% (7 of 7 strings)
2021-01-18 11:01:52 +01:00
5654c3aaf3
Translated using Weblate (Galician)
...
Currently translated at 70.5% (401 of 568 strings)
2021-01-18 11:01:52 +01:00
b267e967e8
Merge pull request #4953 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.18.0
...
Bump friendsofphp/php-cs-fixer from 2.17.3 to 2.18.0
2021-01-18 11:01:45 +01:00
381f9681b5
Fix CS
2021-01-18 10:38:56 +01:00
3e1c1ff1fb
Merge pull request #4951 from wallabag/dependabot/npm_and_yarn/webpack-5.15.0
2021-01-18 06:33:17 +01:00
86cf8852cf
Merge pull request #4952 from wallabag/dependabot/npm_and_yarn/eslint-7.18.0
2021-01-18 06:32:59 +01:00
6a1ef0b62a
Merge pull request #4954 from wallabag/dependabot/composer/symfony/maker-bundle-1.28.0
2021-01-18 06:31:44 +01:00
4331b2e8a2
Bump symfony/maker-bundle from 1.27.0 to 1.28.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/1.27.0...v1.28.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-18 03:53:53 +00:00
11031114e2
Bump friendsofphp/php-cs-fixer from 2.17.3 to 2.18.0
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.17.3 to 2.18.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.18.0/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.3...v2.18.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-18 03:48:34 +00:00
e77bff287d
Bump eslint from 7.17.0 to 7.18.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-18 03:05:46 +00:00
8273828399
Bump webpack from 5.14.0 to 5.15.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.14.0...v5.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-18 03:05:24 +00:00
5ed882997e
Bump phpstan/phpstan from 0.12.66 to 0.12.67
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.66 to 0.12.67.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.66...0.12.67 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-15 07:32:40 +00:00
54e158fc7e
Merge pull request #4943 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.28
2021-01-15 08:10:25 +01:00
6e487a445c
Bump phpstan/phpstan-doctrine from 0.12.27 to 0.12.28
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.27 to 0.12.28.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.27...0.12.28 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-15 03:28:10 +00:00
ec8089fa62
Merge pull request #4939 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-3.11.2
2021-01-14 08:59:18 +01:00
2c2599db85
Merge pull request #4940 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.4
2021-01-14 08:58:43 +01:00
acaba9805e
Merge pull request #4941 from wallabag/dependabot/npm_and_yarn/webpack-5.14.0
2021-01-14 08:58:24 +01:00
be1b119d18
Bump webpack from 5.13.0 to 5.14.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.13.0...v5.14.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-14 03:05:44 +00:00
9e110c2cd7
Bump mini-css-extract-plugin from 1.3.3 to 1.3.4
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.3 to 1.3.4.
- [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/v1.3.3...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-14 03:05:24 +00:00
7d4bad91ed
Bump webpack-dev-server from 3.11.1 to 3.11.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.1...v3.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-14 03:04:59 +00:00
eab2629abb
Merge pull request #4937 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-01-13 11:41:28 +01:00
146fe1411d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-13 11:32:09 +01:00
ec19e6b63e
Merge pull request #4936 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.27
2021-01-13 09:03:44 +01:00
65fbb8ea7d
Bump phpstan/phpstan-doctrine from 0.12.26 to 0.12.27
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.26 to 0.12.27.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.26...0.12.27 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-13 03:51:55 +00:00
16fa567afb
Merge pull request #4929 from wallabag/dependabot/npm_and_yarn/sass-loader-10.1.1
...
Bump sass-loader from 10.1.0 to 10.1.1
2021-01-12 09:55:56 +01:00
567d1c65f3
Bump sass-loader from 10.1.0 to 10.1.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.1.0 to 10.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/v10.1.0...v10.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 07:20:02 +00:00
2f62fce4dc
Merge pull request #4933 from wallabag/dependabot/composer/phpstan/phpstan-0.12.66
2021-01-12 06:17:31 +01:00
eea8a7a8f3
Merge pull request #4930 from wallabag/dependabot/npm_and_yarn/sass-1.32.4
2021-01-12 06:13:16 +01:00
9221dc957e
Merge pull request #4931 from wallabag/dependabot/npm_and_yarn/webpack-5.13.0
2021-01-12 06:12:46 +01:00
5c8183c8e3
Merge pull request #4932 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.14
2021-01-12 06:12:24 +01:00
f886494c7d
Bump phpstan/phpstan from 0.12.65 to 0.12.66
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.65 to 0.12.66.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.65...0.12.66 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 03:38:28 +00:00
5097def2de
Bump phpstan/phpstan-symfony from 0.12.13 to 0.12.14
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.13 to 0.12.14.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.13...0.12.14 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 03:30:15 +00:00
af95cdb3f0
Bump webpack from 5.12.3 to 5.13.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.12.3 to 5.13.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.12.3...v5.13.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 03:05:47 +00:00
dd752cfeb1
Bump sass from 1.32.2 to 1.32.4
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.2 to 1.32.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-12 03:05:17 +00:00
445db242e7
Merge pull request #4928 from weblate/weblate-wallabag-messages
2021-01-11 21:20:19 +01:00
4020b8ef7e
Translated using Weblate (Galician)
...
Currently translated at 56.1% (319 of 568 strings)
2021-01-11 16:32:36 +01:00
81dbb1ff61
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-11 16:32:23 +01:00
ac9ae46fc4
Translated using Weblate (Polish)
...
Currently translated at 88.9% (505 of 568 strings)
2021-01-11 16:32:22 +01:00
444f88a42e
Translated using Weblate (German)
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-11 16:32:22 +01:00
2211a83578
Merge pull request #4926 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.13
...
Bump phpstan/phpstan-symfony from 0.12.12 to 0.12.13
2021-01-11 11:51:12 +01:00
6407f9cc9c
Merge pull request #4924 from wallabag/dependabot/npm_and_yarn/postcss-8.2.4
...
Bump postcss from 8.2.3 to 8.2.4
2021-01-11 11:50:51 +01:00
68e1211860
Merge pull request #4925 from wallabag/dependabot/npm_and_yarn/webpack-5.12.3
...
Bump webpack from 5.11.1 to 5.12.3
2021-01-11 11:50:28 +01:00
077700ab37
Bump phpstan/phpstan-symfony from 0.12.12 to 0.12.13
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.12 to 0.12.13.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.12...0.12.13 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-11 09:31:36 +00:00
cbb62fa009
Bump postcss from 8.2.3 to 8.2.4
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.3 to 8.2.4.
- [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.2.3...8.2.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-11 09:31:17 +00:00
facbab0718
Bump webpack from 5.11.1 to 5.12.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.11.1 to 5.12.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.11.1...v5.12.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-11 09:31:15 +00:00
51dc165c32
Merge pull request #4927 from wallabag/dependabot/composer/symfony/maker-bundle-1.27.0
...
Bump symfony/maker-bundle from 1.26.1 to 1.27.0
2021-01-11 10:24:39 +01:00
64de194067
Force PHP version on Scrutinizer
2021-01-11 10:02:58 +01:00
bd1c9fd8e3
Bump symfony/maker-bundle from 1.26.1 to 1.27.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.26.1...1.27.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-11 03:47:33 +00:00
edc74a024b
Merge pull request #4920 from weblate/weblate-wallabag-messages
2021-01-08 07:22:26 +01:00
96ff96b879
Added translation using Weblate (Galician)
2021-01-08 07:11:31 +01:00
30b773aeb6
Added translation using Weblate (Galician)
2021-01-08 07:11:24 +01:00
db4c80a8b2
Added translation using Weblate (Galician)
2021-01-08 07:11:20 +01:00
d588ef82ef
Added translation using Weblate (Galician)
2021-01-08 07:11:08 +01:00
00bf1651ca
Merge pull request #4918 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.2.1
2021-01-08 06:11:14 +01:00
e8cea15c51
Merge pull request #4919 from wallabag/dependabot/npm_and_yarn/postcss-8.2.3
2021-01-08 06:10:53 +01:00
80f5e7b731
Bump postcss from 8.2.2 to 8.2.3
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.2...8.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-08 03:03:05 +00:00
db6a1b0270
Bump autoprefixer from 10.2.0 to 10.2.1
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.0 to 10.2.1.
- [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.2.0...10.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-08 03:02:54 +00:00
ca84d4ea21
Merge pull request #4911 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-01-07 09:31:48 +01:00
13cbcab6ce
Added translation using Weblate (Arabic)
2021-01-07 09:12:12 +01:00
f44e826212
Added translation using Weblate (Arabic)
2021-01-07 09:12:09 +01:00
51e7cbac5c
Added translation using Weblate (Arabic)
2021-01-07 09:11:54 +01:00
8c65f36b2d
Added translation using Weblate (Arabic)
2021-01-07 09:11:43 +01:00
cc76bd5f5a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-07 07:45:40 +01:00
717d3821bb
Translated using Weblate (German)
...
Currently translated at 100.0% (6 of 6 strings)
2021-01-07 07:45:40 +01:00
4ab0601645
Translated using Weblate (Occitan)
...
Currently translated at 85.0% (483 of 568 strings)
2021-01-07 07:45:40 +01:00
b58f79f03b
Merge pull request #4912 from wallabag/dependabot/npm_and_yarn/sass-1.32.2
2021-01-07 07:45:35 +01:00
d9951d6355
Merge pull request #4913 from wallabag/dependabot/composer/phpstan/phpstan-0.12.65
2021-01-07 07:45:17 +01:00
8de65a1fb4
Bump phpstan/phpstan from 0.12.64 to 0.12.65
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.64 to 0.12.65.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.64...0.12.65 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-07 03:47:44 +00:00
56b8c07355
Bump sass from 1.32.0 to 1.32.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.0 to 1.32.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-07 03:05:51 +00:00
3d7123351a
Merge pull request #4909 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.2.0
2021-01-06 07:48:15 +01:00
8d05bc1b0b
Bump autoprefixer from 10.1.0 to 10.2.0
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.1.0 to 10.2.0.
- [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.1.0...10.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-06 03:06:54 +00:00
8c9e65817f
Merge pull request #4908 from Simounet/fix/nav-lang-filter
2021-01-05 22:57:23 +01:00
e17d4ebe13
Fix nav lang filter
2021-01-05 22:30:47 +01:00
3ea55bba9f
Merge pull request #4904 from wallabag/release-2.4.1
2021-01-05 07:40:36 +01:00
f295e3dc5c
Fix links in changelog
2021-01-04 11:07:49 +01:00
5a69fec5da
Prepare 2.4.1
...
- update changelog
- bump version
- update deps
2021-01-04 10:21:07 +01:00
5592a23ae1
Merge pull request #4900 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-01-04 09:22:32 +01:00
4c58787b87
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (567 of 568 strings)
2021-01-04 09:15:49 +01:00
2b357d4e42
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 82.2% (467 of 568 strings)
2021-01-04 09:15:47 +01:00
bdba7caf8a
Translated using Weblate (English)
...
Currently translated at 100.0% (6 of 6 strings)
2021-01-04 09:15:46 +01:00
94c68bf65f
Translated using Weblate (Turkish)
...
Currently translated at 98.5% (560 of 568 strings)
2021-01-04 09:15:45 +01:00
f1aeafc076
Translated using Weblate (Polish)
...
Currently translated at 88.0% (500 of 568 strings)
2021-01-04 09:15:45 +01:00
35ae211266
Translated using Weblate (English)
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-04 09:15:44 +01:00
9dc71c431d
Translated using Weblate (Danish)
...
Currently translated at 23.7% (135 of 568 strings)
2021-01-04 09:15:43 +01:00
ddff6274a2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (568 of 568 strings)
2021-01-04 06:51:28 +01:00
232c31921c
Merge pull request #4899 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.3.1
2021-01-04 06:51:23 +01:00
0140b0c262
Merge pull request #4878 from wallabag/fix-hash-query
2021-01-04 06:51:12 +01:00
ff6158811b
Merge pull request #4301 from wallabag/fix/4215/add-label-and-issuer-to-o2p-config
2021-01-04 06:48:10 +01:00
a1600a5852
Merge pull request #4903 from wallabag/dependabot/npm_and_yarn/eslint-7.17.0
2021-01-04 06:38:31 +01:00
573538c1a5
Bump eslint from 7.16.0 to 7.17.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-04 03:05:46 +00:00
3360f30d43
Bump webpack-cli from 4.3.0 to 4.3.1
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.0...webpack-cli@4.3.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-01 03:06:29 +00:00
71680cdb61
views: fix corrupted qrcode image for 2FA
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-31 18:09:32 +01:00
21dee08b4d
Add issuer to otp config
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-12-31 18:09:14 +01:00
83193417a6
Merge pull request #4896 from wallabag/fix/ga-2.x-branch
2020-12-31 17:21:37 +01:00
6004de48ff
Allow GitHub Actions to run on 2.* branches
...
Since I created the 2.5.0 branch, GA on PR targeting that branch aren't triggered. This should fix this.
2020-12-31 14:18:49 +01:00
1697076575
Merge pull request #4894 from wallabag/improvement/tags-title
2020-12-31 06:11:41 +01:00
c4b24503f3
Merge pull request #4868 from wallabag/fix/4818/2fa-plaintext-secret
2020-12-31 06:10:55 +01:00
dc5fbff644
views: add title to tag li elements, for consistency
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-31 02:47:56 +01:00
36ba1d48ad
otp: show backup codes in monospace style
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-30 20:16:31 +01:00
41271bc153
otp: show secret as plaintext if a user can't scan qrcode
...
Fixes #4818
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-30 20:16:31 +01:00
88ad78373d
Merge pull request #4889 from wallabag/dependabot/npm_and_yarn/postcss-8.2.2
2020-12-30 07:10:24 +01:00
5179c9ce04
Merge pull request #4890 from wallabag/dependabot/npm_and_yarn/sass-1.32.0
2020-12-30 07:10:02 +01:00
4d8b07764d
Merge pull request #4891 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-3.11.1
2020-12-30 07:09:24 +01:00
90c38a0a1b
Bump webpack-dev-server from 3.11.0 to 3.11.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.1/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.0...v3.11.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-30 03:05:29 +00:00
70b43023c2
Bump sass from 1.30.0 to 1.32.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.30.0...1.32.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-30 03:05:02 +00:00
26ebe39be1
Bump postcss from 8.2.1 to 8.2.2
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.1 to 8.2.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.2.1...8.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-30 03:04:45 +00:00
01aea3ef27
Merge pull request #4888 from wallabag/dependabot/npm_and_yarn/webpack-5.11.1
2020-12-29 06:16:23 +01:00
aaff187629
Bump webpack from 5.11.0 to 5.11.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-29 03:05:23 +00:00
e861061c7a
Merge pull request #4882 from wallabag/dependabot/npm_and_yarn/highlight.js-10.5.0
...
Bump highlight.js from 10.4.1 to 10.5.0
2020-12-28 16:26:20 +01:00
75f89a4d42
Update assets
2020-12-28 16:16:40 +01:00
e61096dec9
Merge pull request #4873 from wallabag/dependabot/npm_and_yarn/eslint-7.16.0
2020-12-28 06:12:45 +01:00
12bc9a36fb
Bump eslint from 7.15.0 to 7.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.15.0 to 7.16.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 04:39:49 +00:00
621c105dcb
Merge pull request #4879 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.7.3
2020-12-28 05:30:00 +01:00
e2e1163927
Merge pull request #4886 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.3.0
2020-12-28 05:29:13 +01:00
7e00b32203
Bump webpack-cli from 4.2.0 to 4.3.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 03:05:17 +00:00
41930e729c
Merge pull request #4876 from wallabag/dependabot/composer/phpstan/phpstan-0.12.64
...
Bump phpstan/phpstan from 0.12.63 to 0.12.64
2020-12-26 13:36:25 +01:00
92f4818153
Merge pull request #4885 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.17.3
...
Bump friendsofphp/php-cs-fixer from 2.17.2 to 2.17.3
2020-12-26 13:35:49 +01:00
a2ecac603c
Bump friendsofphp/php-cs-fixer from 2.17.2 to 2.17.3
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.2...v2.17.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-25 03:21:09 +00:00
eb1cf4b0ea
Bump highlight.js from 10.4.1 to 10.5.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.4.1 to 10.5.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.4.1...10.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-24 03:04:55 +00:00
f3ff6c92b0
Bump webpack-merge from 5.7.2 to 5.7.3
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.2...v5.7.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-23 03:05:14 +00:00
5857031262
Fixed query to fetch URL to hash
2020-12-22 14:58:07 +01:00
be30d7164c
Bump phpstan/phpstan from 0.12.63 to 0.12.64
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.63 to 0.12.64.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.63...0.12.64 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-22 03:09:02 +00:00
d6869fdd2f
Merge pull request #4875 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.1
...
Bump symfony/phpunit-bridge from 5.2.0 to 5.2.1
2020-12-21 11:32:43 +01:00
6f61b96e29
Merge pull request #4874 from wallabag/dependabot/composer/symfony/maker-bundle-1.26.1
...
Bump symfony/maker-bundle from 1.26.0 to 1.26.1
2020-12-21 11:32:26 +01:00
2267453d1f
Merge pull request #4866 from wallabag/fix/4812/dark-theme-cookie
...
material: fix issue with cookie check for light/dark theme
2020-12-21 08:53:51 +01:00
863dd6ed07
Merge pull request #4865 from wallabag/fix-4864
...
Added a query to parse only non-hashed URL
2020-12-21 08:53:33 +01:00
b4dde9040b
Bump symfony/phpunit-bridge from 5.2.0 to 5.2.1
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.0...v5.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-21 03:48:08 +00:00
0d6e44bdf1
Bump symfony/maker-bundle from 1.26.0 to 1.26.1
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.26.0...v1.26.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-21 03:25:58 +00:00
d20139151e
Merge pull request #4869 from Simounet/fix/extra-padding-on-homepage
...
Fix extra padding on the homepage main content
2020-12-20 16:32:20 +01:00
68060f545a
Added a query to parse only non-hashed URL
...
Fixed #4864
2020-12-20 09:23:59 +01:00
c1b195f860
Fix extra padding on the homepage main content
2020-12-19 13:57:07 +01:00
0631f5c8d0
material: fix issue with cookie check for light/dark theme
...
Fixes #4812
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-19 01:45:05 +01:00
ad621f198f
Merge pull request #4861 from wallabag/dependabot/composer/symfony/maker-bundle-1.26.0
...
Bump symfony/maker-bundle from 1.25.0 to 1.26.0
2020-12-18 08:57:05 +01:00
e5fdbaba5b
Merge pull request #4858 from wallabag/dependabot/npm_and_yarn/webpack-5.11.0
...
Bump webpack from 5.10.3 to 5.11.0
2020-12-18 06:55:13 +01:00
0b0ffa67e7
Merge pull request #4859 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.5
...
Bump friendsofsymfony/rest-bundle from 2.8.4 to 2.8.5
2020-12-18 06:54:55 +01:00
7655409ca8
Merge pull request #4860 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.17.2
...
Bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2
2020-12-18 06:54:29 +01:00
1b88c662a4
Bump symfony/maker-bundle from 1.25.0 to 1.26.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.25.0...v1.26.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-18 04:19:41 +00:00
cbb26547e5
Bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.1...v2.17.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-18 03:32:56 +00:00
77faf7369b
Bump friendsofsymfony/rest-bundle from 2.8.4 to 2.8.5
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.4 to 2.8.5.
- [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/2.8.4...2.8.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-18 03:25:53 +00:00
1c8505acb3
Bump webpack from 5.10.3 to 5.11.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.10.3...v5.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-18 03:05:43 +00:00
25bd0edad6
Merge pull request #4857 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.4
...
Bump friendsofsymfony/rest-bundle from 2.8.3 to 2.8.4
2020-12-17 09:20:14 +01:00
c9dc7098b3
Merge pull request #4856 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.7.2
...
Bump webpack-merge from 5.7.0 to 5.7.2
2020-12-17 06:48:35 +01:00
40cd56daf8
Bump friendsofsymfony/rest-bundle from 2.8.3 to 2.8.4
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.3 to 2.8.4.
- [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/2.8.3...2.8.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-17 03:20:37 +00:00
f7f6d5d13d
Bump webpack-merge from 5.7.0 to 5.7.2
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.7.0 to 5.7.2.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.0...v5.7.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-17 03:04:14 +00:00
1bf5419e8c
Merge pull request #4844 from wallabag/feature/add-clean-downloaded-images
...
Add a command to clean downloaded images
2020-12-16 20:21:03 +01:00
fb4d1fd10b
Compare full list to full list
2020-12-16 17:45:28 +01:00
5437f0e3da
Build images list outside of clean
2020-12-16 17:26:13 +01:00
478c20d3a4
Remove username argument and add a dry-run option
2020-12-16 16:54:17 +01:00
cc47d78845
Merge pull request #4851 from wallabag/dependabot/npm_and_yarn/webpack-5.10.3
...
Bump webpack from 5.10.1 to 5.10.3
2020-12-16 06:43:35 +01:00
40ac680d6d
Merge pull request #4852 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.11
...
Bump @babel/preset-env from 7.12.10 to 7.12.11
2020-12-16 06:43:10 +01:00
44d722f700
Merge pull request #4853 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.17
...
Bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17
2020-12-16 06:42:38 +01:00
ed8e1994d6
Merge pull request #4854 from wallabag/dependabot/composer/phpstan/phpstan-0.12.63
...
Bump phpstan/phpstan from 0.12.62 to 0.12.63
2020-12-16 06:41:54 +01:00
9e65927829
Bump phpstan/phpstan from 0.12.62 to 0.12.63
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.62 to 0.12.63.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.62...0.12.63 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-16 03:49:22 +00:00
f5b0832812
Bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.16 to 0.12.17.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.16...0.12.17 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-16 03:42:45 +00:00
16b9f36c4e
Bump @babel/preset-env from 7.12.10 to 7.12.11
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.10 to 7.12.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.12.11/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-16 03:05:01 +00:00
056dd58eb4
Bump webpack from 5.10.1 to 5.10.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.10.1 to 5.10.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.10.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-16 03:04:43 +00:00
ab6f22a1f6
Fix issue template related to parameters
...
The way the template was used generated a badly rendered code.
2020-12-15 13:54:08 +01:00
c7a8800794
Fix phpDoc
2020-12-15 10:06:35 +01:00
9dc4f2a790
Merge pull request #4846 from wallabag/dependabot/composer/phpstan/phpstan-0.12.62
...
Bump phpstan/phpstan from 0.12.59 to 0.12.62
2020-12-15 04:54:26 +01:00
febcf4be3b
Bump phpstan/phpstan from 0.12.59 to 0.12.62
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.59 to 0.12.62.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.59...0.12.62 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-15 03:43:12 +00:00
9007459605
Fix PHPStan deprecated config option
2020-12-14 22:21:09 +01:00
9743058f7d
Add a command to clean downloaded images
...
There were a bug in versions prior to 2.4.0 where images weren't properly removed (mostly when coming from the API).
With that command, we'll be able to remove images which aren't associated to any entries.
Like other command you can pass a username to only clean one user.
2020-12-14 22:19:19 +01:00
9aeac727df
Merge pull request #4843 from wallabag/update-issue-templates
...
Update issue templates
2020-12-14 13:22:18 +01:00
415da16e77
Enhancement and config
2020-12-14 11:43:27 +01:00
03b531c360
Delete fetching-issue.md
2020-12-14 11:22:22 +01:00
5e5cb502f4
Remove old template
2020-12-14 11:20:33 +01:00
2249f40aa2
Update issue templates
...
Define new issue templates following new structure for them.
Also add a new template related to site config.
2020-12-14 11:19:43 +01:00
49ad7aeeb3
Merge pull request #4832 from wallabag/fix/4826
...
migrations: fix mysql migration for an edge case
2020-12-14 10:21:27 +01:00
7245b8b611
Merge pull request #4834 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.7.0
...
Bump webpack-merge from 5.5.0 to 5.7.0
2020-12-14 10:06:13 +01:00
c6f3f27b84
Merge pull request #4841 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-12-14 09:59:10 +01:00
61e0101771
Bump webpack-merge from 5.5.0 to 5.7.0
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.5.0 to 5.7.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.5.0...v5.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 08:51:54 +00:00
b0907c15ff
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (567 of 567 strings)
2020-12-14 09:48:33 +01:00
71efdeb055
Translated using Weblate (German)
...
Currently translated at 100.0% (567 of 567 strings)
2020-12-14 09:48:33 +01:00
61a3e0fbb4
Merge pull request #4835 from wallabag/dependabot/npm_and_yarn/webpack-5.10.1
...
Bump webpack from 5.10.0 to 5.10.1
2020-12-14 09:48:29 +01:00
83f10796a7
Fix Russian language validation
2020-12-14 09:33:31 +01:00
df7b937f54
Merge pull request #4836 from wallabag/dependabot/composer/phpstan/extension-installer-1.1.0
...
Bump phpstan/extension-installer from 1.0.5 to 1.1.0
2020-12-14 09:28:09 +01:00
7f10756aa2
Merge pull request #4833 from Simounet/fix/dark-theme-odd
...
Fix dark theme table odd style
2020-12-14 09:22:01 +01:00
4bf24ac3fe
Merge pull request #4837 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.12
...
Bump phpstan/phpstan-symfony from 0.12.11 to 0.12.12
2020-12-14 09:07:52 +01:00
a6d22ca31e
Merge pull request #4838 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.26
...
Bump phpstan/phpstan-doctrine from 0.12.25 to 0.12.26
2020-12-14 09:07:25 +01:00
ca57b4d41a
Merge pull request #4839 from wallabag/dependabot/composer/dama/doctrine-test-bundle-6.5.0
...
Bump dama/doctrine-test-bundle from 6.4.0 to 6.5.0
2020-12-14 09:07:06 +01:00
c9d1be066e
Bump dama/doctrine-test-bundle from 6.4.0 to 6.5.0
...
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle ) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases )
- [Changelog](https://github.com/dmaicher/doctrine-test-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v6.4.0...v6.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 03:58:39 +00:00
5afe8ed150
Bump phpstan/phpstan-doctrine from 0.12.25 to 0.12.26
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.25 to 0.12.26.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.25...0.12.26 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 03:53:32 +00:00
e646da6c6a
Bump phpstan/phpstan-symfony from 0.12.11 to 0.12.12
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.11 to 0.12.12.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.11...0.12.12 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 03:46:47 +00:00
0766fa00d9
Bump phpstan/extension-installer from 1.0.5 to 1.1.0
...
Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer ) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/phpstan/extension-installer/releases )
- [Commits](https://github.com/phpstan/extension-installer/compare/1.0.5...1.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 03:27:06 +00:00
548d752937
Bump webpack from 5.10.0 to 5.10.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.10.0...v5.10.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-14 03:05:13 +00:00
b553b77ceb
Fix dark theme table odd style
2020-12-13 22:07:21 +01:00
fb5c155484
migrations: fix mysql migration for an edge case
...
In an unspecified case the schema state was not consistent with the
expected migration plans. This fix ignores two statements by checking
if a foreign key is here or not.
This issue may have been caused by a rewrite of an old migration,
probably through 4acbeb9371
Fixes #4826
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-12-13 18:10:43 +01:00
657a6c43a3
Merge pull request #4822 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-12-12 15:59:12 +01:00
d5360a7b7e
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (6 of 6 strings)
2020-12-11 22:42:16 +01:00
ee3db8ad86
Translated using Weblate (Portuguese)
...
Currently translated at 62.2% (353 of 567 strings)
2020-12-11 22:42:16 +01:00
a9cf250f93
Translated using Weblate (Occitan)
...
Currently translated at 85.1% (483 of 567 strings)
2020-12-11 22:42:16 +01:00
8d59aa2c25
Merge pull request #4823 from Simounet/fix/missing-img-512-manifest
...
Fix missing apple-touch-icon-512.png from manifest.json
2020-12-11 22:42:11 +01:00
14cb0b7c73
Fix missing apple-touch-icon-512.png from manifest.json
2020-12-11 21:33:13 +01:00
39117f7b64
Merge pull request #4817 from wallabag/tcitworld-patch-1
...
Remove community.wallabag.org from the issue template
2020-12-11 10:21:17 +01:00
98b834d836
Remove community.wallabag.org from the issue template
2020-12-11 09:32:26 +01:00
39c595d048
Merge pull request #4814 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.5.0
...
Bump webpack-merge from 5.4.1 to 5.5.0
2020-12-11 06:40:42 +01:00
35b7e6443b
Merge pull request #4815 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.3
...
Bump mini-css-extract-plugin from 1.3.2 to 1.3.3
2020-12-11 06:15:25 +01:00
fd6a079388
Merge pull request #4816 from wallabag/dependabot/npm_and_yarn/ini-1.3.7
...
Bump ini from 1.3.5 to 1.3.7
2020-12-11 06:15:02 +01:00
e250066222
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 03:08:48 +00:00
34cfa612a6
Bump mini-css-extract-plugin from 1.3.2 to 1.3.3
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.2 to 1.3.3.
- [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/v1.3.2...v1.3.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 03:04:59 +00:00
1fa61d0f0c
Bump webpack-merge from 5.4.1 to 5.5.0
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.4.1 to 5.5.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.4.1...v5.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 03:04:32 +00:00
475fc69fe4
Merge pull request #4811 from Simounet/fix/manifest-json
...
Fix path icons from manifest.json
2020-12-10 20:56:07 +01:00
7fc15c2ea5
Fix path icons from manifest.json
2020-12-10 17:47:13 +01:00
626b1e45bd
Merge pull request #4808 from wallabag/2.4.1-dev
...
Update release process and introduce 2.4.1-dev
2020-12-10 16:58:13 +01:00
f5d82abcfe
Update release process and introduce 2.4.1-dev
2020-12-10 15:01:47 +01:00
7ae6d72984
Merge pull request #4806 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.10
...
Bump @babel/core from 7.12.9 to 7.12.10
2020-12-10 10:44:08 +01:00
f6ca547fc9
Fix tests
2020-12-10 10:30:34 +01:00
5af3c573bd
Bump @babel/core from 7.12.9 to 7.12.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.9 to 7.12.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.12.10/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-10 07:12:36 +00:00
9aad62a541
Merge pull request #4807 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.10
...
Bump @babel/preset-env from 7.12.7 to 7.12.10
2020-12-10 06:10:47 +01:00
f7baa72171
Merge pull request #4805 from wallabag/dependabot/npm_and_yarn/postcss-8.2.1
...
Bump postcss from 8.2.0 to 8.2.1
2020-12-10 06:10:29 +01:00
d2d58948c1
Bump @babel/preset-env from 7.12.7 to 7.12.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.7 to 7.12.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.12.10/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-10 03:05:55 +00:00
3eb49e9825
Bump postcss from 8.2.0 to 8.2.1
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.0 to 8.2.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.2.0...8.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-10 03:04:57 +00:00
0bbe55e478
Merge pull request #4800 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.1.0
...
Bump autoprefixer from 10.0.4 to 10.1.0
2020-12-09 06:22:10 +01:00
0d86db1cc5
Merge pull request #4801 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.4.1
...
Bump webpack-merge from 5.4.0 to 5.4.1
2020-12-09 06:21:50 +01:00
a7ee3fcb1f
Merge pull request #4802 from wallabag/dependabot/npm_and_yarn/postcss-8.2.0
...
Bump postcss from 8.1.14 to 8.2.0
2020-12-09 06:21:27 +01:00
0543e02b87
Merge pull request #4803 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.17.1
...
Bump friendsofphp/php-cs-fixer from 2.17.0 to 2.17.1
2020-12-09 06:20:59 +01:00
1e558b1988
Bump friendsofphp/php-cs-fixer from 2.17.0 to 2.17.1
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.0...v2.17.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-09 03:24:39 +00:00
162552b59a
Bump postcss from 8.1.14 to 8.2.0
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.1.14 to 8.2.0.
- [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.1.14...8.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-09 03:05:11 +00:00
c4548e3ad5
Bump webpack-merge from 5.4.0 to 5.4.1
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.4.0...v5.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-09 03:04:52 +00:00
abb4e0a170
Bump autoprefixer from 10.0.4 to 10.1.0
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.0.4 to 10.1.0.
- [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.0.4...10.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-09 03:04:31 +00:00
b5862a2121
Merge pull request #4798 from wallabag/dependabot/composer/symfony/maker-bundle-1.25.0
...
Bump symfony/maker-bundle from 1.24.2 to 1.25.0
2020-12-08 10:06:58 +01:00
dfce60d911
Bump symfony/maker-bundle from 1.24.2 to 1.25.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.24.2 to 1.25.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.24.2...v1.25.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-08 08:56:07 +00:00
483096b233
Merge pull request #4799 from wallabag/dependabot/composer/j0k3r/graby-2.2.3
...
Bump j0k3r/graby from 2.2.2 to 2.2.3
2020-12-08 09:51:07 +01:00
725a42c934
Merge pull request #4797 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.17.0
...
Bump friendsofphp/php-cs-fixer from 2.16.8 to 2.17.0
2020-12-08 09:50:36 +01:00
289406f258
Ensure manifest files are sorted properly
2020-12-08 09:34:17 +01:00
a173423820
Fix CS issues
2020-12-08 09:17:10 +01:00
8cbb31d6ab
Merge pull request #4796 from wallabag/dependabot/composer/phpstan/phpstan-0.12.59
...
Bump phpstan/phpstan from 0.12.58 to 0.12.59
2020-12-08 09:14:23 +01:00
bac9d65edc
Bump j0k3r/graby from 2.2.2 to 2.2.3
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.2.2...v2.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-08 04:39:48 +00:00
54e398f58d
Bump friendsofphp/php-cs-fixer from 2.16.8 to 2.17.0
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.8 to 2.17.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.17/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.8...v2.17.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-08 03:45:31 +00:00
c42121d1ad
Bump phpstan/phpstan from 0.12.58 to 0.12.59
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.58 to 0.12.59.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.58...0.12.59 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-08 03:40:17 +00:00
6aa5055d2e
Merge pull request #4794 from wallabag/update-dependabot
...
Update dependabot.yml
2020-12-07 10:18:51 +01:00
27103fb65d
Merge pull request #4789 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.3.2
...
Bump mini-css-extract-plugin from 1.3.1 to 1.3.2
2020-12-07 10:18:36 +01:00
3212629809
Update assets -_-
2020-12-07 09:50:08 +01:00
69eb9d9329
Update assets
2020-12-07 09:44:33 +01:00
e05ae3413a
Bump mini-css-extract-plugin from 1.3.1 to 1.3.2
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.1 to 1.3.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/v1.3.1...v1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 09:44:33 +01:00
1aee1c61f6
Merge pull request #4788 from wallabag/dependabot/npm_and_yarn/eslint-7.15.0
...
Bump eslint from 7.14.0 to 7.15.0
2020-12-07 09:43:50 +01:00
93e7c57101
Update dependabot.yml
...
Remove old lock in NPM after WebPack 5 update.
Add `materialize-css` because the update looks like to complex.
Remove `symfony/phpunit-bridge` lock
2020-12-07 09:30:25 +01:00
6406de1bb1
Bump eslint from 7.14.0 to 7.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.14.0 to 7.15.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 08:19:46 +00:00
ffcc314b66
Merge pull request #4785 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-12-07 07:24:50 +01:00
e76563be6e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (567 of 567 strings)
2020-12-07 06:35:57 +01:00
e7615494a9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (40 of 40 strings)
2020-12-07 06:35:57 +01:00
a961d37099
Translated using Weblate (Italian)
...
Currently translated at 84.6% (480 of 567 strings)
2020-12-07 06:35:57 +01:00
5d43fd4a79
Translated using Weblate (French)
...
Currently translated at 100.0% (567 of 567 strings)
2020-12-07 06:35:57 +01:00
205c8a3d70
Translated using Weblate (Spanish)
...
Currently translated at 93.1% (528 of 567 strings)
2020-12-07 06:35:57 +01:00
5e49ff9e1c
Merge pull request #4787 from wallabag/dependabot/npm_and_yarn/sass-1.30.0
...
Bump sass from 1.29.0 to 1.30.0
2020-12-07 06:35:53 +01:00
3930a61dd2
Merge pull request #4790 from wallabag/dependabot/npm_and_yarn/webpack-5.10.0
...
Bump webpack from 5.9.0 to 5.10.0
2020-12-07 06:35:03 +01:00
37f67d7298
Merge pull request #4791 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.8
...
Bump friendsofphp/php-cs-fixer from 2.16.7 to 2.16.8
2020-12-07 06:34:42 +01:00
94407b3560
Merge pull request #4792 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.13
...
Bump doctrine/doctrine-bundle from 1.12.12 to 1.12.13
2020-12-07 06:34:21 +01:00
5dad2b5e2b
Merge pull request #4793 from wallabag/dependabot/composer/doctrine/orm-2.7.5
...
Bump doctrine/orm from 2.7.4 to 2.7.5
2020-12-07 06:33:54 +01:00
2b401089d5
Bump doctrine/orm from 2.7.4 to 2.7.5
...
Bumps [doctrine/orm](https://github.com/doctrine/orm ) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/doctrine/orm/releases )
- [Commits](https://github.com/doctrine/orm/compare/2.7.4...2.7.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 03:48:40 +00:00
d673984aea
Bump doctrine/doctrine-bundle from 1.12.12 to 1.12.13
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.12 to 1.12.13.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.12...1.12.13 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 03:38:09 +00:00
0fe9fb69f8
Bump friendsofphp/php-cs-fixer from 2.16.7 to 2.16.8
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.7 to 2.16.8.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.7...v2.16.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 03:33:01 +00:00
abccb1f498
Bump webpack from 5.9.0 to 5.10.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.9.0...v5.10.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 03:05:49 +00:00
e5e5411ae6
Bump sass from 1.29.0 to 1.30.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.29.0...1.30.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-07 03:04:29 +00:00
9377ed0884
Merge pull request #4784 from wallabag/dependabot/npm_and_yarn/highlight.js-10.4.1
...
Bump highlight.js from 10.4.0 to 10.4.1
2020-12-04 10:32:40 +01:00
5c39d22903
Update assets
2020-12-04 10:18:42 +01:00
c0bb2f2f1d
Merge pull request #4783 from wallabag/dependabot/npm_and_yarn/postcss-8.1.14
...
Bump postcss from 8.1.12 to 8.1.14
2020-12-04 06:10:59 +01:00
ce2bbc3e02
Bump highlight.js from 10.4.0 to 10.4.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.4.0...10.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-04 03:05:36 +00:00
0f99deb83c
Bump postcss from 8.1.12 to 8.1.14
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.1.12 to 8.1.14.
- [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.1.12...8.1.14 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-04 03:05:20 +00:00
70d8e1fa48
Merge pull request #4780 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-12-03 11:34:44 +01:00
0ca1fbff98
Translated using Weblate (Russian)
...
Currently translated at 100.0% (567 of 567 strings)
2020-12-03 11:29:04 +01:00
3d4afb75d9
Merge pull request #4779 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-3.0.0
...
Bump webpack-manifest-plugin from 3.0.0-rc.0 to 3.0.0
2020-12-03 10:31:08 +01:00
189a9ef033
Use ramsey/composer-install to handle composer install & cache
2020-12-03 10:16:03 +01:00
92b14a3536
Update for webpack-manifest-plugin
2020-12-03 10:15:21 +01:00
8190659e93
Merge pull request #4778 from wallabag/dependabot/npm_and_yarn/postcss-8.1.12
...
Bump postcss from 8.1.10 to 8.1.12
2020-12-03 06:48:14 +01:00
59fb0263fc
Bump webpack-manifest-plugin from 3.0.0-rc.0 to 3.0.0
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 3.0.0-rc.0 to 3.0.0.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v3.0.0-rc.0...v3.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-03 03:05:13 +00:00
3baeb54749
Bump postcss from 8.1.10 to 8.1.12
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.1.10 to 8.1.12.
- [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.1.10...8.1.12 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-03 03:04:46 +00:00
6db3316ab6
Merge pull request #4776 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-12-02 10:38:16 +01:00
662b873e8c
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 75.3% (427 of 567 strings)
2020-12-02 10:18:13 +01:00
0672c0e038
Merge pull request #4775 from Simounet/feat/article-mobile-padding-bottom
...
Padding bottom added to article content on mobile
2020-12-02 10:18:05 +01:00
6431046700
Padding bottom added to article content on mobile
2020-12-01 21:43:50 +01:00
0503bc56b5
Merge pull request #4361 from wallabag/prepare-24
...
Prepare 2.4.0 release
2020-11-30 12:35:26 +01:00
020f86602f
Add dark theme & webpack 5
2020-11-30 12:20:19 +01:00
b04c80e96a
Update CHANGELOG.md
2020-11-30 12:17:43 +01:00
4220021fe9
Update CHANGELOG.md
2020-11-30 12:17:43 +01:00
4a88eba4a7
Add translations update
2020-11-30 12:17:43 +01:00
a5a7a2f597
Dropping PHP < 7.2
2020-11-30 12:17:43 +01:00
92a5134e8b
Remove duplicate and add Weblate
2020-11-30 12:17:42 +01:00
4a2747185d
Update changelog
2020-11-30 12:17:42 +01:00
dd36b9bda5
Updated changelog for wallabag 2.4.0
2020-11-30 12:17:42 +01:00
ad0d4db5eb
Merge pull request #4771 from wallabag/update-deps
...
Update deps (PHP & JS)
2020-11-30 12:17:04 +01:00
cab3eb4005
Update deps (PHP & JS)
...
Also re-enable assets diff in GitHub Actions.
2020-11-30 11:52:44 +01:00
61a755e4a8
Merge pull request #4766 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.0.4
...
Bump autoprefixer from 10.0.3 to 10.0.4
2020-11-30 05:36:22 +01:00
18db9465ac
Merge pull request #4767 from wallabag/dependabot/npm_and_yarn/webpack-5.9.0
...
Bump webpack from 5.8.0 to 5.9.0
2020-11-30 05:36:05 +01:00
2b506a3761
Merge pull request #4768 from wallabag/dependabot/composer/symfony/maker-bundle-1.24.2
...
Bump symfony/maker-bundle from 1.24.1 to 1.24.2
2020-11-30 05:35:43 +01:00
fa92627223
Merge pull request #4769 from wallabag/dependabot/composer/phpstan/phpstan-0.12.58
...
Bump phpstan/phpstan from 0.12.57 to 0.12.58
2020-11-30 05:35:22 +01:00
b654b293d7
Merge pull request #4770 from wallabag/dependabot/composer/symfony/symfony-3.4.47
...
Bump symfony/symfony from 3.4.46 to 3.4.47
2020-11-30 05:35:00 +01:00
e1ea10bcdb
Bump symfony/symfony from 3.4.46 to 3.4.47
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.46 to 3.4.47.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.47/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.46...v3.4.47 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 03:46:23 +00:00
51617d868c
Bump phpstan/phpstan from 0.12.57 to 0.12.58
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.57 to 0.12.58.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.57...0.12.58 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 03:38:26 +00:00
87423c96d4
Bump symfony/maker-bundle from 1.24.1 to 1.24.2
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.24.1...v1.24.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 03:34:46 +00:00
74c1d9618a
Bump webpack from 5.8.0 to 5.9.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.8.0...v5.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 03:05:00 +00:00
d6fe1c00ed
Bump autoprefixer from 10.0.3 to 10.0.4
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.3...10.0.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-30 03:04:25 +00:00
5c305e1397
Merge pull request #4765 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-30 03:44:49 +01:00
01dc905358
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (567 of 567 strings)
2020-11-28 14:29:58 +01:00
5698079b91
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (567 of 567 strings)
2020-11-28 14:29:57 +01:00
8e97f1027e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.4% (405 of 567 strings)
2020-11-28 14:29:33 +01:00
1fcc3b447a
Translated using Weblate (English)
...
Currently translated at 100.0% (567 of 567 strings)
2020-11-28 14:29:19 +01:00
3d3de929b3
Translated using Weblate (German)
...
Currently translated at 100.0% (567 of 567 strings)
2020-11-28 14:29:18 +01:00
6e7ad469ae
Translated using Weblate (Danish)
...
Currently translated at 23.2% (132 of 567 strings)
2020-11-28 14:29:17 +01:00
4a110573d6
Merge pull request #4761 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.2
...
Bump babel-loader from 8.2.1 to 8.2.2
2020-11-27 16:39:52 +01:00
0b6521ddda
Merge pull request #4760 from wallabag/dependabot/npm_and_yarn/webpack-5.8.0
...
Bump webpack from 5.6.0 to 5.8.0
2020-11-27 16:06:15 +01:00
1de2a1f743
Bump babel-loader from 8.2.1 to 8.2.2
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.1 to 8.2.2.
- [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/v8.2.1...v8.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-27 15:00:30 +00:00
ecc26e70f2
Merge pull request #4754 from Simounet/feat/remove-public-from-webpack
...
public assets files removed from webpack
2020-11-27 15:56:55 +01:00
fac07ad727
Merge pull request #4759 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.0.3
...
Bump autoprefixer from 10.0.2 to 10.0.3
2020-11-27 15:56:22 +01:00
e7cf45b1e7
Merge pull request #4763 from Simounet/fix/dark-theme-top-scrolling
...
Fix dark theme handling scrolling to the top
2020-11-27 15:35:14 +01:00
bbe2f5da16
Bump webpack from 5.6.0 to 5.8.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.6.0 to 5.8.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.6.0...v5.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-27 14:27:04 +00:00
c9781f7d19
Bump autoprefixer from 10.0.2 to 10.0.3
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.2...10.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-27 14:26:59 +00:00
53a04b6af1
Global assets files moved to web/img
2020-11-27 15:24:35 +01:00
974ff07076
Fix dark theme handling scrolling to the top
2020-11-27 15:24:04 +01:00
6a3140f2f7
Merge pull request #4747 from wallabag/github-actions
...
Ditch Travis to use GitHub Actions
2020-11-27 15:20:04 +01:00
c09b4bbea5
Disable assets check
2020-11-27 14:15:10 +01:00
d9bc425e1a
Better diff display
2020-11-27 14:14:45 +01:00
a03a49294a
Make assets build fail if changes are detected
2020-11-27 14:14:45 +01:00
c29ad30b56
Jump to 18.04 as it offers Tidy extension by default too
2020-11-27 14:14:44 +01:00
40c01ad1d4
Ditch Travis to use GitHub Actions
2020-11-27 14:14:44 +01:00
e089c24720
Merge pull request #4762 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.25
...
Bump phpstan/phpstan-doctrine from 0.12.24 to 0.12.25
2020-11-27 06:25:18 +01:00
dd894862e1
Bump phpstan/phpstan-doctrine from 0.12.24 to 0.12.25
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.24 to 0.12.25.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.24...0.12.25 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-27 03:41:27 +00:00
f9638ecaee
Merge pull request #4757 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.24
...
Bump phpstan/phpstan-doctrine from 0.12.23 to 0.12.24
2020-11-26 05:47:13 +01:00
640fb81919
Merge pull request #4758 from wallabag/dependabot/composer/symfony/maker-bundle-1.24.1
...
Bump symfony/maker-bundle from 1.23.0 to 1.24.1
2020-11-26 05:46:56 +01:00
72d2ecdcd7
Bump symfony/maker-bundle from 1.23.0 to 1.24.1
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.23.0...v1.24.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-26 03:51:21 +00:00
0b3a5bbeae
Bump phpstan/phpstan-doctrine from 0.12.23 to 0.12.24
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.23 to 0.12.24.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.23...0.12.24 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-26 03:40:17 +00:00
37c2ec13ca
Merge pull request #4753 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-25 10:36:01 +01:00
ef04b9e941
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (567 of 567 strings)
2020-11-25 10:29:00 +01:00
f017790234
Merge pull request #4727 from Simounet/feat/update-build-tools
...
WIP Webpack from v4 to v5
2020-11-25 08:59:34 +01:00
63fc9391b4
Update .php_cs
...
Exclude `node_modules` from PHP-CS-Fixer, we don't care about linting deps files
2020-11-25 08:46:45 +01:00
fc61818400
Merge pull request #4752 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.23
...
Bump phpstan/phpstan-doctrine from 0.12.22 to 0.12.23
2020-11-25 06:56:19 +01:00
f1064a1017
Bump phpstan/phpstan-doctrine from 0.12.22 to 0.12.23
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.22 to 0.12.23.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.22...0.12.23 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-25 03:22:35 +00:00
e739dad2ef
Assets updated
2020-11-24 22:32:32 +01:00
e9a0577f32
font-family lint
2020-11-24 22:28:52 +01:00
9937d3a060
Webpack upgraded from 4 to 5 + dependancies updated
2020-11-24 22:28:52 +01:00
c8e7722fd1
Merge pull request #4750 from Simounet/fix/nav-align
...
Fix nav items alignment
2020-11-24 22:17:34 +01:00
184c82f411
Fix nav items alignment
2020-11-24 21:59:06 +01:00
1443bb1998
Merge pull request #4725 from wallabag/feat/dark-theme
...
Dark theme
2020-11-23 07:53:10 +01:00
fc74b2b7a9
Merge pull request #4745 from wallabag/dependabot/composer/phpstan/phpstan-0.12.57
...
Bump phpstan/phpstan from 0.12.56 to 0.12.57
2020-11-23 06:40:11 +01:00
e3fae00d71
Merge pull request #4741 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-23 06:39:55 +01:00
3fcf57cd2f
Translated using Weblate (Spanish)
...
Currently translated at 93.7% (525 of 560 strings)
2020-11-23 06:07:29 +01:00
875a4a772f
Merge pull request #4746 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.7.0
...
Bump friendsofsymfony/jsrouting-bundle from 2.6.0 to 2.7.0
2020-11-23 06:07:24 +01:00
f7addbda47
Bump friendsofsymfony/jsrouting-bundle from 2.6.0 to 2.7.0
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.6.0...2.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 03:49:20 +00:00
08d2d6b1c5
Bump phpstan/phpstan from 0.12.56 to 0.12.57
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.56 to 0.12.57.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.56...0.12.57 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 03:42:46 +00:00
66d5042af5
Theme picker
2020-11-19 15:45:58 +01:00
a562f6b943
Basic dark theme handling
2020-11-19 14:58:48 +01:00
7f49e5cd1b
Merge pull request #4739 from wallabag/dependabot/composer/phpstan/phpstan-0.12.56
...
Bump phpstan/phpstan from 0.12.55 to 0.12.56
2020-11-17 06:18:28 +01:00
7286e07ace
Bump phpstan/phpstan from 0.12.55 to 0.12.56
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.55 to 0.12.56.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.55...0.12.56 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-17 03:29:16 +00:00
84e0121863
Merge pull request #4738 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.4.0
...
Bump doctrine/doctrine-fixtures-bundle from 3.3.2 to 3.4.0
2020-11-16 06:08:59 +01:00
c81c313a8a
Merge pull request #4737 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.5.1
...
Bump pagerfanta/pagerfanta from 2.5.0 to 2.5.1
2020-11-16 06:01:01 +01:00
02ef9ef60a
Merge pull request #4736 from wallabag/dependabot/composer/phpstan/phpstan-0.12.55
...
Bump phpstan/phpstan from 0.12.54 to 0.12.55
2020-11-16 05:46:15 +01:00
c93f3d11bb
Merge pull request #4735 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-16 05:18:26 +01:00
739bc0615f
Bump doctrine/doctrine-fixtures-bundle from 3.3.2 to 3.4.0
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/3.4.x/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.2...3.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-16 03:46:15 +00:00
dd1cf154d0
Bump pagerfanta/pagerfanta from 2.5.0 to 2.5.1
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.5.0...v2.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-16 03:39:43 +00:00
e44e6edadf
Bump phpstan/phpstan from 0.12.54 to 0.12.55
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.54 to 0.12.55.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.54...0.12.55 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-16 03:31:25 +00:00
acff563906
Translated using Weblate (Polish)
...
Currently translated at 89.4% (501 of 560 strings)
2020-11-14 22:28:53 +01:00
5dc435d124
Merge pull request #4728 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-11 22:19:55 +01:00
cb6a54f791
Translated using Weblate (German)
...
Currently translated at 100.0% (560 of 560 strings)
2020-11-11 18:12:17 +01:00
49adc3832a
Merge pull request #4726 from Simounet/fix/duplicated-icons
...
Fix duplicated icons
2020-11-11 18:12:12 +01:00
7f7d0d79e1
Revert "Fix icons not showing aside nav forms"
...
This reverts commit 07dab0dbc9 .
2020-11-11 14:52:20 +01:00
df8802c64f
Merge pull request #4721 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.1
...
Bump babel-loader from 8.1.0 to 8.2.1
2020-11-11 13:45:00 +01:00
89347881b4
Merge pull request #4723 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.5.0
...
Bump pagerfanta/pagerfanta from 2.4.1 to 2.5.0
2020-11-11 09:11:20 +01:00
cb08f95101
Bump pagerfanta/pagerfanta from 2.4.1 to 2.5.0
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.4.1...v2.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-11 07:11:31 +00:00
96f634309e
Merge pull request #4722 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.12
...
Bump doctrine/doctrine-bundle from 1.12.11 to 1.12.12
2020-11-11 07:33:00 +01:00
b8422a7584
Merge pull request #4724 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.8.0
...
Bump babdev/pagerfanta-bundle from 2.7.0 to 2.8.0
2020-11-11 07:32:30 +01:00
a276333dc3
Bump babdev/pagerfanta-bundle from 2.7.0 to 2.8.0
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.7.0...v2.8.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-11 03:40:31 +00:00
232be6ab1c
Bump doctrine/doctrine-bundle from 1.12.11 to 1.12.12
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.11 to 1.12.12.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.11...1.12.12 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-11 03:29:07 +00:00
1363390e5e
Bump babel-loader from 8.1.0 to 8.2.1
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.1.0 to 8.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/v8.1.0...v8.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-11 03:05:40 +00:00
6a98df3d81
Merge pull request #4716 from wallabag/dependabot/npm_and_yarn/eslint-config-airbnb-base-14.2.1
...
Bump eslint-config-airbnb-base from 14.2.0 to 14.2.1
2020-11-09 07:24:13 +01:00
02ed6dd86f
Bump eslint-config-airbnb-base from 14.2.0 to 14.2.1
...
Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript ) from 14.2.0 to 14.2.1.
- [Release notes](https://github.com/airbnb/javascript/releases )
- [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.0...eslint-config-airbnb-base-v14.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-09 04:43:20 +00:00
68f729bdad
Merge pull request #4717 from wallabag/dependabot/npm_and_yarn/eslint-7.13.0
...
Bump eslint from 7.12.1 to 7.13.0
2020-11-09 05:38:10 +01:00
228d0a2252
Merge pull request #4718 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.11
...
Bump doctrine/doctrine-bundle from 1.12.10 to 1.12.11
2020-11-09 05:37:53 +01:00
8130078961
Bump doctrine/doctrine-bundle from 1.12.10 to 1.12.11
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.10 to 1.12.11.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.10...1.12.11 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-09 03:37:30 +00:00
d4efb1839b
Bump eslint from 7.12.1 to 7.13.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-09 03:05:27 +00:00
2e5d7ea2e3
Merge pull request #4711 from wallabag/dependabot/composer/phpstan/phpstan-0.12.54
...
Bump phpstan/phpstan from 0.12.53 to 0.12.54
2020-11-06 07:04:40 +01:00
5088887bad
Bump phpstan/phpstan from 0.12.53 to 0.12.54
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.53 to 0.12.54.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.53...0.12.54 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-06 03:35:59 +00:00
2c3db391af
Merge pull request #4700 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-11-03 09:25:53 +01:00
643e1f3f08
Translated using Weblate (Ukrainian)
...
Currently translated at 69.6% (390 of 560 strings)
2020-11-03 08:53:19 +01:00
36018731db
Translated using Weblate (Danish)
...
Currently translated at 24.1% (135 of 560 strings)
2020-11-03 08:53:17 +01:00
96c2c09dad
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (7 of 7 strings)
2020-11-03 08:47:22 +01:00
dcf7708160
Translated using Weblate (Swedish)
...
Currently translated at 42.8% (3 of 7 strings)
2020-11-03 08:47:22 +01:00
d19f238df0
Added translation using Weblate (Swedish)
2020-11-03 08:47:22 +01:00
56cb7da57c
Added translation using Weblate (Swedish)
2020-11-03 08:47:22 +01:00
b2af3dbe9d
Added translation using Weblate (Swedish)
2020-11-03 08:47:22 +01:00
67de6fc09c
Added translation using Weblate (Swedish)
2020-11-03 08:47:22 +01:00
e8d3a1a8e9
Merge pull request #4702 from wallabag/dependabot/npm_and_yarn/node-sass-5.0.0
...
Bump node-sass from 4.14.1 to 5.0.0
2020-11-03 08:47:16 +01:00
9a08e8cc29
Bump node-sass from 4.14.1 to 5.0.0
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.14.1 to 5.0.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v5.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-03 06:59:42 +00:00
c1817a269e
Merge pull request #4708 from wallabag/dependabot/npm_and_yarn/sass-loader-10.0.5
...
Bump sass-loader from 10.0.4 to 10.0.5
2020-11-03 06:37:11 +01:00
e7e0295810
Bump sass-loader from 10.0.4 to 10.0.5
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.4 to 10.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/v10.0.4...v10.0.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-03 03:07:42 +00:00
cff1967cf4
Merge pull request #4703 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.3.0
...
Bump webpack-merge from 5.2.0 to 5.3.0
2020-11-02 15:46:35 +01:00
7a84049893
Merge pull request #4705 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.11
...
Bump phpstan/phpstan-symfony from 0.12.10 to 0.12.11
2020-11-02 14:00:06 +01:00
39e2dc1c51
Merge pull request #4704 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.18.4
...
Bump scheb/two-factor-bundle from 4.18.3 to 4.18.4
2020-11-02 11:22:35 +01:00
fff4c29591
Merge pull request #4706 from wallabag/dependabot/composer/dama/doctrine-test-bundle-6.4.0
...
Bump dama/doctrine-test-bundle from 6.3.3 to 6.4.0
2020-11-02 09:15:21 +01:00
34c7c4f469
Bump scheb/two-factor-bundle from 4.18.3 to 4.18.4
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.18.3 to 4.18.4.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.18.3...v4.18.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-02 07:51:53 +00:00
12114b9355
Bump dama/doctrine-test-bundle from 6.3.3 to 6.4.0
...
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle ) from 6.3.3 to 6.4.0.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases )
- [Changelog](https://github.com/dmaicher/doctrine-test-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v6.3.3...v6.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-02 07:48:06 +00:00
d3a5c4c98b
Bump phpstan/phpstan-symfony from 0.12.10 to 0.12.11
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.10 to 0.12.11.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.10...0.12.11 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-02 07:45:51 +00:00
4cf2d39ee7
Merge pull request #4707 from wallabag/dependabot/composer/phpstan/phpstan-0.12.53
...
Bump phpstan/phpstan from 0.12.52 to 0.12.53
2020-11-02 06:12:31 +01:00
8cdb22e8c4
Bump phpstan/phpstan from 0.12.52 to 0.12.53
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.52 to 0.12.53.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.52...0.12.53 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-02 03:46:30 +00:00
a494011068
Bump webpack-merge from 5.2.0 to 5.3.0
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.2.0...v5.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-02 03:05:38 +00:00
4a5dd42090
Merge pull request #4695 from wallabag/dependabot/npm_and_yarn/highlight.js-10.3.2
...
Bump highlight.js from 10.3.1 to 10.3.2
2020-10-30 07:24:30 +01:00
1a1eee2fc4
Bump highlight.js from 10.3.1 to 10.3.2
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.3.1 to 10.3.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.3.2/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.3.1...10.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-30 03:05:36 +00:00
2035224a30
Merge pull request #4694 from wallabag/update-deps
...
Update deps
2020-10-29 09:38:46 +01:00
ac1cadcc48
Update deps
...
PHP & JS.
Mostly to trigger the new integration to TravisCI.com instead of .org (much more reliable)
2020-10-29 09:23:47 +01:00
bfaf9d6e37
Merge pull request #4693 from wallabag/dependabot/composer/symfony/symfony-3.4.46
...
Bump symfony/symfony from 3.4.45 to 3.4.46
2020-10-29 08:51:45 +01:00
4090d3b822
Merge pull request #4692 from wallabag/dependabot/composer/symfony/maker-bundle-1.23.0
...
Bump symfony/maker-bundle from 1.22.0 to 1.23.0
2020-10-29 08:10:55 +01:00
ce25012925
Bump symfony/symfony from 3.4.45 to 3.4.46
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.45 to 3.4.46.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.46/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.45...v3.4.46 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-29 03:49:42 +00:00
5fbd068570
Bump symfony/maker-bundle from 1.22.0 to 1.23.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.22.0...v1.23.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-29 03:44:14 +00:00
b874291202
Merge pull request #4690 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.7
...
Bump friendsofphp/php-cs-fixer from 2.16.4 to 2.16.7
2020-10-28 15:38:54 +01:00
b3bdcdcac1
Merge pull request #4689 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.2.1
...
Bump mini-css-extract-plugin from 1.2.0 to 1.2.1
2020-10-28 15:38:33 +01:00
0a553681af
Bump mini-css-extract-plugin from 1.2.0 to 1.2.1
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.2.0 to 1.2.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/v1.2.0...v1.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-28 07:41:48 +00:00
9d003ac952
Merge pull request #4688 from wallabag/dependabot/npm_and_yarn/file-loader-6.2.0
...
Bump file-loader from 6.1.1 to 6.2.0
2020-10-28 08:38:35 +01:00
da701333f1
Merge pull request #4687 from wallabag/dependabot/npm_and_yarn/eslint-7.12.1
...
Bump eslint from 7.12.0 to 7.12.1
2020-10-28 07:20:03 +01:00
5ade8706cb
Bump friendsofphp/php-cs-fixer from 2.16.4 to 2.16.7
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.4 to 2.16.7.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.16.7/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.4...v2.16.7 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-28 03:18:20 +00:00
5b73fa06ca
Bump file-loader from 6.1.1 to 6.2.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.1...v6.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-28 03:03:55 +00:00
b8e2f0409c
Bump eslint from 7.12.0 to 7.12.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.12.0 to 7.12.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.12.0...v7.12.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-28 03:03:51 +00:00
84440137c8
Merge pull request #4681 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.2.0
...
Bump mini-css-extract-plugin from 1.1.2 to 1.2.0
2020-10-26 10:05:09 +01:00
5c89c76253
Bump mini-css-extract-plugin from 1.1.2 to 1.2.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.1.2 to 1.2.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/v1.1.2...v1.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-26 07:46:34 +00:00
3a4baea2a9
Merge pull request #4683 from wallabag/dependabot/composer/phpstan/phpstan-0.12.52
...
Bump phpstan/phpstan from 0.12.50 to 0.12.52
2020-10-26 07:31:07 +01:00
3e5f12a1ef
Merge pull request #4684 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.22
...
Bump phpstan/phpstan-doctrine from 0.12.21 to 0.12.22
2020-10-26 06:29:32 +01:00
8f520704de
Merge pull request #4682 from wallabag/dependabot/npm_and_yarn/eslint-7.12.0
...
Bump eslint from 7.11.0 to 7.12.0
2020-10-26 06:29:01 +01:00
bb90120980
Bump phpstan/phpstan-doctrine from 0.12.21 to 0.12.22
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.21 to 0.12.22.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.21...0.12.22 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-26 03:41:38 +00:00
7de399b56c
Bump phpstan/phpstan from 0.12.50 to 0.12.52
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.50 to 0.12.52.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.50...0.12.52 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-26 03:31:02 +00:00
dcf1a526f6
Bump eslint from 7.11.0 to 7.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.11.0...v7.12.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-26 03:06:28 +00:00
d72b1dec23
Merge pull request #4677 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.10
...
Bump phpstan/phpstan-symfony from 0.12.9 to 0.12.10
2020-10-23 11:27:44 +02:00
ec6798abb7
Merge pull request #4678 from wallabag/dependabot/composer/symfony/maker-bundle-1.22.0
...
Bump symfony/maker-bundle from 1.21.1 to 1.22.0
2020-10-23 10:21:56 +02:00
d55c5d1bc1
Merge pull request #4676 from wallabag/dependabot/npm_and_yarn/sass-loader-10.0.4
...
Bump sass-loader from 10.0.3 to 10.0.4
2020-10-23 10:21:03 +02:00
af12e9711b
Merge pull request #4675 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.1.2
...
Bump mini-css-extract-plugin from 1.1.1 to 1.1.2
2020-10-23 10:20:34 +02:00
cbe4b73df5
Bump symfony/maker-bundle from 1.21.1 to 1.22.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.21.1...v1.22.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-23 02:30:05 +00:00
a8e6e1c549
Bump phpstan/phpstan-symfony from 0.12.9 to 0.12.10
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.9 to 0.12.10.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.9...0.12.10 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-23 02:19:50 +00:00
e69dc0effd
Bump sass-loader from 10.0.3 to 10.0.4
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.3 to 10.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/v10.0.3...v10.0.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-23 02:05:08 +00:00
cc6425b3f9
Bump mini-css-extract-plugin from 1.1.1 to 1.1.2
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.1.1 to 1.1.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/v1.1.1...v1.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-23 02:04:57 +00:00
902e945707
Merge pull request #4673 from wallabag/dependabot/composer/php-http/httplug-bundle-1.19.0
...
Bump php-http/httplug-bundle from 1.18.0 to 1.19.0
2020-10-22 15:41:20 +02:00
5c5b345286
Merge pull request #4672 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.9
...
Bump phpstan/phpstan-symfony from 0.12.8 to 0.12.9
2020-10-22 14:34:01 +02:00
d9de2e224f
Bump php-http/httplug-bundle from 1.18.0 to 1.19.0
...
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle ) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases )
- [Changelog](https://github.com/php-http/HttplugBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.18.0...1.19.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-22 09:38:43 +00:00
22bd77f68e
Bump phpstan/phpstan-symfony from 0.12.8 to 0.12.9
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.8 to 0.12.9.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.8...0.12.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-22 09:38:19 +00:00
155b896dd8
Merge pull request #4646 from wallabag/update-js-deps
...
Update mini-css-extract-plugin@1 & style-loader@2
2020-10-22 11:32:43 +02:00
b02ca1f711
Fix tests & updated deps again
2020-10-22 11:13:51 +02:00
0478d8965d
Update mini-css-extract-plugin@1 & style-loader@2
...
Also update JS deps and rebuild assets.
2020-10-22 11:04:17 +02:00
5a54434db8
Merge pull request #4667 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.3
...
Bump @babel/core from 7.12.1 to 7.12.3
2020-10-19 07:31:34 +02:00
a321bede4e
Merge pull request #4666 from wallabag/dependabot/npm_and_yarn/highlight.js-10.3.1
...
Bump highlight.js from 10.2.1 to 10.3.1
2020-10-19 07:31:17 +02:00
c08f560b04
Merge pull request #4668 from wallabag/dependabot/composer/phpstan/phpstan-0.12.50
...
Bump phpstan/phpstan from 0.12.49 to 0.12.50
2020-10-19 06:58:03 +02:00
3a5c2bc545
Merge pull request #4665 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-19 06:57:32 +02:00
2e25b43d0a
Bump phpstan/phpstan from 0.12.49 to 0.12.50
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.49 to 0.12.50.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.49...0.12.50 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-19 02:38:19 +00:00
19f28a5ef6
Bump @babel/core from 7.12.1 to 7.12.3
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.1 to 7.12.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.12.3/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-19 02:06:26 +00:00
57d53a34e8
Bump highlight.js from 10.2.1 to 10.3.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.2.1 to 10.3.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.3.1/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.2.1...10.3.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-19 02:05:30 +00:00
182380343d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-18 19:26:50 +02:00
d024b911f6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-18 19:26:50 +02:00
cd16be35bc
Translated using Weblate (Italian)
...
Currently translated at 84.1% (471 of 560 strings)
2020-10-18 19:26:48 +02:00
1a2a12cfa3
Translated using Weblate (French)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-18 19:26:46 +02:00
5118e0b1c4
Translated using Weblate (German)
...
Currently translated at 98.2% (550 of 560 strings)
2020-10-18 19:26:45 +02:00
0840650b0f
Translated using Weblate (German)
...
Currently translated at 98.2% (550 of 560 strings)
2020-10-18 19:26:43 +02:00
e5e40a6b4c
Merge pull request #4660 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.1
...
Bump @babel/core from 7.12.0 to 7.12.1
2020-10-16 14:43:27 +02:00
5336d9cbee
Bump @babel/core from 7.12.0 to 7.12.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.0 to 7.12.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.12.1/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-16 11:25:39 +00:00
2af098088e
Merge pull request #4657 from wallabag/dependabot/add-v2-config-file
...
Create Dependabot config file
2020-10-16 13:19:50 +02:00
4ea7290441
Create Dependabot config file
2020-10-16 10:44:49 +00:00
af2d9f61bd
Merge pull request #4656 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.1
...
Bump @babel/preset-env from 7.12.0 to 7.12.1
2020-10-16 09:04:32 +02:00
3a876f55a7
Bump @babel/preset-env from 7.12.0 to 7.12.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.0 to 7.12.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.12.1/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-16 06:34:52 +00:00
14037b9abf
Merge pull request #4648 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.12.0
...
Bump @babel/preset-env from 7.11.5 to 7.12.0
2020-10-15 15:46:48 +02:00
6ffc98a996
Bump @babel/preset-env from 7.11.5 to 7.12.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.11.5 to 7.12.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.12.0/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-15 13:21:15 +00:00
ae7e131e02
Merge pull request #4651 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-15 10:42:31 +02:00
ce4b40d85d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (7 of 7 strings)
2020-10-15 08:47:45 +02:00
fffeb18a22
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-15 08:47:45 +02:00
5f1c1bccce
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-15 08:47:45 +02:00
b1e35ecc7e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-15 08:47:45 +02:00
c8506c4af7
Translated using Weblate (Persian)
...
Currently translated at 44.8% (251 of 560 strings)
2020-10-15 08:47:45 +02:00
5710db34ae
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.8% (559 of 560 strings)
2020-10-15 08:47:45 +02:00
cc7badb906
Merge pull request #4650 from wallabag/dependabot/npm_and_yarn/babel/core-7.12.0
...
Bump @babel/core from 7.11.6 to 7.12.0
2020-10-15 08:47:38 +02:00
5354f2233b
Merge pull request #4652 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.21
...
Bump phpstan/phpstan-doctrine from 0.12.20 to 0.12.21
2020-10-15 08:45:36 +02:00
ad86a7337f
Merge pull request #4653 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.7.0
...
Bump babdev/pagerfanta-bundle from 2.6.1 to 2.7.0
2020-10-15 08:45:09 +02:00
8db8babcd1
Bump babdev/pagerfanta-bundle from 2.6.1 to 2.7.0
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.6.1...v2.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-15 02:27:56 +00:00
0e367cf5fc
Bump phpstan/phpstan-doctrine from 0.12.20 to 0.12.21
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.20 to 0.12.21.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.20...0.12.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-15 02:19:28 +00:00
12118ed0e0
Bump @babel/core from 7.11.6 to 7.12.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.6 to 7.12.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.12.0/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-14 22:30:55 +00:00
b51082ce66
Merge pull request #4645 from wallabag/dependabot/composer/sentry/sentry-symfony-3.5.3
...
Bump sentry/sentry-symfony from 3.5.2 to 3.5.3
2020-10-14 07:08:53 +02:00
3c227fec22
Bump sentry/sentry-symfony from 3.5.2 to 3.5.3
...
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases )
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/3.5.3/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-symfony/compare/3.5.2...3.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-14 02:25:37 +00:00
87c425e4c4
Merge pull request #4644 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-13 18:25:07 +02:00
fadac49d01
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-13 16:26:45 +02:00
18190e27f0
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-13 16:26:44 +02:00
d17edc2cdc
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-13 16:26:44 +02:00
52f05c0428
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-13 16:26:44 +02:00
6aa515a325
Translated using Weblate (Portuguese)
...
Currently translated at 63.7% (357 of 560 strings)
2020-10-13 16:26:43 +02:00
e117e6fe94
Merge pull request #4643 from wallabag/dependabot/composer/phpstan/phpstan-0.12.49
...
Bump phpstan/phpstan from 0.12.48 to 0.12.49
2020-10-13 07:18:04 +02:00
201bdb1d93
Bump phpstan/phpstan from 0.12.48 to 0.12.49
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.48 to 0.12.49.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.48...0.12.49 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-13 02:25:56 +00:00
60088353e5
Merge pull request #4639 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-12 08:58:59 +02:00
a188cb5de8
Translated using Weblate (Korean)
...
Currently translated at 100.0% (7 of 7 strings)
2020-10-12 05:41:41 +02:00
9da80b0532
Translated using Weblate (Korean)
...
Currently translated at 1.7% (10 of 560 strings)
2020-10-12 05:41:41 +02:00
a5bc729326
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-12 05:41:41 +02:00
f100388a27
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-12 05:41:41 +02:00
6484b932b1
Translated using Weblate (Thai)
...
Currently translated at 82.8% (464 of 560 strings)
2020-10-12 05:41:41 +02:00
177f965ba1
Translated using Weblate (French)
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-12 05:41:41 +02:00
9e5977f3f7
Translated using Weblate (Romanian)
...
Currently translated at 24.2% (136 of 560 strings)
2020-10-12 05:41:41 +02:00
21b40cc704
Translated using Weblate (Portuguese)
...
Currently translated at 63.7% (357 of 560 strings)
2020-10-12 05:41:41 +02:00
c3b9b81953
Translated using Weblate (Polish)
...
Currently translated at 83.5% (468 of 560 strings)
2020-10-12 05:41:41 +02:00
64e95f9ec3
Translated using Weblate (Occitan)
...
Currently translated at 81.9% (459 of 560 strings)
2020-10-12 05:41:41 +02:00
ae95ab6517
Translated using Weblate (Italian)
...
Currently translated at 83.0% (465 of 560 strings)
2020-10-12 05:41:41 +02:00
bfa3ddbb65
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-12 05:41:41 +02:00
5c75c58aaa
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-12 05:41:41 +02:00
7d2efa286d
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-12 05:41:41 +02:00
8901d959ff
Translated using Weblate (Japanese)
...
Currently translated at 98.9% (554 of 560 strings)
2020-10-12 05:41:41 +02:00
06ffde2892
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-12 05:41:41 +02:00
20ce2e73d9
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-12 05:41:41 +02:00
bf975cda3b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-12 05:41:41 +02:00
63f1e18a7e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-12 05:41:41 +02:00
8586280698
Translated using Weblate (Japanese)
...
Currently translated at 90.0% (504 of 560 strings)
2020-10-12 05:41:41 +02:00
b777cd74c6
Merge pull request #4640 from wallabag/dependabot/composer/doctrine/orm-2.7.4
...
Bump doctrine/orm from 2.7.3 to 2.7.4
2020-10-12 05:41:36 +02:00
795b0fed7d
Merge pull request #4638 from wallabag/dependabot/npm_and_yarn/file-loader-6.1.1
...
Bump file-loader from 6.1.0 to 6.1.1
2020-10-12 05:40:59 +02:00
8b4f015f16
Merge pull request #4636 from wallabag/dependabot/npm_and_yarn/sass-loader-10.0.3
...
Bump sass-loader from 10.0.2 to 10.0.3
2020-10-12 05:40:39 +02:00
a1d10c0478
Merge pull request #4634 from wallabag/dependabot/npm_and_yarn/url-loader-4.1.1
...
Bump url-loader from 4.1.0 to 4.1.1
2020-10-12 05:40:04 +02:00
6c367068ea
Merge pull request #4633 from wallabag/dependabot/npm_and_yarn/eslint-7.11.0
...
Bump eslint from 7.10.0 to 7.11.0
2020-10-12 05:39:42 +02:00
85ebbf2698
Bump doctrine/orm from 2.7.3 to 2.7.4
...
Bumps [doctrine/orm](https://github.com/doctrine/orm ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/doctrine/orm/releases )
- [Commits](https://github.com/doctrine/orm/compare/v2.7.3...2.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-12 02:17:06 +00:00
bfc62366fa
Bump file-loader from 6.1.0 to 6.1.1
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-10 12:32:04 +00:00
861fd567b2
Bump sass-loader from 10.0.2 to 10.0.3
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.2 to 10.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/v10.0.2...v10.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-10 12:31:12 +00:00
16a53021df
Bump url-loader from 4.1.0 to 4.1.1
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v4.1.0...v4.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-10 12:30:16 +00:00
23eafc6813
Bump eslint from 7.10.0 to 7.11.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-10 12:29:56 +00:00
57f4f5bb8e
Merge pull request #4632 from kostegit/patch-1
...
Added dutch translation to the settings
2020-10-09 16:08:28 +02:00
e35b1cf50c
Merge pull request #4631 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-09 16:07:20 +02:00
8eac42a897
Added dutch translation to the settings
...
Since the NL translation is 100% i think it deserves a place in the settings page :-)
2020-10-09 15:23:58 +02:00
7379908e8d
Translated using Weblate (Japanese)
...
Currently translated at 83.7% (469 of 560 strings)
2020-10-09 11:26:44 +02:00
b334444799
Added translation using Weblate (Hindi)
2020-10-09 11:13:11 +02:00
1d675a15d6
Added translation using Weblate (Hindi)
2020-10-09 11:13:09 +02:00
e8fda1b18f
Added translation using Weblate (Hindi)
2020-10-09 11:13:00 +02:00
10cc1f66cc
Added translation using Weblate (Hindi)
2020-10-09 11:12:58 +02:00
1bf283587b
Merge pull request #4629 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-09 10:05:41 +02:00
6af2defa54
Translated using Weblate (Czech)
...
Currently translated at 52.5% (21 of 40 strings)
2020-10-09 09:48:09 +02:00
b1b8263633
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:48:09 +02:00
3f9333c536
Translated using Weblate (Ukrainian)
...
Currently translated at 68.9% (386 of 560 strings)
2020-10-09 09:48:09 +02:00
ff1572eae4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-09 09:48:08 +02:00
7345f2787b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 96.0% (538 of 560 strings)
2020-10-09 09:48:07 +02:00
6ebed33b83
Translated using Weblate (Croatian)
...
Currently translated at 97.5% (39 of 40 strings)
2020-10-09 09:48:06 +02:00
1c50b05bb2
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (559 of 560 strings)
2020-10-09 09:48:06 +02:00
897c4fcd6f
Translated using Weblate (Dutch)
...
Currently translated at 97.5% (39 of 40 strings)
2020-10-09 09:48:04 +02:00
664f14cb6a
Translated using Weblate (Hungarian)
...
Currently translated at 57.5% (322 of 560 strings)
2020-10-09 09:48:03 +02:00
ab10f4c7cb
Translated using Weblate (Japanese)
...
Currently translated at 80.0% (448 of 560 strings)
2020-10-09 09:48:03 +02:00
0b4478fc2b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:48:02 +02:00
76dc86ef1f
Translated using Weblate (Thai)
...
Currently translated at 82.5% (462 of 560 strings)
2020-10-09 09:48:02 +02:00
b422796a8d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:48:01 +02:00
3b8bf7c98f
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (7 of 7 strings)
2020-10-09 09:48:00 +02:00
b0c8cbbc49
Translated using Weblate (Romanian)
...
Currently translated at 65.0% (26 of 40 strings)
2020-10-09 09:48:00 +02:00
1ff3805005
Translated using Weblate (Portuguese)
...
Currently translated at 90.0% (36 of 40 strings)
2020-10-09 09:48:00 +02:00
2a15cea1d0
Translated using Weblate (Occitan)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:47:59 +02:00
b42d02c00c
Translated using Weblate (French)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:47:59 +02:00
5577666cc9
Translated using Weblate (English)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 09:47:58 +02:00
4d0177fcdf
Translated using Weblate (Danish)
...
Currently translated at 77.5% (31 of 40 strings)
2020-10-09 09:47:58 +02:00
4391a41fa6
Translated using Weblate (Romanian)
...
Currently translated at 33.3% (2 of 6 strings)
2020-10-09 09:47:57 +02:00
cfb69a2961
Translated using Weblate (Occitan)
...
Currently translated at 83.3% (5 of 6 strings)
2020-10-09 09:47:57 +02:00
a57d20260f
Translated using Weblate (Danish)
...
Currently translated at 33.3% (2 of 6 strings)
2020-10-09 09:47:57 +02:00
20bacf9ee9
Translated using Weblate (Romanian)
...
Currently translated at 24.4% (137 of 560 strings)
2020-10-09 09:47:57 +02:00
921c2e97a2
Translated using Weblate (Polish)
...
Currently translated at 82.3% (461 of 560 strings)
2020-10-09 09:47:56 +02:00
6a2b7fdcb3
Translated using Weblate (Occitan)
...
Currently translated at 80.8% (453 of 560 strings)
2020-10-09 09:47:56 +02:00
5c00473ae3
Translated using Weblate (Persian)
...
Currently translated at 44.6% (250 of 560 strings)
2020-10-09 09:47:55 +02:00
ac6a786383
Translated using Weblate (Spanish)
...
Currently translated at 92.5% (518 of 560 strings)
2020-10-09 09:47:54 +02:00
1b267d2198
Translated using Weblate (English)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-09 09:47:52 +02:00
617df80289
Translated using Weblate (German)
...
Currently translated at 88.2% (494 of 560 strings)
2020-10-09 09:47:51 +02:00
4164813360
Translated using Weblate (Danish)
...
Currently translated at 23.7% (133 of 560 strings)
2020-10-09 09:47:49 +02:00
e65509b327
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-09 08:40:20 +02:00
81f3c26fa8
Translated using Weblate (Ukrainian)
...
Currently translated at 85.7% (6 of 7 strings)
2020-10-09 08:40:19 +02:00
52666a58c3
Translated using Weblate (Ukrainian)
...
Currently translated at 68.7% (385 of 560 strings)
2020-10-09 08:40:19 +02:00
1a752fc200
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 91.0% (510 of 560 strings)
2020-10-09 08:40:18 +02:00
2701737303
Translated using Weblate (Croatian)
...
Currently translated at 99.4% (557 of 560 strings)
2020-10-09 08:40:17 +02:00
98e5b38b12
Translated using Weblate (Dutch)
...
Currently translated at 95.8% (537 of 560 strings)
2020-10-09 08:40:12 +02:00
11ee78047e
Translated using Weblate (Japanese)
...
Currently translated at 80.1% (449 of 560 strings)
2020-10-09 08:40:07 +02:00
da4f0c8050
Translated using Weblate (Thai)
...
Currently translated at 82.8% (464 of 560 strings)
2020-10-09 08:40:05 +02:00
b539a8d995
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-09 08:40:04 +02:00
a425ca0a91
Translated using Weblate (Russian)
...
Currently translated at 85.7% (6 of 7 strings)
2020-10-09 08:40:04 +02:00
db0341c235
Translated using Weblate (Russian)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-09 08:40:03 +02:00
829bbbce41
Translated using Weblate (Russian)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-09 08:40:02 +02:00
a71aba567f
Translated using Weblate (Turkish)
...
Currently translated at 95.7% (536 of 560 strings)
2020-10-09 08:39:56 +02:00
dedd938372
Translated using Weblate (Portuguese)
...
Currently translated at 64.4% (361 of 560 strings)
2020-10-09 08:39:55 +02:00
7a31db2ef4
Translated using Weblate (Polish)
...
Currently translated at 82.1% (460 of 560 strings)
2020-10-09 08:39:55 +02:00
92b637957a
Translated using Weblate (Occitan)
...
Currently translated at 81.0% (454 of 560 strings)
2020-10-09 08:39:54 +02:00
ebf7e5429a
Translated using Weblate (Italian)
...
Currently translated at 82.5% (462 of 560 strings)
2020-10-09 08:39:53 +02:00
524769c411
Translated using Weblate (French)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-09 08:39:53 +02:00
af87215b52
Translated using Weblate (English)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-09 08:39:51 +02:00
cad5c750e8
Translated using Weblate (German)
...
Currently translated at 82.3% (461 of 560 strings)
2020-10-09 08:39:50 +02:00
749367f7fe
Translated using Weblate (Japanese)
...
Currently translated at 77.1% (432 of 560 strings)
2020-10-08 18:27:37 +02:00
e6041b0a80
Translated using Weblate (Japanese)
...
Currently translated at 77.1% (432 of 560 strings)
2020-10-08 18:27:37 +02:00
6c1ee9283d
Translated using Weblate (Turkish)
...
Currently translated at 95.3% (534 of 560 strings)
2020-10-08 18:16:29 +02:00
e30fbb9431
Translated using Weblate (English)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-08 17:53:02 +02:00
e6a011ce0b
Translated using Weblate (English)
...
Currently translated at 100.0% (560 of 560 strings)
2020-10-08 17:53:02 +02:00
fca630dc4b
Merge pull request #4626 from wallabag/fix/translations
...
Looks like when merging stuff from Weblate we lost translations
2020-10-08 13:33:49 +02:00
e2cd17861c
Merge pull request #4627 from wallabag/update-assets
...
Update assets
2020-10-08 13:33:31 +02:00
8fd6e91f42
Merge pull request #4628 from wallabag/update-deps
...
Update PHP deps
2020-10-08 13:33:10 +02:00
632a649e40
Update PHP deps
...
- Updating doctrine/dbal (2.10.3 => 2.10.4)
- Updating laminas/laminas-zendframework-bridge (1.1.0 => 1.1.1)
- Updating guzzlehttp/psr7 (1.6.1 => 1.7.0)
- Updating composer/semver (1.5.1 => 1.7.1)
- Updating j0k3r/graby-site-config (1.0.113 => 1.0.116)
- Updating php-http/discovery (1.10.0 => 1.12.0)
- Updating masterminds/html5 (2.7.3 => 2.7.4)
- Updating clue/stream-filter (v1.4.1 => v1.5.0)
- Updating jms/serializer (3.8.0 => 3.9.0)
- Updating phpseclib/phpseclib (2.0.28 => 2.0.29)
- Updating php-amqplib/php-amqplib (v2.11.3 => v2.12.1)
- Updating thecodingmachine/safe (v1.2.0 => v1.3)
- Updating symfony/http-client (v5.1.5 => v5.1.7)
- Updating symfony/mime (v5.1.3 => v5.1.7)
- Updating gedmo/doctrine-extensions (v2.4.41 => v2.4.42)
- Updating nikic/php-parser (v4.9.1 => v4.10.2)
- Updating guzzlehttp/promises (v1.3.1 => 1.4.0)
- Updating egulias/email-validator (2.1.19 => 2.1.22)
2020-10-08 10:25:11 +02:00
72a867453a
Merge pull request #4590 from wallabag/dependabot/composer/sentry/sentry-symfony-3.5.2
...
Bump sentry/sentry-symfony from 3.2.1 to 3.5.2
2020-10-08 10:13:55 +02:00
21fb69fa12
Update assets
...
Use yarn as we are `yarn.lock` and not `package-lock.json` (so cleanup `scripts`).
2020-10-08 10:08:51 +02:00
672ff04a5c
Looks like when merging stuff from Weblate we lost translations
...
The big PR removed some translations.
I hope I added them back.
2020-10-08 09:59:34 +02:00
f3e3e278ea
Merge pull request #4623 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-08 09:10:48 +02:00
b0f991b05d
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (483 of 483 strings)
2020-10-08 08:31:53 +02:00
27dd7cc0db
Translated using Weblate (Dutch)
...
Currently translated at 17.1% (83 of 483 strings)
2020-10-08 08:31:53 +02:00
e16217500b
Translated using Weblate (Czech)
...
Currently translated at 27.1% (131 of 483 strings)
2020-10-08 08:31:53 +02:00
a0016cb4da
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-08 08:31:53 +02:00
04275737bf
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (7 of 7 strings)
2020-10-08 08:31:53 +02:00
c97c08f6f1
Translated using Weblate (Dutch)
...
Currently translated at 12.2% (59 of 483 strings)
2020-10-08 08:31:53 +02:00
37ef5479c0
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (40 of 40 strings)
2020-10-08 08:31:53 +02:00
2493807b1a
Merge pull request #4570 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.1.0
...
Bump material-design-icons-iconfont from 5.0.1 to 6.1.0
2020-10-08 08:31:47 +02:00
123f63aef7
Merge pull request #4625 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.2.0
...
Bump webpack-merge from 5.1.4 to 5.2.0
2020-10-08 08:27:12 +02:00
832cc539d0
Merge pull request #4624 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-0.12.0
...
Bump mini-css-extract-plugin from 0.11.3 to 0.12.0
2020-10-08 08:22:19 +02:00
a6cc532654
Bump webpack-merge from 5.1.4 to 5.2.0
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.1.4 to 5.2.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.4...v5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-08 03:02:26 +00:00
7ac255cf19
Bump mini-css-extract-plugin from 0.11.3 to 0.12.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.11.3 to 0.12.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/v0.11.3...v0.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-08 03:01:58 +00:00
13571054b8
Merge pull request #4622 from wallabag/dependabot/composer/symfony/monolog-bundle-3.6.0
...
Bump symfony/monolog-bundle from 3.5.0 to 3.6.0
2020-10-07 06:26:38 +02:00
8620f49247
Bump symfony/monolog-bundle from 3.5.0 to 3.6.0
...
Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/symfony/monolog-bundle/releases )
- [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/monolog-bundle/compare/v3.5.0...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-07 02:18:26 +00:00
e09ff7a99e
Merge pull request #4620 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-06 09:20:19 +02:00
fda24d2125
Translated using Weblate (Japanese)
...
Currently translated at 85.7% (414 of 483 strings)
2020-10-05 14:12:48 +02:00
d925124433
Translated using Weblate (Portuguese)
...
Currently translated at 78.4% (379 of 483 strings)
2020-10-05 14:12:46 +02:00
6d9e2a940d
Merge pull request #4619 from wallabag/dependabot/npm_and_yarn/style-loader-1.3.0
...
Bump style-loader from 1.2.1 to 1.3.0
2020-10-05 07:01:49 +02:00
7ac9765d29
Bump style-loader from 1.2.1 to 1.3.0
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 1.2.1 to 1.3.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/v1.2.1...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-05 02:47:56 +00:00
1776a4aa35
Merge pull request #4615 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-0.11.3
...
Bump mini-css-extract-plugin from 0.11.2 to 0.11.3
2020-10-05 04:32:54 +02:00
9b84731c15
Merge pull request #4618 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.1.7
...
Bump symfony/phpunit-bridge from 5.1.6 to 5.1.7
2020-10-05 04:32:29 +02:00
95839430e4
Merge pull request #4616 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-10-05 04:31:23 +02:00
c4f3ec2ae2
Bump symfony/phpunit-bridge from 5.1.6 to 5.1.7
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.1.6...v5.1.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-05 02:17:14 +00:00
6ecf47fcba
Translated using Weblate (Japanese)
...
Currently translated at 78.2% (378 of 483 strings)
2020-10-03 18:29:21 +02:00
6de467571c
Translated using Weblate (Czech)
...
Currently translated at 23.8% (115 of 483 strings)
2020-10-02 22:41:11 +02:00
be22b8b37b
Translated using Weblate (Persian)
...
Currently translated at 100.0% (7 of 7 strings)
2020-10-02 22:41:10 +02:00
e0c1c70725
Translated using Weblate (Portuguese)
...
Currently translated at 62.5% (25 of 40 strings)
2020-10-02 22:41:10 +02:00
a5ab4b5de6
Translated using Weblate (Persian)
...
Currently translated at 100.0% (6 of 6 strings)
2020-10-02 22:41:09 +02:00
d2d798717e
Translated using Weblate (Portuguese)
...
Currently translated at 78.4% (379 of 483 strings)
2020-10-02 22:41:09 +02:00
1aee7356d4
Translated using Weblate (Persian)
...
Currently translated at 55.4% (268 of 483 strings)
2020-10-02 22:41:08 +02:00
ea1fb681b3
Bump mini-css-extract-plugin from 0.11.2 to 0.11.3
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.11.2 to 0.11.3.
- [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/v0.11.2...v0.11.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-02 20:22:40 +00:00
55e9251f36
Merge pull request #4614 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.8
...
Bump phpstan/phpstan-symfony from 0.12.7 to 0.12.8
2020-10-02 07:49:44 +02:00
34da8f25bd
Merge pull request #4612 from wallabag/dependabot/npm_and_yarn/highlight.js-10.2.1
...
Bump highlight.js from 10.2.0 to 10.2.1
2020-10-02 07:15:26 +02:00
f9e57fba44
Merge pull request #4613 from wallabag/dependabot/composer/phpstan/phpstan-0.12.48
...
Bump phpstan/phpstan from 0.12.47 to 0.12.48
2020-10-02 06:24:59 +02:00
40b49b4ed8
Bump phpstan/phpstan-symfony from 0.12.7 to 0.12.8
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.7...0.12.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-02 02:34:50 +00:00
9661b83eeb
Bump phpstan/phpstan from 0.12.47 to 0.12.48
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.47 to 0.12.48.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.47...0.12.48 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-02 02:17:32 +00:00
9b7eec31b6
Bump highlight.js from 10.2.0 to 10.2.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.2.0...10.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-01 20:27:46 +00:00
cbda55a494
Merge pull request #4611 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.6.1
...
Bump babdev/pagerfanta-bundle from 2.6.0 to 2.6.1
2020-10-01 05:52:04 +02:00
3242d25d06
Bump babdev/pagerfanta-bundle from 2.6.0 to 2.6.1
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-10-01 02:24:54 +00:00
0c08584e6e
Merge pull request #4599 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-09-30 21:21:40 +02:00
3378ade0c9
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 92.5% (37 of 40 strings)
2020-09-30 06:21:14 +02:00
b545f4e210
Translated using Weblate (Czech)
...
Currently translated at 22.9% (111 of 483 strings)
2020-09-30 06:21:14 +02:00
8a0f7f6608
Translated using Weblate (Czech)
...
Currently translated at 55.0% (22 of 40 strings)
2020-09-30 06:21:14 +02:00
1e0cf505be
Translated using Weblate (Portuguese)
...
Currently translated at 78.4% (379 of 483 strings)
2020-09-30 06:21:14 +02:00
ecd98f1eec
Translated using Weblate (Czech)
...
Currently translated at 18.4% (89 of 483 strings)
2020-09-30 06:21:14 +02:00
3a08371dd8
Translated using Weblate (Czech)
...
Currently translated at 50.0% (20 of 40 strings)
2020-09-30 06:21:14 +02:00
4859a24acd
Translated using Weblate (Czech)
...
Currently translated at 50.0% (3 of 6 strings)
2020-09-30 06:21:14 +02:00
b41219c883
Added translation using Weblate (Czech)
2020-09-30 06:21:14 +02:00
d4f9f5dd06
Added translation using Weblate (Czech)
2020-09-30 06:21:14 +02:00
466c73a7f2
Added translation using Weblate (Czech)
2020-09-30 06:21:14 +02:00
da528f2fcd
Added translation using Weblate (Czech)
2020-09-30 06:21:14 +02:00
c2136af156
Merge pull request #4607 from wallabag/dependabot/composer/phpstan/phpstan-0.12.47
...
Bump phpstan/phpstan from 0.12.46 to 0.12.47
2020-09-30 06:21:08 +02:00
dda4f71318
Merge pull request #4608 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.6.0
...
Bump babdev/pagerfanta-bundle from 2.5.2 to 2.6.0
2020-09-30 06:20:47 +02:00
257f174304
Bump babdev/pagerfanta-bundle from 2.5.2 to 2.6.0
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.5.2...v2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-30 02:22:33 +00:00
50908208ed
Bump phpstan/phpstan from 0.12.46 to 0.12.47
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.46 to 0.12.47.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.46...0.12.47 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-30 02:18:26 +00:00
ebca31c81c
Merge pull request #4606 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.20
...
Bump phpstan/phpstan-doctrine from 0.12.19 to 0.12.20
2020-09-29 09:56:22 +02:00
533f531241
Bump phpstan/phpstan-doctrine from 0.12.19 to 0.12.20
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.19 to 0.12.20.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.19...0.12.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-29 04:00:31 +00:00
9a9cf42ea1
Merge pull request #4605 from wallabag/dependabot/composer/phpstan/phpstan-0.12.46
...
Bump phpstan/phpstan from 0.12.45 to 0.12.46
2020-09-29 05:54:35 +02:00
d1ff51cb0a
Bump phpstan/phpstan from 0.12.45 to 0.12.46
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.45 to 0.12.46.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.45...0.12.46 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-29 02:24:48 +00:00
0a9e3ca8c3
Merge pull request #4600 from wallabag/dependabot/composer/phpstan/phpstan-0.12.45
...
Bump phpstan/phpstan from 0.12.44 to 0.12.45
2020-09-28 07:56:32 +02:00
af532f4adb
Merge pull request #4601 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.1.6
...
Bump symfony/phpunit-bridge from 5.1.5 to 5.1.6
2020-09-28 07:07:14 +02:00
d76d6d73af
Merge pull request #4602 from wallabag/dependabot/composer/symfony/symfony-3.4.45
...
Bump symfony/symfony from 3.4.44 to 3.4.45
2020-09-28 07:06:44 +02:00
1d32ae4fe5
Merge pull request #4603 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.22.1
...
Bump eslint-plugin-import from 2.22.0 to 2.22.1
2020-09-28 07:06:27 +02:00
e0babbc950
Merge pull request #4604 from wallabag/dependabot/npm_and_yarn/eslint-7.10.0
...
Bump eslint from 7.9.0 to 7.10.0
2020-09-28 07:05:19 +02:00
68e8ef1bff
Bump eslint from 7.9.0 to 7.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.9.0...v7.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 02:55:11 +00:00
77c5396eca
Bump eslint-plugin-import from 2.22.0 to 2.22.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 02:54:45 +00:00
123087d214
Bump symfony/symfony from 3.4.44 to 3.4.45
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.44 to 3.4.45.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.45/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.44...v3.4.45 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 02:37:09 +00:00
127f6bee09
Bump symfony/phpunit-bridge from 5.1.5 to 5.1.6
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.1.5...v5.1.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 02:31:07 +00:00
08c6334424
Bump phpstan/phpstan from 0.12.44 to 0.12.45
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.44 to 0.12.45.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.44...0.12.45 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-28 02:23:55 +00:00
4cce7fd345
Merge pull request #4598 from wallabag/dependabot/composer/phpstan/phpstan-0.12.44
...
Bump phpstan/phpstan from 0.12.43 to 0.12.44
2020-09-25 06:55:38 +02:00
7c79e4de9b
Bump phpstan/phpstan from 0.12.43 to 0.12.44
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.43 to 0.12.44.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.43...0.12.44 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-25 02:16:12 +00:00
0d0f447492
Merge pull request #4597 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-09-24 07:34:51 +02:00
e7f2ffd921
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-09-23 17:41:07 +02:00
b938bb96ba
Merge pull request #4596 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.18.3
...
Bump scheb/two-factor-bundle from 4.18.2 to 4.18.3
2020-09-22 06:24:31 +02:00
2534016611
Bump scheb/two-factor-bundle from 4.18.2 to 4.18.3
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.18.2 to 4.18.3.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.18.2...v4.18.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-22 02:23:29 +00:00
e73784a456
Merge pull request #4595 from wallabag/dependabot/composer/phpstan/phpstan-0.12.43
...
Bump phpstan/phpstan from 0.12.42 to 0.12.43
2020-09-21 06:13:06 +02:00
7ab6f4ef93
Merge pull request #4593 from wallabag/dependabot/npm_and_yarn/webpack-4.44.2
...
Bump webpack from 4.44.1 to 4.44.2
2020-09-21 06:05:20 +02:00
8bc33b214f
Merge pull request #4594 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-09-21 06:05:02 +02:00
8457b02311
Bump phpstan/phpstan from 0.12.42 to 0.12.43
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.42 to 0.12.43.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.42...0.12.43 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-21 02:32:52 +00:00
59a81f1d63
Translated using Weblate (French)
...
Currently translated at 100.0% (7 of 7 strings)
2020-09-21 02:39:52 +02:00
40bfd776b5
Translated using Weblate (Italian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-09-21 02:39:52 +02:00
9c19a7e338
Bump webpack from 4.44.1 to 4.44.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.44.1 to 4.44.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v4.44.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-18 20:38:33 +00:00
3eaaf71fd5
Bump sentry/sentry-symfony from 3.2.1 to 3.5.2
...
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony ) from 3.2.1 to 3.5.2.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases )
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/3.5.2/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-symfony/compare/3.2.1...3.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-15 02:32:25 +00:00
d7095f424d
Merge pull request #4588 from wallabag/dependabot/npm_and_yarn/eslint-7.9.0
...
Bump eslint from 7.8.1 to 7.9.0
2020-09-14 05:47:27 +02:00
bf8a94b988
Bump material-design-icons-iconfont from 5.0.1 to 6.1.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 5.0.1 to 6.1.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/5.0.1...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 03:33:47 +00:00
30d61813a9
Merge pull request #4589 from wallabag/dependabot/npm_and_yarn/mathjax-3.1.2
...
Bump mathjax from 3.1.0 to 3.1.2
2020-09-14 05:31:54 +02:00
9bed1baacf
Bump eslint from 7.8.1 to 7.9.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 03:23:35 +00:00
2a2e2c591f
Merge pull request #4587 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-0.11.2
...
Bump mini-css-extract-plugin from 0.11.1 to 0.11.2
2020-09-14 05:21:43 +02:00
6b31c7049a
Merge pull request #4586 from wallabag/dependabot/composer/predis/predis-1.1.6
...
Bump predis/predis from 1.1.5 to 1.1.6
2020-09-14 05:13:27 +02:00
5f51b602d3
Bump mathjax from 3.1.0 to 3.1.2
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.1.0...3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 02:55:15 +00:00
b971fcf19e
Bump mini-css-extract-plugin from 0.11.1 to 0.11.2
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.11.1 to 0.11.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/v0.11.1...v0.11.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 02:54:06 +00:00
d3ff4f63e4
Bump predis/predis from 1.1.5 to 1.1.6
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/v1.1.6/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.5...v1.1.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 02:20:11 +00:00
9e0dc41a4c
Merge pull request #4582 from wallabag/dependabot/composer/predis/predis-1.1.5
...
Bump predis/predis from 1.1.4 to 1.1.5
2020-09-11 05:48:21 +02:00
dc386faebc
Merge pull request #4583 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.3
...
Bump friendsofsymfony/rest-bundle from 2.8.2 to 2.8.3
2020-09-11 05:47:46 +02:00
42222b2405
Bump friendsofsymfony/rest-bundle from 2.8.2 to 2.8.3
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.2 to 2.8.3.
- [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/2.8.2...2.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-11 02:27:12 +00:00
51466a1351
Bump predis/predis from 1.1.4 to 1.1.5
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.4...v1.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-11 02:20:18 +00:00
777d796987
Merge pull request #4579 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.1.4
...
Bump webpack-merge from 5.1.3 to 5.1.4
2020-09-10 05:40:02 +02:00
c2cc00033b
Merge pull request #4580 from wallabag/dependabot/composer/j0k3r/graby-2.2.2
...
Bump j0k3r/graby from 2.2.1 to 2.2.2
2020-09-10 05:39:42 +02:00
9a35aeee46
Bump j0k3r/graby from 2.2.1 to 2.2.2
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.2.1...v2.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-10 02:23:44 +00:00
fab5eba46c
Bump webpack-merge from 5.1.3 to 5.1.4
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.3...v5.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-09 21:30:08 +00:00
a6d96c7efa
Merge pull request #4574 from wallabag/dependabot/npm_and_yarn/css-loader-4.3.0
...
Bump css-loader from 4.2.2 to 4.3.0
2020-09-08 21:36:00 +02:00
bc81f054ea
Merge pull request #4573 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-0.11.1
...
Bump mini-css-extract-plugin from 0.11.0 to 0.11.1
2020-09-08 21:35:26 +02:00
5e80a26b9d
Bump css-loader from 4.2.2 to 4.3.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 4.2.2 to 4.3.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/v4.2.2...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-08 14:47:10 +00:00
45c8eb8640
Bump mini-css-extract-plugin from 0.11.0 to 0.11.1
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.11.0 to 0.11.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/v0.11.0...v0.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-08 14:46:47 +00:00
0771396c4d
Merge pull request #4572 from wallabag/dependabot/npm_and_yarn/highlight.js-10.2.0
...
Bump highlight.js from 10.1.2 to 10.2.0
2020-09-08 09:32:20 +02:00
cd8df98d77
Bump highlight.js from 10.1.2 to 10.2.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.1.2 to 10.2.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...10.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-08 07:03:22 +00:00
e0e156c6a5
Merge pull request #4569 from wallabag/dependabot/composer/dama/doctrine-test-bundle-6.3.3
...
Bump dama/doctrine-test-bundle from 6.3.2 to 6.3.3
2020-09-07 06:10:34 +02:00
3f6b1998f9
Bump dama/doctrine-test-bundle from 6.3.2 to 6.3.3
...
Bumps [dama/doctrine-test-bundle](https://github.com/dmaicher/doctrine-test-bundle ) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/dmaicher/doctrine-test-bundle/releases )
- [Changelog](https://github.com/dmaicher/doctrine-test-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dmaicher/doctrine-test-bundle/compare/v6.3.2...v6.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 02:22:59 +00:00
3cb423e02e
Merge pull request #4563 from wallabag/dependabot/npm_and_yarn/sass-loader-10.0.2
...
Bump sass-loader from 10.0.1 to 10.0.2
2020-09-04 08:38:23 +02:00
a7a271f032
Merge pull request #4564 from wallabag/dependabot/npm_and_yarn/babel/core-7.11.6
...
Bump @babel/core from 7.11.5 to 7.11.6
2020-09-04 08:38:06 +02:00
769379ffd4
Merge pull request #4566 from wallabag/dependabot/composer/laminas/laminas-diactoros-2.4.1
...
Bump laminas/laminas-diactoros from 2.4.0 to 2.4.1
2020-09-04 08:37:46 +02:00
34672c2f5d
Bump laminas/laminas-diactoros from 2.4.0 to 2.4.1
...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/laminas/laminas-diactoros/releases )
- [Changelog](https://github.com/laminas/laminas-diactoros/blob/2.5.x/CHANGELOG.md )
- [Commits](https://github.com/laminas/laminas-diactoros/compare/2.4.0...2.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-04 02:18:18 +00:00
5c9e103a18
Bump @babel/core from 7.11.5 to 7.11.6
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.5 to 7.11.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.11.6/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-03 23:36:49 +00:00
ec780038e0
Bump sass-loader from 10.0.1 to 10.0.2
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.1 to 10.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/v10.0.1...v10.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-03 23:36:15 +00:00
b7be2fce9d
Merge pull request #4560 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.1.5
...
Bump symfony/phpunit-bridge from 5.1.4 to 5.1.5
2020-09-03 06:28:59 +02:00
60e717e39c
Merge pull request #4561 from wallabag/dependabot/composer/phpstan/phpstan-0.12.42
...
Bump phpstan/phpstan from 0.12.40 to 0.12.42
2020-09-03 06:11:56 +02:00
a5287414d1
Merge pull request #4562 from wallabag/dependabot/composer/laminas/laminas-diactoros-2.4.0
...
Bump laminas/laminas-diactoros from 2.3.1 to 2.4.0
2020-09-03 06:11:27 +02:00
5e4af3cc9e
Bump laminas/laminas-diactoros from 2.3.1 to 2.4.0
...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/laminas/laminas-diactoros/releases )
- [Changelog](https://github.com/laminas/laminas-diactoros/blob/2.5.x/CHANGELOG.md )
- [Commits](https://github.com/laminas/laminas-diactoros/compare/2.3.1...2.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-03 02:25:48 +00:00
d047fc6ee6
Bump phpstan/phpstan from 0.12.40 to 0.12.42
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.40 to 0.12.42.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.40...0.12.42 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-03 02:22:58 +00:00
5dba366e50
Bump symfony/phpunit-bridge from 5.1.4 to 5.1.5
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.1.4...v5.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-03 02:19:08 +00:00
bf7588d380
Merge pull request #4558 from wallabag/dependabot/composer/symfony/http-client-5.1.5
...
[Security] Bump symfony/http-client from 5.1.3 to 5.1.5
2020-09-02 14:00:18 +02:00
86de691a8c
[Security] Bump symfony/http-client from 5.1.3 to 5.1.5
...
Bumps [symfony/http-client](https://github.com/symfony/http-client ) from 5.1.3 to 5.1.5. **This update includes a security fix.**
- [Release notes](https://github.com/symfony/http-client/releases )
- [Changelog](https://github.com/symfony/http-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-client/compare/v5.1.3...v5.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-02 11:43:33 +00:00
33ff41f63d
Merge pull request #4553 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.11.5
...
Bump @babel/preset-env from 7.11.0 to 7.11.5
2020-09-02 06:34:05 +02:00
d193ae93cf
Merge pull request #4555 from wallabag/dependabot/npm_and_yarn/eslint-7.8.1
...
Bump eslint from 7.7.0 to 7.8.1
2020-09-02 06:33:47 +02:00
ce56eabec8
Merge pull request #4557 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.3.2
...
Bump doctrine/doctrine-fixtures-bundle from 3.3.1 to 3.3.2
2020-09-02 06:06:13 +02:00
ee612b2757
Bump @babel/preset-env from 7.11.0 to 7.11.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.11.0 to 7.11.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.11.5/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-02 03:48:33 +00:00
820e161348
Bump eslint from 7.7.0 to 7.8.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.7.0 to 7.8.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-02 03:47:41 +00:00
8d0af153fe
Merge pull request #4554 from wallabag/dependabot/npm_and_yarn/babel/core-7.11.5
...
Bump @babel/core from 7.11.4 to 7.11.5
2020-09-02 05:46:35 +02:00
3e24edb121
Merge pull request #4556 from wallabag/dependabot/npm_and_yarn/file-loader-6.1.0
...
Bump file-loader from 6.0.0 to 6.1.0
2020-09-02 05:45:49 +02:00
40cf2c6371
Bump doctrine/doctrine-fixtures-bundle from 3.3.1 to 3.3.2
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/3.3.x/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.1...3.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-02 02:27:31 +00:00
ada08f3be0
Bump file-loader from 6.0.0 to 6.1.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-01 21:13:38 +00:00
68daf88338
Bump @babel/core from 7.11.4 to 7.11.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.4 to 7.11.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.11.5/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-01 21:12:43 +00:00
57ef1c0e41
Merge pull request #4548 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.1.4
...
Bump symfony/phpunit-bridge from 5.1.3 to 5.1.4
2020-09-01 06:05:41 +02:00
631e96bd59
Merge pull request #4549 from wallabag/dependabot/composer/symfony/symfony-3.4.44
...
Bump symfony/symfony from 3.4.43 to 3.4.44
2020-09-01 06:05:20 +02:00
0b22855d89
Merge pull request #4550 from wallabag/dependabot/composer/predis/predis-1.1.4
...
Bump predis/predis from 1.1.3 to 1.1.4
2020-09-01 06:04:52 +02:00
837c8336c8
Bump predis/predis from 1.1.3 to 1.1.4
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.3...v1.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-01 02:36:03 +00:00
02419f1324
Bump symfony/symfony from 3.4.43 to 3.4.44
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.43 to 3.4.44.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.44/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.43...v3.4.44 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-01 02:23:12 +00:00
b4e617ad6a
Bump symfony/phpunit-bridge from 5.1.3 to 5.1.4
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.1.3...v5.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-01 02:18:48 +00:00
2134233509
Merge pull request #4541 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-08-31 07:14:29 +02:00
c31b7bd797
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-31 06:19:27 +02:00
a8150c1f8d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-31 06:19:27 +02:00
fda8384488
Translated using Weblate (English)
...
Currently translated at 99.7% (482 of 483 strings)
2020-08-31 06:19:27 +02:00
18adf664a6
Merge pull request #4543 from wallabag/dependabot/composer/phpstan/extension-installer-1.0.5
...
Bump phpstan/extension-installer from 1.0.4 to 1.0.5
2020-08-31 06:19:22 +02:00
80bec4c791
Merge pull request #4544 from wallabag/dependabot/composer/symfony/maker-bundle-1.21.1
...
Bump symfony/maker-bundle from 1.21.0 to 1.21.1
2020-08-31 06:18:46 +02:00
2dd679d892
Merge pull request #4545 from wallabag/dependabot/npm_and_yarn/webpack-merge-5.1.3
...
Bump webpack-merge from 5.1.2 to 5.1.3
2020-08-31 06:18:22 +02:00
4fe7a7ff1a
Bump webpack-merge from 5.1.2 to 5.1.3
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.2...v5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-31 02:55:33 +00:00
e66625983c
Bump symfony/maker-bundle from 1.21.0 to 1.21.1
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.21.0...v1.21.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-31 02:24:03 +00:00
74e7041efc
Bump phpstan/extension-installer from 1.0.4 to 1.0.5
...
Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/phpstan/extension-installer/releases )
- [Commits](https://github.com/phpstan/extension-installer/compare/1.0.4...1.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-31 02:18:33 +00:00
7cd221b621
Merge pull request #4532 from wallabag/dependabot/composer/symfony/maker-bundle-1.21.0
...
Bump symfony/maker-bundle from 1.20.0 to 1.21.0
2020-08-28 06:03:34 +02:00
cd5a2ae933
Merge pull request #4533 from wallabag/dependabot/composer/phpstan/phpstan-0.12.40
...
Bump phpstan/phpstan from 0.12.39 to 0.12.40
2020-08-28 06:02:27 +02:00
37717b676c
Merge pull request #4536 from wallabag/dependabot/npm_and_yarn/mathjax-3.1.0
...
Bump mathjax from 3.0.5 to 3.1.0
2020-08-28 05:55:57 +02:00
87f7268811
Merge pull request #4537 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-0.11.0
...
Bump mini-css-extract-plugin from 0.10.0 to 0.11.0
2020-08-28 05:55:23 +02:00
69c3bc3449
Bump mini-css-extract-plugin from 0.10.0 to 0.11.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.10.0 to 0.11.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/v0.10.0...v0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-27 21:50:00 +00:00
d547fc25a1
Bump mathjax from 3.0.5 to 3.1.0
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.0.5...3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-27 21:49:32 +00:00
78268441fa
Bump phpstan/phpstan from 0.12.39 to 0.12.40
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.39 to 0.12.40.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.39...0.12.40 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-27 02:24:17 +00:00
e2e9de291f
Bump symfony/maker-bundle from 1.20.0 to 1.21.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.20.0...v1.21.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-26 02:25:18 +00:00
9c068ca1bd
Merge pull request #4528 from wallabag/dependabot/npm_and_yarn/highlight.js-10.1.2
...
Bump highlight.js from 9.18.3 to 10.1.2
2020-08-25 17:08:45 +02:00
04ae8905d7
Bump highlight.js from 9.18.3 to 10.1.2
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 9.18.3 to 10.1.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/commits/10.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 14:31:44 +00:00
76a1a6d77f
Merge pull request #4531 from wallabag/fix/clean-css-security
...
Update annotator to fix clean-css security
2020-08-25 16:29:49 +02:00
539649eaf7
Merge pull request #4525 from wallabag/dependabot/npm_and_yarn/sass-loader-10.0.1
...
Bump sass-loader from 10.0.0 to 10.0.1
2020-08-25 15:25:25 +02:00
7e5b11696c
Update annotator to fix clean-css security
2020-08-25 15:09:25 +02:00
59e9b69452
Bump sass-loader from 10.0.0 to 10.0.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 10.0.0 to 10.0.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/v10.0.0...v10.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 12:51:54 +00:00
8b1a1afd63
Merge pull request #4523 from wallabag/feature/upgrade-node
...
Upgrade to NodeJS 12
2020-08-25 14:49:22 +02:00
37b829c017
Merge pull request #4524 from wallabag/fix-nav-icons
...
Fix icons not showing aside nav forms
2020-08-25 14:47:50 +02:00
07dab0dbc9
Fix icons not showing aside nav forms
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2020-08-25 13:54:27 +02:00
dce3c84c9c
Upgrade to NodeJS 12
...
Update javascript deps to latest version.
Rebuild assets
- Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later.
- Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
2020-08-25 12:28:12 +02:00
092cab5695
Merge pull request #4522 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.5.2
...
Bump babdev/pagerfanta-bundle from 2.5.0 to 2.5.2
2020-08-25 08:03:17 +02:00
aaff151f3c
Bump babdev/pagerfanta-bundle from 2.5.0 to 2.5.2
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/PagerfantaBundle ) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/BabDev/PagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/PagerfantaBundle/compare/v2.5.0...v2.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 05:48:13 +00:00
87aa597896
Merge pull request #4521 from wallabag/fix/predis-stable
...
Move predis/predis to stable version
2020-08-25 07:44:09 +02:00
d6427fa56a
Merge pull request #4369 from wallabag/dependabot/npm_and_yarn/jquery-3.5.0
...
Bump jquery from 2.2.4 to 3.5.0
2020-08-25 07:23:48 +02:00
e50617fc05
Move predis/predis to stable version
...
As new maintainer is in the place.
2020-08-25 07:22:13 +02:00
1d892fbd32
Merge pull request #4519 from wallabag/dependabot/composer/phpstan/phpstan-0.12.39
...
Bump phpstan/phpstan from 0.12.38 to 0.12.39
2020-08-25 05:18:33 +02:00
92e1a6d525
Bump phpstan/phpstan from 0.12.38 to 0.12.39
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.38 to 0.12.39.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.38...0.12.39 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 02:17:02 +00:00
2ce401e131
Merge pull request #4446 from bmillemathias/master
...
Add a donation status badge on README
2020-08-24 09:22:18 +02:00
eb3d0e583b
Merge pull request #4516 from wallabag/update-pagerfanta
...
Update PagerFanta deps
2020-08-24 09:13:11 +02:00
8b3495b3e8
Merge pull request #4518 from wallabag/enable-croatian
...
Add Croatian translation
2020-08-24 09:11:51 +02:00
79ff1c4ee0
Merge branch 'master' into master
2020-08-24 07:11:57 +02:00
885a1daec5
Add Croatian translation
2020-08-24 07:03:09 +02:00
912f18bced
Merge pull request #4517 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-08-21 14:45:48 +02:00
d719df913d
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-21 14:36:20 +02:00
0e3c5cfa27
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (6 of 6 strings)
2020-08-21 14:36:08 +02:00
7e21c6b987
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-08-21 14:36:08 +02:00
2c3f785ac5
Update deps
...
Mostly to fix pagerfanta issue.
2020-08-21 09:30:56 +02:00
eda3213e22
Merge pull request #4499 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-08-19 06:48:10 +02:00
c09509d12e
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (6 of 6 strings)
2020-08-18 14:32:53 +02:00
41e405ac21
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-08-18 14:32:53 +02:00
eefb62d0e2
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (7 of 7 strings)
2020-08-18 14:32:52 +02:00
5022bcd882
Translated using Weblate (Russian)
...
Currently translated at 100.0% (6 of 6 strings)
2020-08-18 14:32:52 +02:00
59bbb09055
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-18 14:32:51 +02:00
e96b330e71
Translated using Weblate (Russian)
...
Currently translated at 100.0% (40 of 40 strings)
2020-08-18 14:32:50 +02:00
55c8684bd6
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-08 07:32:53 +02:00
acf264be8f
Translated using Weblate (Ukrainian)
...
Currently translated at 97.1% (469 of 483 strings)
2020-08-04 20:33:17 +02:00
a64a6afd88
Merge pull request #4495 from wallabag/dependabot/npm_and_yarn/elliptic-6.5.3
...
Bump elliptic from 6.4.1 to 6.5.3
2020-07-30 15:38:46 +02:00
f6b0adfa5f
Merge pull request #4494 from wallabag/update-deps
...
Update deps
2020-07-30 15:37:35 +02:00
721feff25d
Bump elliptic from 6.4.1 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 13:18:49 +00:00
3af522a770
Merge pull request #4489 from VFedyk/master
...
Add Ukrainian translation
2020-07-30 13:55:29 +02:00
5f5725660a
Update deps
2020-07-30 13:27:36 +02:00
815c28ac38
Merge pull request #4490 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.5.0
...
Bump babdev/pagerfanta-bundle from 2.4.3 to 2.5.0
2020-07-29 07:35:11 +02:00
c10b79e82f
Update PagerFanta deprecation
2020-07-29 06:36:43 +02:00
90ef49ffdf
Merge pull request #4488 from Ryman/patch-1
...
Fix link to composer installation requirements
2020-07-29 05:29:18 +02:00
a467a4e502
Bump babdev/pagerfanta-bundle from 2.4.3 to 2.5.0
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/BabDevPagerfantaBundle ) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/BabDev/BabDevPagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/PagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/BabDevPagerfantaBundle/compare/v2.4.3...v2.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-29 03:03:28 +00:00
7e0a7efebd
Merge pull request #4492 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.1.3
...
Bump symfony/phpunit-bridge from 5.1.2 to 5.1.3
2020-07-29 04:59:36 +02:00
8771def839
Merge pull request #4491 from wallabag/dependabot/composer/symfony/symfony-3.4.43
...
Bump symfony/symfony from 3.4.42 to 3.4.43
2020-07-29 04:58:56 +02:00
c1d33405b9
Bump symfony/phpunit-bridge from 5.1.2 to 5.1.3
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.1.2...v5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-27 02:30:30 +00:00
067ebb1d10
Bump symfony/symfony from 3.4.42 to 3.4.43
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.42 to 3.4.43.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.43/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.42...v3.4.43 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-27 02:25:10 +00:00
488f01f50e
Add Ukrainian translation
2020-07-26 21:23:56 +03:00
9aafecb477
Fix link to composer installation requirements
...
The current link 404s and the link to https://doc.wallabag.org/en/admin/installation/installation.html does not give enough context about `composer` so I've linked to the requirements page instead.
2020-07-25 15:32:27 +02:00
bc330894e1
Merge pull request #4485 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.13
...
Bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.13
2020-07-23 05:04:43 +02:00
18518d6a2a
Merge pull request #4486 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.19
...
Bump phpstan/phpstan-doctrine from 0.12.17 to 0.12.19
2020-07-23 05:04:20 +02:00
d4e6b27aad
Bump phpstan/phpstan-doctrine from 0.12.17 to 0.12.19
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.17 to 0.12.19.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.17...0.12.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-23 02:27:37 +00:00
0141dc0671
Bump phpstan/phpstan-phpunit from 0.12.11 to 0.12.13
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.11 to 0.12.13.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.11...0.12.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-23 02:24:03 +00:00
8a0dfd7fc0
Merge pull request #4483 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-07-22 14:39:11 +02:00
61b67b32b3
Translated using Weblate (Japanese)
...
Currently translated at 61.4% (297 of 483 strings)
2020-07-22 13:41:56 +02:00
30888f830a
Merge pull request #4480 from wallabag/dependabot/composer/phpstan/phpstan-0.12.33
...
Bump phpstan/phpstan from 0.12.32 to 0.12.33
2020-07-22 05:24:33 +02:00
cb2058691c
Bump phpstan/phpstan from 0.12.32 to 0.12.33
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.32 to 0.12.33.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.32...0.12.33 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-22 03:07:07 +00:00
77820bb888
Merge pull request #4481 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.7
...
Bump phpstan/phpstan-symfony from 0.12.6 to 0.12.7
2020-07-22 05:02:42 +02:00
337e70b06c
Bump phpstan/phpstan-symfony from 0.12.6 to 0.12.7
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.6 to 0.12.7.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.6...0.12.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-22 02:18:34 +00:00
3e4fe7cf1b
Merge pull request #4472 from wallabag/5e62ea5f
...
Reduce opacity of archived entries on tag view
2020-07-16 05:48:35 +02:00
2aae96299c
Merge pull request #4471 from wallabag/7533fb02
...
material: restore missing export and filter buttons on tags view
2020-07-16 05:47:52 +02:00
5310b43d95
Merge pull request #4474 from wallabag/dependabot/composer/php-http/mock-client-1.4.1
...
Bump php-http/mock-client from 1.4.0 to 1.4.1
2020-07-16 04:18:58 +02:00
6c69e54f83
Merge pull request #4475 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.2
...
Bump friendsofsymfony/rest-bundle from 2.8.1 to 2.8.2
2020-07-16 04:18:33 +02:00
cf80f50a6a
Merge pull request #4476 from wallabag/dependabot/composer/symfony/maker-bundle-1.20.0
...
Bump symfony/maker-bundle from 1.19.1 to 1.20.0
2020-07-16 04:18:12 +02:00
170ec68d52
Bump symfony/maker-bundle from 1.19.1 to 1.20.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.19.1 to 1.20.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.19.1...v1.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-15 02:31:45 +00:00
70f0ce3033
Bump friendsofsymfony/rest-bundle from 2.8.1 to 2.8.2
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.1 to 2.8.2.
- [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/2.8.1...2.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-15 02:23:31 +00:00
c79824746c
Bump php-http/mock-client from 1.4.0 to 1.4.1
...
Bumps [php-http/mock-client](https://github.com/php-http/mock-client ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/php-http/mock-client/releases )
- [Changelog](https://github.com/php-http/mock-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/php-http/mock-client/compare/1.4.0...1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-15 02:17:52 +00:00
f4a1401de0
Reduce opacity of archived entries on tag view
...
Fixes #4466
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-07-13 18:53:39 +02:00
1abcfe8c98
material: restore missing export and filter buttons on tags view
...
The commit d9a68f6ced introduced a change
in the way export and filter buttons are showed. It ended in hidding
them on the tag-related pages, preventing users to export entries for a
given tag.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-07-13 14:34:34 +02:00
3ec982b5f3
Merge pull request #4468 from wallabag/dependabot/composer/symfony/maker-bundle-1.19.1
...
Bump symfony/maker-bundle from 1.19.0 to 1.19.1
2020-07-09 05:02:30 +02:00
3938a077f9
Bump symfony/maker-bundle from 1.19.0 to 1.19.1
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.19.0...v1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-09 02:21:11 +00:00
11fa4ac4f0
Merge pull request #4463 from wallabag/update-deps
...
Update deps
2020-07-08 09:41:40 +02:00
33d245b7da
Remove deprecated methods
2020-07-08 07:25:44 +02:00
635b76da24
Merge pull request #4467 from wallabag/dependabot/composer/laminas/laminas-diactoros-2.3.1
...
Bump laminas/laminas-diactoros from 2.3.0 to 2.3.1
2020-07-08 05:21:59 +02:00
f282d16162
Bump laminas/laminas-diactoros from 2.3.0 to 2.3.1
...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/laminas/laminas-diactoros/releases )
- [Changelog](https://github.com/laminas/laminas-diactoros/blob/master/CHANGELOG.md )
- [Commits](https://github.com/laminas/laminas-diactoros/compare/2.3.0...2.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-08 02:27:40 +00:00
38bbfecef0
Merge pull request #4464 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-07-06 20:36:47 +02:00
351e00dcc4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (483 of 483 strings)
2020-07-06 09:41:51 +02:00
effa5deacb
Update deps
...
Remove lock on dbal because we are now using PHP >= 7.2
2020-07-06 07:58:14 +02:00
f0457635dc
Merge pull request #4462 from wallabag/dependabot/composer/php-http/mock-client-1.4.0
...
Bump php-http/mock-client from 1.3.1 to 1.4.0
2020-07-03 06:12:25 +02:00
03feebbcc0
Bump php-http/mock-client from 1.3.1 to 1.4.0
...
Bumps [php-http/mock-client](https://github.com/php-http/mock-client ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/php-http/mock-client/releases )
- [Changelog](https://github.com/php-http/mock-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/php-http/mock-client/compare/1.3.1...1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-03 02:25:43 +00:00
49aad7bfba
Merge pull request #4460 from wallabag/dependabot/composer/phpstan/phpstan-0.12.32
...
Bump phpstan/phpstan from 0.12.31 to 0.12.32
2020-07-02 05:00:20 +02:00
845f7e2d9a
Bump phpstan/phpstan from 0.12.31 to 0.12.32
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.31 to 0.12.32.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.31...0.12.32 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-02 02:30:00 +00:00
c4f9c93065
Merge pull request #4459 from wallabag/dependabot/composer/babdev/pagerfanta-bundle-2.4.3
...
Bump babdev/pagerfanta-bundle from 2.4.2 to 2.4.3
2020-07-01 05:14:25 +02:00
82bdaf1bf4
Bump babdev/pagerfanta-bundle from 2.4.2 to 2.4.3
...
Bumps [babdev/pagerfanta-bundle](https://github.com/BabDev/BabDevPagerfantaBundle ) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/BabDev/BabDevPagerfantaBundle/releases )
- [Changelog](https://github.com/BabDev/BabDevPagerfantaBundle/blob/2.x/CHANGELOG.md )
- [Commits](https://github.com/BabDev/BabDevPagerfantaBundle/compare/v2.4.2...v2.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-07-01 02:26:53 +00:00
62f404ba02
Merge pull request #4458 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.8.1
...
Bump friendsofsymfony/rest-bundle from 2.8.0 to 2.8.1
2020-06-30 07:28:29 +02:00
12206e42d5
Bump friendsofsymfony/rest-bundle from 2.8.0 to 2.8.1
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.8.0 to 2.8.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/2.8.0...2.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-30 02:21:10 +00:00
a66cb02c58
Merge pull request #4455 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.4
...
Bump friendsofphp/php-cs-fixer from 2.16.3 to 2.16.4
2020-06-29 05:00:26 +02:00
1287821a16
Merge pull request #4454 from wallabag/dependabot/composer/jms/serializer-bundle-3.7.0
...
Bump jms/serializer-bundle from 3.6.0 to 3.7.0
2020-06-29 05:00:10 +02:00
25a9f3fa40
Bump friendsofphp/php-cs-fixer from 2.16.3 to 2.16.4
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.3 to 2.16.4.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.3...v2.16.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-29 02:29:37 +00:00
4721a00bc8
Bump jms/serializer-bundle from 3.6.0 to 3.7.0
...
Bumps [jms/serializer-bundle](https://github.com/schmittjoh/JMSSerializerBundle ) from 3.6.0 to 3.7.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/3.6.0...3.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-29 02:25:50 +00:00
b514443150
Merge pull request #4453 from wallabag/dependabot/composer/phpstan/phpstan-0.12.31
...
Bump phpstan/phpstan from 0.12.30 to 0.12.31
2020-06-25 07:20:22 +02:00
e538a8b6cb
Bump phpstan/phpstan from 0.12.30 to 0.12.31
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.30 to 0.12.31.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.30...0.12.31 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-25 02:23:26 +00:00
c4009bbf06
Merge pull request #4452 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.17
...
Bump phpstan/phpstan-doctrine from 0.12.16 to 0.12.17
2020-06-24 07:30:32 +02:00
46f309617f
Bump phpstan/phpstan-doctrine from 0.12.16 to 0.12.17
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.16 to 0.12.17.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.16...0.12.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-24 02:17:35 +00:00
f08b68c9ce
Merge pull request #4449 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-06-22 06:17:26 +02:00
511957eabf
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (483 of 483 strings)
2020-06-22 05:29:30 +02:00
26c043dfbb
Merge pull request #4450 from wallabag/dependabot/composer/phpstan/phpstan-0.12.30
...
Bump phpstan/phpstan from 0.12.29 to 0.12.30
2020-06-22 05:29:23 +02:00
e58c86862f
Bump phpstan/phpstan from 0.12.29 to 0.12.30
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.29 to 0.12.30.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.29...0.12.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-22 02:30:24 +00:00
1a42fc150c
Merge pull request #4448 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-06-18 07:11:55 +02:00
f4c1d70ead
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (6 of 6 strings)
2020-06-18 06:41:44 +02:00
70fb345837
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (483 of 483 strings)
2020-06-18 06:41:44 +02:00
95a4bdbb33
Merge pull request #4447 from wallabag/fix/readme-weblate
...
wallabag is now translated using Weblate
2020-06-17 09:17:50 +02:00
14eeee5b7e
wallabag is now translated using Weblate
2020-06-17 06:02:12 +02:00
b01bf767d8
Add a donation status badge on README ( #1 )
...
* Add a donation status badge on README
Adding a donation badge in the documentation
2020-06-16 19:13:58 +02:00
142d03354d
Merge pull request #4441 from wallabag/feature/drop-php-7.1
...
Jump to PHP 7.2+
2020-06-16 10:30:02 +02:00
3d570fb93b
Merge pull request #4444 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2020-06-16 10:05:09 +02:00
7c4fd31962
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2020-06-16 09:43:37 +02:00
d72d6e74fa
Merge pull request #4442 from wallabag/feature/weblate
...
Rebase translations from Weblate
2020-06-16 09:01:03 +02:00
07a45b8172
Fix ES translation
2020-06-15 17:48:21 +02:00
870b5f5cbb
Fix indentations & remove comments
...
Mostly because weblate doesn't handle them.
2020-06-15 16:14:25 +02:00
b8c7862c1b
Merge remote-tracking branch 'weblate/master' into weblate
2020-06-15 16:00:28 +02:00
732ec8a2eb
Fix deprecated method in tests
2020-06-15 14:21:35 +02:00
7332d1f4e5
Remove support for PHP < 7.2
...
Updating deps
- Removing electrolinux/php-html5lib (0.1.0)
- Updating doctrine/inflector (1.3.1 => 1.4.3)
- Updating doctrine/lexer (1.0.2 => 1.2.1)
- Installing symfony/polyfill-php80 (v1.17.0)
- Updating symfony/service-contracts (v1.1.8 => v2.1.2)
- Installing symfony/deprecation-contracts (v2.1.2)
- Updating symfony/mime (v4.4.8 => v5.1.1)
- Updating friendsofsymfony/rest-bundle (2.7.4 => 2.8.0)
- Updating doctrine/instantiator (1.3.0 => 1.3.1)
- Updating ocramius/proxy-manager (2.1.1 => 2.2.3)
- Updating php-http/discovery (1.7.4 => 1.8.0)
- Updating symfony/http-client-contracts (v1.1.8 => v2.1.2)
- Updating symfony/http-client (v4.4.8 => v5.1.1)
- Updating php-http/httplug-bundle (1.16.0 => 1.18.0)
- Updating symfony/phpunit-bridge (v4.3.11 => v5.1.1)
- Updating doctrine/data-fixtures (1.3.3 => 1.4.3)
- Updating composer/xdebug-handler (1.4.1 => 1.4.2)
- Updating masterminds/html5 (2.7.0 => 2.7.1)
- Updating j0k3r/php-readability (1.2.4 => 1.2.5)
- Updating phpoption/phpoption (1.7.3 => 1.7.4)
- Updating nikic/php-parser (v4.4.0 => v4.5.0)
- Installing thecodingmachine/safe (v1.1.1)
- Updating spomky-labs/otphp (v9.1.4 => v10.0.1)
- Updating pagerfanta/pagerfanta (v2.1.3 => v2.3.0)
Package white-october/pagerfanta-bundle is abandoned, you should avoid using it. Use babdev/pagerfanta-bundle instead.
- Removing white-october/pagerfanta-bundle (v1.3.2)
- Installing babdev/pagerfanta-bundle (v2.4.2)
Upgrading PHPStan to 0.12 and use extension installer
- Removing phpstan/phpdoc-parser (0.3.5)
- Removing nette/utils (v3.1.2)
- Removing nette/schema (v1.0.2)
- Removing nette/robot-loader (v3.2.3)
- Removing nette/php-generator (v3.4.0)
- Removing nette/neon (v3.1.2)
- Removing nette/finder (v2.5.2)
- Removing nette/di (v3.0.4)
- Removing nette/bootstrap (v3.0.2)
- Updating phpstan/phpstan (0.11.19 => 0.12.29)
- Updating phpstan/phpstan-doctrine (0.11.6 => 0.12.16)
- Updating phpstan/phpstan-phpunit (0.11.2 => 0.12.11)
- Updating phpstan/phpstan-symfony (0.11.6 => 0.12.6)
- Installing phpstan/extension-installer (1.0.4)
Upgrading jms/serializer-bundle to version 3 (and willdurand/hateoas-bundle to version 2)
- Removing phpoption/phpoption (1.7.4)
- Removing phpcollection/phpcollection (0.5.0)
- Removing jms/parser-lib (1.0.0)
- Updating jms/metadata (1.7.0 => 2.3.0)
- Updating jms/serializer (1.14.1 => 3.7.0)
- Updating jms/serializer-bundle (2.4.4 => 3.6.0)
- Updating willdurand/hateoas (2.12.0 => 3.6.0)
- Updating willdurand/hateoas-bundle (1.4.0 => 2.1.0)
Upgrading dama/doctrine-test-bundle to version 6
- Updating dama/doctrine-test-bundle (v5.0.3 => v6.2.0)
2020-06-15 08:25:59 +02:00
d388debcab
Merge pull request #4439 from wallabag/dependabot/composer/symfony/symfony-3.4.42
...
Bump symfony/symfony from 3.4.41 to 3.4.42
2020-06-15 07:04:24 +02:00
a3da7e0686
Bump symfony/symfony from 3.4.41 to 3.4.42
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.41 to 3.4.42.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.42/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.41...v3.4.42 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-15 02:23:05 +00:00
23721744fd
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2020-06-14 13:41:42 +02:00
a29a15c98d
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.18.0
...
Bump scheb/two-factor-bundle from 4.16.0 to 4.18.0
2020-06-13 10:10:48 +02:00
bd79c8244e
Bump scheb/two-factor-bundle from 4.16.0 to 4.18.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.16.0 to 4.18.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.16.0...v4.18.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-13 05:43:07 +00:00
6c56444c4e
Merge pull request #4421 from wallabag/fix/security-two-factor
...
Upgrade scheb/two-factor-bundle to fix vulnerability
2020-06-13 07:38:37 +02:00
a0c838507d
Merge pull request #4433 from wallabag/dependabot/npm_and_yarn/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-08 05:05:18 +02:00
ba6d991f6e
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-06-06 13:56:31 +00:00
79f1a8a0cc
Merge pull request #4428 from wallabag/dependabot/composer/j0k3r/graby-2.2.1
...
Bump j0k3r/graby from 2.2.0 to 2.2.1
2020-06-04 04:52:37 +02:00
c99caa0968
Bump j0k3r/graby from 2.2.0 to 2.2.1
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.2.0...2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-04 02:16:58 +00:00
2a253d24ca
Upgrade scheb/two-factor-bundle to fix vulnerability
...
The bundle was locked to a version which contains a security bug.
Jumping to the most recent fix the issue.
But we'll have the `ListenerInterface` issue, again.
So, downgrading sentry-symfony instead.
See 0cf743f6fb
2020-06-02 07:53:26 +02:00
3095c0d51f
Merge pull request #4425 from wallabag/dependabot/composer/symfony/symfony-3.4.41
...
Bump symfony/symfony from 3.4.40 to 3.4.41
2020-06-02 07:45:49 +02:00
e2a6487b4f
Merge pull request #4423 from wallabag/dependabot/composer/symfony/maker-bundle-1.19.0
...
Bump symfony/maker-bundle from 1.18.0 to 1.19.0
2020-06-02 05:48:01 +02:00
aaedb0ad3c
Bump symfony/symfony from 3.4.40 to 3.4.41
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.40 to 3.4.41.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.41/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.40...v3.4.41 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-01 02:24:42 +00:00
b83855b00b
Bump symfony/maker-bundle from 1.18.0 to 1.19.0
...
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle ) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases )
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.18.0...v1.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-01 02:19:10 +00:00
b75b649eff
Merge pull request #4418 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.10
...
Bump doctrine/doctrine-bundle from 1.12.8 to 1.12.10
2020-05-26 06:05:09 +02:00
03ac06a84e
Bump doctrine/doctrine-bundle from 1.12.8 to 1.12.10
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.8 to 1.12.10.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.8...1.12.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-26 02:43:32 +00:00
d647e50597
Merge pull request #4416 from wallabag/update-deps
...
Update deps
2020-05-25 18:10:41 +02:00
0cf743f6fb
Lock scheb/two-factor-bundle to avoid issue with ListenerInterface / TwoFactorListener
...
- v4.6.0 introduce a fix for "deprecated listener for Symfony < 4.3"
- but sentry-symfony 3.3.0 introduce a bug in the workaround previous fix
- which was fixed in sentry-symfony 3.4.2
- we can't upgrade to that version because it requires sentry/sdk 2.1 which use `php-http/guzzle6-adapter` instead of curl
- as we are using guzzle5, we can't upgrade and fix the listerner issue
2020-05-25 07:14:00 +02:00
2a74acb77f
Update deps
...
- Clean Travis config file
- Only cache deps from composer (avoiding metadata to invalid Travis cache)
- Update config file to match future version from Travis
- Remove useless (not so working) `travis_fold`
- Remove `SensioGeneratorBundle` and use `MakerBundle`
```
Package sensio/generator-bundle is abandoned, you should avoid using it. Use symfony/maker-bundle instead.
```
- Sort packages in `composer.json`
- Use `laminas/*` package to remove deprecated `zendframework/*` ones:
```
Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead.
Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.
Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead.
```
2020-05-25 06:28:04 +02:00
372810b687
Merge pull request #4410 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.6.0
...
Bump friendsofsymfony/jsrouting-bundle from 2.5.4 to 2.6.0
2020-05-25 06:09:33 +02:00
9dfceff022
Fix test
2020-05-25 05:50:11 +02:00
1becec5625
Added translation using Weblate (Croatian)
2020-05-22 14:38:01 +02:00
d1be69a7fd
Added translation using Weblate (Croatian)
2020-05-22 14:37:48 +02:00
a2ee37c5c9
Added translation using Weblate (Croatian)
2020-05-22 14:37:48 +02:00
1c0c5ca54c
Added translation using Weblate (Croatian)
2020-05-22 14:37:47 +02:00
0db1322941
Bump friendsofsymfony/jsrouting-bundle from 2.5.4 to 2.6.0
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.5.4 to 2.6.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.5.4...2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-21 02:18:41 +00:00
bf7cf20b44
Merge pull request #4385 from Simounet/feat/side-nav-hidden-mobile-add-tag
...
Side nav hidden on mobile tag adding
2020-05-13 05:05:15 +02:00
29e16095f4
Merge pull request #4392 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.16.0
...
Bump scheb/two-factor-bundle from 4.15.0 to 4.16.0
2020-05-11 05:16:33 +02:00
27113f4562
Bump scheb/two-factor-bundle from 4.15.0 to 4.16.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.15.0...v4.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-11 02:23:56 +00:00
f1de79b0d8
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (7 of 7 strings)
2020-05-10 13:13:02 +02:00
1059eb9d58
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (40 of 40 strings)
2020-05-10 13:13:01 +02:00
dc8f1f95d9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (6 of 6 strings)
2020-05-10 13:13:01 +02:00
ba06d3c900
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (483 of 483 strings)
2020-05-10 13:13:01 +02:00
a5ac604683
Side nav hidden on mobile tag adding
2020-05-06 22:27:11 +02:00
557e810c1f
Merge pull request #4363 from wallabag/piwik-to-matomo
...
Upgrade Piwik Twig Extension to Matomo
2020-04-30 09:14:52 +02:00
23ea2c8f74
Merge pull request #4370 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.15.0
...
Bump scheb/two-factor-bundle from 4.14.0 to 4.15.0
2020-04-30 06:28:38 +02:00
b3223101d0
Bump scheb/two-factor-bundle from 4.14.0 to 4.15.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.14.0...v4.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-30 02:19:01 +00:00
bcf542f48e
Bump jquery from 2.2.4 to 3.5.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 2.2.4 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-04-30 01:56:15 +00:00
9717d01298
Upgrade Piwik Twig Extension to Matomo
2020-04-29 14:19:31 +02:00
0914a6f2fd
Merge pull request #4366 from AKKED/patch-8
...
Update Japanese translation (messages.ja.yml)
2020-04-29 09:54:48 +02:00
438a05c3c8
Update Japanese translation (messages.ja.yml)
2020-04-29 15:53:37 +09:00
ba9e1c02ae
Merge pull request #4364 from wallabag/dependabot/composer/symfony/symfony-3.4.40
...
Bump symfony/symfony from 3.4.39 to 3.4.40
2020-04-29 04:43:16 +02:00
5e39e5b6a9
Bump symfony/symfony from 3.4.39 to 3.4.40
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.39 to 3.4.40.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.40/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.39...v3.4.40 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-29 02:19:13 +00:00
47e8a115ed
Translated using Weblate (Italian)
...
Currently translated at 75.0% (30 of 40 strings)
2020-04-28 11:11:16 +02:00
d50c93f055
Merge pull request #4358 from JeanGauthier/master
...
Update messages.oc.yml
2020-04-28 09:21:54 +02:00
976b4bbb11
Merge pull request #4360 from wallabag/config-mass-delete
...
Added confirmation before mass deleting articles
2020-04-27 17:57:25 +02:00
b33226c3a2
Update messages.oc.yml
2020-04-27 11:49:02 +02:00
e247450ade
Added confirmation before mass deleting articles
2020-04-27 11:42:41 +02:00
61007d58dd
Update messages.oc.yml
2020-04-27 11:17:57 +02:00
34fe51454a
Merge pull request #4309 from wallabag/fix/php-7.4
...
Replace wallabag's fork of tcpdf with the original one, PHP 7.4 support
2020-04-27 08:59:56 +02:00
b23d9403ec
Merge pull request #4343 from wallabag/enhance-material-nav
...
Enhanced navigation menu in material theme
2020-04-27 06:08:10 +02:00
a08b0bf828
Update messages.oc.yml
2020-04-26 22:56:18 +02:00
d9a68f6ced
Enhanced navigation menu in material theme
2020-04-26 21:08:22 +02:00
7f88c7423f
Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-26 18:29:34 +02:00
0e8a0f77d0
Merge pull request #4026 from wallabag/3760-ignorelist-db
...
Move Ignore Origin rules to database
2020-04-26 15:39:57 +02:00
d9154b2d1a
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2020-04-26 03:11:17 +02:00
8355db7940
Translated using Weblate (Italian)
...
Currently translated at 67.5% (27 of 40 strings)
2020-04-26 03:11:17 +02:00
33c3ff900f
Translated using Weblate (French)
...
Currently translated at 100.0% (40 of 40 strings)
2020-04-26 03:11:16 +02:00
c2df6c6dda
Translated using Weblate (Italian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-04-26 03:11:16 +02:00
a591343c05
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2020-04-26 03:11:16 +02:00
71f7e58fbd
tests: add a NetworkCalls group for tests making network calls
...
Excluding this group can decrease the run time of tests during
development.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
25c754f62f
views: Add doc and translations on ignore origin rules forms
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
7408a6cb68
Add controller, views and translations for ignore origin instance rules
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
b22eb27623
ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
2495b19761
Add default system-wide ignore origin rules with install support
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
f39c5a2a70
Add new Helper to process Ignore Origin rules and RulerZ operator
...
This commits adds a new helper like RuleBasedTagger for processing
ignore origin rules. It also adds a new custom RulerZ operator for the
'~' pattern matching rule.
Renames 'pattern' with '_all' in IgnoreOriginRule entity.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
24230a5130
Add new Ignore Origin rules tab, update ConfigController
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
c675bd11c6
Add IgnoreOriginRule-related entities, db migration, update config
...
Add IgnoreOriginUserRule for user-defined rules and
IgnoreOriginInstanceRule for system-wide rules. Add an interface for
these two new entities.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-25 15:59:23 +02:00
5687f81153
Translated using Weblate (Russian)
...
Currently translated at 91.0% (440 of 483 strings)
2020-04-24 22:11:16 +02:00
8a8a78a64c
Merge pull request #4326 from wallabag/mass-actions
...
Added mass actions for Material design in list view
2020-04-24 09:37:23 +02:00
467327771a
Added mass actions for Material design in list view
2020-04-24 09:12:57 +02:00
31e3a233a4
Merge pull request #4353 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.4
...
Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4
2020-04-24 05:43:54 +02:00
4e3d0afc73
Merge pull request #4354 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.8
...
Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8
2020-04-24 05:43:16 +02:00
1ae6f32b82
Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.7 to 1.12.8.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.7...1.12.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-24 02:27:52 +00:00
26e5b452a6
Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.3...2.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-24 02:20:59 +00:00
3252f20102
Merge pull request #4349 from wallabag/dependabot/composer/j0k3r/graby-2.2.0
...
Bump j0k3r/graby from 2.1.1 to 2.2.0
2020-04-23 06:41:30 +02:00
692501f23e
Bump j0k3r/graby from 2.1.1 to 2.2.0
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.1.1...2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-23 02:15:52 +00:00
6bd8f626e4
Merge pull request #4347 from wallabag/article-stats-grey
...
🎨 Changed visibility for article stats
2020-04-22 15:12:37 +02:00
01f8a776a4
Fixed unit tests
2020-04-22 14:58:37 +02:00
a6b5b8f7a9
Changed visibility for article stats
2020-04-22 14:58:24 +02:00
b367534991
Merge pull request #4346 from wallabag/add-color-coherence
...
🎨 Added more coherence with color links for material theme
2020-04-22 12:25:26 +02:00
558651783a
Added more coherence with color links for material theme
2020-04-21 17:30:39 +02:00
2ca2ed39fd
Merge pull request #4310 from wallabag/fix/4216
...
TagController: fix duplicated tags when renaming them
2020-04-20 18:02:31 +02:00
7443da479f
Merge pull request #4136 from wallabag/improve-tags-list
...
Improved tags list
2020-04-20 12:14:54 +02:00
5434577883
Improved tags list for material view
2020-04-20 11:39:35 +02:00
361aa02e2a
Merge pull request #4338 from wallabag/dependabot/composer/html2text/html2text-4.3.1
...
Bump html2text/html2text from 4.2.1 to 4.3.1
2020-04-20 05:20:49 +02:00
ca7e0756db
Bump html2text/html2text from 4.2.1 to 4.3.1
...
Bumps [html2text/html2text](https://github.com/mtibben/html2text ) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/mtibben/html2text/releases )
- [Commits](https://github.com/mtibben/html2text/compare/4.2.1...4.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-20 02:41:47 +00:00
48f9a9632d
TagController: support merging labels when renaming one with label of another
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-18 18:12:33 +02:00
a19caf8a37
TagController: prevent tag deletion when renaming a tag with the same label
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-18 18:09:07 +02:00
39133eb796
TagController: fix duplicated tags when renaming them
...
The fix relies on a workaround available on TagsAssigner, see the
AssignTagsToEntry() signature for detail.
I replaced the findOneByLabel in the corresponding test to assert that
there is no duplicate.
Fixes #4216
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-04-18 18:09:07 +02:00
f3565ea2bf
Merge pull request #4336 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.4
...
Bump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4
2020-04-16 05:05:19 +02:00
395e6bfcee
Bump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.5.3...2.5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-16 02:36:24 +00:00
7b948005be
Merge pull request #4335 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.3
...
Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3
2020-04-16 04:36:09 +02:00
facf7511ca
Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.2 to 2.16.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.2...v2.16.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-16 02:21:51 +00:00
35359a23c1
Merge pull request #4329 from wallabag/add-2fa-disable
...
Added a button to disable 2FA when enabled
2020-04-14 19:59:54 +02:00
e349c879fa
Changed color for disable button
2020-04-14 16:12:55 +02:00
2b21cc8869
Merge pull request #4325 from wallabag/fix-paywall-import-cron
...
Added authentication during import command for paywalled websites
2020-04-13 18:27:52 +02:00
4ff1efa418
Added a button to disable 2FA when enabled
2020-04-13 17:00:53 +02:00
b4ecbf2bb2
Merge pull request #4328 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.3.1
...
Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1
2020-04-13 05:36:53 +02:00
fc096bdc32
Merge pull request #4327 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.2
...
Bump friendsofphp/php-cs-fixer from 2.16.1 to 2.16.2
2020-04-13 05:36:22 +02:00
20a99c772a
Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.0...3.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 02:32:39 +00:00
78eae449aa
Bump friendsofphp/php-cs-fixer from 2.16.1 to 2.16.2
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.1...v2.16.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 02:18:53 +00:00
607e1a1a13
Added authentication during import command for paywalled websites
2020-04-12 15:35:00 +02:00
365b3dd21f
Merge pull request #4319 from wallabag/feature/token-lifetime-parameters
...
Add ability to define lifetime token for the API
2020-04-08 15:18:21 +02:00
d20a8c5fb4
Add ability to define lifetime token for the API
...
It'll allow admin of a wallabag instance to define its own lifetime for the refresh token and the access token.
The default value are the recommended one from the wallabag team.
2020-04-08 09:18:17 +02:00
023c8117ec
Merge pull request #4318 from wallabag/change-auth-graby
...
Changed authentication order in GrabySiteConfigBuilder
2020-04-07 17:23:20 +02:00
de9b5b5f4c
Changed authentication order in GrabySiteConfigBuilder
2020-04-07 17:12:19 +02:00
b283ee0d6d
Merge pull request #4315 from wallabag/add-published-date-epub
...
Added publication date on epub export
2020-04-06 19:58:33 +02:00
4d3478ec53
Merge pull request #4317 from wallabag/enhance-article-display
...
Enhanced article display
2020-04-06 18:00:36 +02:00
a0cb41c509
Merge pull request #4316 from wallabag/fix-remove-pictures-api
...
Fixed bug when we delete entry via API
2020-04-06 17:59:58 +02:00
1598d13248
Enhanced article display
...
Fixes #4153
2020-04-06 16:32:09 +02:00
0bddd34847
Added publication date on epub export
2020-04-06 16:14:36 +02:00
a07872238b
Fixed bug when we delete entry via API
...
Fixes #4291
2020-04-06 16:11:05 +02:00
fbfeb20062
Merge pull request #4308 from AKKED/patch-6
...
update Japanese translation
2020-04-03 23:39:26 +02:00
f547e4a7d4
update Japanese translation
...
- Some mistranslations have been corrected.
- Some expressions have been updated to make them easier to understand.
2020-04-04 04:31:05 +09:00
8b165a9a50
Merge pull request #4305 from wallabag/dependabot/composer/symfony/symfony-3.4.39
...
Bump symfony/symfony from 3.4.38 to 3.4.39
2020-03-31 16:11:28 +02:00
3cd659fc34
Fix tests
2020-03-31 15:56:48 +02:00
fdf90f8411
Bump symfony/symfony from 3.4.38 to 3.4.39
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.38 to 3.4.39.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.39/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.38...v3.4.39 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-31 02:28:49 +00:00
d31f70bfac
Merge pull request #4302 from wallabag/9f88d2f8
...
Replace grandt/phpepub with wallabag version
2020-03-30 10:14:19 +02:00
bbf909ae6e
Merge pull request #4304 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.3
...
Bump friendsofsymfony/rest-bundle from 2.7.2 to 2.7.3
2020-03-30 05:48:32 +02:00
ff6272204e
Bump friendsofsymfony/rest-bundle from 2.7.2 to 2.7.3
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.2...2.7.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-30 02:39:21 +00:00
9d196fcc15
composer: replace grandt/phpepub with wallabag version
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-03-29 16:27:31 +02:00
6277578d4f
Merge pull request #4303 from wallabag/fix/cleanup-cookie
...
Cleanup cookie jar
2020-03-29 15:30:13 +02:00
b12e23ad8a
Cleanup cookie jar
...
As of latest Guzzle release, it's fixed so we can removed that code.
2020-03-29 11:39:49 +02:00
c9b83a13c0
Merge pull request #4274 from AKKED/add_ja
...
add Japanese translation
2020-03-28 17:16:37 +01:00
11079d204d
Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-exists
...
Load custom.css only if exists
2020-03-28 16:49:29 +01:00
7d4176b27b
Add Japanese translation
2020-03-28 16:47:44 +01:00
d8a40d703e
Merge pull request #4281 from lizyn/zh_translation
...
Added language support for Simplified Chinese(简体中文)
2020-03-28 16:39:17 +01:00
26467fa6b4
Merge pull request #4299 from wallabag/fix/4133
...
Fix createdAt filter on material
2020-03-28 16:38:12 +01:00
dcfce54681
Merge pull request #4285 from wallabag/dependabot/composer/symfony/symfony-3.4.38
...
Bump symfony/symfony from 3.4.37 to 3.4.38
2020-03-27 15:55:49 +01:00
d15be99648
Merge pull request #4295 from wallabag/dependabot/composer/incenteev/composer-parameter-handler-2.1.4
...
Bump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4
2020-03-27 15:52:14 +01:00
8ee7b1603d
Fix createdAt date range filter
...
- hiddenName has been disabled in order to fix the missing date range
values when using the material theme
- data format has been changed to 'Y-m-d' in order to comply with the
browser date input default format
- tests: date() and strtotime have been replaced with DateTime-related
objects
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-03-22 17:01:39 +01:00
ef81e3c89b
tests: replace baggy theme used in EntryController tests
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-03-22 17:01:39 +01:00
7fc38f667b
misc: reindent EntryFilterType
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-03-21 00:43:01 +01:00
91c318e870
Bump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4
...
Bumps [incenteev/composer-parameter-handler](https://github.com/Incenteev/ParameterHandler ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/Incenteev/ParameterHandler/releases )
- [Changelog](https://github.com/Incenteev/ParameterHandler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Incenteev/ParameterHandler/compare/v2.1.3...v2.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-18 03:54:46 +00:00
f3b1ec121d
Merge pull request #4293 from wallabag/dependabot/composer/friendsofsymfony/oauth2-php-1.3.0
...
[Security] Bump friendsofsymfony/oauth2-php from 1.2.3 to 1.3.0
2020-03-15 16:51:37 +01:00
2226c81340
Merge pull request #4290 from wallabag/ab0c5ef1
...
Remove capistrano-related files
2020-03-15 13:55:14 +01:00
f38b8f0d86
Merge pull request #4278 from wallabag/fix/4240
...
Fix entries export from search view
2020-03-15 13:54:44 +01:00
f3db257902
[Security] Bump friendsofsymfony/oauth2-php from 1.2.3 to 1.3.0
...
Bumps [friendsofsymfony/oauth2-php](https://github.com/FriendsOfSymfony/oauth2-php ) from 1.2.3 to 1.3.0. **This update includes a security fix.**
- [Release notes](https://github.com/FriendsOfSymfony/oauth2-php/releases )
- [Changelog](https://github.com/FriendsOfSymfony/oauth2-php/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/FriendsOfSymfony/oauth2-php/compare/1.2.3...1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-15 11:27:16 +00:00
899ab0d04f
Remove capistrano-related files
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-03-08 17:00:51 +01:00
ba820b12b6
Merge pull request #4287 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.2
...
Bump friendsofsymfony/rest-bundle from 2.7.1 to 2.7.2
2020-03-06 16:52:04 +01:00
552957bbf1
Bump friendsofsymfony/rest-bundle from 2.7.1 to 2.7.2
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.1...2.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-05 03:49:44 +00:00
ec37106f32
Bump symfony/symfony from 3.4.37 to 3.4.38
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.37 to 3.4.38.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.38/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.37...v3.4.38 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 03:30:42 +00:00
a167f002bb
Merge pull request #4282 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.1
...
Bump friendsofsymfony/rest-bundle from 2.7.0 to 2.7.1
2020-02-29 12:20:33 +01:00
d3c8bf87c2
Bump friendsofsymfony/rest-bundle from 2.7.0 to 2.7.1
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/2.7.1/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.0...2.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-25 04:01:53 +00:00
9ce18f06c3
Added Simplified Chinese as a language option
2020-02-25 00:19:04 +08:00
4a654ae49a
Added translation in Simplified Chinese(简体中文)
2020-02-25 00:13:26 +08:00
b19df31d78
Merge pull request #1 from wallabag/master
...
Keep up with the master again
2020-02-24 10:04:13 +08:00
80609790ca
travis: remove double triggers for PR, remove nightly
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-02-23 00:43:26 +01:00
93c5b47e88
ExportController: fix entries export from search view
...
Fixes #4240
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-02-23 00:43:21 +01:00
04d918cae0
Merge pull request #4280 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.14.0
...
Bump scheb/two-factor-bundle from 4.13.0 to 4.14.0
2020-02-19 21:35:16 +01:00
de166a37d4
Bump scheb/two-factor-bundle from 4.13.0 to 4.14.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.13.0...v4.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 04:06:40 +00:00
33e3eeaec8
Load custom.css only if exists
2020-02-07 13:21:48 +01:00
3bf941c4a4
Merge pull request #4277 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.11
...
Bump symfony/phpunit-bridge from 4.3.10 to 4.3.11
2020-02-03 07:23:56 +01:00
c1a201a472
Merge pull request #4276 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.13.0
...
Bump scheb/two-factor-bundle from 4.12.0 to 4.13.0
2020-02-03 07:23:22 +01:00
e09f585232
Merge pull request #4275 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.0
...
Bump friendsofsymfony/rest-bundle from 2.6.0 to 2.7.0
2020-02-03 07:22:35 +01:00
2a59cfa331
Bump symfony/phpunit-bridge from 4.3.10 to 4.3.11
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.10 to 4.3.11.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.10...v4.3.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 04:16:45 +00:00
2ffaf28458
Bump scheb/two-factor-bundle from 4.12.0 to 4.13.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.12.0...v4.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 04:08:18 +00:00
0c801a4758
Bump friendsofsymfony/rest-bundle from 2.6.0 to 2.7.0
...
Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.6.0...2.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 03:57:51 +00:00
62107f50d3
Merge pull request #4264 from herrriehm/master
...
cosmetic changes
2020-01-28 10:07:22 +01:00
8afcb3a647
Merge pull request #4257 from Simounet/feat/lang-attribute
...
Use lang attribute
2020-01-28 10:06:30 +01:00
1de4a8f938
Update messages.es.yml
2020-01-27 20:05:49 +01:00
97c6561d5c
Merge pull request #4263 from wallabag/4251-firefox-print
...
Fix print of long pages
2020-01-27 08:50:57 +01:00
6fb7d4a7ae
fixed annoying typo
2020-01-26 09:48:17 +01:00
20349b02dd
Update wallabag.yml
...
reverted generic urls
2020-01-26 09:45:31 +01:00
1e921a657f
cosmetic changes:
...
- http to https
- replaced generic .com by specific TLD
- updated some dead urls
2020-01-25 16:16:43 +01:00
3dcb701975
baggy: remove logo from printed pages
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-01-25 15:42:43 +01:00
45582f2992
material: replace display: flex with block in print mode
...
This change is a workaround for a reported issue with printing flex
items on Firefox
See: https://bugzilla.mozilla.org/show_bug.cgi?id=939897
Fixes #4251
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2020-01-25 15:40:29 +01:00
52cd86f1c2
Merge pull request #4261 from wallabag/dependabot/composer/j0k3r/graby-2.1.1
...
Bump j0k3r/graby from 2.1.0 to 2.1.1
2020-01-24 07:26:32 +01:00
514c55a161
Bump j0k3r/graby from 2.1.0 to 2.1.1
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.1.0...2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-24 03:48:48 +00:00
416d44d0ae
Use lang attribute
2020-01-23 21:21:54 +01:00
fdb885ddbf
Merge pull request #4260 from wallabag/dependabot/composer/symfony/symfony-3.4.37
...
Bump symfony/symfony from 3.4.36 to 3.4.37
2020-01-23 07:09:29 +01:00
94e7ba3174
Bump symfony/symfony from 3.4.36 to 3.4.37
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.36 to 3.4.37.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.37/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.36...v3.4.37 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-23 04:33:53 +00:00
6f43803c58
Merge pull request #4258 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.10
...
Bump symfony/phpunit-bridge from 4.3.9 to 4.3.10
2020-01-22 06:02:53 +01:00
509097b841
Bump symfony/phpunit-bridge from 4.3.9 to 4.3.10
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.9 to 4.3.10.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.9...v4.3.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-22 04:21:14 +00:00
7937ed0c20
Merge pull request #4255 from Simounet/feat/actions-from-sticky-btn
...
Feat/actions from sticky btn
2020-01-21 15:32:41 +01:00
dc23bf9f29
Entry action buttons displayed on page end reached
2020-01-21 14:06:08 +01:00
cfd77d1c2a
Sticky nav on entry action button click
2020-01-21 12:00:21 +01:00
996b2ec170
Merge pull request #4254 from Simounet/feat/sidebar-sub-entries-no-hover
...
Sidebar sub entries not conditioned by hover anymore
2020-01-21 10:31:03 +01:00
a5afdc539f
Merge pull request #4256 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.7
...
Bump doctrine/doctrine-bundle from 1.12.6 to 1.12.7
2020-01-20 06:54:33 +01:00
0f4e90c1ac
Bump doctrine/doctrine-bundle from 1.12.6 to 1.12.7
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.6 to 1.12.7.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.6...1.12.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 04:02:00 +00:00
0a81f9b9d9
Sidebar sub entries not conditioned by hover anymore
2020-01-19 11:01:24 +01:00
913c3bc7aa
Merge pull request #4249 from wallabag/fix/env-not-well-defined
...
Ensure ENV is well defined when using make
2020-01-14 14:30:17 +01:00
29f5515959
Improve check by using list
...
See https://stackoverflow.com/a/27335439/569101
2020-01-13 15:58:59 +01:00
7dc4cbe70f
Merge pull request #4250 from wallabag/fix-twitter-sharing
...
Fixed URL to share entry via twitter
2020-01-13 15:38:03 +01:00
62682c073b
Fixed URL to share entry via twitter
2020-01-13 15:17:06 +01:00
49eb5405de
Ensure ENV is well defined when using make
...
This command should fail before calling other commands (which will fail to because the environment is wrong):
```
ENV=toto make install
```
2020-01-13 14:26:10 +01:00
68fd40e4fc
Merge pull request #4247 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.3
...
Bump friendsofsymfony/jsrouting-bundle from 2.5.1 to 2.5.3
2020-01-13 06:58:54 +01:00
15f8a1f09c
Merge pull request #4248 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.12.0
...
Bump scheb/two-factor-bundle from 4.11.1 to 4.12.0
2020-01-13 06:45:40 +01:00
36eab58bb3
Bump scheb/two-factor-bundle from 4.11.1 to 4.12.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.11.1 to 4.12.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.11.1...v4.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 03:58:51 +00:00
3d850ba9ac
Bump friendsofsymfony/jsrouting-bundle from 2.5.1 to 2.5.3
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.5.1...v2.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 03:50:53 +00:00
66d91fa116
Merge pull request #4245 from wallabag/dependabot/composer/m6web/redis-mock-5.0.0
...
Bump m6web/redis-mock from 4.7.0 to 5.0.0
2020-01-09 11:36:49 +01:00
501d5fd102
Bump m6web/redis-mock from 4.7.0 to 5.0.0
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.7.0...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-09 03:56:31 +00:00
27db0551c9
Merge pull request #4238 from prcmt/master
...
Change API URL used in dev docs to app.wallabag.it
2020-01-02 08:17:08 +01:00
3f3b5058aa
Change API URL used in dev docs to app.wallabag.it
...
Currently the documentation uses the defunct v2.wallabag.org URL which
can be confusing to someone configuring their first API client with
wallabag.it.
2019-12-31 21:31:59 +00:00
3a9576a889
Merge pull request #4237 from JENkt4k/master
...
Fix broken ENV file - removed "export"s
2019-12-31 09:32:09 +01:00
0ca270f385
Update env
2019-12-31 09:19:02 +01:00
5a071f29b7
Fix broken ENV file - removed "export"s
2019-12-30 14:29:20 -06:00
bdb66a226e
Merge pull request #4235 from wallabag/update-deps
...
Update deps
2019-12-28 15:28:35 +01:00
0f38757722
Update deps
...
- Updating fig/link-util (1.0.0 => 1.1.0)
- Updating j0k3r/graby-site-config (1.0.97 => 1.0.98)
- Updating monolog/monolog (1.25.2 => 1.25.3)
- Updating simplepie/simplepie (1.5.3 => 1.5.4)
- Updating symfony/mime (v4.4.1 => v4.4.2)
- Updating php-http/httplug (v2.0.0 => 2.1.0)
- Updating php-http/stopwatch-plugin (1.2.0 => 1.3.0)
- Updating nette/utils (v3.0.2 => v3.0.3)
- Updating nette/robot-loader (v3.2.0 => v3.2.1)
- Updating nette/neon (v3.0.0 => v3.1.0)
- Updating nette/di (v3.0.1 => v3.0.2)
- Updating egulias/email-validator (2.1.11 => 2.1.12)
- Updating php-http/discovery (1.7.0 => 1.7.2)
- Updating php-http/curl-client (2.0.0 => 2.1.0)
2019-12-27 17:45:16 +01:00
de686b43e5
Merge pull request #4230 from wallabag/dependabot/composer/sentry/sentry-symfony-3.2.1
...
Bump sentry/sentry-symfony from 3.2.0 to 3.2.1
2019-12-20 07:30:39 +01:00
139b9aeadc
Merge pull request #4233 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.6
...
Bump doctrine/doctrine-bundle from 1.12.5 to 1.12.6
2019-12-20 07:27:49 +01:00
2b90f21fe0
Merge pull request #4232 from wallabag/dependabot/composer/php-http/mock-client-1.3.1
...
Bump php-http/mock-client from 1.3.0 to 1.3.1
2019-12-20 07:27:06 +01:00
6e8f2ff97d
Merge pull request #4231 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.11.1
...
Bump scheb/two-factor-bundle from 4.11.0 to 4.11.1
2019-12-20 07:26:39 +01:00
afe5e7f4ba
Bump doctrine/doctrine-bundle from 1.12.5 to 1.12.6
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.5 to 1.12.6.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.5...1.12.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-20 04:22:48 +00:00
5619a0f7ac
Bump php-http/mock-client from 1.3.0 to 1.3.1
...
Bumps [php-http/mock-client](https://github.com/php-http/mock-client ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/php-http/mock-client/releases )
- [Changelog](https://github.com/php-http/mock-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/php-http/mock-client/compare/1.3.0...1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-20 04:11:15 +00:00
725a702eb0
Bump scheb/two-factor-bundle from 4.11.0 to 4.11.1
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.11.0...v4.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-20 04:08:45 +00:00
8a74cb8338
Bump sentry/sentry-symfony from 3.2.0 to 3.2.1
...
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases )
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/3.2.1/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-symfony/compare/3.2.0...3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-20 04:05:33 +00:00
2e267a88a5
Merge pull request #4229 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.5
...
Bump doctrine/doctrine-bundle from 1.12.2 to 1.12.5
2019-12-19 08:01:47 +01:00
34154ecf1d
Bump doctrine/doctrine-bundle from 1.12.2 to 1.12.5
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.2 to 1.12.5.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.2...1.12.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-19 04:13:45 +00:00
878a886365
Merge pull request #4227 from wallabag/update-deps
...
Update deps
2019-12-17 18:50:11 +01:00
6ba1d7345b
Update deps
...
- Updating doctrine/persistence (1.2.0 => 1.3.3)
- Updating j0k3r/graby-site-config (1.0.95 => 1.0.97)
- Updating phpoption/phpoption (1.5.2 => 1.7.2)
- Updating michelf/php-markdown (1.8.0 => 1.9.0)
- Updating symfony/polyfill-php72 (v1.12.0 => v1.13.1)
- Updating symfony/polyfill-intl-idn (v1.12.0 => v1.13.1)
- Updating symfony/mime (v4.4.0 => v4.4.1)
- Updating zendframework/zend-code (3.4.0 => 3.4.1)
- Updating symfony/polyfill-php73 (v1.12.0 => v1.13.1)
- Updating gedmo/doctrine-extensions (v2.4.37 => v2.4.38)
- Updating symfony/polyfill-iconv (v1.12.0 => v1.13.1)
- Updating ramsey/uuid (3.8.0 => 3.9.2)
- Installing symfony/service-contracts (v1.1.8)
- Updating symfony/http-client (v4.3.8 => v4.4.1)
- Updating sentry/sentry (2.2.4 => 2.2.5)
2019-12-17 12:47:29 +01:00
817b3a2157
Merge pull request #4223 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.11.0
...
Bump scheb/two-factor-bundle from 4.10.0 to 4.11.0
2019-12-15 19:21:46 -08:00
c8c656fa23
Bump scheb/two-factor-bundle from 4.10.0 to 4.11.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.10.0...v4.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-09 04:10:15 +00:00
d816ef0530
Merge pull request #4161 from aaa2000/bug-empty-quote
...
API return an error with empty quote
2019-12-04 16:09:49 -08:00
43141054d1
Merge pull request #4220 from wallabag/dependabot/composer/craue/config-bundle-2.4.0
...
Bump craue/config-bundle from 2.3.0 to 2.4.0
2019-12-04 11:58:44 -08:00
f28720f81a
Bump craue/config-bundle from 2.3.0 to 2.4.0
...
Bumps [craue/config-bundle](https://github.com/craue/CraueConfigBundle ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/craue/CraueConfigBundle/releases )
- [Changelog](https://github.com/craue/CraueConfigBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/craue/CraueConfigBundle/compare/2.3.0...2.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-04 03:56:35 +00:00
7b8f63f731
Merge pull request #4213 from wallabag/fix-elcurator
...
Fixed elCurator check for RabbitMQ / Redis
2019-12-03 15:33:34 +01:00
e32e6c27f1
Merge pull request #4218 from wallabag/dependabot/composer/white-october/pagerfanta-bundle-1.3.2
...
Bump white-october/pagerfanta-bundle from 1.3.1 to 1.3.2
2019-12-03 08:26:30 +01:00
6f6037d19e
Merge pull request #4219 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.1
...
Bump friendsofsymfony/jsrouting-bundle from 2.5.0 to 2.5.1
2019-12-03 08:26:07 +01:00
1f767ffe9b
Bump friendsofsymfony/jsrouting-bundle from 2.5.0 to 2.5.1
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.5.0...2.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-03 04:09:48 +00:00
28236284c3
Bump white-october/pagerfanta-bundle from 1.3.1 to 1.3.2
...
Bumps [white-october/pagerfanta-bundle](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/releases )
- [Commits](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/compare/v1.3.1...v1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-03 03:58:21 +00:00
304d0cb6bf
Merge pull request #4209 from wallabag/dependabot/composer/doctrine/doctrine-cache-bundle-1.4.0
...
Bump doctrine/doctrine-cache-bundle from 1.3.5 to 1.4.0
2019-12-02 17:43:09 +01:00
f2ee6af467
Merge pull request #4210 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.9
...
Bump symfony/phpunit-bridge from 4.3.8 to 4.3.9
2019-12-02 17:42:45 +01:00
adedf85602
Merge pull request #4211 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.0
...
Bump friendsofsymfony/jsrouting-bundle from 2.4.0 to 2.5.0
2019-12-02 17:42:25 +01:00
9773c082c4
Merge pull request #4212 from wallabag/dependabot/composer/symfony/symfony-3.4.36
...
Bump symfony/symfony from 3.4.35 to 3.4.36
2019-12-02 17:41:55 +01:00
f3d20097cd
Fixed elCurator check for RabbitMQ / Redis
2019-12-02 12:36:05 +01:00
d063ef651b
Bump symfony/symfony from 3.4.35 to 3.4.36
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.35 to 3.4.36.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.36/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.35...v3.4.36 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 04:17:20 +00:00
149b8c1b1d
Bump friendsofsymfony/jsrouting-bundle from 2.4.0 to 2.5.0
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.4.0...2.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 04:08:58 +00:00
83d2c0a25c
Bump symfony/phpunit-bridge from 4.3.8 to 4.3.9
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.8...v4.3.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 04:05:44 +00:00
7dddb5bc24
Bump doctrine/doctrine-cache-bundle from 1.3.5 to 1.4.0
...
Bumps [doctrine/doctrine-cache-bundle](https://github.com/doctrine/DoctrineCacheBundle ) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/doctrine/DoctrineCacheBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineCacheBundle/compare/1.3.5...1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 03:57:54 +00:00
b76bf31bca
Merge pull request #4207 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.2
...
Bump doctrine/doctrine-bundle from 1.12.0 to 1.12.2
2019-11-29 07:38:20 +01:00
c6663a8853
Bump doctrine/doctrine-bundle from 1.12.0 to 1.12.2
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.12.0 to 1.12.2.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.0...1.12.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-29 03:52:14 +00:00
6a0d49ab7a
Fix tests
2019-11-27 14:46:27 +01:00
86c1751186
Optionnal quote because the frontend does not use it
2019-11-27 14:38:35 +01:00
8197f08266
API return an error with empty quote
...
Fix #4137
2019-11-27 14:38:35 +01:00
a406434701
Merge pull request #4203 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.1
...
Bump friendsofphp/php-cs-fixer from 2.16.0 to 2.16.1
2019-11-26 06:55:23 +01:00
02cf65ee47
Bump friendsofphp/php-cs-fixer from 2.16.0 to 2.16.1
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.0...v2.16.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-26 04:18:05 +00:00
d10ad98962
Translated using Weblate (Portuguese)
...
Currently translated at 78.5% (379 of 483 strings)
2019-11-25 10:04:56 +01:00
4c43b82fed
Merge pull request #4202 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.10.0
...
Bump scheb/two-factor-bundle from 4.9.0 to 4.10.0
2019-11-25 07:56:10 +01:00
33aa6ef110
Bump scheb/two-factor-bundle from 4.9.0 to 4.10.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.9.0...v4.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-25 04:22:25 +00:00
77728731a4
Merge pull request #4200 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.0.0
...
Lock symfony/phpunit-bridge to 4.3.8
2019-11-22 23:01:04 +01:00
d3847ac125
Lock PHPUnit-Bridge
...
Version 4.4.0 & 5.0.0 will install PHPUnit 8.3.x by default which required PHP > 7.1.
We could lock the PHPUnit version using `SYMFONY_PHPUNIT_VERSION` env variable but we'll have an issue with PHP 5 then because there is no PHPUnit version compatible with both PHP 5 & PHP 7.
Also update deps:
- Updating ocramius/package-versions (1.4.0 => 1.4.2)
- Updating j0k3r/graby-site-config (1.0.94 => 1.0.95)
- Updating php-http/client-common (2.0.0 => 2.1.0)
- Updating symfony/mime (v4.3.8 => v4.4.0)
- Updating white-october/pagerfanta-bundle (v1.2.4 => v1.3.1)
- Installing phpseclib/phpseclib (2.0.23)
- Updating php-amqplib/php-amqplib (v2.10.1 => v2.11.0)
- Updating nette/php-generator (v3.2.3 => v3.3.1)
- Updating zendframework/zend-diactoros (2.2.0 => 2.2.1)
2019-11-22 22:38:42 +01:00
df5f0990ec
Merge pull request #4199 from wallabag/dependabot/composer/white-october/pagerfanta-bundle-1.3.1
...
Bump white-october/pagerfanta-bundle from 1.2.4 to 1.3.1
2019-11-22 09:57:29 +01:00
47b1f433dd
Bump symfony/phpunit-bridge from 4.3.8 to 5.0.0
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.8 to 5.0.0.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.8...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-22 04:15:10 +00:00
4421e2a402
Bump white-october/pagerfanta-bundle from 1.2.4 to 1.3.1
...
Bumps [white-october/pagerfanta-bundle](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle ) from 1.2.4 to 1.3.1.
- [Release notes](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/releases )
- [Commits](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/compare/v1.2.4...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-22 04:11:00 +00:00
a43ebdb6a3
Merge pull request #4198 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.9.0
...
Bump scheb/two-factor-bundle from 4.8.0 to 4.9.0
2019-11-21 06:56:52 +01:00
8d84ed16b7
Bump scheb/two-factor-bundle from 4.8.0 to 4.9.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.8.0...v4.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-21 04:06:32 +00:00
bda2e169aa
Merge pull request #4197 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.0
...
Bump doctrine/doctrine-bundle from 1.11.2 to 1.12.0
2019-11-20 06:20:34 +01:00
38adc00267
Bump doctrine/doctrine-bundle from 1.11.2 to 1.12.0
...
Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle ) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases )
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.11.2...1.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-20 04:09:50 +00:00
48b0163d24
Merge pull request #4151 from ldidry/fix-4060
...
✨ Allow custom styles system wide
2019-11-19 14:25:41 +01:00
8668796106
Merge pull request #4152 from ldidry/add-env-var-dev.sh
...
Add environment variables to control scripts/dev.sh behavior
2019-11-19 14:24:35 +01:00
a9753ef990
Merge pull request #4150 from ldidry/fix-3804
...
💄 Add untagged list link to filter menu
2019-11-19 14:23:49 +01:00
31579b75fc
Merge pull request #4195 from wallabag/dependabot/composer/doctrine/orm-2.6.6
...
Bump doctrine/orm from 2.6.4 to 2.6.6
2019-11-19 14:22:42 +01:00
bff82c3202
Fix tests (again..)
2019-11-19 13:28:32 +01:00
93a4cefdbc
Bump doctrine/orm from 2.6.4 to 2.6.6
...
Bumps [doctrine/orm](https://github.com/doctrine/orm ) from 2.6.4 to 2.6.6.
- [Release notes](https://github.com/doctrine/orm/releases )
- [Commits](https://github.com/doctrine/orm/compare/v2.6.4...v2.6.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-19 04:03:23 +00:00
069229e19c
Merge pull request #4175 from wallabag/import-elcurator
...
Added elCurator import
2019-11-15 16:38:30 +01:00
958e77e6a7
Added elCurator import
2019-11-15 16:08:36 +01:00
3c5aa05311
Merge pull request #4190 from wallabag/dependabot/composer/symfony/monolog-bundle-3.5.0
...
Bump symfony/monolog-bundle from 3.4.0 to 3.5.0
2019-11-14 16:47:00 +01:00
e5bc1e84d1
Merge pull request #4188 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.3.0
...
Bump doctrine/doctrine-fixtures-bundle from 3.2.2 to 3.3.0
2019-11-14 16:46:52 +01:00
1ddd66ae70
Bump doctrine/doctrine-fixtures-bundle from 3.2.2 to 3.3.0
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.2.2...3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-14 14:24:20 +00:00
9baf99adb4
Bump symfony/monolog-bundle from 3.4.0 to 3.5.0
...
Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/symfony/monolog-bundle/releases )
- [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/monolog-bundle/compare/v3.4.0...v3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-14 14:24:11 +00:00
98d8e0c1b9
Merge pull request #4183 from wallabag/update-deps
...
Update deps
2019-11-14 15:19:18 +01:00
4a31f3b6a2
Fix tests
2019-11-13 13:05:58 +01:00
092b042342
Security update
...
- Updating symfony/symfony (v3.4.34 => v3.4.35)
- Updating monolog/monolog (1.25.1 => 1.25.2)
- Updating j0k3r/graby (2.0.2 => 2.1.0)
- Updating symfony/http-client (v4.3.7 => v4.3.8)
- Updating symfony/mime (v4.3.7 => v4.3.8)
- Updating symfony/phpunit-bridge (v4.3.7 => v4.3.8)
- Updating zendframework/zend-diactoros (2.1.5 => 2.2.0)
2019-11-13 12:59:33 +01:00
7f2ae89d0d
Locked dbal to 2.9.2
...
Because the 2.9.3 seems to break test.
Like a conflict with `DoctrineTestBundle` I guess (which can't be updated because we are still allowing PHP 7.1 and is not).
The generated error usually appear when we update data using a service during test (like changing the craue config).
Here is the error:
```
Testing tests/Wallabag/CoreBundle/Controller/
PHP Fatal error: Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php:142
Stack trace:
#0 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/Doctrine/DBAL/StaticDriver.php(142): PDO->rollBack()
#1 /Users/jeremy/Sites/github/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/PHPUnitListener.php(39): DAMA\DoctrineTestBundle\Doctrine\DBAL\StaticDriver::rollBack()
#2 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(412): DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076)
#3 /Users/jeremy/Sites/github/wallabag/vendor/bin/.phpunit/phpunit-7.4/src/Framework/TestResult.php(893): PHPUnit\Framework\TestResult->endTest(Object(Tests\Wallabag\CoreBundle\Controller\ConfigControllerTest), 3.3917479515076 in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91
Fatal error: Uncaught PDOException: There is no active transaction in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91
InvalidArgumentException: The controller for URI "/config" is not callable. The "kernel" service is synthetic, it needs to be set at boot time before it can be used. in /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php on line 91
Call Stack:
3.4732 57305872 1. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:0
3.5000 58014320 2. Symfony\Component\Debug\ErrorHandler->handleException() /Users/jeremy/Sites/github/wallabag/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:613
```
2019-11-12 15:34:10 +01:00
075a3b3e0a
Fix tests
2019-11-12 14:33:45 +01:00
8d4ed0df06
Update deps
...
Also CS (because cs-fixer got an update)
Package operations: 0 installs, 26 updates, 0 removals
- Updating twig/twig (v2.12.1 => v2.12.2)
- Updating symfony/symfony (v3.4.33 => v3.4.34)
- Updating doctrine/event-manager (v1.0.0 => 1.1.0)
- Updating doctrine/collections (v1.6.2 => 1.6.3)
- Updating doctrine/cache (v1.8.1 => 1.9.0)
- Updating doctrine/persistence (1.1.1 => 1.2.0)
- Updating doctrine/inflector (v1.3.0 => 1.3.1)
- Updating symfony/mime (v4.3.5 => v4.3.7)
- Updating swiftmailer/swiftmailer (v6.2.1 => v6.2.3)
- Updating symfony/swiftmailer-bundle (v3.3.0 => v3.3.1)
- Updating doctrine/dbal (v2.9.2 => v2.9.3)
- Updating doctrine/instantiator (1.2.0 => 1.3.0)
- Updating j0k3r/graby-site-config (1.0.93 => 1.0.94)
- Updating phpoption/phpoption (1.5.0 => 1.5.2)
- Updating symfony/http-client-contracts (v1.1.7 => v1.1.8)
- Updating symfony/http-client (v4.3.5 => v4.3.7)
- Updating sensiolabs/security-checker (v6.0.2 => v6.0.3)
- Updating paragonie/constant_time_encoding (v2.2.3 => v2.3.0)
- Updating scheb/two-factor-bundle (v4.7.1 => v4.8.0)
- Updating symfony/phpunit-bridge (v4.3.6 => v4.3.7)
- Updating composer/xdebug-handler (1.3.3 => 1.4.0)
- Updating friendsofphp/php-cs-fixer (v2.15.3 => v2.16.0)
- Updating doctrine/data-fixtures (v1.3.2 => 1.3.3)
- Updating nette/schema (v1.0.0 => v1.0.1)
- Updating nikic/php-parser (v4.2.4 => v4.3.0)
- Updating sentry/sentry (2.2.2 => 2.2.4)
2019-11-12 14:18:58 +01:00
8d8d6818fb
Merge pull request #4163 from aaa2000/docker-increase-php-memory-limit
...
Increase php memory limit PHP Docker
2019-11-12 13:58:13 +01:00
638f799af3
Merge pull request #4162 from aaa2000/docker-add-extensions
...
Add package and PHP extension to PHP docker
2019-11-12 13:57:49 +01:00
76fe5dfb71
Merge pull request #4171 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.6
...
Bump symfony/phpunit-bridge from 4.3.5 to 4.3.6
2019-11-11 11:49:08 +01:00
240aff0df6
Merge pull request #4170 from wallabag/dependabot/composer/symfony/symfony-3.4.33
...
Bump symfony/symfony from 3.4.32 to 3.4.33
2019-11-11 11:48:47 +01:00
3b51b1e438
Merge pull request #4167 from wallabag/dependabot/composer/guzzlehttp/guzzle-5.3.4
...
Bump guzzlehttp/guzzle from 5.3.3 to 5.3.4
2019-11-11 11:48:25 +01:00
3ae2549537
Merge pull request #4174 from wallabag/dependabot/composer/m6web/redis-mock-4.7.0
...
Bump m6web/redis-mock from 4.6.1 to 4.7.0
2019-11-11 11:47:54 +01:00
34e5cf096d
Bump m6web/redis-mock from 4.6.1 to 4.7.0
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.6.1...v4.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-05 04:08:03 +00:00
a4141aa934
Bump symfony/phpunit-bridge from 4.3.5 to 4.3.6
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.5...v4.3.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-04 05:29:05 +00:00
ddd3700cb5
Bump symfony/symfony from 3.4.32 to 3.4.33
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.32 to 3.4.33.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.33/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.32...v3.4.33 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-11-04 05:21:32 +00:00
181dbaaadf
Bump guzzlehttp/guzzle from 5.3.3 to 5.3.4
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/5.3.4/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/5.3.3...5.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-31 11:55:16 +00:00
64885da458
Increase php memory limit PHP Docker
2019-10-27 19:25:47 +01:00
2068b4458d
Add package and PHP extension to PHP docker
2019-10-27 19:04:04 +01:00
3b79c1ac4e
Merge pull request #4160 from wallabag/dependabot/composer/phpstan/phpstan-0.11.19
...
Bump phpstan/phpstan from 0.11.18 to 0.11.19
2019-10-23 07:08:31 +02:00
3d8eaa3ade
Bump phpstan/phpstan from 0.11.18 to 0.11.19
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.18 to 0.11.19.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.18...0.11.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-23 02:42:25 +00:00
ba32a8a7c5
Merge pull request #4159 from wallabag/fix/tests-update-deps
...
Fix tests & update deps
2019-10-22 20:48:27 +02:00
987237d588
Fix tests & update deps
...
- Updating twig/twig (v2.12.0 => v2.12.1)
- Updating symfony/mime (v4.3.4 => v4.3.5)
- Updating friendsofsymfony/rest-bundle (2.5.0 => 2.6.0)
- Updating j0k3r/graby-site-config (1.0.91 => 1.0.93)
- Updating monolog/monolog (1.24.0 => 1.25.1)
- Updating simplepie/simplepie (1.5.2 => 1.5.3)
- Updating symfony/http-client-contracts (v1.1.6 => v1.1.7)
- Updating symfony/http-client (v4.3.4 => v4.3.5)
- Updating nette/utils (v3.0.1 => v3.0.2)
- Updating phpstan/phpstan (0.11.17 => 0.11.18)
- Updating zendframework/zend-code (3.3.2 => 3.4.0)
- Updating php-amqplib/php-amqplib (v2.10.0 => v2.10.1)
- Updating beberlei/assert (v3.2.3 => v3.2.6)
- Updating zendframework/zend-diactoros (2.1.3 => 2.1.5)
- Updating sentry/sentry (2.2.1 => 2.2.2)
2019-10-22 16:56:33 +02:00
d69cdfbd74
Merge pull request #4156 from wallabag/dependabot/composer/phpstan/phpstan-0.11.17
...
Bump phpstan/phpstan from 0.11.16 to 0.11.17
2019-10-21 11:32:23 +02:00
96d5bb1bf5
Merge pull request #4155 from wallabag/dependabot/composer/symfony/swiftmailer-bundle-3.3.0
...
Bump symfony/swiftmailer-bundle from 3.2.8 to 3.3.0
2019-10-21 11:18:02 +02:00
07c66a7435
Bump phpstan/phpstan from 0.11.16 to 0.11.17
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.16 to 0.11.17.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.16...0.11.17 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 02:27:02 +00:00
bc3ebfd1a8
Bump symfony/swiftmailer-bundle from 3.2.8 to 3.3.0
...
Bumps [symfony/swiftmailer-bundle](https://github.com/symfony/swiftmailer-bundle ) from 3.2.8 to 3.3.0.
- [Release notes](https://github.com/symfony/swiftmailer-bundle/releases )
- [Changelog](https://github.com/symfony/swiftmailer-bundle/blob/master/CHANGELOG )
- [Commits](https://github.com/symfony/swiftmailer-bundle/compare/v3.2.8...v3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-21 02:19:58 +00:00
73bf5b40bf
Translated using Weblate (French)
...
Currently translated at 100.0% (40 of 40 strings)
2019-10-13 17:52:41 +02:00
7a4c375ebf
✨ Allow custom styles system wide
...
Should fix #4060
2019-10-11 10:40:25 +02:00
ce4c2ead4b
Merge pull request #4149 from ldidry/fix-4130
...
🐛 — Fix duplicated icons on "Search engine" and "new link" forms
2019-10-11 09:08:58 +02:00
d8e961bdb5
💄 Add untagged list link to filter menu
...
Fix #3804
2019-10-10 10:37:29 +02:00
488e3d7a91
Add environment variables to control scripts/dev.sh behavior
2019-10-09 19:33:27 +02:00
652cb58d59
🐛 — Fix duplicated icons on "Search engine" and "new link" forms
2019-10-09 00:57:08 +02:00
afe486531d
Merge pull request #4141 from SofLesc/portuguese-translations
...
Updating portuguese translations
2019-10-08 11:19:00 +02:00
797fd5fa24
Merge pull request #4147 from wallabag/add-code-of-conduct-1
...
Create code of conduct
2019-10-08 10:56:12 +02:00
0d0d1dae5a
Create code of conduct
2019-10-08 09:50:06 +02:00
0e23ce4ac6
Merge pull request #4145 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.5
...
Bump symfony/phpunit-bridge from 4.3.4 to 4.3.5
2019-10-08 06:37:44 +02:00
195414ef0a
Bump symfony/phpunit-bridge from 4.3.4 to 4.3.5
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.4...v4.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-08 03:49:20 +00:00
5ab30ba997
Merge pull request #4146 from wallabag/dependabot/composer/symfony/symfony-3.4.32
...
Bump symfony/symfony from 3.4.31 to 3.4.32
2019-10-08 05:43:37 +02:00
41fd648711
Bump symfony/symfony from 3.4.31 to 3.4.32
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.31 to 3.4.32.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.32/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.31...v3.4.32 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-08 02:32:27 +00:00
7ed081fbce
Updating portuguese translations
2019-10-07 18:46:07 +02:00
4f132ef6fd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (7 of 7 strings)
2019-10-07 15:56:31 +02:00
d5ea8f7578
Translated using Weblate (Polish)
...
Currently translated at 100.0% (40 of 40 strings)
2019-10-07 15:56:31 +02:00
b2613b28b1
Translated using Weblate (Polish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-10-07 15:56:30 +02:00
108d08f0b9
Translated using Weblate (Polish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-10-07 15:56:29 +02:00
1d7c4e75d3
Merge pull request #4139 from SofLesc/spanish-translations
...
Update spanish translations
2019-10-07 15:20:52 +02:00
0ff962829a
Update spanish translations
2019-10-07 13:33:20 +02:00
ad5213609f
Merge pull request #4143 from wallabag/dependabot/composer/sentry/sentry-symfony-3.2.0
...
Bump sentry/sentry-symfony from 3.1.0 to 3.2.0
2019-10-07 09:11:38 +02:00
eb0fa19089
Bump sentry/sentry-symfony from 3.1.0 to 3.2.0
...
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony ) from 3.1.0 to 3.2.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/3.1.0...3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-07 02:17:57 +00:00
f7c2944b87
Added translation using Weblate (Korean)
2019-10-05 15:23:54 +02:00
75d139025f
Added translation using Weblate (Korean)
2019-10-05 15:23:52 +02:00
89fb62d144
Added translation using Weblate (Korean)
2019-10-05 15:23:49 +02:00
9c40a75097
Added translation using Weblate (Korean)
2019-10-05 15:23:35 +02:00
43fab7363d
Merge pull request #4134 from wallabag/fix-2fa-translation
...
Fixed translation for 2FA
2019-09-30 13:38:16 +02:00
3824f0dc3c
Fixed translation for 2FA
2019-09-30 11:46:08 +02:00
510f8daa24
Added translation using Weblate (Dutch)
2019-09-28 00:21:18 +02:00
7a603c4b62
Added translation using Weblate (Dutch)
2019-09-28 00:21:17 +02:00
f63e1b350b
Added translation using Weblate (Dutch)
2019-09-28 00:21:14 +02:00
8c19b1a830
Added translation using Weblate (Dutch)
2019-09-28 00:21:01 +02:00
14b73c6a1e
Merge pull request #4128 from wallabag/add-mathjax
...
Added MathJax support
2019-09-27 17:08:20 +02:00
819269f0f2
Merge pull request #4129 from wallabag/fix-fr-translation
...
Fixed some 🇫🇷 typos
2019-09-27 16:46:03 +02:00
088804537e
Added prod js files
2019-09-27 16:27:47 +02:00
90d28270d5
Fixed some 🇫🇷 typos
2019-09-27 16:20:35 +02:00
2f5fa30aad
Added MathJax support
2019-09-27 16:01:55 +02:00
ed59ec63aa
Merge pull request #4124 from wallabag/dependabot/composer/doctrine/orm-2.6.4
...
Bump doctrine/orm from 2.6.3 to 2.6.4
2019-09-24 08:43:48 +02:00
2133ca3116
Bump doctrine/orm from 2.6.3 to 2.6.4
...
Bumps [doctrine/orm](https://github.com/doctrine/orm ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/doctrine/orm/releases )
- [Commits](https://github.com/doctrine/orm/compare/v2.6.3...v2.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-24 02:20:34 +00:00
492aacd194
Merge pull request #4123 from wallabag/fix-reading-speed-install
...
Fixed default value for reading speed
2019-09-19 14:51:30 +02:00
af7b22a3be
Fixed default value for reading speed
2019-09-19 14:23:06 +02:00
c7fce40b44
Bump phpstan/phpstan from 0.11.15 to 0.11.16 ( #4121 )
...
Bump phpstan/phpstan from 0.11.15 to 0.11.16
2019-09-18 07:44:25 +02:00
1a75823045
Bump phpstan/phpstan from 0.11.15 to 0.11.16
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.15 to 0.11.16.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.15...0.11.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-18 02:22:26 +00:00
ad8971856a
Merge pull request #4119 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.11.6
...
Bump phpstan/phpstan-doctrine from 0.11.5 to 0.11.6
2019-09-16 06:58:50 +02:00
cc7b2b912a
Bump phpstan/phpstan-doctrine from 0.11.5 to 0.11.6
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.11.5 to 0.11.6.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.11.5...0.11.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-16 02:30:17 +00:00
2e930cf58b
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-09-06 02:25:28 +02:00
63e4ce5ce3
Merge pull request #4111 from wallabag/update-deps
...
Update deps
2019-09-04 16:20:31 +02:00
3f6700fd6c
Merge pull request #4105 from shtrom/dev-build
...
Make dev depend on build
2019-09-04 09:19:20 +02:00
3f2e602f36
Update deps
2019-09-04 09:17:08 +02:00
33b75b3b51
Merge pull request #4109 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.7.1
...
Bump scheb/two-factor-bundle from 4.7.0 to 4.7.1
2019-09-03 06:20:56 +02:00
31363f3687
Bump scheb/two-factor-bundle from 4.7.0 to 4.7.1
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.7.0...v4.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-03 02:21:33 +00:00
bdf8630c8d
Merge pull request #4107 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.15.3
...
Bump friendsofphp/php-cs-fixer from 2.15.2 to 2.15.3
2019-09-02 08:10:17 +02:00
6642600115
Bump friendsofphp/php-cs-fixer from 2.15.2 to 2.15.3
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.15.2 to 2.15.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.15.2...v2.15.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-09-02 02:27:16 +00:00
b1574a3987
Make dev depend on build
...
Also, run `npm install` before building.
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-29 21:27:56 +10:00
e337267d76
Merge pull request #4104 from wallabag/dependabot/npm_and_yarn/mixin-deep-1.3.2
...
Bump mixin-deep from 1.3.1 to 1.3.2
2019-08-29 08:57:35 +02:00
77808a1874
Bump mixin-deep from 1.3.1 to 1.3.2
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-08-29 02:07:29 +00:00
f8ba698ceb
Translated using Weblate (French)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:22 +02:00
dbc5b43f3d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:21 +02:00
534215cfc4
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2019-08-28 22:24:20 +02:00
0c47752f29
Translated using Weblate (French)
...
Currently translated at 100.0% (6 of 6 strings)
2019-08-28 22:24:20 +02:00
3824bd423d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-08-28 22:24:19 +02:00
b89f735e8e
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:18 +02:00
c466c3b97c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:16 +02:00
54c9c3dd8f
Translated using Weblate (German)
...
Currently translated at 100.0% (483 of 483 strings)
2019-08-28 22:24:09 +02:00
ba863a801e
Merge pull request #4103 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.15.2
...
Bump friendsofphp/php-cs-fixer from 2.15.1 to 2.15.2
2019-08-28 10:23:23 +02:00
5e8d8ff594
Bump friendsofphp/php-cs-fixer from 2.15.1 to 2.15.2
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.15.1 to 2.15.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.15.1...v2.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-28 02:17:17 +00:00
c9f93a66b0
Translated using Weblate (Polish)
...
Currently translated at 98.6% (476 of 483 strings)
2019-08-27 18:23:54 +02:00
ea1a9f6f4d
Merge pull request #4100 from wallabag/dependabot/npm_and_yarn/fstream-1.0.12
...
Bump fstream from 1.0.11 to 1.0.12
2019-08-27 09:37:24 +02:00
5c3f772c34
Bump fstream from 1.0.11 to 1.0.12
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-08-27 06:59:53 +00:00
7c12ee1d94
Merge pull request #4099 from wallabag/dependabot/composer/symfony/symfony-3.4.31
...
Bump symfony/symfony from 3.4.30 to 3.4.31
2019-08-27 08:59:07 +02:00
86e60812fb
Merge pull request #4098 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.4
...
Bump symfony/phpunit-bridge from 4.3.3 to 4.3.4
2019-08-27 08:46:33 +02:00
a123881a83
Bump symfony/symfony from 3.4.30 to 3.4.31
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.30 to 3.4.31.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.31/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.30...v3.4.31 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-27 02:27:17 +00:00
89b23fb8ed
Bump symfony/phpunit-bridge from 4.3.3 to 4.3.4
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.3...v4.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-27 02:24:22 +00:00
e7ceabf476
Merge pull request #4096 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.7.0
...
Bump scheb/two-factor-bundle from 4.6.0 to 4.7.0
2019-08-26 08:53:21 +02:00
dab8b3958b
Bump scheb/two-factor-bundle from 4.6.0 to 4.7.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.6.0...v4.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-26 02:18:12 +00:00
0c46b5469a
Merge pull request #4095 from wallabag/update-deps
...
Update deps
2019-08-24 13:36:26 +02:00
61e53dda3c
Update deps
...
Which aren't handled by dependabot.
2019-08-23 08:09:45 +02:00
02efa4d457
Merge pull request #4094 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.6.0
...
Bump scheb/two-factor-bundle from 4.5.0 to 4.6.0
2019-08-23 07:49:32 +02:00
997d10a06d
Bump scheb/two-factor-bundle from 4.5.0 to 4.6.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.5.0...v4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-23 02:17:32 +00:00
795de6daa7
Merge pull request #4093 from Simounet/feat/material-design-icons-iconfont-from-3.0.3-to-5.0.1
...
material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1
2019-08-22 07:43:05 +02:00
b2439a8e4e
material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1
2019-08-21 19:20:26 +02:00
8ecab22d32
Merge pull request #4092 from wallabag/dependabot/composer/m6web/redis-mock-4.6.1
...
Bump m6web/redis-mock from 4.6.0 to 4.6.1
2019-08-21 07:30:57 +02:00
984d63df8d
Bump m6web/redis-mock from 4.6.0 to 4.6.1
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.6.0...v4.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-21 02:24:46 +00:00
1b49417fc6
Merge pull request #4091 from wallabag/dependabot/composer/phpstan/phpstan-0.11.15
...
Bump phpstan/phpstan from 0.11.12 to 0.11.15
2019-08-19 11:42:24 +02:00
773cf64c20
Merge pull request #4087 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.4.0
...
Bump friendsofsymfony/jsrouting-bundle from 2.3.1 to 2.4.0
2019-08-19 11:24:47 +02:00
e9ccc686ac
Bump phpstan/phpstan from 0.11.12 to 0.11.15
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.12 to 0.11.15.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.12...0.11.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-19 02:23:17 +00:00
1ab49d1b54
Translated using Weblate (Hungarian)
...
Currently translated at 70.4% (340 of 483 strings)
2019-08-19 01:23:33 +02:00
3022a42738
Translated using Weblate (Hungarian)
...
Currently translated at 70.2% (339 of 483 strings)
2019-08-16 23:23:39 +02:00
56d3942385
Bump friendsofsymfony/jsrouting-bundle from 2.3.1 to 2.4.0
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.1...2.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-12 02:24:17 +00:00
5d08dd2799
Merge pull request #4084 from wallabag/feature/internal-setting
...
Rename internal settings table
2019-08-08 16:40:59 +02:00
1576905e03
Rename internal settings table
...
In fact it's not _just_ a rename.
We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL.
To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes.
The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it)
Also updating deps:
- Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-util (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0)
- Updating j0k3r/graby-site-config (1.0.88 => 1.0.89)
- Updating php-http/message (1.7.2 => 1.8.0)
- Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0)
- Updating symfony/http-client (v4.3.2 => v4.3.3)
- Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0)
- Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0)
- Updating symfony/mime (v4.3.2 => v4.3.3)
- Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0)
- Updating masterminds/html5 (2.6.0 => 2.7.0)
- Updating nette/di (v3.0.0 => v3.0.1)
- Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0)
- Updating wallabag/php-mobi (1.0.1 => 1.1.0)
2019-08-08 16:03:20 +02:00
97c678a0b2
Merge pull request #4081 from shtrom/fix-slow-queries
...
Fix slow/unindexed queries
2019-08-08 15:27:49 +02:00
00567d9ccd
CS
2019-08-08 11:45:39 +02:00
0810c75e0b
Add tag_label & config_feed_token index
2019-08-08 09:36:03 +02:00
1a6980dbd1
Merge pull request #4082 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.5.0
...
Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0
2019-08-08 07:50:18 +02:00
06825216bc
Merge pull request #4083 from wallabag/dependabot/composer/m6web/redis-mock-4.6.0
...
Bump m6web/redis-mock from 4.5.0 to 4.6.0
2019-08-08 07:48:52 +02:00
a634bcee1e
Bump m6web/redis-mock from 4.5.0 to 4.6.0
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.5.0...v4.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-08 02:26:25 +00:00
ccf0fa9d70
Bump scheb/two-factor-bundle from 4.4.0 to 4.5.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v4.4.0...v4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-08 02:23:48 +00:00
2b0f4e86b2
Add user_created index
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-07 22:02:37 +10:00
588de419e0
Add user_archived index
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-07 21:44:00 +10:00
b700b38e17
Fix PG migration
2019-08-07 11:46:58 +02:00
24acf2e0f3
Fix migrations
2019-08-07 11:25:55 +02:00
5071c8c9cf
Add index on starred entries
...
Fixes #4079
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-06 23:21:47 +10:00
d1dbe10e84
Update language in Entry model, and add index
...
Fixes #4080
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-08-06 23:21:18 +10:00
08a3ed1c68
Merge pull request #4077 from wallabag/dependabot/composer/m6web/redis-mock-4.5.0
...
Bump m6web/redis-mock from 4.4.1 to 4.5.0
2019-08-01 07:46:01 +02:00
12c03239b3
Bump m6web/redis-mock from 4.4.1 to 4.5.0
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.4.1...v4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-01 02:16:43 +00:00
7f0e0b3f38
Merge pull request #4072 from wallabag/fix/travis-php-7.4
...
Test on PHP 7.4 instead of PHP 8.0 on Travis
2019-07-29 09:20:16 +02:00
03c818bbfb
Merge pull request #4075 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.3
...
Bump symfony/phpunit-bridge from 4.3.2 to 4.3.3
2019-07-29 09:11:21 +02:00
8f015c2107
Bump symfony/phpunit-bridge from 4.3.2 to 4.3.3
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.2...v4.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-29 05:46:41 +00:00
8bbd0bf0a1
Merge pull request #4074 from wallabag/dependabot/composer/m6web/redis-mock-4.4.1
...
Bump m6web/redis-mock from 4.3.0 to 4.4.1
2019-07-29 07:41:25 +02:00
aea7d05770
Merge pull request #4076 from wallabag/dependabot/composer/symfony/symfony-3.4.30
...
Bump symfony/symfony from 3.4.29 to 3.4.30
2019-07-29 07:40:29 +02:00
38d2e25123
Bump symfony/symfony from 3.4.29 to 3.4.30
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.29 to 3.4.30.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.30/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.29...v3.4.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-29 02:26:53 +00:00
4c25546235
Bump m6web/redis-mock from 4.3.0 to 4.4.1
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v4.3.0...4.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-29 02:20:32 +00:00
883ccc235e
Re-add nightly
2019-07-26 16:37:12 +02:00
13fddc353e
Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0
...
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
2019-07-26 14:10:17 +02:00
affa6602f0
Test on PHP 7.4 instead of PHP 8.0 on Travis
...
PHP 7.4 will be available before the 8.0
2019-07-26 13:59:39 +02:00
1ebc8e1f02
Fix tests
2019-07-26 13:37:44 +02:00
02a7eb8435
Merge pull request #4071 from Quenty31/master
...
Update of Occitan language
2019-07-26 13:36:32 +02:00
62665a32bb
Upgrade to 4.0
2019-07-26 13:22:48 +02:00
b0ba7ff446
Update of Occitan language
2019-07-26 13:16:18 +02:00
b7cf2fa190
Merge pull request #4069 from wallabag/dependabot/composer/j0k3r/graby-2.0.2
...
Bump j0k3r/graby from 2.0.1 to 2.0.2
2019-07-26 07:57:14 +02:00
313d735078
Bump j0k3r/graby from 2.0.1 to 2.0.2
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.0.1...2.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-26 02:26:53 +00:00
28378675f1
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
...
Bumps [scheb/two-factor-bundle](https://github.com/scheb/two-factor-bundle ) from 3.21.0 to 4.4.0.
- [Release notes](https://github.com/scheb/two-factor-bundle/releases )
- [Upgrade guide](https://github.com/scheb/two-factor-bundle/blob/master/UPGRADE.md )
- [Commits](https://github.com/scheb/two-factor-bundle/compare/v3.21.0...v4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-26 02:18:22 +00:00
3a9aa28558
Merge pull request #4063 from wallabag/fix/cookiejar
...
Use a custom cookiejar to avoid error when the cookie is badly saved
2019-07-24 16:57:04 +02:00
51d7f62b31
Add logger to FileCookieJar
2019-07-24 16:07:38 +02:00
9a80dcf11e
Use a custom cookiejar to avoid error when the cookie is badly saved
...
It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents.
To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues.
Also updated deps
2019-07-24 10:42:20 +02:00
3a08e81969
Merge pull request #4058 from wallabag/feature/copy-client-info
...
Copy client info to clipboard
2019-07-17 17:04:14 +02:00
2d87d5cea4
Translated using Weblate (Hungarian)
...
Currently translated at 64.4% (311 of 483 strings)
2019-07-13 18:01:35 +02:00
4910361ac4
Merge pull request #4059 from wallabag/dependabot/npm_and_yarn/lodash.mergewith-4.6.2
...
Bump lodash.mergewith from 4.6.1 to 4.6.2
2019-07-11 11:14:35 +02:00
f5f759e389
Bump lodash.mergewith from 4.6.1 to 4.6.2
...
Bumps [lodash.mergewith](https://github.com/lodash/lodash ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-11 08:48:07 +00:00
879f8eaa18
Fixed typo in wallabag name
2019-07-10 09:59:07 +02:00
df45126a14
Update translations
...
Remove log
2019-07-09 15:54:59 +02:00
2f62f3abfe
Fix tests
2019-07-09 14:02:58 +02:00
66fa0c26ab
Copy client info to clipboard
...
From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
2019-07-09 13:46:02 +02:00
ff8fe22f2e
Merge pull request #4054 from wallabag/fix/phpunit-lock
...
Remove PHPUnit lock
2019-07-09 11:53:49 +02:00
4f46330087
Merge pull request #4053 from wallabag/feature/manual-input-reading-speed
...
Add ability to manually define the reading speed
2019-07-09 11:53:20 +02:00
41022cb289
Add ability to manually define the reading speed
...
Instead of using a select, let the user decide its own speed.
2019-07-08 20:18:59 +02:00
d0cf488dd4
Remove PHPUnit lock
...
It should now be PHPUnit 7.4.
Update PHPStan configuration accordingly.
Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors.
2019-07-08 14:12:53 +02:00
8effd6e99e
Merge pull request #4028 from wallabag/feature/import-export-tagging-rules
...
Add ability to import/export tagging rules
2019-07-08 12:48:25 +02:00
34be2d5de4
Add ability to import/export tagging rules
...
- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
2019-07-08 09:38:32 +02:00
92cd51aa2c
Merge pull request #4052 from wallabag/dependabot/composer/phpstan/phpstan-0.11.10
...
Bump phpstan/phpstan from 0.11.9 to 0.11.10
2019-07-08 07:59:02 +02:00
849959e380
Bump phpstan/phpstan from 0.11.9 to 0.11.10
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.9...0.11.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-08 02:16:55 +00:00
d0841c7a27
Merge pull request #4049 from wallabag/fix/tidy-docker
...
Add missing tidy extension on Docker
2019-07-07 23:03:44 +02:00
8b0aa0a39d
Merge pull request #4050 from wallabag/update-deps
...
Update deps
2019-07-07 00:43:36 +02:00
154d09745f
Update deps
...
They are not direct deps, which means dependabot can't submit them.
- Updating ralouphie/getallheaders (2.0.5 => 3.0.3)
- Updating guzzlehttp/psr7 (1.5.2 => 1.6.1)
- Updating symfony/http-client (v4.3.1 => v4.3.2)
- Updating symfony/mime (v4.3.1 => v4.3.2)
- Updating scheb/two-factor-bundle (v3.19.0 => v3.19.1)
- Updating egulias/email-validator (2.1.8 => 2.1.9)
- Updating nette/php-generator (v3.2.2 => v3.2.3)
2019-07-06 23:00:57 +02:00
0deec4082f
Add missing tidy extension on Docker
...
It's required in the 2.4 version
2019-07-06 22:03:40 +02:00
830cce45b3
Merge pull request #4045 from wallabag/dependabot/composer/phpstan/phpstan-0.11.9
...
Bump phpstan/phpstan from 0.11.8 to 0.11.9
2019-07-04 06:52:04 +02:00
eba75bf295
Merge pull request #4044 from wallabag/dependabot/composer/sensio/framework-extra-bundle-5.4.0
...
Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0
2019-07-04 06:51:37 +02:00
6f80db6970
Bump phpstan/phpstan from 0.11.8 to 0.11.9
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.11.8 to 0.11.9.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.11.8...0.11.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-04 02:20:25 +00:00
2c8dcab738
Bump sensio/framework-extra-bundle from 5.3.1 to 5.4.0
...
Bumps [sensio/framework-extra-bundle](https://github.com/sensiolabs/SensioFrameworkExtraBundle ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/sensiolabs/SensioFrameworkExtraBundle/releases )
- [Changelog](https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sensiolabs/SensioFrameworkExtraBundle/compare/v5.3.1...v5.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-04 02:16:23 +00:00
d269cf1257
Merge pull request #4040 from wallabag/dependabot/composer/sentry/sentry-symfony-3.1.0
...
Bump sentry/sentry-symfony from 3.0.0 to 3.1.0
2019-07-03 06:46:23 +02:00
4ef4b64cc2
Bump sentry/sentry-symfony from 3.0.0 to 3.1.0
...
Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony ) from 3.0.0 to 3.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/3.0.0...3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-07-03 02:16:39 +00:00
bbc67a5589
Merge pull request #4039 from wallabag/fix/missing-wallabag-prefix-migration
...
Fix hardcoded `wallabag_` prefix in migrations
2019-07-01 20:35:09 +02:00
b8fa1b13a6
Fix hardcoded wallabag_ prefix in migration
...
Again.
Looks like there are still some which were missing to be replaced.
2019-07-01 13:38:53 +02:00
fe7756c8ec
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-06-28 21:01:20 +02:00
5c29ae4cf6
Merge pull request #4033 from wallabag/dependabot/composer/j0k3r/graby-2.0.1
...
Bump j0k3r/graby from 2.0.0 to 2.0.1
2019-06-28 07:34:47 +02:00
b0817af024
Bump j0k3r/graby from 2.0.0 to 2.0.1
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.0.0...2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-28 02:21:00 +00:00
cfff90c5af
Merge pull request #4029 from wallabag/dependabot/composer/symfony/symfony-3.4.29
...
Bump symfony/symfony from 3.4.28 to 3.4.29
2019-06-27 08:59:31 +02:00
04bc1faa73
Merge pull request #4030 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.2
...
Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2
2019-06-27 08:58:37 +02:00
38f87f5d61
Bump symfony/phpunit-bridge from 4.3.1 to 4.3.2
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.1...v4.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-27 02:24:19 +00:00
dbe56d5c4f
Bump symfony/symfony from 3.4.28 to 3.4.29
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.28 to 3.4.29.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.29/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.28...v3.4.29 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-27 02:19:44 +00:00
e955a85f33
Translated using Weblate (English)
...
Currently translated at 99.8% (482 of 483 strings)
2019-06-24 22:01:20 +02:00
689b5fdf80
Merge pull request #4027 from wallabag/dependabot/composer/mnapoli/piwik-twig-extension-2.0.1
...
Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
2019-06-24 10:18:07 +02:00
c546548ec3
Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
...
Bumps [mnapoli/piwik-twig-extension](https://github.com/mnapoli/PiwikTwigExtension ) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/mnapoli/PiwikTwigExtension/releases )
- [Commits](https://github.com/mnapoli/PiwikTwigExtension/compare/1.0.0...2.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-24 05:35:27 +00:00
ac4fda6ae9
Merge pull request #4021 from wallabag/doc/improve-contributing
...
Improve CONTRIBUTING guide
2019-06-24 07:31:25 +02:00
bd6a7622d3
Merge pull request #4020 from wallabag/fix/sqlite-reading-time-null
...
Fix `reading_time` being NULL on SQLite
2019-06-24 07:31:13 +02:00
29fa957587
Merge pull request #4018 from wallabag/fix/wallabag_user-migration
...
Fix migration with prefix table name
2019-06-24 07:30:57 +02:00
cdf458722d
Merge pull request #4024 from wallabag/update-deps
...
Update deps
2019-06-24 07:30:35 +02:00
ac5844a68e
Typo
2019-06-21 12:54:52 +02:00
a2f4efe6d2
Use Twig 2.0
...
`mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
2019-06-21 12:46:53 +02:00
0a01a5f195
Update deps
2019-06-21 11:34:26 +02:00
c1a5dfe5e4
Use skipIf instead of abortIf
...
This is to avoid migration using an other SGBD to break.
2019-06-21 09:15:35 +02:00
8bfcb20f65
Merge pull request #4023 from wallabag/dependabot/composer/symfony/monolog-bundle-3.4.0
...
Bump symfony/monolog-bundle from 3.3.1 to 3.4.0
2019-06-21 07:04:45 +02:00
7319e7e0b3
Bump symfony/monolog-bundle from 3.3.1 to 3.4.0
...
Bumps [symfony/monolog-bundle](https://github.com/symfony/monolog-bundle ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/symfony/monolog-bundle/releases )
- [Changelog](https://github.com/symfony/monolog-bundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/monolog-bundle/compare/v3.3.1...v3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-21 02:21:27 +00:00
1f36a21887
Fix reading_time being NULL on SQLite
2019-06-20 09:50:07 +02:00
0896bb3067
Merge pull request #4019 from wallabag/dependabot/composer/sensio/distribution-bundle-5.0.25
...
Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
2019-06-20 09:49:29 +02:00
e06303d8ec
Bump sensio/distribution-bundle from 5.0.24 to 5.0.25
...
Bumps [sensio/distribution-bundle](https://github.com/sensiolabs/SensioDistributionBundle ) from 5.0.24 to 5.0.25.
- [Release notes](https://github.com/sensiolabs/SensioDistributionBundle/releases )
- [Commits](https://github.com/sensiolabs/SensioDistributionBundle/compare/v5.0.24...v5.0.25 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-20 04:52:35 +00:00
a59227db6b
Merge pull request #4022 from wallabag/dependabot/composer/liip/theme-bundle-1.7.0
...
Bump liip/theme-bundle from 1.6.1 to 1.7.0
2019-06-20 06:47:19 +02:00
a531536522
Bump liip/theme-bundle from 1.6.1 to 1.7.0
...
Bumps [liip/theme-bundle](https://github.com/liip/LiipThemeBundle ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/liip/LiipThemeBundle/releases )
- [Commits](https://github.com/liip/LiipThemeBundle/compare/1.6.1...1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-20 02:21:25 +00:00
f54401fa98
Added translation using Weblate (Persian)
2019-06-19 20:00:09 +02:00
2343526cbf
Added translation using Weblate (Italian)
2019-06-19 20:00:06 +02:00
14fc12b185
Added translation using Weblate (Romanian)
2019-06-19 20:00:04 +02:00
2a61e13fae
Improve CONTRIBUTING guide
...
Also:
- update the docker-compose to use Alpine image (lighter)
- update the PHP Dockerfile to use Imagick instead of GD (for GIF support when downloading images) and add support for SQLite
2019-06-19 14:54:38 +02:00
227e44d49c
Fix PG migration
2019-06-19 09:06:58 +02:00
4552f1c117
Update test url
...
The previous URL started to report title as `snippet intertitre` instead of the previous title which contains Google.
It looks like a bug on the website side. Instead of updating the test to match that new title, I prefer to use a more recent url instead.
2019-06-18 22:40:05 +02:00
22807de7c5
Fix migration with prefix table name
...
Looks like we missed one `wallabag_user` in migration.
It can work for most people but if someone use a different prefix, it'll break.
2019-06-18 22:10:46 +02:00
ed6601bb0f
Translated using Weblate (Persian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-06-18 21:03:59 +02:00
f583cf930a
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-06-18 21:03:59 +02:00
3ed30d3415
Merge pull request #4016 from wallabag/dependabot/composer/nelmio/cors-bundle-1.5.6
...
Bump nelmio/cors-bundle from 1.5.5 to 1.5.6
2019-06-18 10:17:51 +02:00
1d699489b5
Merge pull request #4017 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.3.1
...
Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1
2019-06-18 09:41:59 +02:00
9b36a93b52
Bump friendsofsymfony/jsrouting-bundle from 2.3.0 to 2.3.1
...
Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases )
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.3.0...2.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-18 02:25:21 +00:00
6657b11995
Bump nelmio/cors-bundle from 1.5.5 to 1.5.6
...
Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle ) from 1.5.5 to 1.5.6.
- [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/1.5.5...1.5.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-18 02:17:58 +00:00
f981d1d732
Merge pull request #4009 from wallabag/fix/check-git-directory
...
Check if .git directory exist before making the update
2019-06-17 08:19:16 +02:00
0a258f85be
Return a different code when git isn't installed
2019-06-14 11:28:23 +02:00
1bbdd35731
Merge pull request #4010 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.2
...
Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
2019-06-14 10:29:05 +02:00
7a82953b3e
Check if .git directory exist
...
If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.
2019-06-14 10:13:40 +02:00
be8e2916c5
Bump doctrine/doctrine-fixtures-bundle from 3.2.0 to 3.2.2
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.2.0...3.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-14 08:08:21 +00:00
50bcf225e9
Merge pull request #4008 from wallabag/travis-xenial
...
Fix Travis build on Xenial dist
2019-06-14 10:01:36 +02:00
1009b286c9
Merge pull request #3995 from wallabag/feature/config-display-login
...
Display login in config / user
2019-06-12 21:36:00 +02:00
865707f929
Fix Travis build on Xenial dist
2019-06-12 20:34:12 +02:00
eeae34375d
Typo
2019-06-12 17:44:28 +02:00
76cc8ca26f
Update FUNDING.yml
...
"Some users provided are not enrolled in GitHub Sponsors."
2019-06-12 17:43:15 +02:00
12d7edd0d5
Merge pull request #4006 from wallabag/add-sponsor-badge
...
Create FUNDING.yml
2019-06-12 17:42:22 +02:00
a73b74a0f2
Create FUNDING.yml
2019-06-12 10:48:46 +02:00
a97f2bb8ed
Merge pull request #4004 from wallabag/dependabot/composer/php-http/httplug-bundle-1.16.0
...
Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
2019-06-12 07:24:36 +02:00
de6171a531
Bump php-http/httplug-bundle from 1.15.2 to 1.16.0
...
Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle ) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/php-http/HttplugBundle/releases )
- [Changelog](https://github.com/php-http/HttplugBundle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/php-http/HttplugBundle/compare/1.15.2...1.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-12 02:18:54 +00:00
8d37ca56f6
Merge pull request #3999 from wallabag/dependabot/composer/symfony/phpunit-bridge-4.3.1
...
Bump symfony/phpunit-bridge from 4.3.0 to 4.3.1
2019-06-11 10:47:45 +02:00
90cf1e358f
Bump symfony/phpunit-bridge from 4.3.0 to 4.3.1
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v4.3.0...v4.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-11 07:20:04 +00:00
d4f465526e
Merge pull request #3998 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.2.0
...
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
2019-06-11 09:12:54 +02:00
cb4108b44e
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
...
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases )
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md )
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.1.0...3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-06-11 02:26:46 +00:00
871216861a
Update translations
2019-06-06 15:14:41 +02:00
9c7997db8e
Show untagged entries count on tag list ( #3993 )
...
Show untagged entries count on tag list
2019-06-06 14:09:23 +02:00
35c4c80148
Display login in config / user
...
Just so the user can see its login
2019-06-06 13:51:25 +02:00
35c7819cb6
Remove link when there are no untagged articles
2019-06-06 13:34:20 +02:00
c19845a7ae
Merge pull request #3959 from wallabag/mig-tag-collation
...
mysql: change collation of tag label
2019-06-06 12:03:37 +02:00
2b04b300f8
Merge pull request #3994 from wallabag/feature/revoke-feed-token
...
Add ability to revoke feed token
2019-06-05 18:32:21 +02:00
c4bf12aade
Add ability to revoke feed token
2019-06-05 17:55:13 +02:00
757ca53f63
Merge pull request #3992 from wallabag/feature/menu-quickstart
...
Add quickstart into the menu
2019-06-05 17:13:21 +02:00
0f2d24feb4
Fix typo & CS
2019-06-05 17:09:05 +02:00
ad51743e8b
Show untagged entries count on tag list
...
Closes #3235
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-06-05 17:03:51 +02:00
d010bdd44b
Add quickstart into the menu
...
Just in case people want to see that page again.
2019-06-05 15:51:22 +02:00
7e5b7e029a
Merge pull request #3990 from wallabag/feature/sentry
...
Add Sentry support
2019-06-05 14:41:42 +02:00
4fa63260e4
Merge pull request #3991 from wallabag/fix/secret
...
Try to force people to update the secret
2019-06-05 14:37:11 +02:00
c822b20835
Try to force people to update the secret
2019-06-05 14:14:17 +02:00
955a3bde17
Add Sentry support
...
Only enable in production
2019-06-05 13:15:15 +02:00
16e1c07553
Merge pull request #3271 from wallabag/store-resolved-url
...
Add `given_url` in Entry table to check if a redirected url has already added
2019-06-05 11:38:00 +02:00
d8809f70ea
Typos
2019-06-05 10:54:43 +02:00
70df4c3359
Use two indexes instead of one for hashed urls
...
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
2019-06-05 10:53:15 +02:00
8671da5ead
Merge pull request #3987 from wallabag/fix/drop-simplepie
...
Drop SimplePie
2019-05-29 21:00:36 +02:00
7abda3ba52
Drop SimplePie
...
It was only used to make an absolute url when downloading images.
The deps is still there (in the `composer.lock`) because Graby use it (not for absolute but for encoding).
2019-05-29 17:05:12 +02:00
f3bfb875e9
Use hash given url to avoid duplicate
...
Using hashed url we can ensure an index on them to ensure it's fast.
2019-05-29 15:56:20 +02:00
ecd54aa57e
Merge pull request #3986 from wallabag/fix/scrutinizer-issues
...
Fix some Scrutinizer issues
2019-05-29 14:40:01 +02:00
b7fa51ae7d
Added given_url in entry table
...
- Added index on entry table for given_url field
- Fix tests:
The previous `bit.ly` url redirected to doc.wallabag but that url doesn't exist in the fixtures.
I used our own internal "redirector" to create a redirect to an url which exist in the fixtures.
Also, updating current migration to use the new `WallabagMigration`.
2019-05-29 13:50:59 +02:00
52e8d93248
Fix some Scrutinizer issues
2019-05-29 12:50:44 +02:00
e9579d6de9
Merge pull request #3985 from wallabag/update-composer
...
Keep composer.lock
2019-05-29 12:49:32 +02:00
2770b6d77d
Typos
2019-05-29 12:02:24 +02:00
6546aca4a3
Keep composer.lock
...
We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
2019-05-29 11:41:07 +02:00
73ec68b1ff
Merge pull request #3984 from wallabag/2.4
...
Merge 2.4 into master
2019-05-29 11:14:00 +02:00
2cbee36a01
Merge pull request #3944 from shtrom/always-hash-exists-url
...
Always hash exists url
2019-05-28 14:18:33 +02:00
48d136d3a0
Merge pull request #3390 from aaa2000/httplug
...
Use httplug and graby 2.0
2019-05-28 14:00:22 +02:00
6e68417f03
Fix tests after rebase
2019-05-28 12:02:17 +02:00
36b0d52ee4
CS & fix tests
2019-05-28 11:44:21 +02:00
b6c1e1bacc
Fix some tests
2019-05-28 11:44:20 +02:00
a91a3150fb
CS
2019-05-28 11:42:27 +02:00
448d99f84e
CS
2019-05-28 11:42:27 +02:00
1048c9c4a8
Configure timeout
2019-05-28 11:42:27 +02:00
5f08426201
Fix because of some breaking changes of Graby 2.0
2019-05-28 11:42:27 +02:00
bf9ace0643
Use httplug
2019-05-28 11:40:41 +02:00
92a6683562
Merge remote-tracking branch 'origin/master' into 2.4
2019-05-27 10:46:01 +02:00
2ba365c7c4
Merge pull request #3982 from wallabag/fix/https-test
...
Fix http/https test
2019-05-27 10:22:03 +02:00
d6cc0b249e
Fix test
2019-05-27 09:38:07 +02:00
5c0701ba41
Merge pull request #3965 from nicofrand/previewPic
...
Preview picture: use the 1st pic retrieved if no og:image set
2019-05-26 17:47:44 +02:00
cc9731bf2b
Merge pull request #3980 from wallabag/fix/instapaper-date-import
...
Fix Instapaper import date order
2019-05-24 16:03:05 +02:00
629a3797bc
Remove useless methods
...
Also fix a phpdoc block
2019-05-24 15:46:28 +02:00
0132ccd2a2
Change the way to define algorithm for hashing url
2019-05-24 15:17:46 +02:00
4a5516376b
Add Wallabag\CoreBundle\Helper\UrlHasher
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-05-24 15:17:46 +02:00
d5744bf0df
Delegate findByUrlAndUserId to findByHashedUrlAndUserId
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-05-24 15:17:46 +02:00
31e276fc16
EntryRestController::getEntriesExistsAction: always find by hashed url
...
Simplify the logic from #3158 by hashing all the urls from the request,
and only doing a search by hash. This allows to get performance benefits
from the new indexed hash column even when using older clients that do
not hash the URL in the request.
Fixes : #3158 , #3919
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2019-05-24 15:17:45 +02:00
9ca670c801
Fix Instapaper import date
2019-05-24 14:37:54 +02:00
65b495e75b
Merge pull request #3977 from wallabag/fix/7.2-dockerfile
...
Force PHP version in Dockerfile
2019-05-23 11:57:07 +02:00
c1a1c46e9d
Force PHP version in Dockerfile
2019-05-23 08:51:54 +02:00
d99e6423f4
[tests] Fix pre-existing tests (preview now imported + records added)
2019-05-21 20:38:22 +02:00
715fabf8f2
[tests] Set first picture as preview picture
2019-05-21 20:38:22 +02:00
423efadefc
Set first picture as preview picture
2019-05-21 20:38:22 +02:00
a2b5d67560
Merge pull request #3960 from wallabag/api-entries-2817
...
api/entries: add parameter detail to exclude or include content in response
2019-05-21 11:18:19 +02:00
feb239ea10
mysql: change collation of tag table
...
utf8mb4_unicode_ci considers that 'caché' is equal to 'cache' which
can lead to attaching incorrect tags to entries. This issue is due to
some unicode normalization done by MySQL.
utf8mb4_bin makes no unicode normalization, letting wallabag to consider
'cache' and 'caché' as two different tags.
We change the collation of the whole table as Doctrine does not support
setting a collation on a column for a specific platform (it tries to
apply utf8mb4_bin even for pgsql and sqlite).
Fixes #3302
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-05-19 23:37:49 +02:00
2c290747cb
api/entries: add parameter detail to exclude or include content in response
...
detail=metadata will nullify the content field of entries in order to
make smaller responses.
detail=full keeps the former behavior, it sends the content of entries.
It's the default, for backward compatibility.
Fixes #2817
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-05-18 18:11:08 +02:00
b8b37ccdea
CS
2019-05-15 14:58:40 +02:00
9f0957b831
Merge remote-tracking branch 'origin/master' into 2.4
2019-05-15 14:38:07 +02:00
9da1efd343
Translated using Weblate (Hungarian)
...
Currently translated at 63.8% (308 of 483 strings)
2019-05-15 02:49:40 +02:00
227a1a27f1
Merge pull request #3966 from wallabag/prepare-2.3.8
...
Prepare 2.3.8 release
2019-05-14 11:14:37 +02:00
cc181629a0
Prepare 2.3.8 release
2019-05-14 10:16:46 +02:00
eb06edba0c
Merge pull request #3964 from wallabag/fix/intl
...
Fix Intl Locale issue
2019-05-14 09:36:46 +02:00
b50ecd0c8a
Fix Intl Locale issue
...
Some issue appeared after the release of PHP 7.2.17 about Intl Memory
Leak / infinite loop.
To fix it we should upgrade to Symfony 3.4 (which is done in wallabag
2.4) but for the 2.3 branch, we'll use a temporary fix for the Locale
issue.
2019-05-13 14:04:33 +02:00
9e2194e9cb
Merge pull request #3956 from wallabag/fix/delete-cascade-oauth2
...
Cascade delete on oauth2 table when deleting a user
2019-05-13 06:41:16 +02:00
a73cb8a689
Merge pull request #3922 from burkemw3/patch-5
...
Remove preview picture from share view page for #1875
2019-05-13 06:40:16 +02:00
295b714426
Merge pull request #3943 from wallabag/img-referrer
...
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
2019-05-12 23:44:33 +02:00
19822ecb31
Remove preview picture from share view page for #1875
...
Essentially, same as commit 038fccd for single entry views. From that commit:
> Showing the preview picture usually leads to showing a duplicate
> image, and frequently leads to showing duplicate images directly
> adjacent to each other.
2019-05-12 12:32:22 -04:00
9ae5bd9e10
assets: regenerate material.css
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-05-10 23:08:23 +02:00
2dbb5b2307
Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default
...
Fixes #3889
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-05-10 23:07:26 +02:00
754bf12e67
Fix SQLite constraint
2019-05-10 21:15:46 +02:00
d2ef2d6df8
Fix SQLite migration
2019-05-10 20:36:45 +02:00
637f0df976
Cascade delete on oauth2 table when deleting a user
2019-05-10 20:36:45 +02:00
de1162b91a
Merge pull request #3955 from wallabag/fix/gif-animation-imagick
...
Use Imagick to keep GIF animation
2019-05-10 21:24:06 +03:00
844fd9fafc
Fallback to default solution if Imagick fails
2019-05-10 16:52:01 +02:00
77bd7f690d
CS
2019-05-10 15:49:39 +02:00
1ca9310f5e
Setup Imagick for Travis
...
To avoid error from phpstan about class not found
2019-05-10 15:47:47 +02:00
9306c2a368
Use Imagick to keep GIF animation
...
If Imagick is available, GIF will be saved using it to keep animation.
Otherwise the previous method will be used and the animation won't be kept.
2019-05-10 15:33:36 +02:00
570113208b
Merge pull request #3942 from wallabag/issue-3838
...
material: add metadata to list view
2019-05-09 15:45:07 +03:00
6e67f41152
Merge pull request #3223 from wallabag/rss2atom
...
Changed RSS to Atom feed and improve paging
2019-05-09 15:21:21 +03:00
97194171be
Translated using Weblate (German)
...
Currently translated at 100.0% (40 of 40 strings)
2019-05-09 00:49:22 +02:00
45bf1d6772
Translated using Weblate (German)
...
Currently translated at 100.0% (6 of 6 strings)
2019-05-09 00:49:21 +02:00
bc895d71a2
Translated using Weblate (German)
...
Currently translated at 100.0% (483 of 483 strings)
2019-05-09 00:49:20 +02:00
e5d069f0b9
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (6 of 6 strings)
2019-05-06 16:49:35 +02:00
a15a5e0a87
Translated using Weblate (Hungarian)
...
Currently translated at 60.5% (292 of 483 strings)
2019-05-02 13:49:27 +02:00
4b5b228650
material: add metadata to list view
...
Add reading time and creation date to rows of list view.
Refactor styles using a sass mixin.
Fixes #3838
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-05-01 15:47:48 +02:00
ea54c2adb1
Merge pull request #3937 from wallabag/fix/credential-subdomain
...
Add ability to match many domains for credentials
2019-04-27 10:58:26 +02:00
68a90821a3
Handle redirection from previous feeds
2019-04-26 13:40:58 +02:00
f277bc042c
Fix tests & cs & migration
2019-04-26 12:53:21 +02:00
531c8d0a5c
Changed RSS to Atom feed and improve paging
2019-04-25 13:46:31 +02:00
522e37ad27
Merge pull request #3158 from wallabag/hash-exist-url
...
Hash exist url
2019-04-25 13:28:09 +02:00
35359bd3c6
Adding more tests to cover different scenario
2019-04-24 15:28:15 +02:00
ff8f338dc2
FIx unrelated failing test
2019-04-23 22:48:04 +02:00
f45496336f
Add ability to match many domains for credentials
...
Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful).
If one of these match, we got it and use it.
2019-04-23 22:39:31 +02:00
a68fd9b61d
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (6 of 6 strings)
2019-04-07 10:05:02 +02:00
076f1e1fcd
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (7 of 7 strings)
2019-04-07 10:05:01 +02:00
83f3bcf841
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:13 +02:00
0eb987b583
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:09 +02:00
c144e05457
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:06 +02:00
016784f535
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:54:58 +02:00
76bc05ebc0
Fix ApiDoc about md5/sha1
2019-04-02 22:59:50 +02:00
5cc0646e66
Fix index on MySQL
2019-04-01 15:45:17 +02:00
c579ce2306
Some cleanup
...
Also, do not run the hashed_url migration into a Doctrine migration
2019-04-01 14:34:20 +02:00
8a64566298
Use a better index for hashed_url
...
It'll most often be used in addition to the `user_id`.
Also, automatically generate the hash when saving the url.
Switch from `md5` to `sha1`.
2019-04-01 13:51:57 +02:00
9c2b2aae70
Keep url in exists endpoint
...
- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
2019-04-01 13:24:40 +02:00
bfe02a0b48
Hash the urls to check if they exist
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-04-01 13:24:40 +02:00
3620dae1e6
Merge remote-tracking branch 'origin/master' into 2.4
2019-04-01 13:16:15 +02:00
db900a83ae
Translated using Weblate (Hungarian)
...
Currently translated at 58.2% (281 of 483 strings)
2019-03-31 18:09:28 +02:00
1616f53ea2
Translated using Weblate (Japanese)
...
Currently translated at 61.5% (297 of 483 strings)
2019-03-25 16:39:11 +01:00
61106f6d80
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (6 of 6 strings)
2019-03-24 01:39:31 +01:00
ab9a02754e
Translated using Weblate (Hungarian)
...
Currently translated at 57.6% (278 of 483 strings)
2019-03-24 01:39:30 +01:00
d00f5f22ca
Translated using Weblate (French)
...
Currently translated at 100.0% (483 of 483 strings)
2019-03-20 16:04:30 +01:00
7822a62e36
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (7 of 7 strings)
2019-03-20 00:46:42 +01:00
63c1e382ca
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (40 of 40 strings)
2019-03-20 00:38:42 +01:00
bfd69c74e5
Merge pull request #3909 from wallabag/fix/html-not-defined
...
Fix PHP warning
2019-03-18 09:26:33 +01:00
8ab5dcc467
Merge pull request #3908 from wallabag/epub-issue-3642
...
epub: fix exception when articles have the same title
2019-03-18 09:26:16 +01:00
893f107fa1
Merge pull request #3860 from baurmatt/fix/posix_compatibility
...
Make dev/install/update script posix compatible
2019-03-18 09:25:00 +01:00
8ca858ee73
Fix PHP warning
...
Looks like sometimes (usually from import) the `html` key isn’t available.
2019-03-18 06:23:41 +01:00
41d476d7e7
epub: fix exception when articles have the same title
...
This commit fixes an exception occuring when exporting as epub several
articles with the same title. The chapter filename is now derived from
title and url.
Fixes #3642
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-17 23:36:10 +01:00
77dc50a74f
Added translation using Weblate (Hungarian)
2019-03-16 19:58:49 +01:00
a69c7fc5f1
Added translation using Weblate (Hungarian)
2019-03-16 19:58:41 +01:00
2be507564f
Added translation using Weblate (Hungarian)
2019-03-16 19:58:38 +01:00
9a1c42e252
Added translation using Weblate (Hungarian)
2019-03-16 19:58:31 +01:00
7447754e44
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2019-03-15 18:04:16 +01:00
4b1c0226f1
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (483 of 483 strings)
2019-03-15 18:04:14 +01:00
fc380182d6
Translated using Weblate (Turkish)
...
Currently translated at 87.8% (424 of 483 strings)
2019-03-14 13:04:37 +01:00
7c553a6017
Properly source require.sh
...
Fixes #3571 .
2019-03-12 15:44:38 +01:00
44984d2aa7
Translated using Weblate (Turkish)
...
Currently translated at 81.6% (394 of 483 strings)
2019-03-09 16:04:33 +01:00
a48ff25d4c
Merge pull request #3901 from wallabag/fix-pr-3893
...
material: fix left padding on non-entry pages introduced by #3893
2019-03-09 12:19:31 +01:00
cf0010cf4a
material: fix left padding on non-entry pages introduced by #3893
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-09 00:27:50 +01:00
a27b2ecc57
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (6 of 6 strings)
2019-03-08 13:04:10 +01:00
acc81fa387
Translated using Weblate (Turkish)
...
Currently translated at 56.9% (275 of 483 strings)
2019-03-08 13:04:09 +01:00
13d2fe6d2e
Merge pull request #3897 from wallabag/2.3.8-dev
...
Jump to 2.3.8-dev
2019-03-04 15:23:06 +01:00
3d7a1f4caf
Jump to 2.3.8-dev
2019-03-04 13:49:23 +01:00
36fd8e5fde
Merge pull request #3895 from wallabag/prepare-2.3.7
...
Prepare 2.3.7 release
2019-03-04 12:06:22 +01:00
f2aa373054
Prepare 2.3.7 release
2019-03-04 09:32:26 +01:00
4ae4fa7b89
Merge pull request #3894 from wallabag/issue-3851
...
material: hide creation date from card actions on specific sizes
2019-03-03 20:22:30 +01:00
6640a922d1
material: update prod assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-03 19:24:34 +01:00
246cc9ac93
material: add media queries to hide creation date from card actions
...
Hide the creation date from card actions on specific sizes when there's
not enough space for all parts.
Fixes #3851
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-03 19:22:32 +01:00
f1f1efb5de
material: wrap card actions, remove class hiding of creation date
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-03 19:22:32 +01:00
806635f7d5
Merge pull request #3893 from wallabag/issue-3877
...
material: fix left padding of content on medium screens
2019-03-03 19:22:03 +01:00
05232afe32
material: fix left padding of content on medium screens
...
Fixes #3877
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-02 23:46:00 +01:00
fb7dedf36c
material: move a media query from cards to dedicated scss file
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-03-02 22:48:43 +01:00
b886ee923d
Merge pull request #3868 from Nadrieril/fix-3662
...
Add missing entries in craue_config_setting.
2019-03-02 17:20:18 +01:00
85403dae04
Disable down for that migration
2019-03-01 20:26:59 +01:00
fcd54e2447
Test each internal settings before creating them
2019-03-01 20:26:58 +01:00
c2efb5a306
Add missing entries in craue_config_setting.
...
Should fix https://github.com/wallabag/wallabag/issues/3662
2019-03-01 20:26:58 +01:00
1e9c710fdd
Merge pull request #3885 from mart-e/script-ignore-root
...
Allow optional --ignore-root-warning
2019-03-01 20:22:22 +01:00
fc4c1f50b4
Merge pull request #3857 from wallabag/php73
...
Replace continue; with break; to avoid PHP 7.3 warnings
2019-02-27 15:31:57 +01:00
8c0ba95307
Adding more tests
2019-02-27 15:01:03 +01:00
ea925bb112
CS
2019-02-27 14:33:26 +01:00
3784688a88
Replace continue; with break; to avoid PHP 7.3 warnings
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-02-27 14:29:14 +01:00
d5154ee2ae
Merge pull request #3886 from wallabag/issue-3602
...
epub export: fix missing cover image, only for exports of one article
2019-02-25 14:03:41 +01:00
4de99d1ab1
Merge pull request #3887 from wallabag/issue-3711
...
Add support of expect parameter to change return object when deleting entry
2019-02-25 10:56:07 +01:00
fdd3a2bb87
Translated using Weblate (Polish)
...
Currently translated at 98.8% (477 of 483 strings)
2019-02-25 02:19:16 +01:00
9b044c7702
Translated using Weblate (Occitan)
...
Currently translated at 98.8% (477 of 483 strings)
2019-02-25 02:19:15 +01:00
443a237f25
Translated using Weblate (Japanese)
...
Currently translated at 58.0% (280 of 483 strings)
2019-02-25 02:19:13 +01:00
5f9eb33f8f
Translated using Weblate (English)
...
Currently translated at 99.8% (482 of 483 strings)
2019-02-25 02:18:46 +01:00
9cd49b4340
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (40 of 40 strings)
2019-02-24 02:09:24 +01:00
3c8bd4cc33
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (7 of 7 strings)
2019-02-24 01:54:48 +01:00
55dd64dd47
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (6 of 6 strings)
2019-02-24 01:47:51 +01:00
53162bf4d8
Added translation using Weblate (Japanese)
2019-02-24 01:43:46 +01:00
bd0961d25f
Added translation using Weblate (Japanese)
2019-02-24 01:43:45 +01:00
4f83b83e4a
Added translation using Weblate (Japanese)
2019-02-24 01:43:44 +01:00
4362d5ea98
Added translation using Weblate (Japanese)
2019-02-24 01:43:33 +01:00
4e4bd772d0
Translated using Weblate (Persian)
...
Currently translated at 53.6% (259 of 483 strings)
2019-02-23 15:25:01 +01:00
12a97c3522
tests: fix broken session clients for rest entry deletion tests
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-02-20 15:57:56 +01:00
508302042f
EntryRestController: add support of expect parameter to delete action
...
The expect parameter enables an application to request the whole entry
or only the id when requesting its deletion.
`expects` defaults to `entry` to prevent any API breakage.
Fixes #3711
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-02-20 15:57:50 +01:00
9a7a0e1e6b
epub export: fix missing cover image, only for exports of one article
...
Fixes #3602
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-02-18 00:16:05 +01:00
4e0ed3368d
tests: create entry for testDeleteEntry, fix missing id
...
When using the entity manager to retrieve an already stored entry, the
id disapears from $entry after the first delete call. This leads to
testing a nonexistent endpoint (api/entries/.json) during the second
delete call.
This change now creates an entry specifically for the test.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-02-17 15:25:21 +01:00
c01bda038e
Allow optional --ignore-root-warning
...
Now both
./install prod --ignore-root-warning
./install --ignore-root-warning prod
will work
$1 was both used for the environment and the root flag
Fixes wallabag/wallabag#3884
2019-02-14 16:42:57 +05:30
b1992b340e
Merge pull request #3882 from wallabag/fix/cors
...
Fix CORS for API
2019-02-13 15:05:57 +01:00
44560c7767
CS
2019-02-13 14:06:57 +01:00
0182cdaec4
CS
2019-02-11 11:57:52 +01:00
a9f61d3dbb
CORS repare for api
2019-02-11 11:57:52 +01:00
a86c3f1759
Merge pull request #3879 from wallabag/fix/url-default-protocol
...
Force default_protocol to generate an url input
2019-02-08 15:39:51 +01:00
baa5ee2d42
Force default_protocol to generate an url input
2019-02-08 15:03:52 +01:00
18460b2d79
Merge remote-tracking branch 'origin/master' into 2.4
2019-02-07 18:01:15 +01:00
47e4784110
Merge pull request #3869 from itsthejb/fix-2factor-email-image
...
Fix broken 2 factor auth logo image
2019-02-01 12:58:31 +01:00
7e04bd4ca4
Fix broken 2 factor auth logo image
2019-01-31 22:14:53 +01:00
2e5b3fa361
Merge pull request #3798 from wallabag/update-two-factor-bundle
...
Enable OTP 2FA
2019-01-30 01:02:27 +01:00
b97123c39f
Merge branch 'origin/master' into Weblate.
2019-01-28 11:34:42 +01:00
755753e3ef
Merge pull request #3819 from stan3/pocket-import
...
Fix read & starred status in Pocket import
2019-01-28 11:34:37 +01:00
8d082488e9
Improve checks & add tests
2019-01-28 06:03:16 +01:00
a2e60dd393
status and favourite are actually strings in the import so use ==
2019-01-27 18:39:26 +01:00
78e24f8954
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 85.7% (6 of 7 strings)
2019-01-27 16:06:14 +01:00
1e4dd73b07
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (6 of 6 strings)
2019-01-24 12:06:33 +01:00
606ab37b6a
Translated using Weblate (English)
...
Currently translated at 100.0% (6 of 6 strings)
2019-01-24 12:06:32 +01:00
5bd456eda7
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 87.5% (35 of 40 strings)
2019-01-24 12:06:31 +01:00
4654a83b64
Hash backup codes in the database using password_hash
2019-01-23 14:43:39 +01:00
7485a272ff
Revert PG on Travis about drop/create the database
2019-01-23 13:47:51 +01:00
c416ed485f
CS
2019-01-23 13:28:24 +01:00
a0c5eb003f
Change the way to enable 2FA
...
And add a step to validate a generated code from the OTP app
2019-01-23 13:28:24 +01:00
4c0e747940
Remove secret from admin
2019-01-23 13:28:24 +01:00
e073090b8d
Update translation
2019-01-23 13:28:24 +01:00
6df8b9c6a9
Fix PG & Travis drop/create database
2019-01-23 13:28:24 +01:00
842af5c357
Add SQLite & PG migration
...
Also remove the forced `server_version` from dbal config to avoid an
hard overriding across all database.
2019-01-23 13:28:23 +01:00
dfd0a7bc5f
Add backup codes
2019-01-23 13:28:03 +01:00
6e4fc956ab
Better translations
...
Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text.
Translate how to use the code / qr code.
2019-01-23 13:28:02 +01:00
43ccf4b178
Cleanup
2019-01-23 13:28:02 +01:00
2dfbe9e5fa
Fix tests
2019-01-23 13:28:02 +01:00
edc79ad886
Fix test for custom version of the tidy extension
2019-01-23 13:28:02 +01:00
a6b242a1fd
Enable OTP 2FA
...
- Update SchebTwoFactorBundle to version 3
- Enable Google 2fa on the bundle
- Disallow ability to use both email and google as 2fa
- Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7)
- use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add`
- update admin to be able to create/reset the 2fa
2019-01-23 13:28:02 +01:00
acd4412080
Create a dedicated tab to reset data
2019-01-23 13:28:01 +01:00
7005e55f36
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 85.7% (6 of 7 strings)
2019-01-23 09:34:53 +01:00
4119dac5b2
Translated using Weblate (English)
...
Currently translated at 97.1% (34 of 35 strings)
2019-01-23 09:34:53 +01:00
bfa267fc12
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 14.7% (65 of 442 strings)
2019-01-23 09:34:52 +01:00
356f0f46a4
Added translation using Weblate (Norwegian Bokmål)
2019-01-23 09:34:29 +01:00
61b7af80f0
Added translation using Weblate (Norwegian Bokmål)
2019-01-23 09:34:19 +01:00
683511c32a
Added translation using Weblate (Norwegian Bokmål)
2019-01-23 09:33:37 +01:00
c6024246b7
Merge pull request #3627 from craig0990/feature/add-search-api-endpoint
...
Add a basic Search REST endpoint
2019-01-23 09:19:37 +01:00
a8f4f7665c
Merge pull request #3864 from wallabag/fix/database-init-version
...
Removed hardcoded database version
2019-01-23 09:04:54 +01:00
752e0491ce
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 88.6% (31 of 35 strings)
2019-01-23 08:55:48 +01:00
b18a16951d
Added translation using Weblate (Norwegian Bokmål)
2019-01-23 08:53:37 +01:00
e19fc02665
Avoid creating PG database on Travis
...
And Travis build on PHP 7.3 should not fail.
2019-01-22 21:43:15 +01:00
8010425444
Fix third argument to Route
2019-01-22 20:42:25 +01:00
019e1acc49
Factorize sendResponse between Api controllers
...
And run newer cs fixer
2019-01-22 20:42:25 +01:00
9133bd02d1
[ wallabag/wallabag#2611 ] Fix PHPCS lint errors
2019-01-22 20:42:25 +01:00
b32057980e
Fixes [ wallabag/wallabag#2611 ] Add a basic Search REST endpoint
...
- Adds a new `search` key to `src/Wallabag/ApiBundle/Resources/config/routing_rest.yml`
- Reuses the `getBuilderForSearchByUser` method from the EntryRepository
- Supports, `term`, `page`, and `perPage` query parameters
- Some very basic tests
2019-01-22 20:42:24 +01:00
6113dbbc20
Removed hardcoded database version
2019-01-22 20:38:28 +01:00
3527c30021
Merge pull request #3526 from wallabag/add-random-article
...
Add random feature
2019-01-22 18:30:02 +01:00
fe5850d6e2
Update icon to casino
2019-01-22 17:05:21 +01:00
091bafeb4c
Handle no random result found
2019-01-19 22:30:50 +01:00
2491c50b6b
Fix status from Instapaper
...
That status was used as `http_status` in ContentProxy->stockEntry
2019-01-19 22:24:52 +01:00
50f35f0db2
Move icon into the top menu bar
...
Change the way to select a random entry:
- select all ids from the given user (with filters)
- choose randomly one in php
- find that entry
2019-01-19 22:24:10 +01:00
9a57653aec
Redirect to the current view instead of homepage
2019-01-19 21:10:16 +01:00
90a0d086a8
Better icon
2019-01-19 21:10:16 +01:00
062fad434a
Better random function
2019-01-19 21:09:33 +01:00
0447a75b06
Use only one method to randomize
...
Instead of one per type, one for all is ok.
2019-01-19 21:09:33 +01:00
f85d220c19
Fix tests
2019-01-19 21:09:33 +01:00
09ef25c3c3
Added random feature
2019-01-19 21:09:32 +01:00
c73025ad8b
Merge pull request #3858 from wallabag/bump-ocramius
...
Bump ocramius/proxy-manager
2019-01-18 16:50:24 +01:00
963b873626
CS
2019-01-18 16:05:20 +01:00
6bfbf16eeb
Merge pull request #3859 from wallabag/phpstan
...
Enable PHPStan
2019-01-18 15:56:39 +01:00
1e0d8ad7b7
Enable PHPStan
...
- Fix error for level 0 & 1 (level 7 has 699 errors...)
- Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
2019-01-18 15:25:50 +01:00
b992522d85
Merge pull request #3861 from wallabag/fix/siteconfig-email
...
Add dedicated email for site config issue
2019-01-18 13:20:38 +01:00
293730656d
Add dedicated email for site config issue
...
Instead of sending an email to the devs, it now creates an issue on GitHub using a zap from zapier.
2019-01-18 11:15:23 +01:00
9666fb70fc
Bump ocramius/proxy-manager
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2019-01-17 12:47:24 +01:00
6b32cf0c73
Merge pull request #3853 from techexo/patch-2
...
Update composer.json to add php-tidy (ext-tidy)
2019-01-17 12:09:07 +01:00
1ec44a346b
Update composer.json to add php-tidy (ext-tidy)
...
Should fix https://github.com/wallabag/wallabag/issues/3844 for milestone https://github.com/wallabag/wallabag/milestone/63 .
2019-01-16 21:54:38 +01:00
8445ad4790
Merge pull request #3845 from wallabag/feature/api-info-endpoint
...
Add a new endpoint to retrieve information from the wallabag instance
2019-01-15 12:22:35 +01:00
3bd65991ad
Add a new endpoint to retrieve information from the wallabag instance
...
Useful for api client which required some information.
We might add more inside them in the future.
The endpoint /api/version should be avoided now as it contains not so much information rather the version.
2019-01-15 10:17:11 +01:00
3afc87426d
CS
2019-01-15 09:49:22 +01:00
5419a8368e
Merge remote-tracking branch 'origin/master' into 2.4
2019-01-15 09:41:18 +01:00
f6b9e883c0
Merge pull request #3841 from wallabag/fix/bad-order-api
...
Fix bad order parameter in the API
2019-01-14 22:24:40 +01:00
78e3fafa3f
Avoid error when a bad order parameter is given
...
Only allowed parameter are asc & desc
2019-01-14 17:01:21 +01:00
a5e9a98aa3
Come back to stable version
...
Previous one was used because some PHPUnit version where deleted and tests can't be run anymore.
2019-01-14 17:00:32 +01:00
f083836cc4
Merge pull request #3837 from wallabag/2.3.7-dev
...
Jump to 2.3.7-dev
2019-01-12 11:19:19 +01:00
314f647238
Jump to 2.3.7-dev
2019-01-11 22:17:48 +01:00
5c331bf0f9
Merge pull request #3799 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2018-12-02 19:30:13 +01:00
e014fa0395
Update messages.pl.yml
...
Add missing translation
2018-12-02 18:14:21 +01:00
39502b4748
Merge pull request #3758 from wallabag/dropping-php5
...
Dropping PHP < 7.1
2018-11-29 16:41:23 +01:00
877787e5fe
Fix utf8mb4 on vendor tables
...
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.
> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
Also move the `setKeepStaticConnections` in before and after class to
avoid:
> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist
See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
2018-11-28 22:04:55 +01:00
9a8a1bdfdb
Use our own fork for CraueConfigBundle
...
Mostly to fix utf8mb4 issue
2018-11-28 22:04:55 +01:00
f168642b50
Force PHPUnit
...
Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7
(required automatically by PHPUnit Bridge)
2018-11-28 22:04:55 +01:00
b13b2ef052
CS
2018-11-28 22:04:55 +01:00
8f2038e5b1
Fix tests
2018-11-28 22:04:55 +01:00
1b6b77f029
Remove custom Postgres class
...
Because PG > 10 is now supported by DBAL >= 2.6.0
2018-11-28 22:04:54 +01:00
db9b6d8d0d
Update fixtures
2018-11-28 22:04:54 +01:00
9394e8098a
Jump to unrelease predis
...
To fix deprecated message regarding `each()`
2018-11-28 22:04:54 +01:00
6fc95673df
Cleanup
2018-11-28 22:04:54 +01:00
0f159f8fc1
Fix RulerZBundle
...
People should really follow semver and provide UPGRADE file when they
provide a library ...
2018-11-25 10:08:45 +01:00
3c7900d0cd
Jump to PHP 7.1+
2018-11-25 10:08:45 +01:00
b878be4cc9
Merge remote-tracking branch 'origin/master' into 2.4
...
# Conflicts:
# web/wallassets/baggy.js
# web/wallassets/manifest.json
# web/wallassets/material.css
# web/wallassets/material.js
2018-11-25 09:58:18 +01:00
e673b54f70
Merge pull request #3574 from shulard/feature/rename-tags
...
Allow to rename tags from the web interface.
2018-10-15 08:32:59 +00:00
5bb01c0344
Merge pull request #3216 from wallabag/change-locale-register
...
Added possibility to change locale from login/register pages
2018-10-15 08:31:42 +00:00
4d4147b228
Ensure language is valid
...
- Do not override locale if user has choosen a locale from the login screen.
- Add some tests about locale url
2018-10-13 09:39:00 +02:00
be417ef236
Added possibility to change locale from login/register pages
2018-10-13 09:39:00 +02:00
43b6f3a8a8
Merge pull request #3596 from glego/add-secure-email
...
Add secure email
2018-10-11 09:34:52 +00:00
6a3187066f
Add secure email
2018-10-11 07:57:11 +02:00
102f57941e
Merge pull request #3731 from wallabag/symfony3.4
...
Jump to Symfony 3.4
2018-10-08 08:00:07 +00:00
115de64e5b
Jump to Symfony 3.4
...
Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
2018-10-04 14:11:57 +02:00
84d59603c5
Update assets
2018-09-25 10:21:21 +02:00
03b2058dbe
Add tests about the tag renaming process.
2018-09-25 10:18:36 +02:00
32968bd30e
Add specific styles for the card tag form element.
...
Also add a `.hidden` class in the baggy theme to have consistency with material.
2018-09-25 10:18:35 +02:00
559f708cae
Add translations about latest Tag changes.
...
Add new translations in each language file.
2018-09-25 10:18:08 +02:00
9b0aef9171
Update tag list template to allow renaming.
...
* Add a form on each tag to handle rename action.
* Add JavaScript to handle action on the corresponding page inside the global index.js file.
* Add support for the 2 active themes : material / baggy
The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.
2018-09-25 10:18:08 +02:00
b846c1e4d0
Add RenameForm as tag list view parameters.
...
This will help handling the CSRF protection token and use symfony HTML generation layer.
Also a FormView instance is generated for each tag because we need to render a form for each tag and FormView are not reusable.
2018-09-25 10:18:08 +02:00
be326a22f9
Create a new Tag action to rename tags.
...
The current tag is removed from all the current logged user entries. Then the new one is created and attached.
2018-09-25 10:18:08 +02:00
a664a1d876
Rename Tag : Add a new FormType
2018-09-25 10:18:08 +02:00
2b6380f5ac
Merge pull request #3630 from sviande/archived_at
...
Entry: add archived_at property and updateArchived method
2018-09-21 09:46:58 +00:00
9007fe0062
Sort archive page by archived at
2018-09-21 11:18:29 +02:00
7c0d682687
Code Style
2018-09-21 10:33:33 +02:00
0e70e81227
Entry: add sort parameter archived
2018-09-21 10:33:33 +02:00
7975395d10
Entry: add archived_at property and updateArchived method
2018-09-21 10:33:33 +02:00
2f3af70e1a
Merge remote-tracking branch 'origin/master' into 2.4
2018-09-21 10:17:38 +02:00
b6d72e0c91
Merge remote-tracking branch 'origin/master' into 2.4
2018-09-16 19:45:37 +02:00
7083c0a21d
Merge remote-tracking branch 'origin/master' into 2.4
2018-09-07 13:46:30 +02:00
44043ebe82
Merge remote-tracking branch 'origin/master' into 2.4
2018-07-03 13:55:25 +02:00