Revīziju vēsture

Autors SHA1 Ziņojums Datums
  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 8 gadi atpakaļ
  theflametrooper e913b8fc5c Readded Song Schema and setup AdminSongs to pull from db. 8 gadi atpakaļ
  theflametrooper 7ad065d6d4 Fixed issue with whitespace 😂 8 gadi atpakaļ
  theflametrooper cf40c44723 Fixed issues with POSTing. Issue with passportSocketIo not fixed. 8 gadi atpakaļ
  Cameron Kline c359235334 Enforce consistent whitespace of nginx.conf 8 gadi atpakaļ
  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. 8 gadi atpakaļ
  Cameron Kline ca82c1e0e0 @atjonathan you removed this. But we need it :P 8 gadi atpakaļ
  Cameron Kline 22bd87aba0 Removed comments from webpack config. Use consistent quote types 8 gadi atpakaļ
  Cameron Kline 5e5ea87297 This link isn't needed 8 gadi atpakaļ
  Cameron Kline 33c21e50d8 Use scss loader instead of sass loader for components. 8 gadi atpakaļ
  Cameron Kline ec5ba0892a Added scss loader. Added some node modules via --save-dev, which reordered the dependencies alphabetically. 8 gadi atpakaļ
  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 8 gadi atpakaļ
  Cameron Kline 15de9ff93e Cleaned up inconsistent whitespace 8 gadi atpakaļ
  theflametrooper ceec4cf630 Attempted to fix 401 Error when POSTing from frontend. Failed :) 8 gadi atpakaļ
  theflametrooper 6f2492348a Fixed issue with livereload for Wes. Removed weird errors from webpack, also removed optimization for bundle.js 8 gadi atpakaļ
  theflametrooper 83ef3c4ff5 Fixed issue for normal Docker issues with Station Socket Connection 8 gadi atpakaļ
  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 8 gadi atpakaļ
  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. 8 gadi atpakaļ
  Gallium d0dc857e63 Added Bulma via npm so we could override default colors cleaner. 8 gadi atpakaļ
  Cameron Kline 88e3defd09 Added mongodb viewer 8 gadi atpakaļ
  Cameron Kline c76de199d8 Simplified schema definitions 8 gadi atpakaļ
  Cameron Kline 84020669ea Got Stations page working with new Docker setup 8 gadi atpakaļ
  Wesley McCann 1a7d7d31c5 Merge pull request #4 from Musare/docker 8 gadi atpakaļ
  Gallium 819e75065d Updated README.md and removed Vagrant files in favor of Docker setup. 8 gadi atpakaļ
  theflametrooper 5f74d4282c Added Admin Dashboard. Still to update the server side 8 gadi atpakaļ
  theflametrooper eb15cfe2a5 Setup songs to be added to playlist. Fixed issues and cleaned up timeElapsed 8 gadi atpakaļ
  Jonathan 35aff5d901 Merge pull request #3 from luveti/master 8 gadi atpakaļ
  theflametrooper b29fa4bdbd Added users and user number updating functionality 8 gadi atpakaļ
  theflametrooper c187c6ded0 Hello Bulma 8 gadi atpakaļ
  theflametrooper e7fbeed0ba Major refactor and simplification of stations and songs 8 gadi atpakaļ