index
:
gitpad
lua
master
A git web interface with editing and Markdown support.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-07-18
support If-None-Match headers with W/ prefix
Martin Fischer
2021-07-05
refactor: move HttpOrigin to new origins module
Martin Fischer
2021-07-05
disable textarea spellcheck for ext not in (md, txt)
Martin Fischer
2021-07-05
css: stop wrapping action links in div
Martin Fischer
2021-07-05
refactor: stop wrapping Page.header in Option
Martin Fischer
2021-07-04
refactor: short-circuit with ? instead of mapping
Martin Fischer
2021-07-04
move src/help/*.html files to src/static/
Martin Fischer
2021-07-04
refactor: move Error rendering to error module
Martin Fischer
2021-07-04
strictly enforce Host and Origin headers
Martin Fischer
2021-07-03
refactor: introduce build_raw_response helper
Martin Fischer
2021-07-03
render .html files securely using IFrames
Martin Fischer
2021-07-03
allow renderers to mutate Page (and frame-src CSP)
Martin Fischer
2021-06-24
generate <script> tags and CSP from Page vectors
Martin Fischer
2021-06-24
refactor render_page
Martin Fischer
2021-06-24
make CSP stricter by setting default-src to 'self'
Martin Fischer
2021-06-24
refactor: simplify Page and Context structs
Martin Fischer
2021-06-24
refactor: simplify Controller request interception
Martin Fischer
2021-06-24
css: decrease margin-top for h1
Martin Fischer
2021-06-24
log: allow diffing specific revisions
Martin Fischer
2021-06-24
log: mark up dates as headings
Martin Fischer
2021-06-24
css: set row-gap for body
Martin Fischer
2021-06-24
refactor diff_blob
Martin Fischer
2021-06-24
refactor: move Error enum and impls to own module
Martin Fischer
2021-06-24
split off diff action from log action
Martin Fischer
2021-06-24
refactor: split up blob routes into functions
Martin Fischer
2021-06-23
make single-user mode operate on HEAD branch
Martin Fischer
2021-06-23
stop using #![feature] to support stable Rust
Martin Fischer
2021-06-23
refactor: split off shares.rs from controller.rs
Martin Fischer
2021-06-23
refactor: split up main.rs into multiple modules
Martin Fischer
2021-06-22
publish
Martin Fischer