summaryrefslogtreecommitdiff
path: root/src/rhimportd/uploadWeb.go
Commit message (Expand)AuthorAgeFilesLines
* client/session specific log prefixesChristian Pointner2016-07-241-1/+1
* improved logging in error case at webuploadChristian Pointner2016-07-231-2/+2
* print size and sha256 hash of finished uploadChristian Pointner2016-07-231-2/+9
* greatly simplified web uploadsChristian Pointner2016-07-231-78/+15
* some cleanup and imrpovments (mainly in the javasctipt test sitesChristian Pointner2016-07-231-1/+1
* improved error handling for uploadWebChristian Pointner2016-07-231-17/+17
* added debug outputChristian Pointner2016-07-221-0/+1
* new uploadWeb mostly doneChristian Pointner2016-07-221-18/+54
* make uploadWeb part of session store - not finished yetChristian Pointner2016-07-221-117/+18
* 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 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