srctree

e0f0930f fix diff alignment and persist with cookie
Gregory Mullen parent ec81f0e1
ec81f0e1 remove legacy function
Gregory Mullen parent cdbadf77
cdbadf77 add toggle button to commit view
Gregory Mullen parent 4279a6fb
4279a6fb improve some alignments in commit view
Gregory Mullen parent 31e0ff51
31e0ff51 move repo/commits imports to bottom
Gregory Mullen parent 7809240f
7809240f fix non-deterministic tests
Gregory Mullen parent 0a0cfad5
0a0cfad5 rename mailer maild
Gregory Mullen parent 01bcdbe8
01bcdbe8 supress diff debug
Gregory Mullen parent e2822bc1
e2822bc1 use (dump) bot detection from verse
Gregory Mullen parent 77778130
77778130 use new verse template builder
Gregory Mullen parent ab93ec30
ab93ec30 new zig stdlib api
Gregory Mullen parent 27253073
27253073 avoid crashing on empty files
Gregory Mullen parent 44013bd5
44013bd5 add _ indent to markdown quotes
Gregory Mullen parent b2868ad0
b2868ad0 maybe quoting
Gregory Mullen parent ca0d681b
ca0d681b naive checkbox parsing for markdown
Gregory Mullen parent 42c7e31c
42c7e31c add broken support for checkboxes
Gregory Mullen parent 97681997
97681997 indent not required
I don't know how I missed this, I was sure it was required!
Gregory Mullen parent e8b64401
e8b64401 trim up colorized markdown
Gregory Mullen parent 4ed1012e
4ed1012e support lists without full newline
todo it's a bit buggy because of the surrounding newline logic
Gregory Mullen parent 7e81dabd
7e81dabd readme markdown kinda works now
Gregory Mullen parent a02fce49
a02fce49 remove verse from readme
Gregory Mullen parent f4ecda8a
f4ecda8a fix list support in markdown
Gregory Mullen parent f1af6d01
f1af6d01 delete old markdown parser
Gregory Mullen parent 44aea732
44aea732 refactor markdown translation backticks 2/x
Gregory Mullen parent 6001d583
6001d583 refactor markdown translation code 1/x
Gregory Mullen parent 6b4ead59
6b4ead59 add ul to markdown thingy
Gregory Mullen parent 6be6f66b
6be6f66b add partial markdown backlash support
Gregory Mullen parent 5836b1c5
5836b1c5 actually colorize named markdown code blocks
Gregory Mullen parent a4359c1b
a4359c1b skel fn for markdown highlighting
Gregory Mullen parent 84c40033
84c40033 pretend to support html lang in markdown
Gregory Mullen parent 8dd679a3
8dd679a3 add skel for language highlighting in markdown
Gregory Mullen parent 964e424b
964e424b replace bleach with verse alloc
Gregory Mullen parent 195a76a7
195a76a7 add css hack until markdown parsing is improved
Gregory Mullen parent 0da605c3
0da605c3 add triple backtick to markdown
Gregory Mullen parent eaf7961d
eaf7961d update for zig v0.14.0-dev
Gregory Mullen parent fd9642c6
fd9642c6 fix auth memory leak
Gregory Mullen parent e052d997
e052d997 enable auto remove unix-sock on start
Gregory Mullen parent 5500aa83
5500aa83 fix ini config loading & update thread
Gregory Mullen parent af9fb7ea
af9fb7ea accidentally a word
Gregory Mullen parent 4b660965
4b660965 cleanup some imports
Gregory Mullen parent 8a3e177c
8a3e177c covert all of srctree to verse endpoint format
Gregory Mullen parent cfc9a3f5
cfc9a3f5 make repo entry an endpoint
Gregory Mullen parent 7866d3af
7866d3af add robits.txt
Gregory Mullen parent e561cfbd
e561cfbd Add alias to search
Gregory Mullen parent f95de541
f95de541 convert repos to endpoints
Gregory Mullen parent dceb293d
dceb293d convert gist to endpoints
Gregory Mullen parent 7ac3227c
7ac3227c api import cleanup
Gregory Mullen parent 4e6f719a
4e6f719a move admin into it's endpoint
Gregory Mullen parent 180f7541
180f7541 move settings into endpoint
Gregory Mullen parent 9a3f16bd
9a3f16bd move search into endpoint
Gregory Mullen parent cb2b10e4
More