Commit graph

18 commits

Author SHA1 Message Date
437bc570e4 Endpoint POST api/dn 2022-03-23 15:44:35 +00:00
673c91bc33 User creation/deletion 2022-03-23 13:25:00 +00:00
f886f9e9dc add User.is_admin() 2022-03-23 13:23:33 +00:00
ae73c8ff70 add and remove capabilities 2022-03-23 00:41:45 +00:00
5dce05816f minor DB refactoring 2022-03-22 16:29:02 +00:00
e3acc9b7e0 User update 2022-03-20 13:14:12 +00:00
692bf0ef63 make User.authenticate an instance function 2022-03-20 04:00:14 +00:00
e49a993676 documentation & some minor refactoring 2022-03-20 03:45:40 +00:00
f9762d4a54 brevity 2022-03-20 01:37:27 +00:00
21411694e8 give admin user "admin" capability 2022-03-20 00:12:37 +00:00
54c5e7ae8a less messy cap unification 2022-03-19 23:56:11 +00:00
1c1ea694d1 don't make everyone an admin :) 2022-03-19 19:24:43 +00:00
5eb9d4d113 move caps to "User" schema 2022-03-19 18:31:03 +00:00
b53aab012d double user creation fail 2022-03-19 18:06:17 +00:00
4959f1987c some renames 2022-03-19 02:38:32 +00:00
3cc29d4fd8 /user/auth and GET /user/current working 2022-03-19 00:38:57 +00:00
8194027c36 refactor CRUD utils 2022-03-18 23:45:09 +00:00
45297bb80f peewee -> sqlalchemy (kind of working) 2022-03-17 17:06:00 +00:00