37dad057
meh
Gregory Mullen
parent 24ff96df
24ff96df
attempt to auto restore thread when missing
Gregory Mullen
parent b3bb88c8
b3bb88c8
add basic readme markdown support
Gregory Mullen
parent 844b3f70
844b3f70
fix bleach api to be more specific
Gregory Mullen
parent 727b74f4
727b74f4
clean up build.zig
Gregory Mullen
parent 6af157e1
6af157e1
attempt to refactor templates
Gregory Mullen
parent 6a498c2a
6a498c2a
knockknockknock, housekeeping!
Gregory Mullen
parent e2b4c6bf
e2b4c6bf
cleanup srctree imports
Gregory Mullen
parent 206144ff
206144ff
remove alloc from sendPage
Gregory Mullen
parent f1fcd8c0
f1fcd8c0
fix routing bug
Gregory Mullen
parent ec1ee666
ec1ee666
rename comments to messages
this is very sad, but it also deletes a lot of the data because I still
couldn't be arsed to do that one task on the readme :D
Gregory Mullen
parent d70530a3
d70530a3
fix gist layout
Gregory Mullen
parent 6350974f
6350974f
fix auth for local system
Gregory Mullen
parent 23a42b26
23a42b26
more flex changes
Gregory Mullen
parent d1c64ecb
d1c64ecb
add ms timer to zwsgi
Gregory Mullen
parent ee000bb2
ee000bb2
fix alignment in commit view
Gregory Mullen
parent 71ff254f
71ff254f
fuzz the css a bit
Gregory Mullen
parent 3606156e
3606156e
make buildable templates nullable
Gregory Mullen
parent 604694eb
604694eb
rewrite template printing code to new typed html syntax
Gregory Mullen
parent 57a432d3
57a432d3
move init fn
Gregory Mullen
parent 89191145
89191145
import cleanups
Gregory Mullen
parent 1398205d
1398205d
move directive fmt into directive.zig
Gregory Mullen
parent 87892983
87892983
mv Directive into directive.zig
Gregory Mullen
parent 093eb2ef
093eb2ef
delete datamap from active use
Gregory Mullen
parent e8ff94d0
e8ff94d0
copy test into data map for later resue
Gregory Mullen
parent 3483a160
3483a160
rename keyword to something better
Gregory Mullen
parent bafd4a21
bafd4a21
fix tree/repo view
Gregory Mullen
parent aa047f31
aa047f31
make blame a bit prettyer
Gregory Mullen
parent 0dca4970
0dca4970
rm unused imports
Gregory Mullen
parent 2f56085d
2f56085d
remove sendTemplate and it's helpers from context
Gregory Mullen
parent dc4aa588
dc4aa588
remove old user endpoints which are now replaced by search
Gregory Mullen
parent 6c30fce0
6c30fce0
convert issues and diffs to typed page
Gregory Mullen
parent aa27e3cf
aa27e3cf
migrate tree blame and blob to typed page
Gregory Mullen
parent a3639b4b
a3639b4b
migrate search to typed page
Gregory Mullen
parent bce1ca37
bce1ca37
migrate settings to typed page
Gregory Mullen
parent c64a717c
c64a717c
migrate admin.zig to typed page
TODO still fix these inbox buttons!
Gregory Mullen
parent 47b18ce0
47b18ce0
migrate admin.zig to typed page
important TODO fix inbox button
Gregory Mullen
parent c0c2759d
c0c2759d
remove templates as a dep of routes.zig
Gregory Mullen
parent f3b8e74c
f3b8e74c
add send raw slice to context
some internal pages will load their data at comptime, and we just send a raw
array of bytes for internally routed calls. See router.zig in next commit
Gregory Mullen
parent 0d420b1f
0d420b1f
rename commit-flex.html journal row to be namespaced
Gregory Mullen
parent 2e20749d
2e20749d
migrate commit flex to typed
Gregory Mullen
parent 8b394760
8b394760
move template datamap into subfile
I'm planning to delete it, but want to preseve the code for a while longer
Gregory Mullen
parent 897bc0e2
897bc0e2
add nullable usize to templates
Gregory Mullen
parent 2ade2fa6
2ade2fa6
wrap trailing spaces with quotes
Yes, I deleted them by mistake... no, I couldn't be arsed
Gregory Mullen
parent c8ebc238
c8ebc238
add basic int types to html templates
Gregory Mullen
parent f214f136
f214f136
I guess it's better to write correct code
Gregory Mullen
parent 4d2d7964
4d2d7964
rewrite threads to use message union
previously this was a raw comment, but eventually there will be support for addtional
types than just comments. e.g. events, reviews, changes, repo changes, mod actions,
etc.
Gregory Mullen
parent 33a01e99
33a01e99
add line ranges from main branch in diffs
Gregory Mullen
parent efc3099d
efc3099d
add skel for internal syntax highlighting
Gregory Mullen
parent d913c6d6
d913c6d6
add syntax for a few more langs via pygmentize
Gregory Mullen
parent 3e47b10f
More