Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Cameron Kline 360f3b0d54 Alright, looks like there's nothing we can do about using tabs in package.json, unless we update it manually each time (thanks npm >:[ https://github.com/npm/npm/issues/4718). So package.json's shall be excluded from our tabs! 8 gadi atpakaļ
  Cameron Kline 0511c6d26c I need to get eslint going! :) replaced spaces with tabs. 8 gadi atpakaļ
  Cameron Kline 3e60f7c5e5 Removed main.scss and sass folder, check out commit comment for more info. 8 gadi atpakaļ
  Cameron Kline 02c6d6f0c7 Slight change to README wording 8 gadi atpakaļ
  Cameron Kline e3434f0b61 Typo in README 8 gadi atpakaļ
  Cameron Kline fc99860f72 Explained development a little better 8 gadi atpakaļ
  Cameron Kline 72e904a5d5 Tabs please atjonathan :) 8 gadi atpakaļ
  Jonathan 165a00a8cd Removed gulp and finalised structure 8 gadi atpakaļ
  Kris 015be0fcbc Added station schema. 8 gadi atpakaļ
  Cameron Kline f56224ec10 Dang, missed this one! 8 gadi atpakaļ
  Cameron Kline aabf9afa87 One more tiny README change 8 gadi atpakaļ
  Cameron Kline e9e5eb837d Minor README changes 8 gadi atpakaļ
  Cameron Kline 17eea5f2cb Very large change, hopefully the last big refactor. Got vue-loader integration in. The old UI is completely gone as of now, and will need reimplemented using vue components. Checkout frontend/README.md and backend/README.md for more info. Make sure to run 'vagrant up --provision' to get the latest bootstrap.sh changes on your vagrant machine. 8 gadi atpakaļ
  Jonathan 3c6af209fa Replaced rethinkDB with mongoDB, added user schema and continued work on authentication 8 gadi atpakaļ
  Jonathan f3c4c4ae52 Added sass partials folder for more modular styles 8 gadi atpakaļ
  Jonathan c5d179788c Added some more auth implementation [Having rethinkdb errors] 8 gadi atpakaļ
  KrisVos130 64865de4b8 Updated schema.json. Merged station and added user schema. 8 gadi atpakaļ
  KrisVos130 0c79e9c464 Worked on sockethandler a bit and added some socket support in main.js. 8 gadi atpakaļ
  Jonathan c87855ea41 Basic authentication added [Not tested] 8 gadi atpakaļ
  Jonathan 01fe8eec3c Used better class and id names and sassified the styles 8 gadi atpakaļ
  Jonathan 110e4ef9f7 Fixed static folder referencing in src/app 8 gadi atpakaļ
  Cameron Kline ab15aff17d Fixed whitespace 8 gadi atpakaļ
  KrisVos130 70bed2c764 Merge remote-tracking branch 'remotes/origin/master' 8 gadi atpakaļ
  Cameron Kline 9ac59ff230 Added gulp-cli to the bootstrap file, run 'vagrant up --provision' to apply these changes 8 gadi atpakaļ
  KrisVos130 e5b0c181da Added io to global and added some emit's for stations. 8 gadi atpakaļ
  Jonathan f1a23c4a03 Added gulp, sass compiling, nodemon and new folder structure 8 gadi atpakaļ
  Cameron Kline 3ce45ff3ff Added a consistent route implementation. Made our single RethinkDB connection global. Renamed utils.js to global.js to make it more generic. Added a EventEmitter setup to coreHandler so that it can talk back to socketHandler without needing to require it. 8 gadi atpakaļ
  Cameron Kline 9420f3efb2 Moved Timer to utils module. Move station logic to it's own module 8 gadi atpakaļ
  Cameron Kline 0a489b460b Fixed issues in express handler 8 gadi atpakaļ
  KrisVos130 e328e1d300 Fixed some things and ranted. 8 gadi atpakaļ