Historique des commits

Auteur SHA1 Message Date
  sbkwgh 1356d55090 Add linkPreview route, tests and implementation il y a 7 ans
  sbkwgh 3a9dab858f Add link_expansion route, with support for twitter embed; on frontend allow a string to be embedded via interpolation il y a 7 ans
  sbkwgh 0e6b6b77a6 Use sequelize session store il y a 7 ans
  sbkwgh 19cee50a95 Add helmet, remove secure cookie line il y a 7 ans
  sbkwgh f5fbd78e57 Use new error handler for DRYer code, adding status into error message object il y a 7 ans
  sbkwgh ad3c4119ad Set higher maximum request payload (5mb) il y a 7 ans
  sbkwgh 3d5091d59d Remove backup stuff and move to its own branch (backup) il y a 8 ans
  sbkwgh 97c664e75d Prepare for use in heroku/production il y a 8 ans
  sbkwgh fbf022a0b3 Set up app for production - add compression and serve front end from own server il y a 8 ans
  sbkwgh 83a34dab54 Fix so that sequelize.sync({ force: true}) is used in test but not prod or dev il y a 8 ans
  sbkwgh b97dd4c9a8 Merge branch 'master' of https://github.com/sbkwgh/forum-backend il y a 8 ans
  sbkwgh e8f443abf1 Update server to not use sync; fix typo/bugs in migrations il y a 8 ans
  sbkwgh 16173dfeab Add backup route il y a 8 ans
  sbkwgh 62ad392607 Add poll POST route and tests il y a 8 ans
  sbkwgh 79bc92d66e Add log route il y a 8 ans
  sbkwgh a526e111ff Add and implement search test il y a 8 ans
  sbkwgh a614022e88 Move from using params on User instance for permissions to a dedicated Ban model, move methods in permissions.js file to class methods on Ban model il y a 8 ans
  sbkwgh 70361199b5 Add model and scaffolding for route il y a 8 ans
  sbkwgh b3254169b4 If user is logged in, add there socket-io client id to a dictionary of username=>client_id il y a 8 ans
  sbkwgh 713d087971 Add new notification route il y a 8 ans
  sbkwgh 601a4eee2e Add socketio initial setup, passing the io variable in express app object il y a 8 ans
  sbkwgh 27d4d029c6 Add settings route il y a 8 ans
  sbkwgh 3600fc53bb Add post route il y a 8 ans
  sbkwgh 1af71993e9 Add thread route to server il y a 8 ans
  sbkwgh e61f80a449 Add express variable and check if app is already running in tests rather than waiting for the non-existent event il y a 8 ans
  sbkwgh ef5a1239d0 Add category routes il y a 8 ans
  sbkwgh 0b309eb2f6 Add admin_token route and add event for when app starts il y a 8 ans
  sbkwgh 813b45d4ca For convenience, move away from migrations to using sequelize.sync({force:true}) in development il y a 8 ans
  sbkwgh accc914eb7 Add session middle where to server il y a 8 ans
  sbkwgh c22db98a04 Use urlencoded body-parser il y a 8 ans