| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|