Commit Graph

20 Commits

Author SHA1 Message Date
076dc758df
/users: fix wrong URL returned when POSTing 2023-05-21 17:28:51 -04:00
cbf1310e1b
/users: added endpoint for creating, listing users 2023-05-18 22:06:16 -04:00
e2ec325540
models.py: logic error 2023-05-08 18:54:40 -04:00
7aa60d8aed
implemented chunked upload 2023-05-07 21:08:45 -04:00
bdabb4a85a
/files: implemented /lock, /unlock endpoints 2023-04-29 13:18:09 -04:00
c0d4be8363
tests/conftest.py: fix test for modifying another users' shares 2023-04-29 12:17:32 -04:00
a0e163d8bd
/files: add GET with pagination 2023-04-26 19:51:09 -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
af21887402
/files/: implemented endpoint 2023-04-13 12:44:51 -04:00
6749391b3c
storage: refactor to be more OOP 2023-04-09 17:49:26 -04:00
25dc5b2200
storage: added tests for renaming 2023-04-09 15:04:22 -04:00
95ed51dd64
storage: implemented filesystem
test coverage to be improved
2023-04-08 18:35:56 -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
548ccdb892
made permissions more flexible 2023-03-27 21:54:20 -04:00
96e12c33da
models: use Marshmallow for serializing/deserializing 2023-03-25 17:16:33 -04:00
095969a02a
Fix configurations
Originally it always defaulted to development, no matter what for some
reason
2023-03-10 18:17:03 -05:00
3e3606d809
tests: added tests for authentication 2023-03-10 14:31:20 -05:00
6afe0cc521
added tests/
this runs off pytest
currently we only tested the CLI commands
2023-03-10 11:08:54 -05:00