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
e7f2ffd921
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-09-23 17:41:07 +02:00
a8150c1f8d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-31 06:19:27 +02:00
59bbb09055
Translated using Weblate (Russian)
...
Currently translated at 100.0% (483 of 483 strings)
2020-08-18 14:32:51 +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
e247450ade
Added confirmation before mass deleting articles
2020-04-27 11:42:41 +02:00
d9a68f6ced
Enhanced navigation menu in material theme
2020-04-26 21:08:22 +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
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
5687f81153
Translated using Weblate (Russian)
...
Currently translated at 91.0% (440 of 483 strings)
2020-04-24 22:11:16 +02:00
4ff1efa418
Added a button to disable 2FA when enabled
2020-04-13 17:00:53 +02:00
0bddd34847
Added publication date on epub export
2020-04-06 16:14:36 +02: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
958e77e6a7
Added elCurator import
2019-11-15 16:08:36 +01: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
1009b286c9
Merge pull request #3995 from wallabag/feature/config-display-login
...
Display login in config / user
2019-06-12 21:36:00 +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
d010bdd44b
Add quickstart into the menu
...
Just in case people want to see that page again.
2019-06-05 15:51:22 +02:00
f277bc042c
Fix tests & cs & migration
2019-04-26 12:53:21 +02: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
e073090b8d
Update translation
2019-01-23 13:28:24 +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
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
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
09ef25c3c3
Added random feature
2019-01-19 21:09:32 +01:00
5419a8368e
Merge remote-tracking branch 'origin/master' into 2.4
2019-01-15 09:41:18 +01:00
af83d05ce2
Add translations
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2019-01-07 23:06:02 +01:00
559f708cae
Add translations about latest Tag changes.
...
Add new translations in each language file.
2018-09-25 10:18:08 +02:00
5e0c44a2ac
Using new 'entry.default_title' as translation key
2017-12-26 09:02:00 +01:00
ecf41ab3fa
Replace hardcoded 'Provided by' string with i18n string
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
3b771f51a6
Improve origin_url field description and translations
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-11-19 15:02:11 +01:00
4bea44da92
update Russian language
2017-10-10 10:48:38 +02:00
28af2989ec
Add Russian language in CoreBundle Resources and CraueConfigBundle
2017-10-10 10:47:48 +02:00