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
/
db
/
config.go
Age
Commit message (
Collapse
)
Author
2016-12-18
contin. debugging host port issue in config
Steve Manuel
2016-12-18
contin. debugging host port issue in config
Steve Manuel
2016-12-18
contin. debugging host port issue in config
Steve Manuel
2016-12-18
debugging host port issue in config
Steve Manuel
2016-12-18
adding beginning of addon api (cooresponding to previous commit w/ reference ↵
Steve Manuel
addon)
2016-12-06
adding cache (client-based, Etag) to API responses in addition to static ↵
Steve Manuel
files uploaded
2016-12-06
substituting "_{specifier}" => "__{specifier}" so users can add their own ↵
Steve Manuel
types with "_" as a separator and not face conflicts
2016-11-30
checking bounds on config field slice
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
changing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
adding better implementation for etag/cache invalidation
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
adding config, user and refactored some content query code. all in their own ↵
Steve Manuel
files for better maintainability