| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
remove craueconfig domain name setting and add a proper one in parame…
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
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!
|
|/ |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
|
|
|
| |
Since Symfony 3.0.3 has been released
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Related to #1490
|
|
|
|
| |
Related #1490
|
|
|