aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.rs
Commit message (Expand)AuthorAgeFilesLines
* Format, refactor, succinct errorsYigit Sever2022-04-231-11/+14
* GET /config endpointnecrashter2022-04-231-0/+9
* Echo network infonecrashter2022-04-231-0/+2
* Handle empty url_prefixnecrashter2022-04-231-8/+14
* Handle url_prefix in networknecrashter2022-04-231-6/+10
* Support for multiple configs/routesnecrashter2022-04-231-7/+4
* Remove 404 supportYigit Sever2022-04-171-2/+0
* Add 404 supportYigit Sever2022-04-171-1/+3
* Improve commentsYigit Sever2022-04-171-5/+1
* [WIP] Spring cleaningYigit Sever2022-04-111-4/+4
* Rename functions and move checksYigit Sever2021-04-171-2/+2
* Add existing user get supportYigit Sever2021-04-161-0/+9
* 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