Histórico de Commits

Autor SHA1 Mensagem Data
  Cameron Kline dd8d555e97 Several changes in this commit. Checkout description for more info. há 8 anos atrás
  Cameron Kline 3b9aa43d17 Refactored '/users/register' core handler function to user async.waterfall (removed the callback hell we had before). Added a ton of comments to help explain what each step is doing. há 8 anos atrás
  Cameron Kline 5bdcb5b05f End the "/users/register" request. Removed 'charset=utf-8' from 'Content-Type' as it was causing issues with the request há 8 anos atrás
  Cameron Kline a898199a93 Used shorter syntax in some places. Updated some code to reflect the new "globals" module structure há 8 anos atrás
  Cameron Kline 01202dc194 Renamed global module to globals, since NodeJS already defines a variable named "global" (similar to window in a web browser) há 8 anos atrás
  theflametrooper 95b2912cbc Added updating and removing of Songs functionality to AdminSongs.vue há 8 anos atrás
  Septimus 8574eb9263 Merge branch 'master' of github.com:Musare/MusareNode há 8 anos atrás
  theflametrooper fbbb0edf4c Let startedAt reset after new song há 8 anos atrás
  Septimus 903d9294f3 Merge branch 'master' of github.com:Musare/MusareNode há 8 anos atrás
  Septimus 23f56455bd Updated Admin page style. Added another station. há 8 anos atrás
  theflametrooper ab1453394c Fixed seeker bar and timeElapsed há 8 anos atrás
  Septimus b935d17b0d Merge branch 'master' of github.com:Musare/MusareNode há 8 anos atrás
  Septimus 8dc087ab73 Minor changes to style. Added Musare blue to key elements to accent the page better. há 8 anos atrás
  theflametrooper dbdb14265f Let Station Thumbnail fill space há 8 anos atrás
  theflametrooper 084c209e93 Added bluebird to package.json há 8 anos atrás
  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 há 8 anos atrás
  theflametrooper e913b8fc5c Readded Song Schema and setup AdminSongs to pull from db. há 8 anos atrás
  theflametrooper 7ad065d6d4 Fixed issue with whitespace 😂 há 8 anos atrás
  theflametrooper cf40c44723 Fixed issues with POSTing. Issue with passportSocketIo not fixed. há 8 anos atrás
  Cameron Kline c359235334 Enforce consistent whitespace of nginx.conf há 8 anos atrás
  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. há 8 anos atrás
  Cameron Kline ca82c1e0e0 @atjonathan you removed this. But we need it :P há 8 anos atrás
  Cameron Kline 22bd87aba0 Removed comments from webpack config. Use consistent quote types há 8 anos atrás
  Cameron Kline 5e5ea87297 This link isn't needed há 8 anos atrás
  Cameron Kline 33c21e50d8 Use scss loader instead of sass loader for components. há 8 anos atrás
  Cameron Kline ec5ba0892a Added scss loader. Added some node modules via --save-dev, which reordered the dependencies alphabetically. há 8 anos atrás
  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 há 8 anos atrás
  Cameron Kline 15de9ff93e Cleaned up inconsistent whitespace há 8 anos atrás
  theflametrooper ceec4cf630 Attempted to fix 401 Error when POSTing from frontend. Failed :) há 8 anos atrás
  theflametrooper 6f2492348a Fixed issue with livereload for Wes. Removed weird errors from webpack, also removed optimization for bundle.js há 8 anos atrás