summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-16adding gzip_disabled config settingSteve Manuel
2017-01-16adding gzip compression to api endpointsSteve Manuel
2017-01-16fix gzip middleware and remove code from sendData funcSteve Manuel
2017-01-16fixing cors change and gzip response writerSteve Manuel
2017-01-16minor optimization in db Updates, added gzip responses for API requests, ↵Steve Manuel
added better CORS control
2017-01-16clear up debug artifacts and add info to console messagesSteve Manuel
2017-01-16adding cors helper funcSteve Manuel
2017-01-16removing fmt debug and changing index of args to match generatorSteve Manuel
2017-01-16update readme and usage, debug print fmtSteve Manuel
2017-01-16adding generator option to select what to generateSteve Manuel
2017-01-16updated usage to reflect copy on repository readmeSteve Manuel
2017-01-15testing func line unsplitSteve Manuel
2017-01-13adding more print debug to check problemSteve Manuel
2017-01-13checking which services by default are runningSteve Manuel
2017-01-13adding test in CORS middleware in fix for startSteve Manuel
2017-01-13changing config cors field typeSteve Manuel
2017-01-13adding test to fix bool conversion with schemaSteve Manuel
2017-01-13updating config model and changing configCache to map[string]interface{} ↵Steve Manuel
throughout codebase
2017-01-13adding empty config helper in case config has no dataSteve Manuel
2017-01-13adding stop for PutConfig if there is no config dataSteve Manuel
2017-01-13adding stop to LoadCacheConfig if there is no config dataSteve Manuel
2017-01-13adding print debug for config []byte valueSteve Manuel
2017-01-13pulling db tx from inside outer db txSteve Manuel
2017-01-13testing issue finding config bucketSteve Manuel
2017-01-13adding more precise timestamp creation algorithm, and a LoadCacheConfig func ↵Steve Manuel
to warm the config cache vs. trying to set defaults on init so the cache exists
2017-01-13changing ConfigCache to return interface{}Steve Manuel
2017-01-12update readmeSteve Manuel
2017-01-12update ponzu bannerSteve Manuel
2017-01-12update readmeSteve Manuel
2017-01-12Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-01-12update readme contentSteve Manuel
2017-01-12[addons] Expanding basic addon framework (#29)Steve
2017-01-12moving reference addon to outside repo - no more "official" addons. Addon ↵Steve Manuel
repo now is just links to good addons
2017-01-12adding fix for pending content being saved but not updated in dbSteve Manuel
2017-01-12update ui for admin addons page to have more dataSteve Manuel
2017-01-12and not or in err checkSteve Manuel
2017-01-12move expensive work outside store.Update in SortSteve Manuel
2017-01-12adding content _ import back to mainSteve Manuel
2017-01-12handling errorSteve Manuel
2017-01-11moving content _ import into new system/init package to test importSteve Manuel
2017-01-11moving content _ import to config packageSteve Manuel
2017-01-11move content _ import to adminSteve Manuel
2017-01-11adding package prefixSteve Manuel
2017-01-11moving addon handlers back into admin packageSteve Manuel
2017-01-11moving addon handlers to addon package to avoid import issuesSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-11make url.Values so it is not nil when set/add is calledSteve Manuel
2017-01-11adding pointer to map in unmarshalSteve Manuel
2017-01-11adding []byte driven api vs. url.Values where ever possibleSteve Manuel