3e47b10f
don't crash on naughty user strings
Gregory Mullen
parent 8851f468
8851f468
resolve code in the default branch
Gregory Mullen
parent 14707759
14707759
whoopsies
Gregory Mullen
parent 9a3f832b
9a3f832b
refactor line finding
Gregory Mullen
parent 2abf5f60
2abf5f60
print end of comment when diff line is found
Gregory Mullen
parent 60f43ced
60f43ced
add slugs.md
TODO add them as a random open graph tag/description
Gregory Mullen
parent 4ec5d056
4ec5d056
thanks @robinlinden for helping fuzz test my code
Gregory Mullen
parent e2bca9d5
e2bca9d5
enable building recursive templates
Gregory Mullen
parent 80e83a56
80e83a56
add Build directive to template
Gregory Mullen
parent 33eede74
33eede74
use thread for comment direct replies
Gregory Mullen
parent 208814dc
208814dc
half implentation for direct replies
this feature is unfinished, but I can't decide if comments should reply,
of if threads should be the container for direct replies.
Gregory Mullen
parent 821f1ca5
821f1ca5
bump css to save old color
Gregory Mullen
parent d4e07b84
d4e07b84
first pass at formatting inline diff references
currently in dire need of a refactor, but I'm happy for tonight
Gregory Mullen
parent a2858300
a2858300
delete whitespace
Gregory Mullen
parent 8f5bc6b5
8f5bc6b5
update internals to work on zig v0.13
Originally an update to test stdlib's new TLS on v0.14-dev but that
failed, and it just so happens this is where I update srctree to git
v0.13.
Gregory Mullen
parent 62acc684
62acc684
don't drop empty lines
there's another bug here somewhere, good luck finding it
Gregory Mullen
parent 6a862b60
6a862b60
don't trim @ from inline diff
Gregory Mullen
parent dd1b11fa
dd1b11fa
refactor types & add delta v1
Gregory Mullen
parent 4f55f378
4f55f378
migrate commit list view to typed syntax
Gregory Mullen
parent b454eb37
b454eb37
fix row layouts for diffs
I guess, if I'm not breaking the back button, I also can't break copy paste
there @robinlinden are you happy now?
Gregory Mullen
parent cf513677
cf513677
add/del git agent flags
Gregory Mullen
parent efc71a77
efc71a77
debugging git apply
Gregory Mullen
parent 05f70238
05f70238
add patch failed button
Gregory Mullen
parent b722f65c
b722f65c
fix patch generation
Gregory Mullen
parent 837f034a
837f034a
fix search list
Gregory Mullen
parent 5d54fde2
5d54fde2
give new notification icon some breathing room
Gregory Mullen
parent 670ab55c
670ab55c
refactor printings into new Git.Remote.format
Gregory Mullen
parent 1f830ee0
1f830ee0
convert remotes to be a repo stored aspect
Gregory Mullen
parent 179d1817
179d1817
close git dir in all raze cases
Gregory Mullen
parent e9d17849
e9d17849
use REMOTE_ADDR when user isn't valid
Gregory Mullen
parent da02ca0d
da02ca0d
add embargoed state to deltas
hiding them comes next
Gregory Mullen
parent 30b35f07
30b35f07
change width to max width to allow shrinking
Gregory Mullen
parent 31e9d94e
31e9d94e
update diffs to typed html
Gregory Mullen
parent 53efb9fd
53efb9fd
update issue list & add basic seen
Gregory Mullen
parent 1d01ba51
1d01ba51
move git.changeset into it's own file
Gregory Mullen
parent 35e6b0bb
35e6b0bb
don't doxx repos by default
Gregory Mullen
parent 70ef96c3
70ef96c3
use helper function
Gregory Mullen
parent c2c099a7
c2c099a7
list remotes on diff page
Gregory Mullen
parent 5d1feeb6
5d1feeb6
html skel to pull diff from upstream
Gregory Mullen
parent d9cb8ac5
d9cb8ac5
fix template struct naming
Gregory Mullen
parent f449f330
f449f330
pretend to fix git commits
Gregory Mullen
parent c4049f05
c4049f05
unbreak tags
Gregory Mullen
parent 9ed60221
9ed60221
add branches api
Gregory Mullen
parent 72f02626
72f02626
fix sha hex display on user journal
Gregory Mullen
parent 184ba379
184ba379
raze ordering is important for sorting
Gregory Mullen
parent 3212103a
3212103a
fix lightweight tags... again
Gregory Mullen
parent e1ecef54
e1ecef54
major refactor of git
why do I hate myself
Gregory Mullen
parent 4d70ba08
4d70ba08
add api/repo/branch skel and tag impl
Gregory Mullen
parent d06318ac
d06318ac
wire up api/repo with a naive impl
Gregory Mullen
parent b077040d
b077040d
enable validator to fall back from post to query
Gregory Mullen
parent 29ea4f22
More