Commit Graph

6235 Commits

Author SHA1 Message Date
Jérémy Benoist
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
Jérémy Benoist
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Jérémy Benoist
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
Jeremy Benoist
c7a8800794 Fix phpDoc 2020-12-15 10:06:35 +01:00
Jérémy Benoist
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
dependabot[bot]
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
Jeremy Benoist
9007459605 Fix PHPStan deprecated config option 2020-12-14 22:21:09 +01:00
Jeremy Benoist
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
Jérémy Benoist
9aeac727df Merge pull request #4843 from wallabag/update-issue-templates
Update issue templates
2020-12-14 13:22:18 +01:00
Jeremy Benoist
415da16e77 Enhancement and config 2020-12-14 11:43:27 +01:00
Jérémy Benoist
03b531c360 Delete fetching-issue.md 2020-12-14 11:22:22 +01:00
Jeremy Benoist
5e5cb502f4 Remove old template 2020-12-14 11:20:33 +01:00
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
c6f3f27b84 Merge pull request #4841 from weblate/weblate-wallabag-messages
Translations update from Weblate
2020-12-14 09:59:10 +01:00
dependabot[bot]
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
Blip Blop
b0907c15ff Translated using Weblate (Dutch)
Currently translated at 100.0% (567 of 567 strings)
2020-12-14 09:48:33 +01:00
Strubbl
71efdeb055 Translated using Weblate (German)
Currently translated at 100.0% (567 of 567 strings)
2020-12-14 09:48:33 +01:00
Jérémy Benoist
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
Jeremy Benoist
83f10796a7 Fix Russian language validation 2020-12-14 09:33:31 +01:00
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Simounet
b553b77ceb Fix dark theme table odd style 2020-12-13 22:07:21 +01:00
Kevin Decherf
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
Kevin Decherf
657a6c43a3 Merge pull request #4822 from weblate/weblate-wallabag-messages
Translations update from Weblate
2020-12-12 15:59:12 +01:00
Quentin PAGÈS
d5360a7b7e Translated using Weblate (Occitan)
Currently translated at 100.0% (6 of 6 strings)
2020-12-11 22:42:16 +01:00
ssantos
ee3db8ad86 Translated using Weblate (Portuguese)
Currently translated at 62.2% (353 of 567 strings)
2020-12-11 22:42:16 +01:00
Quentin PAGÈS
a9cf250f93 Translated using Weblate (Occitan)
Currently translated at 85.1% (483 of 567 strings)
2020-12-11 22:42:16 +01:00
Jérémy Benoist
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
Simounet
14cb0b7c73 Fix missing apple-touch-icon-512.png from manifest.json 2020-12-11 21:33:13 +01:00
Thomas Citharel
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
Thomas Citharel
98b834d836 Remove community.wallabag.org from the issue template 2020-12-11 09:32:26 +01:00
Jérémy Benoist
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
Jérémy Benoist
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
Jérémy Benoist
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
dependabot[bot]
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
dependabot[bot]
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