summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24adding backup support for analytics.db, system.db, and uploads dirSteve Manuel
2017-01-23adding untracked files for recent basic auth and backup featuresSteve Manuel
2017-01-23adding basic auth middleware, admin/backup route, and backup routines for sys...Steve Manuel
2017-01-23updating timestamp precisionSteve Manuel
2017-01-23adding http basic auth fields for db backup via httpSteve Manuel
2017-01-23organizing importsSteve Manuel
2017-01-20Merge pull request #39 from ponzu-cms/ponzu-devSteve
2017-01-20removing fmt prints. fix is for #38Steve Manuel
2017-01-20adding fix for consistent order in repeaters and multi-value field inputsSteve Manuel
2017-01-20Merge pull request #36 from ponzu-cms/ponzu-devSteve
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel
2017-01-20Merge pull request #35 from crackcomm/masterSteve
2017-01-20cleaner codeƁukasz Kurowski
2017-01-19adding CORS middleware to external API endpoints for browser complianceSteve Manuel
2017-01-19adding upgrade and version to CLI usage and help command, fixing issue #31 wi...Steve Manuel
2017-01-18bumping versionSteve Manuel
2017-01-18updating docs and readmeSteve Manuel
2017-01-18adhere to semantic versioningSteve Manuel
2017-01-17adding updated commands: version, upgradeSteve Manuel
2017-01-17adding version (in general ponzu.json file) and upgrade command to backup, cl...Steve Manuel
2017-01-17Merge branch 'ponzu-dev'Steve Manuel
2017-01-17adding admin UI fixesSteve Manuel
2017-01-16Merge branch 'ponzu-dev'Steve Manuel
2017-01-16update readmeSteve Manuel
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
2017-01-16adding different identifier to checkbox in configSteve Manuel
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, adde...Steve Manuel
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{} thro...Steve Manuel
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