summaryrefslogtreecommitdiff
path: root/system/db/upload.go
AgeCommit message (Collapse)Author
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-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-27move the insert to contentIndex to the same Update callSteve Manuel
2017-04-25adding support for file upload type and API handler to fetch file infoSteve Manuel