Versions in this module Expand all Collapse all v0 v0.11.33 Nov 19, 2017 v0.11.29 Aug 15, 2017 Changes in this version + const AUTHS + const AUTH_EDIT + const AUTH_NEW + const CONFIG + const DASHBOARD + const MONITOR + const NOTICES + const ORGS + const REPOS + const USERS + const USER_EDIT + const USER_NEW + func Authentications(c *context.Context) + func Config(c *context.Context) + func Dashboard(c *context.Context) + func DeleteAuthSource(c *context.Context) + func DeleteNotices(c *context.Context) + func DeleteRepo(c *context.Context) + func DeleteUser(c *context.Context) + func EditAuthSource(c *context.Context) + func EditAuthSourcePost(c *context.Context, f form.Authentication) + func EditUser(c *context.Context) + func EditUserPost(c *context.Context, f form.AdminEditUser) + func EmptyNotices(c *context.Context) + func Monitor(c *context.Context) + func NewAuthSource(c *context.Context) + func NewAuthSourcePost(c *context.Context, f form.Authentication) + func NewUser(c *context.Context) + func NewUserPost(c *context.Context, f form.AdminCrateUser) + func Notices(c *context.Context) + func Organizations(c *context.Context) + func Repos(c *context.Context) + func SendTestMail(c *context.Context) + func Users(c *context.Context) + type AdminOperation int + const CLEAN_INACTIVATE_USER + const CLEAN_MISSING_REPOS + const CLEAN_REPO_ARCHIVES + const GIT_GC_REPOS + const REINIT_MISSING_REPOSITORY + const SYNC_REPOSITORY_HOOKS + const SYNC_SSH_AUTHORIZED_KEY