aboutsummaryrefslogtreecommitdiff
path: root/src/post_routes.rs
AgeCommit message (Expand)Author
2023-06-11refactor: enable Context to contain borrowed dataHEADmasterMartin Fischer
2022-07-27refactor: remove needless borrows / returnsMartin Fischer
2021-07-18refactor: use camino for UTF-8 pathsMartin Fischer
2021-07-04strictly enforce Host and Origin headersMartin Fischer
2021-07-03render .html files securely using IFramesMartin Fischer
2021-07-03allow renderers to mutate Page (and frame-src CSP)Martin Fischer
2021-06-24refactor: simplify Page and Context structsMartin Fischer
2021-06-24refactor: simplify Controller request interceptionMartin Fischer
2021-06-23make single-user mode operate on HEAD branchMartin Fischer
2021-06-23refactor: split up main.rs into multiple modulesMartin Fischer