theflametrooper
							
						 | 
						
							
							
								95b2912cbc
							
							Added updating and removing of Songs functionality to AdminSongs.vue
						 | 
						9 years ago | 
					
				
					
						
							
								   Septimus
							
						 | 
						
							
							
								8574eb9263
							
							Merge branch 'master' of github.com:Musare/MusareNode
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								fbbb0edf4c
							
							Let startedAt reset after new song
						 | 
						9 years ago | 
					
				
					
						
							
								   Septimus
							
						 | 
						
							
							
								903d9294f3
							
							Merge branch 'master' of github.com:Musare/MusareNode
						 | 
						9 years ago | 
					
				
					
						
							
								   Septimus
							
						 | 
						
							
							
								23f56455bd
							
							Updated Admin page style. Added another station.
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								ab1453394c
							
							Fixed seeker bar and timeElapsed
						 | 
						9 years ago | 
					
				
					
						
							
								   Septimus
							
						 | 
						
							
							
								b935d17b0d
							
							Merge branch 'master' of github.com:Musare/MusareNode
						 | 
						9 years ago | 
					
				
					
						
							
								   Septimus
							
						 | 
						
							
							
								8dc087ab73
							
							Minor changes to style. Added Musare blue to key elements to accent the page better.
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								dbdb14265f
							
							Let Station Thumbnail fill space
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								084c209e93
							
							Added bluebird to package.json
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								4ea39bb959
							
							Added promises library for backend (bluebird). Added logic to generate playlist off of YouTube ID. To test, you will need to add song to db
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								e913b8fc5c
							
							Readded Song Schema and setup AdminSongs to pull from db.
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								7ad065d6d4
							
							Fixed issue with whitespace 😂
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								cf40c44723
							
							Fixed issues with POSTing. Issue with passportSocketIo not fixed.
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								c359235334
							
							Enforce consistent whitespace of nginx.conf
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								7b464131ff
							
							Load assets by absolute path. Loading them relatively doesn't work when you go directly to a path other then the root of the site.
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								ca82c1e0e0
							
							@atjonathan you removed this. But we need it :P
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								22bd87aba0
							
							Removed comments from webpack config. Use consistent quote types
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								5e5ea87297
							
							This link isn't needed
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								33c21e50d8
							
							Use scss loader instead of sass loader for components.
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								ec5ba0892a
							
							Added scss loader. Added some node modules via --save-dev, which reordered the dependencies alphabetically.
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								5737a7d65f
							
							Fixed mongo connection issue. We can connect to other Docker services by the name we define in the docker-compose.yml file
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								15de9ff93e
							
							Cleaned up inconsistent whitespace
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								ceec4cf630
							
							Attempted to fix 401 Error when POSTing from frontend. Failed :)
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								6f2492348a
							
							Fixed issue with livereload for Wes. Removed weird errors from webpack, also removed optimization for bundle.js
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								83ef3c4ff5
							
							Fixed issue for normal Docker issues with Station Socket Connection
						 | 
						9 years ago | 
					
				
					
						
							
								   theflametrooper
							
						 | 
						
							
							
								d257163bc0
							
							Fixed most issues with Windows, still error with posting to backend. Possible solution would be to put frontend and backend in same container
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								c9a0f46ab2
							
							Always serve index.html, since we're doing a single page app that uses vue-router. We need to add a catch-all route of some sort to handle missing pages.
						 | 
						9 years ago | 
					
				
					
						
							
								   Gallium
							
						 | 
						
							
							
								d0dc857e63
							
							Added Bulma via npm so we could override default colors cleaner.
						 | 
						9 years ago | 
					
				
					
						
							
								   Cameron Kline
							
						 | 
						
							
							
								88e3defd09
							
							Added mongodb viewer
						 | 
						9 years ago |