Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2018-09-10 | Allow &endash and &emdash. Closes #271. | nanohard | |
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 | 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-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-05-29 | adding --docs and --docs-port flags to config and run local docs server | 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 | |
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | fixing UI | Steve Manuel | |
2017-05-15 | changing file perm on temp | Steve Manuel | |
2017-05-15 | manually call remove and close, debug response | Steve Manuel | |
2017-05-15 | flush csv writer and fix ui | Steve Manuel | |
2017-05-15 | adding csv format interface and handler impl | Steve Manuel | |
2017-05-01 | adding admin action hooks to handlers and hookable interface | Steve Manuel | |
2017-05-01 | adding hooks to interface and handler for addon enable/disable | Steve Manuel | |
2017-04-29 | add delete procedure and implementation for uploads | Steve Manuel | |
2017-04-29 | adding search, edit/new, and list view for uploads | Steve Manuel | |
2017-04-29 | fmt bytes to readable and update setupload logic to allow edits | Steve Manuel | |
2017-04-29 | update nav url and icon | Steve Manuel | |
2017-04-29 | adding view and links to admin/manager | Steve Manuel | |
2017-04-27 | fixing typo and removing ui classes where not needed | Steve Manuel | |
2017-04-25 | adding support for file upload type and API handler to fetch file info | Steve Manuel | |
2017-04-21 | add context cancellation to backup routines | Erwin Ticzon | |
2017-04-17 | fix ineffassign and spelling errors | Steve Manuel | |
2017-04-17 | package documentation for godoc | Steve Manuel | |
2017-04-03 | move iterator to suffix of key to avoid clashing, include status in UI sort | Steve Manuel | |
2017-04-03 | set date to UTC times on server create, and updated editor timestamp to ↵ | Steve Manuel | |
increase precision to seconds level | |||
2017-03-21 | adding cache-control age and disabler | Steve Manuel | |
2017-03-20 | adding filename normalization and sanitization for file uploads | Steve Manuel | |
2017-03-16 | Typo fixes | ferhat elmas | |