| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-02 | Fix bug in JSON output for errors. Fix extract bug due to unset library path.dev | Mitchell Riedstra | 2 | -2/+2 | |
| 2021-08-24 | Remove println from the IP finder | Mitchell Riedstra | 1 | -3/+0 | |
| 2021-08-24 | Another development snapshot. Updated license. Added Swagger ↵ | Mitchell Riedstra | 16 | -146/+1269 | |
| documentation--embedded! Note about 'swaggo' | |||||
| 2021-08-18 | Start poking at swaggo instead of go-swagger | Mitchell Riedstra | 2 | -120/+12 | |
| 2021-08-11 | Add a Windows specific function to scrape the route table for the IP address ↵ | Mitchell Riedstra | 3 | -33/+112 | |
| from the default route. | |||||
| 2021-08-11 | Mess around with go-swagger annotations. Remove some commented out code. | Mitchell Riedstra | 5 | -45/+268 | |
| 2021-08-09 | Fix up cli. Continue fixing up the library and web app. Initial API spec | Mitchell Riedstra | 3 | -49/+56 | |
| 2021-08-04 | More major changes. Web UI works. Downloading games works. Status works. ↵ | Mitch Riedstra | 6 | -138/+96 | |
| extractFile needs work | |||||
| 2021-08-04 | Pretty large structural changes. Non-building development snapshot | Mitchell Riedstra | 4 | -24/+46 | |
| 2021-08-02 | Compatibility with MacOS. Starting browsers is now a bit simplier on each ↵ | Mitch Riedstra | 5 | -21/+53 | |
| platform. | |||||
| 2021-04-05 | Remove delete button if not local | Mitchell Riedstra | 1 | -0/+2 | |
| 2021-04-03 | Some changes to make supporting a demo environment easier. Docker compose demo. | Mitchell Riedstra | 5 | -15/+90 | |
| 2021-03-20 | Update documentation. Remove all traces of chdir from the steam library. ↵ | Mitchell | 5 | -15/+44 | |
| Remove most linter complaints. | |||||
| 2021-03-19 | Sweeping changes to switch to bootstrap and make the UI overall a bit more ↵ | Mitch Riedstra | 6 | -180/+412 | |
| user friendly | |||||
| 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 | 3 | -1/+8 | |
| 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 | |
| 2020-11-20 | Works after reorganization. | Mitch Riedstra | 3 | -88/+60 | |
| 2020-11-20 | Reorganize. Update to use go modules. | Mitch Riedstra | 1 | -0/+196 | |
