Commit History

Author SHA1 Message Date
  Cameron Kline 53e368d82b Updated README 8 years ago
  Cameron Kline ce8312b847 Updated README, added Redis to services 8 years ago
  theflametrooper 174927549a Small cleanup, added vue-roaster (toasts) 8 years ago
  theflametrooper a0b8ac039b Temporary fix for when node crashes, caused by removal of passport/passport.socketio 8 years ago
  theflametrooper 747f5a3fec Pushed what's done so far with implementing local auth without passport. Also added User Account Page. 8 years ago
  theflametrooper 02693d3500 Fixed a lot of @luveti mistakes ;) 8 years ago
  Cameron Kline 588e783980 Shortened syntax. Better wrapping of responses 8 years ago
  Cameron Kline d4ac018b31 Added "cors" field to config. Fixed typo on "recaptcha" field 8 years ago
  Cameron Kline dd8d555e97 Several changes in this commit. Checkout description for more info. 8 years ago
  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. 8 years ago
  Cameron Kline 5bdcb5b05f End the "/users/register" request. Removed 'charset=utf-8' from 'Content-Type' as it was causing issues with the request 8 years ago
  Cameron Kline a898199a93 Used shorter syntax in some places. Updated some code to reflect the new "globals" module structure 8 years ago
  Cameron Kline 01202dc194 Renamed global module to globals, since NodeJS already defines a variable named "global" (similar to window in a web browser) 8 years ago
  theflametrooper 95b2912cbc Added updating and removing of Songs functionality to AdminSongs.vue 8 years ago
  Septimus 8574eb9263 Merge branch 'master' of github.com:Musare/MusareNode 8 years ago
  theflametrooper fbbb0edf4c Let startedAt reset after new song 8 years ago
  Septimus 903d9294f3 Merge branch 'master' of github.com:Musare/MusareNode 8 years ago
  Septimus 23f56455bd Updated Admin page style. Added another station. 8 years ago
  theflametrooper ab1453394c Fixed seeker bar and timeElapsed 8 years ago
  Septimus b935d17b0d Merge branch 'master' of github.com:Musare/MusareNode 8 years ago
  Septimus 8dc087ab73 Minor changes to style. Added Musare blue to key elements to accent the page better. 8 years ago
  theflametrooper dbdb14265f Let Station Thumbnail fill space 8 years ago
  theflametrooper 084c209e93 Added bluebird to package.json 8 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 8 years ago
  theflametrooper e913b8fc5c Readded Song Schema and setup AdminSongs to pull from db. 8 years ago
  theflametrooper 7ad065d6d4 Fixed issue with whitespace 😂 8 years ago
  theflametrooper cf40c44723 Fixed issues with POSTing. Issue with passportSocketIo not fixed. 8 years ago
  Cameron Kline c359235334 Enforce consistent whitespace of nginx.conf 8 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. 8 years ago
  Cameron Kline ca82c1e0e0 @atjonathan you removed this. But we need it :P 8 years ago