| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Refactorize timestamps() method to avoid re-writing it on each entity
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|
|
|
| |
Fix #2062
|
|
|
|
|
|
| |
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
|
|
|
|
| |
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
|
|
|
|
| |
symfony-upgrade-fixer fix src/Wallabag/
|
|
|
|
| |
Fix #1543
|
|
|
|
| |
Should fix #1498
|
| |
|
|
|