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
Age
Commit message (
Expand
)
Author
2017-01-19
adding CORS middleware to external API endpoints for browser compliance
Steve Manuel
2017-01-19
adding upgrade and version to CLI usage and help command, fixing issue #31 wi...
Steve Manuel
2017-01-18
bumping version
Steve Manuel
2017-01-18
updating docs and readme
Steve Manuel
2017-01-18
adhere to semantic versioning
Steve Manuel
2017-01-17
adding updated commands: version, upgrade
Steve Manuel
2017-01-17
adding version (in general ponzu.json file) and upgrade command to backup, cl...
Steve Manuel
2017-01-17
Merge branch 'ponzu-dev'
Steve Manuel
2017-01-17
adding admin UI fixes
Steve Manuel
2017-01-16
Merge branch 'ponzu-dev'
Steve Manuel
2017-01-16
update readme
Steve Manuel
2017-01-16
[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)
Steve
2017-01-16
adding different identifier to checkbox in config
Steve Manuel
2017-01-16
adding gzip_disabled config setting
Steve Manuel
2017-01-16
adding gzip compression to api endpoints
Steve Manuel
2017-01-16
fix gzip middleware and remove code from sendData func
Steve Manuel
2017-01-16
fixing cors change and gzip response writer
Steve Manuel
2017-01-16
minor optimization in db Updates, added gzip responses for API requests, adde...
Steve Manuel
2017-01-16
clear up debug artifacts and add info to console messages
Steve Manuel
2017-01-16
adding cors helper func
Steve Manuel
2017-01-16
removing fmt debug and changing index of args to match generator
Steve Manuel
2017-01-16
update readme and usage, debug print fmt
Steve Manuel
2017-01-16
adding generator option to select what to generate
Steve Manuel
2017-01-16
updated usage to reflect copy on repository readme
Steve Manuel
2017-01-15
testing func line unsplit
Steve Manuel
2017-01-13
adding more print debug to check problem
Steve Manuel
2017-01-13
checking which services by default are running
Steve Manuel
2017-01-13
adding test in CORS middleware in fix for start
Steve Manuel
2017-01-13
changing config cors field type
Steve Manuel
2017-01-13
adding test to fix bool conversion with schema
Steve Manuel
2017-01-13
updating config model and changing configCache to map[string]interface{} thro...
Steve Manuel
2017-01-13
adding empty config helper in case config has no data
Steve Manuel
2017-01-13
adding stop for PutConfig if there is no config data
Steve Manuel
2017-01-13
adding stop to LoadCacheConfig if there is no config data
Steve Manuel
2017-01-13
adding print debug for config []byte value
Steve Manuel
2017-01-13
pulling db tx from inside outer db tx
Steve Manuel
2017-01-13
testing issue finding config bucket
Steve Manuel
2017-01-13
adding more precise timestamp creation algorithm, and a LoadCacheConfig func ...
Steve Manuel
2017-01-13
changing ConfigCache to return interface{}
Steve Manuel
2017-01-12
update readme
Steve Manuel
2017-01-12
update ponzu banner
Steve Manuel
2017-01-12
update readme
Steve Manuel
2017-01-12
Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev
Steve Manuel
2017-01-12
update readme content
Steve Manuel
2017-01-12
[addons] Expanding basic addon framework (#29)
Steve
2017-01-12
moving reference addon to outside repo - no more "official" addons. Addon rep...
Steve Manuel
2017-01-12
adding fix for pending content being saved but not updated in db
Steve Manuel
2017-01-12
update ui for admin addons page to have more data
Steve Manuel
2017-01-12
and not or in err check
Steve Manuel
2017-01-12
move expensive work outside store.Update in Sort
Steve Manuel
[next]