overleaf/services/web/app/coffee/Features/Project
James Allen b978171e0c Fix "cannot set headers after sent" in setting doc end point
If somehow a project ends up with the same doc/file in two locations in the
file tree, then projectLocator.findElement will return the callback for
both entries. This then tries to end the request multiple times. Of course
this should never be a state the project is in, but if it is we should catch it.
2016-02-05 15:39:26 +00:00
..
DocLinesComparitor.coffee
ProjectApiController.coffee
ProjectController.coffee WIP: send multiple bib files and get back keys 2016-01-21 17:01:24 +00:00
ProjectCreationHandler.coffee Allow image name to be configured 2016-01-15 10:26:36 +00:00
ProjectDeleter.coffee
ProjectDetailsHandler.coffee
ProjectDuplicator.coffee changed add doc to use ligher mongo call (folders only) 2015-12-15 13:27:41 +00:00
ProjectEditorHandler.coffee Make templates a premium feature 2016-01-19 13:37:22 +00:00
ProjectEntityHandler.coffee removed console.log 2016-01-04 11:42:54 +00:00
ProjectGetter.coffee
ProjectLocator.coffee Fix "cannot set headers after sent" in setting doc end point 2016-02-05 15:39:26 +00:00
ProjectOptionsHandler.coffee
ProjectRootDocManager.coffee
ProjectUpdateHandler.coffee