Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | Fix missing imports | Miguel Angel Ajo | |
2019-12-30 | Also handle uploads | Miguel Angel Ajo | |
2019-12-30 | Also add path to db files | Miguel Angel Ajo | |
2019-12-29 | Allow data directories outside pwd | Miguel Angel Ajo | |
Running ponzu-cms inside a docker container, and maintaining data files in a volume (or several) was not possible with the previous directory schema without copying files or binaries to the volume. This commit adds several environment variables to allow the administrator to specify paths for directories while retaining backwards compatibility. - PONZU_DATA_DIR : is the directory where all the data and other directories will be stored, still the other directories can be controlled by the other env variables. - PONZU_TLS_DIR : is the directory to store devcerts and autocerts - PONZU_ADMINSTATIC_DIR : directory where the admin static files are served from. - PONZU_UPLOAD_DIR: upload files directory - PONZU_SEARCH_DIR: index directory for searches | |||
2019-11-29 | upload: early return when no files to upload | Steve Manuel | |
2019-11-09 | Merge pull request #328 from fedir/patch-3 | Steve Manuel | |
Update README.md | |||
2019-10-31 | Update README.md | Fedir RYKHTIK | |
Spelling check | |||
2019-10-04 | remove broken README badge | Steve Manuel | |
2019-08-01 | Merge pull request #311 from ponzu-cms/ponzu-dev | Ollie Phillips | |
Merging ponzu-dev to master as v0.11.0 | |||
2019-07-18 | version increment to 0.11.0 | Ollie Phillips | |
2019-05-09 | Merge pull request #305 from olliephillips/ponzu-dev | Ollie 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-09 | spaces in place of tabs | Ollie Phillips | |
2019-05-09 | amending repo docs for addition of BeforeAPIResponse and AfterAPIResponse ↵ | Ollie Phillips | |
event hooks | |||
2019-04-04 | removed []byte return on AfterAPIResponse, not needed) | Ollie Phillips | |
2019-03-29 | passing data to hooks | Ollie Phillips | |
2019-03-29 | api before/after response hooks | Ollie Phillips | |
2019-03-28 | Merge pull request #301 from olliephillips/ponzu-dev | Steve Manuel | |
adds physical file deletion, when deleting an uploaded file from Ponzu | |||
2019-03-26 | avoid feeding filepath.Join panicable slice | Ollie Phillips | |
2019-03-26 | use filepath.Join for best OS compatiblity | Ollie Phillips | |
2019-03-26 | single allocation for uplaod target | Ollie Phillips | |
2019-03-25 | delete physical upload from disk | Ollie Phillips | |
2019-03-25 | dev | Ollie Phillips | |
2019-03-25 | dev | Ollie Phillips | |
2019-03-25 | Merge pull request #300 from ponzu-cms/ponzu-dev | Steve Manuel | |
bugfix: admin delete on file uploads | |||
2019-03-25 | version: bump 0.10.1 for release | Steve Manuel | |
2019-03-25 | fix action target for uploads deletes | Ollie Phillips | |
2019-03-25 | updated 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-01 | Merge pull request #292 from ponzu-cms/ponzu-dev | Steve Manuel | |
backup: follow symlinks when archiving | |||
2019-01-01 | bubble archiving errors | Viktoras Kuznecovas | |
2019-01-01 | follow symlinks when archiving | Viktoras Kuznecovas | |
2018-11-11 | Merge pull request #285 from fedir/patch-1 | Steve Manuel | |
Typo: addons => add-ons | |||
2018-11-11 | Merge branch 'master' into patch-1 | Steve Manuel | |
2018-11-11 | Merge pull request #286 from fedir/patch-2 | Steve Manuel | |
Typo illustration | |||
2018-10-14 | Typo illustration | Fedir RYKHTIK | |
2018-10-14 | Typo addons | Fedir RYKHTIK | |
https://en.wikipedia.org/wiki/Add-on | |||
2018-10-09 | Merge pull request #284 from ponzu-cms/ponzu-dev | Steve Manuel | |
regex fixes in editor ui + compile optimization | |||
2018-10-09 | Merge pull request #277 from nanohard/enhance/regex-compile | Steve Manuel | |
Compile regex once instead of each time function is called. | |||
2018-09-11 | Compile regex once instead of each time function is called. | nanohard | |
2018-09-10 | Merge pull request #275 from nanohard/fix/richtext-dash | Steve Manuel | |
Allow &endash and &emdash. Closes #271. | |||
2018-09-10 | Merge branch 'master' into fix/richtext-dash | Steve Manuel | |
2018-09-10 | Allow &endash and &emdash. Closes #271. | nanohard | |
2018-08-19 | Replaced 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-19 | Merge branch 'master' of github.com:ponzu-cms/ponzu | Steve Manuel | |
2018-08-19 | admin 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-19 | Replaced 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-09 | remove http2 package from vendor | Steve Manuel | |
2018-05-09 | merge 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-23 | upgrade circle go version to 1.10 | Steve Manuel | |
2018-03-05 | added count and offset to search api (#232) | Tornike Razmadze | |
2018-01-24 | Fix typo in 'new' help-text` (#227) (#228) | Steve Manuel | |