Commit Graph

54 Commits

Author SHA1 Message Date
Dan Ballard 9476bf1e74 tweak roll up css, add pagination 2016-01-09 09:04:31 -08:00
Dan Ballard 015d6fa86d a lot of ui cleaning up, extending csrf time, adding csrf logging errors to screen 2015-12-25 09:07:03 -08:00
Dan Ballard cbc4dc40bf wire config.Url to news page for add to transmet link 2015-11-22 10:01:03 -08:00
Dan Ballard ad765f5798 gofmt 2015-11-19 20:03:51 -08:00
Dan Ballard 42795c6cef finish csrf and gorilla mux port work 2015-11-19 20:00:33 -08:00
Dan Ballard df5dca3a52 work on porting routers to more gorilla/mux style and making all actions POST and csrf trackable 2015-11-11 09:28:07 -08:00
Dan Ballard e07b20b531 proof of concept csrf working. needs cleaning up and securing 2015-11-07 15:32:28 -08:00
Dan Ballard 1709429e98 implement CSRF per docs - doesnt work. css,js files 404 and get csrf invalid errors on form submit 2015-11-03 08:16:59 -08:00
Dan Ballard 11c85d110f start using gorilla csrf - in place but not used 2015-11-02 08:07:22 -08:00
Dan Ballard 11a50e973c Edit post works 2015-09-23 21:12:57 -07:00
Dan Ballard e0575939c3 finish up route/editPostHandle 2015-09-23 20:22:12 -07:00
Dan Ballard 0b17312c22 edit loads 2015-09-22 08:30:51 -07:00
Dan Ballard 4e632602f4 getting close to edit working 2015-09-21 08:26:31 -07:00
Dan Ballard 9c127555eb editing may not work (load mostly) but at least its all unbroken now 2015-09-20 07:51:36 -07:00
Dan Ballard 0263f55073 blip 2015-09-18 08:48:38 -07:00
Dan Ballard 233b24d561 template tweek news; route handler: dont use session for page redirects, bad; further mock edit 2015-09-17 22:49:54 -07:00
Dan Ballard f496ca9f80 prep edit 2015-09-17 08:03:53 -07:00
Dan Ballard bc7fcdde54 gofmt, delete works 2015-09-13 14:57:22 -07:00
Dan Ballard 8f9969b4cc typos, gitignore for intelij 2015-09-05 10:49:29 -07:00
Dan Ballard f9ab27e32a mock out delete news 2015-09-03 07:16:16 -07:00
Dan Ballard 6438250ef7 Work on news list page
TODO:
  - fix category path printer (only prints last if there is a parent)
  - dates are all NOW
2015-08-23 11:04:14 -07:00
Dan Ballard d860a5ba02 finish db fn, start template 2015-07-21 07:10:57 -07:00
Dan Ballard 05fe8b575b prep work for news page 2015-07-14 08:10:22 -07:00
Dan Ballard ff1b804cd6 add comprehensive delete, fix bug in changeparent 2015-07-09 07:31:54 -07:00
Dan Ballard 542932a98b add delete handler and stub, also add session to framework handler 2015-07-08 21:44:55 -07:00
Dan Ballard 2fa54d6954 Add works 2015-07-08 20:30:47 -07:00
Dan Ballard a860c3ad70 stub handler for category add 2015-07-07 21:38:15 -07:00
Dan Ballard d8f2c326a4 change parent works 2015-06-21 11:42:05 -07:00
Dan Ballard 47d1bdadd1 work on categories: generalizign tempalte engine, adding functions 2015-06-07 09:34:14 -07:00
Dan Ballard aa1f256215 move 2015-05-22 15:34:06 -07:00
Dan Ballard d0fbd617b3 Merge branch 'manage-categories' of github.com:dballard/transmet into manage-categories
Conflicts:
	route_handlers.go
	templates/pages/categories.html
2015-05-21 23:04:30 -07:00
Dan Ballard 4f023f6093 start categories listing page, in the process of reworking the template code a bit 2015-05-21 23:02:01 -07:00
Dan Ballard d8c7ec2295 favicon 2015-05-21 22:59:28 -07:00
Dan Ballard fea21c9d10 start categories listing page, in the process of reworking the template code a bit 2015-05-21 18:34:14 -07:00
Dan Ballard e75c81fa36 not neeed urldecode also dropping titles/notes 2015-05-18 19:14:20 -07:00
Dan Ballard 7679b45092 usabilit changes 2015-05-16 12:48:42 -07:00
Dan Ballard 98457565c9 mark export works 2015-05-15 07:26:50 -07:00
Dan Ballard b45c66c94e add to transmet button 2015-05-13 23:12:39 -07:00
Dan Ballard 6ccf2a6898 html tempalte works! 2015-05-13 08:26:30 -07:00
Dan Ballard 4d05a266d1 work on news loading 2015-05-12 23:21:06 -07:00
Dan Ballard 277718e907 properly show category depth, start loading news for template 2015-05-12 08:32:47 -07:00
Dan Ballard 93000625c7 logout 2015-05-11 22:12:51 -07:00
Dan Ballard dddcf38d89 renameing for UX and adding now works 2015-05-11 22:06:28 -07:00
Dan Ballard 41936e57bb almost save news and error handling for 2015-05-10 14:55:21 -07:00
Dan Ballard f7b74041d7 prep for saving post 2015-05-08 08:30:35 -07:00
Dan Ballard 605fc93409 load tags, start showing in template drop down 2015-05-07 08:31:18 -07:00
Dan Ballard c5ba1b3041 finish title pull 2015-05-05 07:09:10 -07:00
Dan Ballard 43000b45f2 get title fix 2015-05-03 09:58:43 -07:00
Dan Ballard 5f5e69a298 work on /add - start fetching and trying to parse ?url= 2015-05-03 09:31:36 -07:00
Dan Ballard fe41cc2405 add form page 2015-05-02 12:28:11 -07:00