Commit Verlauf

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