| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled.
Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information.
I've moved all the internal settings definition to config to avoid duplicated place to define them.
I don't know why we didn't did that earlier.
|
|
|
|
|
|
| |
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add missing annotator.js file and fix typo
- edit & delete routes, started tests
- basic tests
|
| |
|
| |
|
|
|
|
|
|
| |
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
|
|
|
|
|
| |
- remove unecessary routing for UserBundle
- remove unused form type
|
| |
|
| |
|
|
|
|
|
| |
* remove WSSE implementation
* add oAuth2 implementation
|
| |
|
|\
| |
| | |
fix #1302: add 'stay connected' checkbox
|
| | |
|
|/ |
|
|
|
|
| |
and fix few mistakes
|
| |
|
| |
|
| |
|
|
|
|
| |
These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
|
| |
|
| |
|
|
|