Commit graph

70 commits

Author SHA1 Message Date
cdc185c4d8
server (/fs/upload): create all directories required to save the file so you don't get the message that the folder doesn't exist 2022-04-30 22:19:53 +02:00
860fd76969
server (/auth/register): add validator 2022-04-30 21:56:06 +02:00
e8f8a4b007
server (/fs/list): return filesize 2022-04-29 21:33:44 +02:00
Renovate Bot
ad5a088a51 fix(deps): update rust crate tower-http to 0.3.1 2022-04-28 16:56:50 +00:00
Renovate Bot
a80617990c fix(deps): update rust crate axum to 0.5.4 2022-04-26 20:44:48 +00:00
286e9364ec
fix(deps): update rust crate tower-http to 0.3.0 2022-04-25 21:09:22 +02:00
8e2b4c5635
http (fs): add file lists 2022-04-24 22:07:41 +02:00
3c36122b86
http (fs): add file upload 2022-04-24 21:31:50 +02:00
1c1074abaf
http (auth): change /whoami to GET 2022-04-24 20:52:17 +02:00
2924e38592
server (http): add jwt token validator and route /auth/whoami 2022-04-23 23:48:20 +02:00
5164a94a55
server (http): add error handler for several exceptions 2022-04-23 21:21:04 +02:00
36fba1dd1d
chore (database): move utils/database to database 2022-04-23 20:44:02 +02:00
bf5422b47f
chore: use crate rust_utilities 2022-04-23 12:52:56 +02:00
fd6e6fd0a8
feat (http): login functions have been completed 2022-04-21 20:54:53 +02:00
e3a8bf3550
config: move from utils to types 2022-04-19 21:10:36 +02:00
Renovate Bot
f02bb0e358 Update Rust crate axum to 0.5.3 2022-04-19 19:36:57 +02:00
ac2eff6399
feat (token): add jsonwebtoken 2022-04-19 15:14:17 +02:00
ed6ec8790b
feat (server): add /register in auth (without tokens yet) 2022-04-19 13:05:47 +02:00
022156582d
fix: clippy warnings 2022-04-18 14:17:30 +02:00
65687fef74
feat (server): add http server (not finished yet) 2022-04-18 14:13:15 +02:00