index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
admin
/
handlers.go
Age
Commit message (
Collapse
)
Author
2016-10-22
debugging update user handler and db code
Steve Manuel
2016-10-22
debuggig
Steve Manuel
2016-10-22
implementing handlers for user configuration
Steve Manuel
2016-10-22
implementing handlers for user configuration
Steve Manuel
2016-10-22
implementing handlers for user configuration
Steve Manuel
2016-10-22
adding initial support to edit and add admin users
Steve Manuel
2016-10-22
adding initial support to edit and add admin users
Steve Manuel
2016-10-22
adding initial support to edit and add admin users
Steve Manuel
2016-10-21
adding initial support for TLS encryption via Lets Encrypt
Steve Manuel
2016-10-18
updating form enctype to meet ponzu system requirements [multipart/form-data]
Steve Manuel
2016-10-18
debugging deleteHandler
Steve Manuel
2016-10-18
setting form method
Steve Manuel
2016-10-18
setting form method
Steve Manuel
2016-10-18
adjusting style to quick-delete-post button and adding JS form control
Steve Manuel
2016-10-18
changing UI for quick-delete-post button
Steve Manuel
2016-10-18
changing UI for quick-delete-post button
Steve Manuel
2016-10-18
adding delete button [quick-delete-post]
Steve Manuel
2016-10-18
updating search results to reflect new admin list item for posts
Steve Manuel
2016-10-18
updating some UI and JS code
Steve Manuel
2016-10-18
updating time format and fixing typo
Steve Manuel
2016-10-18
enriching admin view with more post info per post item
Steve Manuel
2016-10-18
enriching admin view with more post info per post item
Steve Manuel
2016-10-18
fixing typo
Steve Manuel
2016-10-18
implementing initial version of sorted results for admin
Steve Manuel
2016-10-18
fixing UI and implementing ASC/DESC switch
Steve Manuel
2016-10-18
updating UI
Steve Manuel
2016-10-18
adding ASC/DESC toggle for post order display
Steve Manuel
2016-10-18
adding ASC/DESC toggle for post order display
Steve Manuel
2016-10-18
updating call location of StoreContent to be centralized to db actions, ↵
Steve Manuel
rather than inside http handlers
2016-10-18
implementing Sort on sortable posts, testing functionality
Steve Manuel
2016-10-17
updating handler code to support new timestamp and updated fields
Steve Manuel
2016-10-13
fixing url
Steve Manuel
2016-10-13
updating URL redirect after delete
Steve Manuel
2016-10-13
modify to read multipart form post
Steve Manuel
2016-10-13
fixing typo
Steve Manuel
2016-10-13
adding admin server handler for deleting content
Steve Manuel
2016-10-10
removing debug and old code
Steve Manuel
2016-10-09
adding static file server, new implementation
Steve Manuel
2016-10-09
returning absolute import paths, will move to vendor in future commit
Steve Manuel
2016-10-09
renaming import paths globally to ensure build is using new files, not ones ↵
Steve Manuel
from original repo
2016-10-09
updating import paths
Steve Manuel
2016-10-07
adding cache control and etags to responses for static assets + moved ↵
Steve Manuel
handlers/helper upload func
2016-10-06
moved all handlers outside of callers. may need to split up handlers in to ↵
Steve Manuel
grouped files
2016-10-06
adding authentication & token-based persistence for users, init setup for ↵
Steve Manuel
first-use, pulling out some handlers into separate file for readability and navigation
[prev]