Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-22 | fix: my repo | haturatu | |
2025-02-22 | fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g | haturatu | |
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-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-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 | fix action target for uploads deletes | Ollie Phillips | |
2019-01-01 | bubble archiving errors | Viktoras Kuznecovas | |
2019-01-01 | follow symlinks when archiving | Viktoras Kuznecovas | |
2018-09-11 | Compile regex once instead of each time function is called. | nanohard | |
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-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-05 | added count and offset to search api (#232) | Tornike Razmadze | |
2018-01-14 | Update 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-08 | Move 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 | |||
2017-09-22 | adding data to struct in Update procedure | Steve Manuel | |
2017-08-22 | fix error message in hook | Steve Manuel | |
2017-08-22 | adding store access and buckets from other pkgs | Steve Manuel | |
2017-08-15 | update Omittable, Pushable, interface to take res, req pair like Hooks, ↵ | Steve Manuel | |
update implementations & hydrate items | |||
2017-08-14 | adding additional layer of complexity for init secret | Steve Manuel | |
2017-08-14 | add default domain name to init form based on client hostname | Steve Manuel | |
2017-07-23 | update addon api to support non-domain bind address | Steve Manuel | |
2017-07-23 | adding bind option in CLI run cmd, including in system config | Steve Manuel | |
2017-06-26 | Merge pull request #168 from tom-f/ponzu-dev | Steve Manuel | |
Add backup routine to search | |||
2017-06-27 | fixed approve handler losing data for string slices | Tornike Razmadze | |
2017-06-26 | fixed problem with saving multiple repeaters closes #59 closes #167 | Tornike Razmadze | |
2017-06-24 | Add Backup function to search | Tom Fawssett | |
2017-06-24 | Move file system archive code into backup package | Tom Fawssett | |
2017-06-14 | cleanup | Neven Jacmenović | |
2017-06-12 | fix typo | Steve Manuel | |
'addoon' => 'addon' | |||
2017-06-11 | delayed indexer init (fix for search not working when addons are enabled) | Neven Jacmenović | |
2017-05-29 | adding --docs and --docs-port flags to config and run local docs server | Steve Manuel | |
2017-05-24 | populate item hookable in API update | Steve Manuel | |
2017-05-24 | fixing data var redeclaration | Steve Manuel | |
2017-05-24 | provide delete hooks with the item | Paul Ivanov | |
2017-05-21 | make a proper item for Hookable methods | Paul Ivanov | |
We have all of the information, it's nice to be access the item's members in a natural way, without having to look at the reqest. | |||
2017-05-16 | remove csv download button from search result page | Steve Manuel | |
2017-05-16 | adding fix to UI | Steve Manuel | |