summaryrefslogtreecommitdiffstats
path: root/src/routes.rs
Commit message (Expand)AuthorAgeFilesLines
* Listen to clippyYigit Sever2021-04-151-1/+1
* Add static serving supportYigit Sever2021-04-151-3/+8
* [WIP] Add template supportYigit Sever2021-04-151-2/+4
* Refactor authorized propose functionsYigit Sever2021-04-131-2/+2
* Require authorization for Block POSTYigit Sever2021-04-131-3/+4
* HousekeepingYigit Sever2021-04-131-377/+3
* implement user authentication using jwtalpaylan2021-04-121-11/+121
* Implement proof-of-workYigit Sever2021-04-121-10/+70
* Implement User handling and authenticationYigit Sever2021-04-121-7/+73
* Add test TODO items to routesYigit Sever2021-04-091-0/+4
* Add routes testsYigit Sever2021-04-091-0/+148
* Remove old routes testsYigit Sever2021-04-091-276/+0
* Remove unused code from routesYigit Sever2021-04-091-59/+4
* Implement Block GET/PUT with new schemaYigit Sever2021-04-071-5/+25
* Initial commitYigit Sever2021-04-071-0/+359