Commit Graph

2430 Commits

Author SHA1 Message Date
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
c9f93a66b0 Translated using Weblate (Polish)
Currently translated at 98.6% (476 of 483 strings)
2019-08-27 18:23:54 +02:00
b2439a8e4e material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1 2019-08-21 19:20:26 +02: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
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
0810c75e0b Add tag_label & config_feed_token index 2019-08-08 09:36:03 +02: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
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
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
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
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
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
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
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
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
fe7756c8ec Translated using Weblate (Turkish)
Currently translated at 100.0% (483 of 483 strings)
2019-06-28 21:01:20 +02:00
e955a85f33 Translated using Weblate (English)
Currently translated at 99.8% (482 of 483 strings)
2019-06-24 22:01:20 +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
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
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
1009b286c9 Merge pull request #3995 from wallabag/feature/config-display-login
Display login in config / user
2019-06-12 21:36:00 +02:00
eeae34375d Typo 2019-06-12 17:44:28 +02: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
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