aboutsummaryrefslogtreecommitdiff
path: root/src/guff.cr
AgeCommit message (Expand)AuthorFilesLines
2016-05-23add blog, page, and project edit dialogsPaul Duncan1-42/+117
2016-05-23add role optionsPaul Duncan1-6/+42
2016-05-23add page, blog, and project set model and api methodsPaul Duncan1-5/+231
2016-05-23add page, project, and blog apisPaul Duncan1-12/+237
2016-05-23clean up add_user queryPaul Duncan1-13/+2
2016-05-23don't return user_id from has_rolePaul Duncan1-1/+1
2016-05-23live login and has_rolePaul Duncan1-58/+81
2016-05-23save sessions to databasePaul Duncan1-15/+53
2016-05-22functioning add_user and set_user api and model callsPaul Duncan1-29/+115
2016-05-22add blog post and blog list handlersPaul Duncan1-5/+189
2016-05-22add database init, project and page handlers, bunch of model stubs, etcPaul Duncan1-10/+476
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