3022a42738
Translated using Weblate (Hungarian)
...
Currently translated at 70.2% (339 of 483 strings)
2019-08-16 23:23:39 +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
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
2d87d5cea4
Translated using Weblate (Hungarian)
...
Currently translated at 64.4% (311 of 483 strings)
2019-07-13 18:01:35 +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
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
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
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
bf9ace0643
Use httplug
2019-05-28 11:40:41 +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
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
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
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
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
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
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
0eb987b583
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:55:09 +02:00
016784f535
Added translation using Weblate (Chinese (Traditional))
2019-04-06 09:54:58 +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
77dc50a74f
Added translation using Weblate (Hungarian)
2019-03-16 19:58:49 +01:00