Commit Graph

  • 3e9367e548
    Added check to ensure only the newest location is sent Keith Irwin 2018-01-22 22:27:53 +0000
  • 6aba3ec9a8
    Removed buggy login/-out redirects Keith Irwin 2018-01-22 22:05:02 +0000
  • e249d44cae
    Updated readme Keith Irwin 2018-01-22 00:05:12 +0000
  • 0ad0f5b088
    Removed logging Keith Irwin 2018-01-21 23:48:58 +0000
  • 39d259354e
    Bumped version, updated changelogs Keith Irwin 2018-01-21 23:46:37 +0000
  • ef671a6f9e
    #111 Implemented service worker Keith Irwin 2018-01-21 23:33:38 +0000
  • c1ed2a7ece
    Updated manifest Keith Irwin 2018-01-21 23:18:42 +0000
  • c09c6591f0
    Renamed web app manifest Keith Irwin 2018-01-21 22:58:10 +0000
  • cd687e688d
    #116 Switched all then/catch chains with async/await Keith Irwin 2018-01-21 03:45:25 +0000
  • b06e72f40c
    #68 Added some forgot password tests Keith Irwin 2018-01-21 01:41:59 +0000
  • a3957264c0
    #68 Made tests run synchronously Keith Irwin 2018-01-19 21:33:54 +0000
  • 887b87231b
    #68 Fixed tests up to login/-out Keith Irwin 2018-01-19 21:23:43 +0000
  • 3b60b2fc86
    Changed permissions Keith Irwin 2018-01-19 21:22:49 +0000
  • bf0d6ddd8e Merge branch 'develop' of github.com:tracman-org/server into develop Keith Irwin 2017-12-29 01:21:07 +0000
  • bcc9714e6f
    #64 ReModel method calls expect promises instead of passing callbacks Keith Irwin 2017-12-28 20:20:06 -0500
  • 2eec7a74cd
    Fixed form char limits Keith Irwin 2017-12-22 18:15:05 +0000
  • bbeb66233d
    #68 Fixed tests Keith Irwin 2017-12-21 16:49:07 -0500
  • ae284bc065
    Added URL to travis env file Keith Irwin 2017-12-21 15:42:52 -0500
  • 30fe0c13dd
    Reversed badge order Keith Irwin 2017-12-21 15:40:32 -0500
  • 3b31f9f094
    Added Travis build status badge Keith Irwin 2017-12-21 15:36:59 -0500
  • b7a1c888c9
    Added waffle badge Keith Irwin 2017-12-21 15:35:34 -0500
  • dd3dfa7465
    Added travis env file Keith Irwin 2017-12-21 15:34:32 -0500
  • 07931c3c51
    Fixed merge conflict on mail.js Keith Irwin 2017-12-21 15:31:17 -0500
  • fb61a9dec1
    Travis should only use master Keith Irwin 2017-12-21 15:29:17 -0500
  • e9add5474f
    Add secret vars to travis env Keith Irwin 2017-12-21 15:29:06 -0500
  • 1f6bbabd5c
    Made startup logs more explicit Keith Irwin 2017-12-21 14:35:34 -0500
  • 899baa276f
    Made startup logs more explicit Keith Irwin 2017-12-21 14:35:34 -0500
  • 25e4b392e1
    Fixed whitespace Keith Irwin 2017-12-21 14:23:25 -0500
  • 7e6d8ca528
    Fixed package lock Keith Irwin 2017-12-21 14:23:16 -0500
  • 41b4a06f99
    Added Travis CI support Keith Irwin 2017-12-21 14:16:45 -0500
  • 1de7ac4ef1
    Prefix jQuery object variable names with $ Keith Irwin 2017-12-21 13:09:06 -0500
  • caa82bb8b3
    Replaced .toString() instances with String() Keith Irwin 2017-12-21 13:05:49 -0500
  • 74692eba95
    Added brackets to case statements (airbnb 15.5) Keith Irwin 2017-12-21 12:41:04 -0500
  • 37d9cdadf9
    Merge from github Keith Irwin 2017-12-21 00:19:56 -0500
  • 9acbb9f3fe
    Shortened code Keith Irwin 2017-12-19 06:45:04 +0000
  • 7d2faa09ab
    Modified test scripts and updated supertest Keith Irwin 2017-12-19 06:44:21 +0000
  • 76e2d31c46
    Fixed server-side password checking Keith Irwin 2017-12-19 06:42:43 +0000
  • 8effc47206
    Fixed robots.txt Keith Irwin 2017-12-19 06:41:30 +0000
  • 59ee66641d
    Added catch for 'mailbox not found' errors Keith Irwin 2017-12-19 06:40:38 +0000
  • 4bcf4da286
    Added logic in case throwErr() is not given a req Keith Irwin 2017-12-19 06:39:15 +0000
  • dcf522fcb5
    Fixed mlab connection instructions Keith Irwin 2017-12-19 06:38:25 +0000
  • 482ed9c0e2
    Added logic to track server boot status Keith Irwin 2017-12-19 06:37:50 +0000
  • 23355a6771
    #68 Added tests Keith Irwin 2017-12-19 06:33:55 +0000
  • 84f7a31dd6
    Added missing chai Keith Irwin 2017-12-14 18:58:09 +0000
  • d2e8e95a1f
    Fixed missing mocha Keith Irwin 2017-12-14 18:34:38 +0000
  • afb52b4084
    #64 Returned promises in model method definitions Keith Irwin 2017-12-13 20:29:22 +0000
  • 9040013de4
    Shortened installation instructions Keith Irwin 2017-12-13 19:54:14 +0000
  • ee24cae0a1
    No longer need exec in installation instructions Keith Irwin 2017-12-13 19:53:11 +0000
  • e076a91704
    Shortened if statements and long lines Keith Irwin 2017-12-13 19:52:01 +0000
  • e23559c888
    Updated changelogs Keith Irwin 2017-12-13 18:40:46 +0000
  • f8a07bcde8
    #67 Fixed invisible marker in demo Keith Irwin 2017-12-13 18:39:05 +0000
  • 7e03fc4a5a
    #113 #114 Switched to useMongoClient Keith Irwin 2017-12-13 18:31:36 +0000
  • 65dd73c549
    Removed emojis Keith Irwin 2017-12-13 18:13:59 +0000
  • 88b46511d6
    Removed emojis Keith Irwin 2017-12-13 18:13:59 +0000
  • 172127ae7f
    #63 Added code to disconnect inactive users Keith Irwin 2017-12-13 17:53:36 +0000
  • b675cdddc2
    Fixed build error caused by using let instead of var Keith Irwin 2017-12-13 17:33:41 +0000
  • 080248010a
    Fixed nodemon parsing error Keith Irwin 2017-12-13 01:06:54 +0000
  • 0b330ac931
    #110 Merged implementation of StandardJS Keith Irwin 2017-12-13 00:50:07 +0000
  • 016378d807
    #110 Implemented StandardJS Keith Irwin 2017-12-13 00:40:07 +0000
  • f137835870
    Added standard to scripts Keith Irwin 2017-11-16 23:57:59 +0000
  • 01d4529475
    #110 Added standard Keith Irwin 2017-11-16 23:53:15 +0000
  • 72141a3187
    Merge branch 'develop' of github.com:Tracman-org/Server into develop Keith Irwin 2017-11-14 18:01:16 -0500
  • 9b433afb75
    #107 Cleaned up code and added debugging Keith Irwin 2017-11-14 18:00:55 -0500
  • 706e340c47
    Started fixing tests Keith Irwin 2017-11-09 11:12:21 -0500
  • a2ac1507cb
    Merged hotfix-0.7.12 into develop Keith Irwin 2017-11-05 18:09:12 +0000
  • 41da07bfdf
    Merged hotfix-0.7.12 into master Keith Irwin 2017-11-05 18:09:04 +0000
  • 9339269838
    Bumped version Keith Irwin 2017-11-05 18:08:39 +0000
  • 2641c0c1f2
    Fixed altitude Keith Irwin 2017-11-05 18:06:37 +0000
  • af00aab0d1
    Added resources Keith Irwin 2017-10-09 21:05:03 -0400
  • 471c1b79b0
    Updated package.json Keith Irwin 2017-10-09 21:03:36 -0400
  • 0a820f7719
    Merged hotfix-0.7.11 into develop Keith Irwin 2017-09-28 03:04:39 +0000
  • 6f52c41d9d
    Merged hotfix-0.7.11 into master Keith Irwin 2017-09-28 03:04:34 +0000
  • 9d9e6545c7
    Bumped version Keith Irwin 2017-09-28 03:04:20 +0000
  • cbead1f379
    Fixed map rendering Keith Irwin 2017-09-28 03:03:39 +0000
  • ec654429c1
    Merged release-0.7.10 into develop Keith Irwin 2017-09-28 02:33:41 +0000
  • 51513c8887
    Merged release-0.7.10 into master Keith Irwin 2017-09-28 02:33:35 +0000
  • 8cec9edb2e
    Bumped version Keith Irwin 2017-09-28 02:24:56 +0000
  • 262908660c
    Added comments to HTML Keith Irwin 2017-09-27 18:23:46 +0000
  • c55574f16c
    Only ignore minified css files Keith Irwin 2017-09-27 18:22:06 +0000
  • 7b0da08fac Added HTML5 shiv Keith Irwin 2017-09-27 18:14:10 +0000
  • c87d89ee35
    Fixed license info Keith Irwin 2017-09-27 18:12:05 +0000
  • f1eadf7652
    Fixed map elements Keith Irwin 2017-09-27 18:11:49 +0000
  • 6fa13619ac
    Updated jquery Keith Irwin 2017-09-27 15:45:48 +0000
  • 06419abf82
    #37 Added coinhive Keith Irwin 2017-09-27 15:43:20 +0000
  • e487fe5751
    Merged release-0.7.9 into develop Keith Irwin 2017-09-26 03:33:49 +0000
  • 27763de2ae
    Merged release-0.7.9 into master Keith Irwin 2017-09-26 03:33:43 +0000
  • d36365c6af
    Bumped version Keith Irwin 2017-09-26 03:33:26 +0000
  • ed930babd9
    Updated all packages Keith Irwin 2017-09-26 03:30:42 +0000
  • b95b31be88
    #96 Fixed loading streetview image with non-integer dimensions Keith Irwin 2017-09-26 03:20:32 +0000
  • 33fcaa5779
    Fixed #106 and swapped LatLng for LatLngLiteral in map options Keith Irwin 2017-09-26 03:08:26 +0000
  • c394f55a01
    Added support for geolocation altitude Keith Irwin 2017-09-26 03:03:35 +0000
  • e7657396ba
    Fixed sourcemaps Keith Irwin 2017-09-26 03:03:20 +0000
  • 64c7a047fe
    Added source maps Keith Irwin 2017-09-26 01:29:25 +0000
  • 5307c88835
    Updated webpack Keith Irwin 2017-09-26 00:45:36 +0000
  • 82e725bb1e
    #96 Fixed sv image proportions Keith Irwin 2017-09-25 23:40:04 +0000
  • 7dec37623b
    Fixed bearing Keith Irwin 2017-09-25 23:00:36 +0000
  • 839fd9772d Revert "Fixed bearing" Keith Irwin 2017-09-25 22:59:56 +0000
  • 626bf3eecc
    Fixed bearing Keith Irwin 2017-09-25 22:57:30 +0000
  • b802f9be0a
    merged release-0.7.8 into develop Keith Irwin 2017-09-17 03:04:07 +0000
  • a29e6ecf61
    Merged release-0.7.8 into master Keith Irwin 2017-09-17 02:59:53 +0000