summaryrefslogtreecommitdiff
path: root/system/db/upload.go
AgeCommit message (Collapse)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2018-08-19Replaced satori/go.uuid with gofrs/uuid. (#268)nanohard
* Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257.
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