Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  sbkwgh ade4ba95c4 Initial commit 8 yıl önce
  sbkwgh 9d10d78424 Initial commit 8 yıl önce
  sbkwgh 0bf11850f5 Send 401 rather than 400 error for invalid token 8 yıl önce
  sbkwgh fb72a38180 Fix test bugs and typos 8 yıl önce
  sbkwgh cff3e3c557 Add before hook until app starts up 8 yıl önce
  sbkwgh 0e22ac47be Fix bug: wrong variable 8 yıl önce
  sbkwgh 6ca79d48fe Fix typo 8 yıl önce
  sbkwgh 19e555c5a7 Correctly implement async/await for tests 8 yıl önce
  sbkwgh 0b309eb2f6 Add admin_token route and add event for when app starts 8 yıl önce
  sbkwgh de1feba110 Delete token if it has been successfully used 8 yıl önce
  sbkwgh 2b86ca9643 Add admin conditional route, as well as checking for token 8 yıl önce
  sbkwgh 7ef54969be Add default value of false to admin field 8 yıl önce
  sbkwgh d2a4147dbc Add admin_test route, test and model 8 yıl önce
  sbkwgh e7f51ef919 Add tests for admin accounts 8 yıl önce
  sbkwgh d0214822b2 Add admin field 8 yıl önce
  sbkwgh 36eee5a72e Add invalidToken error 8 yıl önce
  sbkwgh 813b45d4ca For convenience, move away from migrations to using sequelize.sync({force:true}) in development 8 yıl önce
  sbkwgh d7d7a2964f Add test and update route to login in user (i.e. set the session variable) when creating account 8 yıl önce
  sbkwgh ba889de32d Fix incorrect promise implementation - n.b. chai gives an error even though test is passing because the resource (correctly) returns a 403 forbidden error (perhaps a bug in chaijs) 8 yıl önce
  sbkwgh dbb31724c7 Add 403 status, change typo of async to await 8 yıl önce
  sbkwgh eef99c4d2b Stop logging sql commands from sequelize 8 yıl önce
  sbkwgh 4f033e4c20 Use new http scheme for tests 8 yıl önce
  sbkwgh da45a5387f User new http scheme (changing to use POST /username/login and POST /username/logout) 8 yıl önce
  sbkwgh 57ee6cb603 Fix typo 8 yıl önce
  sbkwgh 10a95d519b Add login and log out routes 8 yıl önce
  sbkwgh accc914eb7 Add session middle where to server 8 yıl önce
  sbkwgh 2c88827729 Add express-session and bcrypt dependencies 8 yıl önce
  sbkwgh 851a305940 Add invalidLoginCredentials and requestNotAuthorized error 8 yıl önce
  sbkwgh cacfe862c4 Add sessionSecret variable 8 yıl önce
  sbkwgh ea6b957e8f Add tests for logging in/out 8 yıl önce