summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-11Merge pull request #285 from fedir/patch-1Steve Manuel
Typo: addons => add-ons
2018-11-11Merge branch 'master' into patch-1Steve Manuel
2018-11-11Merge pull request #286 from fedir/patch-2Steve Manuel
Typo illustration
2018-10-14Typo illustrationFedir RYKHTIK
2018-10-14Typo addonsFedir RYKHTIK
https://en.wikipedia.org/wiki/Add-on
2018-10-09Merge pull request #284 from ponzu-cms/ponzu-devSteve Manuel
regex fixes in editor ui + compile optimization
2018-10-09Merge pull request #277 from nanohard/enhance/regex-compileSteve Manuel
Compile regex once instead of each time function is called.
2018-09-11Compile regex once instead of each time function is called.nanohard
2018-09-10Merge pull request #275 from nanohard/fix/richtext-dashSteve Manuel
Allow &endash and &emdash. Closes #271.
2018-09-10Merge branch 'master' into fix/richtext-dashSteve Manuel
2018-09-10Allow &endash and &emdash. Closes #271.nanohard
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
* Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257.
2018-08-19Merge branch 'master' of github.com:ponzu-cms/ponzuSteve Manuel
2018-08-19admin richtext updates, uuid package migration (#269)Steve Manuel
* update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch * Replaced satori/go.uuid with gofrs/uuid. (#268) * Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257. * Added heading styles and table to richtext toolbar. (#267) Closes #207. * Override Cobra's 'help' command to remove duplicate. (#266) Closes #206.
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
* Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257.
2018-05-09remove http2 package from vendorSteve Manuel
2018-05-09merge contributions (#246)Steve Manuel
* expanded help to mention need to import addon (#243) * Remove unused extra backtick (#239) * remove import for golang.org/net/x/http2, co-locate error message * update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch
2018-03-23upgrade circle go version to 1.10Steve Manuel
2018-03-05added count and offset to search api (#232)Tornike Razmadze
2018-01-24Fix typo in 'new' help-text` (#227) (#228)Steve Manuel
2018-01-21[docs] bump version, release docs version (#226)Steve Manuel
* [docs] README.md: update with circle badge and fix docs * [docs] bump version
2018-01-21[docs] README.md: update with circle badge and fix docs (#225)Steve Manuel
2018-01-21Merge branch 'ponzu-dev'Steve Manuel
2018-01-21Remove unnecessary backtick from CLI example (#222)Luc Perkins
Remove unnecessary backtick from CLI example If you copy and paste this command directly it fails.
2018-01-21Better linking between footnote on TLS (#223)Marco Vito Moscaritolo
* Better linking between footnote on TLS
2018-01-14Update to meet Let's Encrypt challenge requirment (#220)Steve Manuel
* [deps] acme/autocert: update to latest with support for "http-01" challenge * [core] system/tls: implement handler for "http-01" challenge
2018-01-14Merge branch 'ponzu-dev' of github.com:ponzu-cms/ponzu into ponzu-devSteve Manuel
2018-01-13[core] system/tls: implement handler for "http-01" challengeSteve Manuel
2018-01-13[deps] acme/autocert: update to latest with support for "http-01" challengeSteve Manuel
2018-01-08Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2018-01-08Fix typo in README.md (#218)Petr Mikusek
2018-01-08Move defer statement into http handler function (#219)Rob Weber
2018-01-04[deps] update go.uuid to latest and include in vendor (#217)Steve Manuel
* Fix UUID issues (#216) * fixing errors due to new updates to uuid packakge * fix fomatting * updating vendored version of uuid package * adding test for more content types
2018-01-03Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2018-01-03Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2018-01-03Fix UUID issues (#216)Nick Randall
* fixing errors due to new updates to uuid packakge * fix fomatting * updating vendored version of uuid package
2017-12-31[cli] add .circleci to paths for post-new removal (#215)Steve Manuel
2017-12-31[cli] add .circleci to paths for post-new removalSteve Manuel
2017-12-20[testing] setting up CI (#210)Steve Manuel
* add circle.yml * docker: update go version to 1.9 * add comments and organize steps * temporarily remove go test step * add ponzu install step * add generate, build, run and test
2017-12-12docs fix (#209)Steve Manuel
* upgrade from ponzu-dev or fork (#198) * docs and readme updated to remove an excessive struct field (#106) (#208)
2017-12-12docs and readme updated to remove an excessive struct field (#106) (#208)Ihar Suvorau
2017-12-12upgrade from ponzu-dev or fork (#198)Ollie Phillips
2017-09-22Merge pull request #195 from ponzu-cms/ponzu-devSteve Manuel
adding data to struct in Update procedure
2017-09-22adding data to struct in Update procedureSteve Manuel
2017-09-01increase os compatibility Steve Manuel
single quotes -> double quotes
2017-09-01Merge pull request #189 from ponzu-cms/ponzu-devSteve Manuel
[docs] sync docs after Push method example update
2017-09-01sync docs after Push method example updateSteve Manuel
2017-08-22Merge pull request #188 from ponzu-cms/ponzu-devSteve Manuel
[core] adding String method to generated content type with better default
2017-08-22adding String method to generated content type with better default for ↵Steve Manuel
easier feature discovery
2017-08-22Merge pull request #187 from ponzu-cms/ponzu-devSteve Manuel
[repo] localize all ignore paths to top level