Commit Graph

6 Commits (a2df2654765c85cb7e7efc5eec9a97befa47bf15)

Author SHA1 Message Date
KN4CK3R 8c8471e754
Addition to (Add Location, Website and Description to API ) ()
* Use same name as other structs.

* Sync with normal forms.

* Edit description with API.

* Workaround for nil value.
KN4CK3R 67e10397af
Add Location, Website and Biography to API ()
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json ()
* Migrate to use jsoniter

* fix tests

* update gitea.com/go-chi/binding

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
6543 8d5c795cc4
[API] Add Restricted Field to User ()
* Expose Restricted field for User

* Add Option to Change Restricted on User via adminEditUser API

* Add test who change restricted & test if it changed it ...

* make generate-swagger

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
zeripath cf2221e3ac Add LastLogin to the User API ()
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs ()
* move sdk structs to moduels/structs

* fix tests

* fix fmt

* fix swagger

* fix vendor