aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
Commit message (Collapse)AuthorAgeFilesLines
* Display login in config / userJeremy Benoist2019-06-061-0/+1
| | | | Just so the user can see its login
* Merge pull request #3994 from wallabag/feature/revoke-feed-tokenKevin Decherf2019-06-051-0/+2
|\ | | | | Add ability to revoke feed token
| * Add ability to revoke feed tokenJeremy Benoist2019-06-051-0/+2
| |
* | Add quickstart into the menuJeremy Benoist2019-06-051-0/+1
|/ | | | Just in case people want to see that page again.
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-1/+1
|\
| * Add ability to match many domains for credentialsJeremy Benoist2019-04-231-1/+1
| | | | | | | | | | 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.
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-8/+8
| |
* | Change the way to enable 2FAJeremy Benoist2019-01-231-6/+18
| | | | | | | | And add a step to validate a generated code from the OTP app
* | Update translationJeremy Benoist2019-01-231-1/+1
| |
* | Add backup codesJeremy Benoist2019-01-231-0/+1
| |
* | Better translationsJeremy Benoist2019-01-231-2/+5
| | | | | | | | | | | | Replace “Google Authenticator” by “Google Authenticator, Authy or FreeOTP” in all text. Translate how to use the code / qr code.
* | Enable OTP 2FAJeremy Benoist2019-01-231-4/+5
| | | | | | | | | | | | | | | | | | - 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
* | Create a dedicated tab to reset dataJeremy Benoist2019-01-231-0/+1
| |
* | Move icon into the top menu barJeremy Benoist2019-01-191-0/+1
| | | | | | | | | | | | | | 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
* | Added random featureNicolas Lœuillet2019-01-191-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-0/+6
|\|
| * Add translationsKevin Decherf2019-01-071-0/+6
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-251-1/+1
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * fixup! fixup! Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-11-011-1/+1
| |
| * fixup! Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-11-011-1/+1
| |
| * Fix documentation wording for matches/notmatches tagging rulesOlivier Mehani2018-10-311-1/+1
| | | | | | | | Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* | Add translations about latest Tag changes.Stéphane HULARD2018-09-251-0/+3
|/ | | | Add new translations in each language file.
* Using new 'entry.default_title' as translation keySimounet2017-12-261-0/+1
|
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-191-0/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Improve origin_url field description and translationsKevin Decherf2017-11-191-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-191-0/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Translated first page of exported articleNicolas Lœuillet2017-10-111-0/+3
|
* add a dedicated title for all entries pageNicolas Hart2017-07-271-0/+1
|
* Fix translations on QR code instructionsThomas Citharel2017-06-221-0/+1
|
* Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-211-3/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-201-0/+26
|\ | | | | Store credentials in DB
| * Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+1
| |
| * Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+25
| |
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+2
|/
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-06-101-1/+1
|\
| * Config label improvement #3199Pierre de Vésian2017-06-091-1/+1
| |
* | Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-241-0/+3
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\|
| * modify key name as wellCedric Girard2017-05-181-1/+1
| |
| * unify Download/Export wording.Cedric Girard2017-05-181-1/+1
| | | | | | | | This fixes #2967
* | Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-041-0/+2
|\ \ | | | | | | Search & paginate users
| * | Merged list and search methodsNicolas Lœuillet2017-05-021-1/+0
| | |
| * | Add filter to users management pageThomas Citharel2017-05-021-0/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-0/+1
|/ /
* | Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-181-0/+2
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-091-0/+1
| | |
| * | Added publication dateNicolas Lœuillet2017-04-051-0/+1
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-1/+0
|/ /
* / Allow to remove all archived entriesThomas Citharel2017-03-311-0/+2
|/ | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Renamed Developer section to API client managementNicolas Lœuillet2017-02-011-5/+5
|