antifallobst
antifallobst pushed to master at nerdcult/ncadmin 2023-09-10 22:55:42 +00:00
6c855b24f7 initial commit
antifallobst created repository nerdcult/ncadmin 2023-09-10 22:55:17 +00:00
antifallobst pushed to master at nerdcult/api 2023-09-10 15:46:29 +00:00
7bf9e57010 feat(api): implemented /user/info
antifallobst pushed to master at nerdcult/api 2023-09-10 12:38:11 +00:00
f9595513e0 refactor(db): removed the not needed field `salt` from Accounts table
antifallobst pushed to master at nerdcult/api 2023-09-10 12:15:12 +00:00
4910cfc133 docs(api): updated implementation status
antifallobst pushed to master at nerdcult/api 2023-09-10 12:14:28 +00:00
27aadf46d5 refactor(treewide)/feat(api): implemented /account/id - ran rustfmt over the codebase
antifallobst pushed to master at nerdcult/api 2023-09-10 11:44:57 +00:00
2d7d66bed4 docs(api): defined and designed /account/id
antifallobst pushed to master at nerdcult/api 2023-09-10 02:03:24 +00:00
ed758d42d7 docs(api): removed password criteria checking from todo list
antifallobst pushed to master at nerdcult/api 2023-09-10 01:53:45 +00:00
441dc842f4 feat(api): implemented password criteria checking on registration
antifallobst pushed to master at nerdcult/api 2023-09-10 01:02:39 +00:00
4bccfeef96 feat(api): implemented /project/delete
antifallobst pushed to master at nerdcult/api 2023-09-10 00:16:07 +00:00
e93d8675c4 docs(api): defined and designed /project/delete
antifallobst pushed to master at nerdcult/api 2023-09-10 00:05:49 +00:00
6f7c7fe15b docs(api): updated implementation status
antifallobst pushed to master at nerdcult/api 2023-09-10 00:04:08 +00:00
f7e02dc794 refactor(accounts): switched from deprecated function `base64::encode()` to `base64::Engine::encode()`
antifallobst pushed to master at nerdcult/api 2023-09-09 23:53:19 +00:00
8fd807e450 feat(api): implemented /project/info
antifallobst pushed to master at nerdcult/api 2023-09-09 14:58:41 +00:00
76f371b6ee docs(api): designed the backup endpoints
antifallobst pushed to master at nerdcult/api 2023-09-09 14:05:22 +00:00
3f59c1981f refactor(deps): removed clap
antifallobst pushed to master at nerdcult/api 2023-09-09 11:29:11 +00:00
452d2d2015 refactor(api): hashing and database changes
antifallobst pushed to master at nerdcult/api 2023-09-08 22:20:30 +00:00
4524f601ab docs(api): fixed legend
antifallobst pushed to master at nerdcult/api 2023-09-08 22:18:52 +00:00
d668a06431 docs(api): designed the basic vault endpoints
antifallobst pushed to master at nerdcult/api 2023-09-08 19:50:49 +00:00
80460dfea3 docs(api): defined vault and backup endpoints