# Functions
APIDeleteProduct processes the delete product endpoint.
APIDeleteUser processes the delete user endpoint.
APIDeleteVersion processes the delete version endpoint.
APIGetProduct processes the get product endpoint.
APIGetProducts processes the get products endpoint.
APIGetUser processes the get user endpoint.
APIGetUsers processes the get Users endpoint.
APIGetVersion processes the get version endpoint.
APIGetVersions processes the get versions endpoint.
APINewProduct processes the new product endpoint.
APINewUser processes the new user endpoint.
APINewVersion processes the new product form.
APIUpdateProduct processes the update product endpoint.
APIUpdateUser processes the update user endpoint.
APIUpdateVersion processes the new product form.
Auth middleware which checks the Authorization header field and looks up the user in the database.
GetAdminDeleteProduct deletes a product from the database.
GetAdminDeleteSymfile deletes the given symfile.
GetAdminDeleteUser deletes a user from the database.
GetAdminDeleteVersion deletes a product from the database.
GetAdminEditProduct returns the edit product form.
GetAdminEditUser returns the edit user form.
GetAdminEditVersion returns the edit product form.
GetAdminIndex returns the index page for the admin area.
GetAdminNewProduct returns the new product form.
GetAdminNewUser returns the new user form.
GetAdminNewVersion returns the new product form.
GetAdminProducts returns a list of all products.
GetAdminSymfiles gets a list of currently uploaded symfiles.
GetAdminUsers returns a list of all users.
GetAdminVersions returns a list of all versions.
GetCrash returns details of a crash.
GetCrashes returns crashes.
GetIndex returns index page with stats.
GetProductCookie returns the content of the currently selected product cookie.
GetReport returns details of crashreport.
GetReportFile returns minidump file of crashreport.
GetReports returns crashreports.
GetSymfile returns content of symfile.
GetSymfiles returns symfiles.
IsAdmin checks if the currently logged-in user is an admin.
MarkCrashFixed marks a given crash as fixed for the current version.
PostAdminEditProduct processes the edit product form.
PostAdminEditUser processes the edit user form.
PostAdminEditVersion processes the edit product form.
PostAdminNewProduct processes the new product form.
PostAdminNewUser processes the new user form.
PostAdminNewVersion processes the new product form.
PostCrashComment allows you to post a comment to a crash.
PostReportComment allows you to post a comment to a crashreport.
PostReportCrashID allows you to change the crash id of a crashreport.
PostReports processes crashreport.
PostSymfiles processes symfile.
ReprocessReport processes the Crashreport again with current symbols.