13e677648c
Spelling: Two-factor for wallabag connection
2017-11-18 04:39:52 +01:00
9ff628ca56
webpack & views: replace bundles/wallabagcore with wallassets
...
This change will prevent composer from removing wallabagcore assets when
installing assets.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2017-10-24 00:15:52 +02:00
ef5fcdee20
add Russian language
2017-10-10 10:48:29 +02:00
442147d923
Update wallabag_user.oc.yml
2017-08-30 20:10:58 +02:00
162740b798
Update
...
2FA : choix des occitanophones interrogés : autentificacion en dos temps.
+ fautes de frappes
2017-08-05 15:19:34 +02:00
f7a4b44136
add search argument and limit option to list users command
2017-07-31 23:20:41 +02:00
52b84c11a5
Fix some namespaces and phpdoc
2017-07-29 22:51:50 +02:00
927c9e796f
Add EntityTimestampsTrait to handle dates
...
Refactorize timestamps() method to avoid re-writing it on each entity
2017-07-06 09:01:51 +02:00
e50d7d31c0
CS
2017-07-03 13:40:47 +02:00
9114615adc
Fixed mapping entities
...
There were this error in the console:
> The association Wallabag\CoreBundle\Entity\SiteCredential#user refers to the inverse side field Wallabag\UserBundle\Entity\User#site_credentials which does not exist.
2017-07-03 13:40:47 +02:00
f808b01692
Add a real configuration for CS-Fixer
2017-07-01 09:52:38 +02:00
679aaf0836
Merge pull request #3173 from wallabag/domain-name-param
...
remove craueconfig domain name setting and add a proper one in parame…
2017-06-10 11:36:03 +02:00
f81a34e379
Use a listener to catch auth failure
2017-06-09 09:45:43 +02:00
fa1c9d7cc7
CS
2017-06-08 22:52:26 +02:00
63f9f22fa3
Log an error level message when user auth fail
...
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.
2017-06-08 22:24:49 +02:00
eb570e49c8
CS
2017-06-07 23:31:14 +02:00
0c00e52516
Create a client when creating a user using the api
...
While creating a new user using the API, we also create a new client for the current user.
So the app which just create the user can use its newly created client to configure the app.
That new client is only return after creating the user.
When calling the endpoint /api/user to get user information, the new client information won’t be return.
2017-06-07 23:23:28 +02:00
be9d693e74
remove craueconfig domain name setting and add a proper one in parameters
2017-06-06 15:36:21 +02:00
3a6af6c580
fixup! Set the right variable type
2017-06-01 09:36:01 +02:00
10bf812a9e
Both parameter wasn't used in the function, removing them
2017-06-01 09:30:38 +02:00
c3f7a2ca70
Set the right variable type
2017-06-01 09:30:20 +02:00
d069bff4f6
Remove unknown validation_groups
...
The Profile validation_groups does not exist and then for validation to be skipped (like password length)
2017-05-30 08:04:11 +02:00
5709ecb368
Re-use NewUserType to validate registration
...
The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors…
Fix exposition fields in User entity
2017-05-30 07:56:01 +02:00
2251045901
WIP
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-29 10:16:23 +02:00
54c2d164a3
Merge remote-tracking branch 'origin/master' into 2.3
2017-05-09 13:55:31 +02:00
f3c300e485
Translate error message in login page
...
Fix #2933
2017-05-06 22:21:04 +02:00
b5b6877976
Merged list and search methods
2017-05-02 15:30:32 +02:00
d01dc5a81e
rename index to list
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
a2daa32d0c
Fix tests
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
50cfd8108b
Add pagination
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
c37515f880
Add filter to users management page
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-02 15:28:39 +02:00
82749439ac
Update Spanish translation
2017-02-15 15:41:06 +01:00
24879db1f7
Add default value for list_mode
2016-12-12 17:41:03 +01:00
1093e979ff
Merge pull request #2677 from wallabag/add-wallabag_user.de.yml
...
add translations/wallabag_user.de.yml (fixes #2673 )
2016-12-01 19:08:12 +01:00
10d85dbae3
Update wallabag_user.de.yml
...
Wallabag->wallabag
2016-12-01 18:23:41 +01:00
87958ce645
add translations/wallabag_user.de.yml ( fixes #2673 )
2016-12-01 18:03:36 +01:00
68da51d2a3
Fixed 404 for wallabag logo in 2FA
2016-12-01 10:51:04 +01:00
cda0662311
Removed FOSUser attributes removed in alpha4
...
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
2016-11-28 12:44:17 +01:00
5066c3e066
Re-use FOSUser master branch
2016-11-22 21:25:05 +01:00
d7acde5cc3
Use the correct template
...
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.
2016-11-22 21:23:58 +01:00
5a619812ca
Merge remote-tracking branch 'origin/master' into 2.2
2016-11-03 16:41:29 +01:00
3be554c78f
Merge pull request #2519 from Jibec/master
...
Translation update - French
2016-11-02 07:48:10 +01:00
4b3c983ab8
Inject parameter instead of service
...
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!
2016-10-30 20:27:41 +01:00
2087e499b4
Translation update - French
2016-10-30 12:11:24 +01:00
23406ca3f1
Added relation between API Client and User
...
Fix #2062
2016-10-24 21:56:28 +02:00
64a8781e45
Merge remote-tracking branch 'origin/master' into 2.2
2016-10-24 12:03:17 +02:00
2f82e7f8e1
Cleanup subscriber / listener definition
2016-10-22 13:13:07 +02:00
38dc91be8e
Improved side menu, reduced the font size on small screens, fixed a form to add links on small screens
2016-10-15 14:49:07 +02:00
9810f30821
Remove unnecessary user serialization
2016-10-08 21:16:40 +02:00
3f60446756
Fix PostgreSQL query
...
PostgreSQL doesn’t like when we compare interger and boolean :)
2016-10-08 20:26:06 +02:00