提交历史

作者 SHA1 备注 提交日期
  Cameron Kline 31d9626d16 Lol, this blew my mind.. http://www.gcse.com/english/licence.htm 7 年之前
  Cameron Kline 33d50134c1 Setup top level vue components. Please read comment for more info. 7 年之前
  Cameron Kline f7d08f397b Added eslinting to frontend. Make sure to run 'npm install' inside the frontend directory to fetch the new dependencies. 7 年之前
  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! 7 年之前
  Cameron Kline 0511c6d26c I need to get eslint going! :) replaced spaces with tabs. 7 年之前
  Cameron Kline 3e60f7c5e5 Removed main.scss and sass folder, check out commit comment for more info. 7 年之前
  Cameron Kline 02c6d6f0c7 Slight change to README wording 7 年之前
  Cameron Kline e3434f0b61 Typo in README 7 年之前
  Cameron Kline fc99860f72 Explained development a little better 7 年之前
  Cameron Kline 72e904a5d5 Tabs please atjonathan :) 7 年之前
  Jonathan 165a00a8cd Removed gulp and finalised structure 7 年之前
  Kris 015be0fcbc Added station schema. 7 年之前
  Cameron Kline f56224ec10 Dang, missed this one! 7 年之前
  Cameron Kline aabf9afa87 One more tiny README change 7 年之前
  Cameron Kline e9e5eb837d Minor README changes 7 年之前
  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. 7 年之前
  Jonathan 3c6af209fa Replaced rethinkDB with mongoDB, added user schema and continued work on authentication 7 年之前
  Jonathan f3c4c4ae52 Added sass partials folder for more modular styles 7 年之前
  Jonathan c5d179788c Added some more auth implementation [Having rethinkdb errors] 7 年之前
  KrisVos130 64865de4b8 Updated schema.json. Merged station and added user schema. 7 年之前
  KrisVos130 0c79e9c464 Worked on sockethandler a bit and added some socket support in main.js. 7 年之前
  Jonathan c87855ea41 Basic authentication added [Not tested] 7 年之前
  Jonathan 01fe8eec3c Used better class and id names and sassified the styles 7 年之前
  Jonathan 110e4ef9f7 Fixed static folder referencing in src/app 7 年之前
  Cameron Kline ab15aff17d Fixed whitespace 7 年之前
  KrisVos130 70bed2c764 Merge remote-tracking branch 'remotes/origin/master' 7 年之前
  Cameron Kline 9ac59ff230 Added gulp-cli to the bootstrap file, run 'vagrant up --provision' to apply these changes 7 年之前
  KrisVos130 e5b0c181da Added io to global and added some emit's for stations. 7 年之前
  Jonathan f1a23c4a03 Added gulp, sass compiling, nodemon and new folder structure 7 年之前
  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. 7 年之前