Commit Graph

18 Commits

Author SHA1 Message Date
6fc7af4b50 bump github.com/Kichiyaki/goutil 2021-05-04 19:19:14 +02:00
f907e7294e add github.com/Kichiyaki/goutil, github.com/Kichiyaki/appmode, github.com/Kichiyaki/gopgutil 2021-05-02 13:16:32 +02:00
7de549f183 rename/move some of the packages/files 2021-05-02 08:36:10 +02:00
f85a21e86f move logger to the separate package, add checks if models are valid go-pg hooks 2021-04-23 19:29:13 +02:00
d8e838c6b7 replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
d02d32ec5a fix UserInput.ApplyUpdate uses wrong column name for email field 2021-03-12 11:13:38 +01:00
a92079f315 fix or filters: use WhereOr method instead of Where 2021-03-12 08:20:42 +01:00
300709f527 add a new model - UserFilterOr 2021-03-09 20:17:16 +01:00
16caa7bbe9 UserInput.Sanitize - don't convert a password to lowercase 2021-03-07 19:48:59 +01:00
82853734be another part of bugfixes 2021-03-06 14:43:50 +01:00
49c8dd355a add graphql schema 2021-03-06 11:54:55 +01:00
cc93a57af9 add UserInput sanitization 2021-03-06 08:56:54 +01:00
a9d7250623 add user usecase/repository | add admin acc creation when none exists 2021-02-27 14:01:59 +01:00
f49dfc5c43 profession: add pg_repository, add a new package errorutils 2021-02-27 11:33:16 +01:00
5fe94741ce move sql helpers to the other package, all fields in all inputs are now pointers, add a new model - QualificationToProfession 2021-02-23 19:07:55 +01:00
480fac30f4 add Qualification model, add github.com/gosimple/slug 2021-02-21 18:02:12 +01:00
c8f8e824ff add profession model 2021-02-21 10:30:46 +01:00
0cf8230f35 init 2021-02-21 10:17:54 +01:00