summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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
2017-05-15update csv labelSteve Manuel
2017-05-15update csv labelSteve Manuel
2017-05-15fixing UISteve Manuel
2017-05-15changing file perm on tempSteve Manuel
2017-05-15manually call remove and close, debug responseSteve Manuel
2017-05-15flush csv writer and fix uiSteve Manuel
2017-05-15adding csv format interface and handler implSteve Manuel
2017-05-01adding admin action hooks to handlers and hookable interfaceSteve Manuel
2017-05-01adding hooks to interface and handler for addon enable/disableSteve Manuel
2017-04-29add delete procedure and implementation for uploadsSteve Manuel
2017-04-29adding search, edit/new, and list view for uploadsSteve Manuel
2017-04-29fmt bytes to readable and update setupload logic to allow editsSteve Manuel
2017-04-29update nav url and iconSteve Manuel
2017-04-29adding view and links to admin/managerSteve Manuel
2017-04-27move the insert to contentIndex to the same Update callSteve Manuel
2017-04-27fixing typo and removing ui classes where not neededSteve Manuel
2017-04-25adding support for file upload type and API handler to fetch file infoSteve Manuel
2017-04-21add context cancellation to backup routinesErwin Ticzon
2017-04-17adding mutex to protect configCache map, fixes race conditionSteve Manuel
2017-04-17fix ineffassign and spelling errorsSteve Manuel
2017-04-17package documentation for godocSteve Manuel
2017-04-14simpler throttleKevin Keuning
2017-04-14improved throttle to ensure content is sortedKevin Keuning
2017-04-13moving search into own package and renaming funcs throughoutSteve Manuel
2017-04-11Merge branch 'throttle-sort' into ponzu-devSteve Manuel