call code iff user is logged in
call code iff user is logged in
Disable a route without having to comment out the entry in the routes file.
Disable a route without having to comment out the entry in the routes file. Useful for when we want to keep the code around but we don't want users to have access to it.
call code if user has right permission for resource
call code if user has right permission for resource
Use when you want to require the user to be logged in on a private server or the server is public.
Use when you want to require the user to be logged in on a private server or the server is public.
call code if user is a server admin
call code if user is a server admin
get user if logged in
get user if logged in
Download file using http://en.
Download file using http://en.wikipedia.org/wiki/Chunked_transfer_encoding
Uses Polyglot service to convert file to a new format and download to user's computer.
Upload form for extraction.
File info.
File by section.
Return user based on request object
Return user based on request object
List a specific number of files before or after a certain date.
Upload a file.
Upload a file.
Updated to return json data that is utilized by the user interface upload library. The json structure is an array of maps that contain data for each of the file that the upload interface can use to accurately update the display based on the success or failure of the upload process.
When a user drag and drops in the GUI.
When a user drag and drops in the GUI. This seems to only be used for multimedia queries to provide the input
image. The next method def uploaddnd(dataset_id: UUID)
is the one currently used by the GUI when uploading
files to a dataset.
Upload file page.
Upload form.
Uploads query to temporary folder.
Uploads query to temporary folder. Gets type of index and list of sections, and passes on to the Search controller
Manage files.