aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
AgeCommit message (Collapse)AuthorFilesLines
2016-05-22add api handler and stub post and user apisPaul Duncan1-1/+126
2016-05-21s/assets_dir/system_dir/Paul Duncan1-11/+12
2016-05-21add admin tabsPaul Duncan1-4/+75
2016-05-21add navbars to admin, login, and logoutPaul Duncan1-1/+1
2016-05-21remove debugging and comment cleanupPaul Duncan1-2/+3
2016-05-21logout.html clickjacking protectionPaul Duncan1-0/+1
2016-05-21remove unused session header checkPaul Duncan1-12/+0
2016-05-21refactor origin checkPaul Duncan1-14/+15
2016-05-21comment cleanupPaul Duncan1-1/+2
2016-05-21add clickjacking protection to logout pagePaul Duncan1-0/+5
2016-05-21DRY session cookie namePaul Duncan1-4/+8
2016-05-21add origin/referer checkPaul Duncan1-0/+14
2016-05-21fix x-frame-options callPaul Duncan1-1/+1
2016-05-21add clickjacking protectionPaul Duncan1-0/+2
2016-05-21add csrf protection to login pagePaul Duncan1-0/+58
2016-05-21make SessionModel#create consistent with other SessionModel callsPaul Duncan1-3/+3
2016-05-21add logout-page.ecrPaul Duncan1-1/+0
2016-05-21add initial model stubs, login, logout, etcPaul Duncan1-25/+312
2016-05-20make assets accessible when unauthed, populate login pagePaul Duncan1-3/+4
2016-05-20minor cleanupsPaul Duncan1-4/+4
2016-05-16remove print_usagePaul Duncan1-4/+0
2016-05-16add login pagePaul Duncan1-0/+32
2016-05-16add bunch of crapPaul Duncan1-39/+184
2016-05-15initial commitPaul Duncan1-0/+319