Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Arbitrateor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Whitaker
Arbitrateor
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
48a33d31ecefc7b83f08a71f0d7d760a8200d206
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
14
Feb
12
Nov
27
Feb
24
23
22
21
19
18
17
16
15
13
8
6
5
4
3
1
31
Jan
30
29
28
27
Update README.md to fix typo
master
master
Add LICENSE
Disable replaygain until I can figure out why it's causing problems.
Set log output is sent to file. Implment seemingly correct replain gain support.
Worked changing password into admin.
limit tracks some more. Have track updated in title too.
limit results at the sql level.
put in base of install root when installing.
Add basic readme.
Support enter key in some text boxes as button click that matches.
Don't pull from request queue unless the next item also was already up for voting.
Convert timer to javascript to cut down on requests.
Make clearer when user is created. Make sure clear logs button clicks.
Fix a bug. Add some destructors. comment out one that causes problems.
add config with higher upload limit. Add basic bash run script. Add cmake directives to put these in install location.
Have users have upload permissions. Make sure upload tab only shows up then.
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.
Sanity checks. Make sure track isn't in vote batch and remove it from request queue if there.
Make sure admin can remove tracks from the collection.
Finish adding user creation to admin screen.
Add empty tabs to fill.
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.
Implement basics of search using sql like. Now with so much data passing, curtail some object deletions.
Set up basic request layout to fill with logic.
Refactor things so less manual layout is done where not needed. Yields proper boostrap panel.
Now with more screens about to be added, move main interface to tab widgets.
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.
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.
Override css settings messing up vertical alignment.
Clean up some things. Make skip vote longer. Put in js that should show notifications for skip requests.
Try to not have track details eat up more space than they should.
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.
Allow changing track bg color easier.
Remove some of old styling for new bootstrap css.
Use bootstrap theme. Remove progressbar css that no longer applies.
Implement UI for track skipping.
Mark a user logged in in DB when successful.
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.
Make sql connection public to share same connection pool. Layout calls for user info from DB. Implement login path.
Add a little animation when changing track details.
Loading