summaryrefslogtreecommitdiff
path: root/system/admin/server.go
AgeCommit message (Collapse)Author
2016-10-06adding authentication & token-based persistence for users, init setup for ↵Steve Manuel
first-use, pulling out some handlers into separate file for readability and navigation
2016-10-05removing some debug printlnsSteve Manuel
2016-10-04implementing support for file uploads, fixing some content issues with ↵Steve Manuel
non-standard characters, removing base64 encoding of content
2016-10-02adding new routes, UI and admin interface stylesSteve Manuel
2016-09-29added parsing and formatting code for inbound data formatted specially for ↵Steve Manuel
gorilla/schema struct decoding. these values are normalized for db insertion
2016-09-24creating JSON API server, initial version workingSteve Manuel