aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/config
Commit message (Collapse)AuthorAgeFilesLines
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-1/+1
|
* Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-131-0/+1
|
* 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.
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-1/+2
|\
| * 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!
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
|/
* Create user config in one placeJeremy Benoist2016-09-301-0/+12
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Send every imported item to the queueJeremy Benoist2016-09-111-0/+6
| | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.
* Remove extra definitionJeremy Benoist2016-02-291-5/+0
| | | | Since Symfony 3.0.3 has been released
* Fix from_email & fos_userJeremy Benoist2016-01-311-0/+5
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-2/+1
|
* Use FOSUserEvents instead of c/p a controllerJeremy Benoist2016-01-211-0/+7
| | | | | The `resetAction` was overriden to redirect user to the homepage instead of `fos_user_profile_show`. Instead of copying the whole method we can simply use FOSUserEvents to handle that.
* Update HTML 2FA templateJeremy Benoist2016-01-211-0/+1
| | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
* Use HTML email for 2FAJeremy Benoist2016-01-211-1/+1
| | | | Related to #1490
* Add custom email for 2FAJeremy Benoist2015-12-291-0/+9
| | | | Related #1490
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-0/+0