Commit Graph

17 Commits

Author SHA1 Message Date
b15dd6f714 update error messages 2021-05-14 15:34:26 +02:00
a7308c1080 limit the number of orders that someone can add to a query (3) 2021-05-09 11:59:37 +02:00
89ec5586f0 use make to initialize slices in the repositories 2021-05-06 17:08:28 +02:00
db31c0fb12 use nil declaration for slices 2021-05-04 20:37:06 +02:00
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
0b14efd014 replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
e936b9b0ed add a new field to the Profession graphql type (Qualifications) 2021-03-21 18:19:22 +01:00
91a35dd2e7 add complexity limit 2021-03-20 16:44:56 +01:00
01ab1aa509 small refactor 2021-03-13 16:05:20 +01:00
81900132ea profession, qualification, user: fix sorting 2021-03-11 20:23:53 +01:00
82853734be another part of bugfixes 2021-03-06 14:43:50 +01:00
cc93a57af9 add UserInput sanitization 2021-03-06 08:56:54 +01:00
56c8c9160b rename two utils (sqlutils.SanitizeSortExpression -> sqlutils.SanitizeSort, sqlutils.SanitizeSortExpressions -> sqlutils.SanitizeSorts), add a new helper type to db package (Sort) 2021-03-06 08:44:49 +01:00
838a93b8b5 refactor, add question.Usecase implementation 2021-03-05 19:52:15 +01:00
a9d7250623 add user usecase/repository | add admin acc creation when none exists 2021-02-27 14:01:59 +01:00