summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimportd/ctrlWebSimple.go
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2016-01-051-1/+1
|
* streamlined the usage of rhimport.NewContextChristian Pointner2016-01-051-4/+5
|
* removed Import prefix of some typesChristian Pointner2016-01-051-5/+5
|
* replaces FetchResult by ImportResultChristian Pointner2016-01-051-8/+7
|
* improved coding styleChristian Pointner2015-12-311-3/+2
|
* export session store to control interfacesChristian Pointner2015-12-291-1/+1
|
* added basic websockethandler control interfaceChristian Pointner2015-12-291-1/+1
|
* basic session handling works nowChristian Pointner2015-12-211-0/+1
|
* improved type safetyChristian Pointner2015-12-201-2/+2
|
* progress for telnet interface works nowChristian Pointner2015-12-191-5/+0
|
* fetcher now checks for permissionsChristian Pointner2015-12-191-5/+9
| | | | improved error handling for fetcher
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-151-0/+3
|
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-141-2/+20
|
* added more sophisticated import options - still needs testingChristian Pointner2015-12-141-2/+15
|
* improved HTTP status codeChristian Pointner2015-12-131-1/+1
|
* GroupName should now be only supplied for music poolsChristian Pointner2015-12-131-5/+5
| | | | added context SanityCheck before fetching files
* some thoughtsChristian Pointner2015-12-121-0/+4
|
* importer now knows which information is needed for what operationChristian Pointner2015-12-121-3/+3
| | | | uint vs int for some values
* ImportFile now passes through result from RDXportChristian Pointner2015-12-121-5/+6
|
* added add_cart functionChristian Pointner2015-12-101-1/+1
|
* added support for progress callbacksChristian Pointner2015-12-101-0/+5
|
* renamed RDDB to RdDb and added code to fetch show infos based on IDChristian Pointner2015-12-081-2/+2
|
* moved DB into seperate moduleChristian Pointner2015-12-081-4/+4
|
* major refactoring of base structureChristian Pointner2015-12-081-17/+30
|
* further improved simple web interfaceChristian Pointner2015-12-041-0/+105