summaryrefslogtreecommitdiff
path: root/system/db/upload.go
AgeCommit message (Collapse)Author
2018-01-03Fix UUID issues (#216)Nick Randall
* fixing errors due to new updates to uuid packakge * fix fomatting * updating vendored version of uuid package
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