Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/org/labkey/targetedms/TargetedMSController.java
Original file line number Diff line number Diff line change
Expand Up @@ -2217,6 +2217,7 @@ else if (MoleculeManager.getMolecule(getContainer(), gmChromInfo.getGeneralMolec
}


@RequiresLogin // Require a login to protect public folders against aggressive bots hitting this page on very large documents
@RequiresPermission(ReadPermission.class)
public class PrecursorAllChromatogramsChartAction extends SimpleViewAction<ChromatogramForm>
{
Expand Down Expand Up @@ -2351,6 +2352,7 @@ private void pageToSelectedChromatogram(ChromatogramForm form, ChromatogramsData
// No match found so no need to redirect
}

@RequiresLogin // Require a login to protect public folders against aggressive bots hitting this page on very large documents
@RequiresPermission(ReadPermission.class)
public class MoleculePrecursorAllChromatogramsChartAction extends SimpleViewAction<ChromatogramForm>
{
Expand Down Expand Up @@ -4398,6 +4400,7 @@ public ModelAndView getHtmlView(final RunDetailsForm form, BindException errors)
public abstract String getDataRegionNameSmallMolecule();
}

@RequiresLogin // Require a login to protect public folders against aggressive bots hitting this page on very large documents
@RequiresPermission(ReadPermission.class)
public class ShowTransitionListAction extends ShowRunSplitDetailsAction<DocumentTransitionsView>
{
Expand Down