| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-19 | Pull in bootstrap and a few other JS libraries. | Mitch Riedstra | 51 | -0/+58422 | |
| 2021-03-14 | Block /quit on non-local machines | Mitch Riedstra | 1 | -1/+1 | |
| 2021-03-04 | Further refactoring. | Mitch Riedstra | 10 | -403/+377 | |
| 2021-03-04 | Refactor. Pull most of the functions into methods off of an App struct. | Mitch Riedstra | 8 | -139/+124 | |
| Kill most global variables. | |||||
| 2021-03-04 | Switch go go 1.16 and use Embed | Mitch Riedstra | 5 | -159/+154 | |
| 2021-01-12 | Remove the rwmutex from the steam library as the template may be mutating ↵ | Mitchell | 5 | -52/+53 | |
| the map causing issues. Embed the mutexes. | |||||
| 2021-01-12 | Ignore ipv4 link local addresses | Mitchell | 2 | -4/+7 | |
| 2021-01-09 | Add a progress bar to the UI for installation via HTTP. Uses polling, but ↵ | Mitch Riedstra | 7 | -15/+217 | |
| whatever. | |||||
| 2021-01-09 | Add some download stats, and a status endpoint. | Mitch Riedstra | 3 | -12/+61 | |
| 2021-01-08 | Also show the size of games on the page listing | Mitch Riedstra | 1 | -1/+1 | |
| 2021-01-08 | Make the application a bit more user friendly | Mitch Riedstra | 5 | -7/+159 | |
| Make a split between being accessed over loopback and remotely. Attempt to show the IP of the server on the internal page to make it easy to hand out. Remove the ability to change any of the runtime configuration or quit the program unless you're local. | |||||
| 2020-11-21 | Add some version information and a license. | Mitch Riedstra | 2 | -1/+6 | |
| 2020-11-21 | Allow the library to be changed. Fix up quit handler. Improve logging | Mitch Riedstra | 6 | -5/+44 | |
| 2020-11-21 | Bind to a random port of the default one is taken. Add a quit option to the GUI | Mitch Riedstra | 2 | -2/+21 | |
| 2020-11-21 | Most of the functionality I want is there now, it's not pretty though. | Mitch Riedstra | 8 | -52/+290 | |
| Build the web server and the command line in the build script Allow for deletion of games from the library Move the download function out of main.go Add more information to the index template and handler. Allow for downloads from URLs and installation from local files. Allow changing of the library path via a command line flag Automatically start the web browser on windows | |||||
| 2020-11-21 | Initial version of a web interface | Mitch Riedstra | 5 | -0/+240 | |
