summaryrefslogtreecommitdiff
path: root/src/rhimportd/uploadWeb.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed errors yielded by go vetChristian Pointner2016-07-131-1/+0
|
* 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 ↵Christian Pointner2016-04-071-16/+52
| | | | whole file got uploaded
* 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