# Functions
Action response for follow/unfollow user request.
AvatarByEmailHash redirects the browser to the email avatar link.
AvatarByUserName redirect browser to user avatar of requested size.
CodeSearch render user/organization code search page.
Dashboard render the dashboard page.
DownloadPackageFile serves the content of a package file.
GetNotificationCount is the middleware that sets the notification count in the context.
GetStopwatches get all stopwatches.
Issues renders the user's issues overview page.
ListPackages displays a list of all packages of the context user.
ListPackageVersions lists all versions of a package.
Milestones render the user milestones page.
NewAvailable returns the notification counts.
NotificationPurgePost is a route for 'purging' the list of notifications - marking all unread as read.
Notifications is the notifications page.
NotificationStatusPost is a route for changing the status of a notification.
NotificationSubscriptions returns the list of subscribed issues.
NotificationWatching returns the list of watching repos.
OwnerProfile render profile page for a user or a organization (aka, repo owner).
PackageSettings displays the package settings page.
PackageSettingsPost updates the package settings.
Pulls renders the user's pull request overview page.
RedirectToLastVersion redirects to the latest package version.
SearchCandidates searches candidate users for dropdown list.
ShowGPGKeys output all the public GPG keys of user by uid.
ShowSSHKeys output all the ssh keys of user by uid.
ViewPackageVersion displays a single package version.