summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-09Merge pull request #328 from fedir/patch-3Steve Manuel
Update README.md
2019-10-31Update README.mdFedir RYKHTIK
Spelling check
2019-10-04remove broken README badgeSteve Manuel
2019-08-01Merge pull request #311 from ponzu-cms/ponzu-devOllie Phillips
Merging ponzu-dev to master as v0.11.0
2019-07-18version increment to 0.11.0Ollie Phillips
2019-05-09Merge pull request #305 from olliephillips/ponzu-devOllie Phillips
Tentatively merging this @nilslice. The code and markdown docs are complete I think. As I understand it, you'll need to merge it to master. I can't do that - and a good thing too ;) I'll do the same on the main docs repo also
2019-05-09spaces in place of tabsOllie Phillips
2019-05-09amending repo docs for addition of BeforeAPIResponse and AfterAPIResponse ↵Ollie Phillips
event hooks
2019-04-04removed []byte return on AfterAPIResponse, not needed)Ollie Phillips
2019-03-29passing data to hooksOllie Phillips
2019-03-29api before/after response hooksOllie Phillips
2019-03-28Merge pull request #301 from olliephillips/ponzu-devSteve Manuel
adds physical file deletion, when deleting an uploaded file from Ponzu
2019-03-26avoid feeding filepath.Join panicable sliceOllie Phillips
2019-03-26use filepath.Join for best OS compatiblityOllie Phillips
2019-03-26single allocation for uplaod targetOllie Phillips
2019-03-25delete physical upload from diskOllie Phillips
2019-03-25devOllie Phillips
2019-03-25devOllie Phillips
2019-03-25Merge pull request #300 from ponzu-cms/ponzu-devSteve Manuel
bugfix: admin delete on file uploads
2019-03-25version: bump 0.10.1 for releaseSteve Manuel
2019-03-25fix action target for uploads deletesOllie Phillips
2019-03-25updated to 0.10.0 for the repo, 0.9.4 in the 0.10.0 release which might ↵Ollie Phillips
require a 0.10.1 release to rectify
2019-01-01Merge pull request #292 from ponzu-cms/ponzu-devSteve Manuel
backup: follow symlinks when archiving
2019-01-01bubble archiving errorsViktoras Kuznecovas
2019-01-01follow symlinks when archivingViktoras Kuznecovas
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