Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
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 | move the insert to contentIndex to the same Update call | 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 | adding mutex to protect configCache map, fixes race condition | Steve Manuel | |
2017-04-17 | fix ineffassign and spelling errors | Steve Manuel | |
2017-04-17 | package documentation for godoc | Steve Manuel | |