Commit graph

113 commits

Author SHA1 Message Date
499c97a28a Capability -> UserCapabilityType 2022-03-28 21:41:49 +00:00
5b623e885c table names 2022-03-28 21:26:47 +00:00
270de7f87c Settings.config_file_name 2022-03-28 21:00:16 +00:00
1b24861e48 Docstrings 2022-03-28 20:58:40 +00:00
3d2abbc39b fix user router 2022-03-28 20:18:19 +00:00
77b40cb836 User.delete return value 2022-03-28 20:18:00 +00:00
a5783a0c40 fix: typing 2022-03-28 20:04:49 +00:00
aa8563995e Settings.get() -> Settings._ 2022-03-28 20:04:19 +00:00
799b2f7585 simplify set_config 2022-03-28 02:38:52 +00:00
d9a9ad98f7 Merge branch 'develop' into feature/db-redesign 2022-03-28 02:34:44 +00:00
71ac02e5d7 actually, app must be a string! 2022-03-28 02:33:56 +00:00
d406f15382 app not a string 2022-03-28 02:29:14 +00:00
a20699d6ca Merge branch 'develop' into feature/db-redesign 2022-03-28 02:27:28 +00:00
6b6da69bb4 app not a string 2022-03-28 02:27:14 +00:00
ca955d1104 fix for crypt_context and load() 2022-03-28 02:23:00 +00:00
3d83ddb6cc Config.load_sync -> Config._ 2022-03-28 02:15:42 +00:00
b7179e7cfc limit query 2022-03-28 02:03:31 +00:00
ce9ea61da5 some testing stuff 2022-03-28 02:02:12 +00:00
19dd5aaee7 use correct database URI 2022-03-28 02:00:58 +00:00
ae8894f5cc repaired admin routes 2022-03-28 01:52:56 +00:00
12432286bf rename db_new -> db 2022-03-28 01:34:52 +00:00
b4a74aca5f remove old db 2022-03-28 01:34:15 +00:00
0619f00f6a rework common and admin router for new db 2022-03-28 01:31:37 +00:00
6012998ecf don't play with new db 2022-03-28 01:30:37 +00:00
d41cd9b15b check if user can do 2022-03-28 01:28:49 +00:00
22e1ef7bf4 don't require email 2022-03-28 01:00:07 +00:00
396359ceff message to future me 2022-03-28 00:59:53 +00:00
89069c9d0f typo 2022-03-28 00:55:18 +00:00
bc3f7984f5 some fun with db_new 2022-03-28 00:50:21 +00:00
c7f93d468e rename 2022-03-28 00:50:00 +00:00
24ade65bb0 db_new interface 2022-03-28 00:48:59 +00:00
04a5798258 capabilities rework 2022-03-28 00:48:44 +00:00
730c7ab966 add devices 2022-03-28 00:43:28 +00:00
e2f916debc Capabilities 2022-03-27 13:47:38 +00:00
9625336df9 User CRUD 2022-03-27 13:47:18 +00:00
ae3627cbe0 use "cls" 2022-03-27 01:22:28 +00:00
e7030eb521 "user" table with sqlmodel 2022-03-27 01:17:54 +00:00
94fbab278c add models.User.from_db() 2022-03-26 01:49:47 +00:00
557bceed1f legacy 2022-03-25 23:56:57 +00:00
c47fa5a89b split db.schemas -> db.schemata package 2022-03-25 23:54:19 +00:00
02225cdf09 plan models + schemas 2022-03-25 23:03:56 +00:00
1ed3b587c7 quark 2022-03-25 15:50:45 +00:00
972359cb49 router tags 2022-03-24 23:45:01 +00:00
c117698e48 use APIRouter instead of another FastAPI 2022-03-24 23:44:51 +00:00
c0e21315e7 easyrsa gen-dh 2022-03-24 23:27:35 +00:00
46fa347451 fix common getters 2022-03-24 15:51:36 +00:00
437bc570e4 Endpoint POST api/dn 2022-03-23 15:44:35 +00:00
ac6e506486 back population 2022-03-23 15:30:22 +00:00
c4ad9a8e40 Error 404 2022-03-23 15:27:41 +00:00
814a19d864 nullables + Type hints 2022-03-23 15:00:35 +00:00