aboutsummaryrefslogtreecommitdiff
path: root/cmd/web
AgeCommit message (Expand)AuthorFilesLines
2021-08-02Compatibility with MacOS. Starting browsers is now a bit simplier on each pla...Mitch Riedstra5-21/+53
2021-04-05Remove delete button if not localMitchell Riedstra1-0/+2
2021-04-03Some changes to make supporting a demo environment easier. Docker compose demo.Mitchell Riedstra5-15/+90
2021-03-20Update documentation. Remove all traces of chdir from the steam library. Remo...Mitchell5-15/+44
2021-03-19Sweeping changes to switch to bootstrap and make the UI overall a bit more us...Mitch Riedstra6-180/+412
2021-03-19Pull in bootstrap and a few other JS libraries.Mitch Riedstra51-0/+58422
2021-03-14Block /quit on non-local machinesMitch Riedstra1-1/+1
2021-03-04Further refactoring.Mitch Riedstra10-403/+377
2021-03-04Refactor. Pull most of the functions into methods off of an App struct.Mitch Riedstra8-139/+124
2021-03-04Switch go go 1.16 and use EmbedMitch Riedstra5-159/+154
2021-01-12Remove the rwmutex from the steam library as the template may be mutating the...Mitchell5-52/+53
2021-01-12Ignore ipv4 link local addressesMitchell2-4/+7
2021-01-09Add a progress bar to the UI for installation via HTTP. Uses polling, but wha...Mitch Riedstra7-15/+217
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra3-12/+61
2021-01-08Also show the size of games on the page listingMitch Riedstra1-1/+1
2021-01-08Make the application a bit more user friendlyMitch Riedstra5-7/+159
2020-11-21Add some version information and a license.Mitch Riedstra2-1/+6
2020-11-21Allow the library to be changed. Fix up quit handler. Improve loggingMitch Riedstra6-5/+44
2020-11-21Bind to a random port of the default one is taken. Add a quit option to the GUIMitch Riedstra2-2/+21
2020-11-21Most of the functionality I want is there now, it's not pretty though.Mitch Riedstra8-52/+290
2020-11-21Initial version of a web interfaceMitch Riedstra5-0/+240