aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Add Japanese translationAKKED2020-03-281-0/+11
|
* Added translation in Simplified Chinese(简体中文)lizyn2020-02-251-0/+11
|
* Fixed translation for 2FANicolas Lœuillet2019-09-301-1/+1
|
* Upgrade to 4.0Jeremy Benoist2019-07-261-3/+3
|
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-02-071-1/+1
|\
| * Fix broken 2 factor auth logo imageJonathan Crooke2019-01-311-1/+1
| |
* | Remove secret from adminJeremy Benoist2019-01-231-6/+0
| |
* | Enable OTP 2FAJeremy Benoist2019-01-232-7/+24
| | | | | | | | | | | | | | | | | | - 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
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-1/+1
|\|
| * Fix Android app login issuegiuppi2018-11-251-1/+1
| | | | | | class and alt tags must be in the correct order for the android app to recognize the wallabag server
* | Ensure language is validJeremy Benoist2018-10-131-2/+2
| | | | | | | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* | Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-133-1/+6
|/
* wallabag logo with typo replaced by an SVG oneSimounet2018-07-111-1/+1
|
* Autofocus the username field on the login pageSimounet2018-07-111-1/+1
|
* Update wallabag_user.oc.ymlQuentí2018-05-061-1/+1
|
* Update wallabag_user.oc.ymlQuentí2018-05-051-1/+1
| | | Mens dialectal, mai estandard
* Update PT translationsPaulino Michelazzo2017-12-171-0/+11
|
* Merge pull request #3419 from NatJNP/patch1Jérémy Benoist2017-11-251-0/+11
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-241-0/+11
| |
* | Spelling: Two-factor for wallabag connectionAllan Nordhøy2017-11-181-1/+1
|/
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-242-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* add Russian languageОлег2017-10-101-0/+11
|
* Update wallabag_user.oc.ymlQuent-in2017-08-301-2/+2
|
* UpdateQuent-in2017-08-051-3/+3
| | | | 2FA : choix des occitanophones interrogés : autentificacion en dos temps. + fautes de frappes
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
| |
* | Use a listener to catch auth failureJeremy Benoist2017-06-091-5/+5
| |
* | Log an error level message when user auth failJeremy Benoist2017-06-081-0/+8
|/ | | | | | | | | | | | | When a user login using the form we know log an error level information with information about the user: - username used - IP - User agent For example: > Authentication failure for user "eza", from IP "127.0.0.1", with UA: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36". It’ll allows server admin using fail2ban to configure it to block these people if they generate too much failure authentication.
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-1/+1
|\
| * Translate error message in login pageadev2017-05-061-1/+1
| | | | | | | | Fix #2933
* | Merged list and search methodsNicolas Lœuillet2017-05-022-16/+13
| |
* | Fix testsThomas Citharel2017-05-021-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add paginationThomas Citharel2017-05-021-1/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add filter to users management pageThomas Citharel2017-05-022-28/+48
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update Spanish translationngosang2017-02-151-0/+11
|
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge pull request #2677 from wallabag/add-wallabag_user.de.ymlNicolas Lœuillet2016-12-011-0/+11
|\ | | | | add translations/wallabag_user.de.yml (fixes #2673)
| * Update wallabag_user.de.ymlStrubbl2016-12-011-1/+1
| | | | | | Wallabag->wallabag
| * add translations/wallabag_user.de.yml (fixes #2673)Sven Fischer2016-12-011-0/+11
| |
* | Fixed 404 for wallabag logo in 2FANicolas Lœuillet2016-12-012-2/+2
| |
* | Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-282-10/+0
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* | Use the correct templateJeremy Benoist2016-11-221-1/+1
| | | | | | | | | | | | When resetting the password, the overriden template we used wasn’t well spelled. And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english.
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-032-5/+6
|\|
| * Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-021-4/+4
| |\ | | | | | | Translation update - French
| | * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| * | Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+2
| |/ | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-3/+3
|\|
| * Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-3/+3
| | | | | | | | add links on small screens
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
|/