overleaf/services/web/app/coffee
James Allen 014e3afb36 Don't call sync functions inside async
Calling sync functions inside async can trigger the node max stack size.
Instead, build up our unique list of ids in advance, so we only call a
method in async for each user we actually need to look up, asynchronously.
Then use all the cached values synchronously afterwards.
2017-05-04 17:04:20 +01:00
..
Features Don't call sync functions inside async 2017-05-04 17:04:20 +01:00
infrastructure Move content-disposition setting into a method on res 2017-04-12 16:00:02 +01:00
models Turn on track changes for everyone and take out of beta 2017-03-08 11:58:16 +00:00
router.coffee added rate limit to compile endpoint 2017-04-11 16:08:38 +01:00