summaryrefslogtreecommitdiff
path: root/system/item
AgeCommit message (Expand)Author
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
2018-09-11Compile regex once instead of each time function is called.nanohard
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
2017-08-15update Omittable, Pushable, interface to take res, req pair like Hooks, updat...Steve 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-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-25adding support for file upload type and API handler to fetch file infoSteve Manuel
2017-04-17package documentation for godocSteve Manuel
2017-04-13moving search into own package and renaming funcs throughoutSteve Manuel
2017-04-11remoeve ErrNoSearchIndex since the implementation is disable by defaultSteve Manuel
2017-04-11change implementation of search to opt-in per type, less risky if sensative d...Steve Manuel
2017-04-06renaming and add Delete operation for search indexSteve Manuel
2017-04-06default implementation fixSteve Manuel
2017-04-06adding default implementation of db.SearchableSteve Manuel
2017-03-20adding NormailzeString func exporting the stringToSlug uri formatterSteve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-02-13fix typo in comment docSteve Manuel
2017-02-13adding item.Omittable interface for field-level omission of data in responses...Steve Manuel
2017-02-07adding hooks for before/after accept on external handler and implementation i...Steve Manuel
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write...Steve
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2017-01-03adding link to WikiSteve Manuel
2016-12-30update Hide method in Hideable interface, change GMT label to UTCSteve Manuel
2016-12-30adding Hideable interface and initial implementation, allowing user to define...Steve Manuel
2016-12-29adding initial implementation of HTTP/2 server push to single content api rep...Steve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve