- Feb 23, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
add config with higher upload limit. Add basic bash run script. Add cmake directives to put these in install location.
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Move extension checking into add method. Change scan results to not have booleans and cause issues with switches. Implement moving/checking/adding uploaded track to library.
-
- Feb 22, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
- Feb 21, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
- Feb 20, 2017
-
-
Kevin Whitaker authored
Make sure track path is saved to track view so sending it back won't crash. Keep track of users for requests to implement limited amounts of requests. Implement requesting with limits.
-
Kevin Whitaker authored
Implement basics of search using sql like. Now with so much data passing, curtail some object deletions.
-
- Feb 19, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Have backend also keep track of users who voted on a track to prevent duplicate voting. Add vote count next to vote button. Make sure these details are correct, event on refresh.
-
Kevin Whitaker authored
Implement vote sending to backend. Have trackdetails spit out a msotly complete audiotrack for voting. Fix voting to actually modify list. Fix js code to not break on songs with apostrophes.
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Clean up some things. Make skip vote longer. Put in js that should show notifications for skip requests.
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Implement basics of voting ui. Change vote selection code to also inject cover before putting in list. Make sure player sends winning track to highlight on client.
-
- Feb 18, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Uncomment user actions and fix by finding active DB object instead of converting dead one. Use font-awesome to make icons for buttons. Implement rest of basic logic for login page. Some style fixings. Start adding skip controls.
-
Kevin Whitaker authored
Make sql connection public to share same connection pool. Layout calls for user info from DB. Implement login path.
-
Kevin Whitaker authored
-
Kevin Whitaker authored
-
- Feb 17, 2017
-
-
Kevin Whitaker authored
add boost in because wt seems to now complain about it. Remove first song change message as it's unlikely anyone will encounter it with other events firing soon after. Start cleaning up some container/layout mess. Implement trackdetails and show this on the play controls.
-
Kevin Whitaker authored
-
- Feb 15, 2017
-
-
Kevin Whitaker authored
Start implementing web UI. Add track detail container. Comment out some old test code and DB code while more gets hooked up. Play/pause button is mostly implemented.
-
- Feb 14, 2017
-
-
Kevin Whitaker authored
Add code to try and make sure second votable track is different from first. Implement code to handle skip requests in player.
-
- Feb 09, 2017
-
-
Kevin Whitaker authored
-
Kevin Whitaker authored
Redo events so that the event can have needed info alongside it. Make sure when computer is picking tracks if no votes that it doesn't pick a song that just played if possible. Fix mislabeled method. Implement untest admin skip and vote code.
-
Kevin Whitaker authored
Remove lots of DB calls just for getting the current track. Add update call for vote closing. Add some code to try and avoid having current playing track show up in votes again.
-
Kevin Whitaker authored
-
- Feb 08, 2017
-
-
Kevin Whitaker authored
Add taglib to project to get extra cover data(and possibly replace libgroove for this function). Remove oggs from accepted files until I can figure out cover data for them better. Add non-persisted field for this to audiotrack object and method to add this data to it in memory.
-
- Feb 06, 2017
-
-
Kevin Whitaker authored
-