summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2025-02-22fix: my repohaturatu
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2019-12-30Fix missing importsMiguel Angel Ajo
2019-12-30Also handle uploadsMiguel Angel Ajo
2019-12-30Also add path to db filesMiguel Angel Ajo
2019-12-29Allow data directories outside pwdMiguel 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-29upload: early return when no files to uploadSteve Manuel
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-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-25fix action target for uploads deletesOllie Phillips
2019-01-01bubble archiving errorsViktoras Kuznecovas
2019-01-01follow symlinks when archivingViktoras Kuznecovas
2018-09-11Compile regex once instead of each time function is called.nanohard
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-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-05added count and offset to search api (#232)Tornike Razmadze
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-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
2017-09-22adding data to struct in Update procedureSteve Manuel
2017-08-22fix error message in hookSteve Manuel
2017-08-22adding store access and buckets from other pkgsSteve Manuel
2017-08-15update Omittable, Pushable, interface to take res, req pair like Hooks, ↵Steve Manuel
update implementations & hydrate items
2017-08-14adding additional layer of complexity for init secretSteve Manuel
2017-08-14add default domain name to init form based on client hostnameSteve Manuel
2017-07-23update addon api to support non-domain bind addressSteve Manuel
2017-07-23adding bind option in CLI run cmd, including in system configSteve Manuel
2017-06-26Merge pull request #168 from tom-f/ponzu-devSteve Manuel
Add backup routine to search
2017-06-27fixed approve handler losing data for string slicesTornike Razmadze
2017-06-26fixed problem with saving multiple repeaters closes #59 closes #167Tornike Razmadze
2017-06-24Add Backup function to searchTom Fawssett
2017-06-24Move file system archive code into backup packageTom Fawssett
2017-06-14cleanupNeven Jacmenović
2017-06-12fix typoSteve Manuel
'addoon' => 'addon'
2017-06-11delayed indexer init (fix for search not working when addons are enabled)Neven Jacmenović
2017-05-29adding --docs and --docs-port flags to config and run local docs serverSteve Manuel
2017-05-24populate item hookable in API updateSteve Manuel
2017-05-24fixing data var redeclarationSteve Manuel
2017-05-24provide delete hooks with the itemPaul Ivanov
2017-05-21make a proper item for Hookable methodsPaul 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-16remove csv download button from search result pageSteve Manuel
2017-05-16adding fix to UISteve Manuel