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