summaryrefslogtreecommitdiff
path: root/src/rhimportd/uploadWeb.go
Commit message (Expand)AuthorAgeFilesLines
* fixed some typosChristian Pointner2016-04-071-4/+4
* fix possible path transversalChristian Pointner2016-04-071-1/+3
* parse multipart form as a stream to reject wrong authentication before the wh...Christian Pointner2016-04-071-16/+52
* added websocket testclient to static files, some cleanupsChristian Pointner2016-04-021-1/+1
* fix upload cleaner if tempdir ist specified without trailing /Christian Pointner2016-04-021-1/+1
* fix max upload size for 32bitChristian Pointner2016-04-021-1/+1
* reenable password check for uploadChristian Pointner2016-04-021-20/+19
* added http static dir for static filesChristian Pointner2016-04-021-1/+1
* upload cleaner works nowChristian Pointner2016-04-021-8/+27
* improved handling of time.TickerChristian Pointner2016-04-021-5/+9
* added cleaner for uploaded files (not done yet)Christian Pointner2016-04-021-19/+69
* better name for upload dirChristian Pointner2016-04-021-2/+3
* limit maximum upload sizeChristian Pointner2016-04-021-1/+12
* added simple HTTP upload handlerChristian Pointner2016-04-021-0/+127