|
996de46127
|
/users/<user>: fix inability to change password via PATCH
|
2023-07-15 22:26:22 -04:00 |
|
|
2ce47e55c0
|
test/test_userinfo.py: add missing password change test code
how did i not see this
|
2023-07-15 20:25:08 -04:00 |
|
|
cbf1310e1b
|
/users: added endpoint for creating, listing users
|
2023-05-18 22:06:16 -04:00 |
|
|
ae0cc950f5
|
/files: add more tests
|
2023-04-15 16:34:48 -04:00 |
|
|
518898d554
|
tests: refactor authentication header
|
2023-04-13 13:30:53 -04:00 |
|
|
68f56dd1a1
|
refactor: split off generic model REST API logic
also, a model's marshmallow schema class is now within the model class
|
2023-04-01 17:56:25 -04:00 |
|
|
27f6703318
|
linted everything with black
|
2023-03-30 20:20:09 -04:00 |
|
|
f01d1d0e54
|
/users/<id>: added PUT endpoint
|
2023-03-29 19:50:09 -04:00 |
|
|
ee6c7d4fa5
|
/users/<id>: added PATCH endpoint
|
2023-03-28 21:48:09 -04:00 |
|
|
e165f6ef45
|
tests/test_userinfo.py: Split off authentication tests
|
2023-03-10 21:06:22 -05:00 |
|