Age | Commit message (Expand) | Author |
2017-08-15 | update Omittable, Pushable, interface to take res, req pair like Hooks, updat... | Steve Manuel |
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 |
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 |
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 |
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 |
2017-04-14 | simpler throttle | Kevin Keuning |
2017-04-14 | improved throttle to ensure content is sorted | Kevin Keuning |
2017-04-13 | moving search into own package and renaming funcs throughout | Steve Manuel |
2017-04-11 | Merge branch 'throttle-sort' into ponzu-dev | Steve Manuel |
2017-04-11 | remoeve ErrNoSearchIndex since the implementation is disable by default | Steve Manuel |
2017-04-11 | adding push support to search, only first matched result | Steve Manuel |
2017-04-11 | change implementation of search to opt-in per type, less risky if sensative d... | Steve Manuel |
2017-04-11 | updating waitDuration, should determine if this is configurable or not | Steve Manuel |
2017-04-11 | adding throttled content sorting | Steve Manuel |