Commit graph

41 commits

Author SHA1 Message Date
Renovate Bot
6d4c73cf86 fix(deps): update rust crate hyper to 0.14.19 2022-05-27 21:37:14 +00:00
43d04ebd5d
chore(deps): upgrade 2022-05-25 12:50:07 +02:00
Renovate Bot
29b526c72f fix(deps): update rust crate axum to 0.5.6 2022-05-16 14:47:20 +00:00
Renovate Bot
72ccf56a90 fix(deps): update rust crate axum to 0.5.5 2022-05-10 16:10:10 +02:00
Renovate Bot
f9c7e77c6a fix(deps): update rust crate tower-http to 0.3.3 2022-05-10 06:17:25 +00:00
Renovate Bot
50d9aa6798 chore(deps): update rust crate tokio to 1.18.2 2022-05-10 03:37:44 +00:00
03af3e63b2
server (/fs/upload): rewrite upload functional to use multipart 2022-05-04 21:46:07 +02:00
7b05a6d407
server (/fs/list): delete unused use 2022-05-03 11:30:02 +02:00
ff600235a6
server (/fs/list): add file modified 2022-05-03 11:26:29 +02:00
Renovate Bot
44e746b068 fix(deps): update rust crate log to 0.4.17 2022-05-03 03:50:53 +00:00
Renovate Bot
15c5a86cf1 chore(deps): update rust crate tokio to 1.18.1 2022-05-02 20:11:35 +00:00
bb8a42b080
server (fs): path cannot contain .. 2022-05-01 19:49:50 +02:00
Renovate Bot
08a61f1a48 fix(deps): update rust crate serde to 1.0.137 2022-05-01 11:16:35 +00:00
Renovate Bot
54522138d3 fix(deps): update rust crate zeroize to 1.5.5 2022-05-01 06:17:43 +00:00
Renovate Bot
5191f5b1c1 fix(deps): update rust crate thiserror to 1.0.31 2022-05-01 01:06:03 +00:00
2c25f60b46
chore (dependencies): upgrade 2022-04-29 21:34:43 +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
776462bdc7 chore(deps): update rust crate tokio to 1.18.0 2022-04-27 23:21:13 +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
3c36122b86
http (fs): add file upload 2022-04-24 21:31:50 +02:00
b2a4b84f6d
database (user table): move to types from database 2022-04-24 14:50:25 +02:00
2924e38592
server (http): add jwt token validator and route /auth/whoami 2022-04-23 23:48:20 +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
Renovate Bot
dc28e67b5c Update Rust crate anyhow to 1.0.57 2022-04-21 22:10:20 +00:00
fd6e6fd0a8
feat (http): login functions have been completed 2022-04-21 20:54:53 +02:00
Renovate Bot
3428edfc92 Update Rust crate uuid to v1 2022-04-20 19:35:26 +02:00
a9e2a3472b
feat: zeroize the user's unencrypted password, and other unencrypted values from memory 2022-04-19 23:12:48 +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
Renovate Bot
7ecea2e076 Update Rust crate simplelog to 0.12.0 2022-04-19 19:36:33 +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
65687fef74
feat (server): add http server (not finished yet) 2022-04-18 14:13:15 +02:00
c7a909fcb7
utils (crypto): fix cargo tests 2022-04-18 00:16:32 +02:00
5b79b4f7e2
utils (crypto/database): update cryptographic functions/add comments and tests in database 2022-04-18 00:08:52 +02:00
020ffd1170
utils (database): use rusqlite instead of sqlx and add custom error type 2022-04-17 00:09:23 +02:00
0099e93ad3
utils (config): add custom error type 2022-04-16 21:22:01 +02:00
7b1d092001
initial commit 2022-04-16 20:19:38 +02:00