overleaf/services/web/public/coffee
Alasdair Smith 9dd965da3c Prevent autocompile loop
If an autocompile hits a rate limit, it would get into a bad state where
it would continuely loop making compile requests. This is because the
compile response resolving would disable auto compile (because the rate
limit was hit) but also trigger calculation of uncompiled changes, which
would not check if autocompile was disabled. The fix is to just check if
autocompile is disabled.
2018-10-10 15:04:18 +01:00
..
analytics
components Improve input suggestions template readability. 2018-06-27 13:47:49 +01:00
directives Add error handling for 400 responses 2018-10-08 10:44:25 +01:00
filters Display last modified as a relative date in v2 2018-04-27 16:50:46 +01:00
ide Prevent autocompile loop 2018-10-10 15:04:18 +01:00
main add UserMembership logic 2018-10-09 12:09:11 +01:00
modules
services remove wufoo latex log responses 2018-08-22 15:45:08 -04:00
utils Add documentation and tests of EventEmitter implementation 2018-04-23 11:01:19 +01:00
base.coffee Correctly load Safe mathjax extention using provided config 2018-10-03 11:52:33 +01:00
ide.coffee Merge pull request #851 from sharelatex/jel-remove-a-b-test 2018-08-30 15:19:56 +01:00
libraries.coffee Add UI Select (enhanced select boxes) components. 2018-06-15 11:33:47 +01:00
main.coffee add UserMembership logic 2018-10-09 12:09:11 +01:00