aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-23simplify state buttonsPaul Duncan2-85/+51
2016-05-23add tags and visibility state to blog edit dialogPaul Duncan1-0/+63
2016-05-23add blog, page, and project edit dialogsPaul Duncan2-43/+635
2016-05-23add role optionsPaul Duncan2-8/+44
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 Duncan2-13/+497
2016-05-22add database from old guffPaul Duncan1-0/+178
2016-05-22add api handler and stub post and user apisPaul Duncan1-1/+126
2016-05-22add user-{add,edit}-dialog and assets/js/admin/users.jsPaul Duncan1-1/+202
2016-05-22populate users panelPaul Duncan2-7/+64
2016-05-21add admin tab pane stubsPaul Duncan1-0/+84
2016-05-21s/assets_dir/system_dir/Paul Duncan1-11/+12
2016-05-21add admin tabsPaul Duncan3-7/+96
2016-05-21add navbars to admin, login, and logoutPaul Duncan4-10/+71
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-21fix labelsPaul Duncan1-4/+4
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 Duncan2-0/+64
2016-05-21add logout link to admin pagePaul Duncan1-0/+7
2016-05-21make SessionModel#create consistent with other SessionModel callsPaul Duncan1-3/+3
2016-05-21add logout-page.ecrPaul Duncan2-1/+50
2016-05-21add initial model stubs, login, logout, etcPaul Duncan3-42/+340
2016-05-20make assets accessible when unauthed, populate login pagePaul Duncan2-32/+74
2016-05-20minor cleanupsPaul Duncan1-4/+4
2016-05-16remove print_usagePaul Duncan1-4/+0
2016-05-16add login pagePaul Duncan2-0/+71
2016-05-16add bunch of crapPaul Duncan2-39/+215
2016-05-15initial commitPaul Duncan2-0/+321