Documentation ¶
Index ¶
- func ActivateEmail(ctx *context.Context)
- func AddWorkers(ctx *context.Context)
- func Authentications(ctx *context.Context)
- func Config(ctx *context.Context)
- func Dashboard(ctx *context.Context)
- func DashboardPost(ctx *context.Context, form auth.AdminDashboardForm)
- func DefaultOrSystemWebhooks(ctx *context.Context)
- func DeleteAuthSource(ctx *context.Context)
- func DeleteDefaultOrSystemWebhook(ctx *context.Context)
- func DeleteNotices(ctx *context.Context)
- func DeleteRepo(ctx *context.Context)
- func DeleteUser(ctx *context.Context)
- func EditAuthSource(ctx *context.Context)
- func EditAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
- func EditUser(ctx *context.Context)
- func EditUserPost(ctx *context.Context, form auth.AdminEditUserForm)
- func Emails(ctx *context.Context)
- func EmptyNotices(ctx *context.Context)
- func Flush(ctx *context.Context)
- func Monitor(ctx *context.Context)
- func MonitorCancel(ctx *context.Context)
- func NewAuthSource(ctx *context.Context)
- func NewAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
- func NewUser(ctx *context.Context)
- func NewUserPost(ctx *context.Context, form auth.AdminCreateUserForm)
- func Notices(ctx *context.Context)
- func Organizations(ctx *context.Context)
- func Queue(ctx *context.Context)
- func Repos(ctx *context.Context)
- func SendTestMail(ctx *context.Context)
- func SetQueueSettings(ctx *context.Context)
- func Users(ctx *context.Context)
- func WorkerCancel(ctx *context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActivateEmail ¶ added in v1.11.2
ActivateEmail serves a POST request for activating/deactivating a user's email
func AddWorkers ¶ added in v1.11.0
AddWorkers adds workers to a worker group
func Authentications ¶
Authentications show authentication config page
func DashboardPost ¶ added in v1.11.2
func DashboardPost(ctx *context.Context, form auth.AdminDashboardForm)
DashboardPost run an admin operation
func DefaultOrSystemWebhooks ¶ added in v1.12.0
DefaultOrSystemWebhooks renders both admin default and system webhook list pages
func DeleteAuthSource ¶
DeleteAuthSource response for deleting an auth source
func DeleteDefaultOrSystemWebhook ¶ added in v1.12.0
DeleteDefaultOrSystemWebhook handler to delete an admin-defined system or default webhook
func DeleteNotices ¶
DeleteNotices delete the specific notices
func EditAuthSource ¶
EditAuthSource render editing auth source page
func EditAuthSourcePost ¶
func EditAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
EditAuthSourcePost response for editing auth source
func EditUserPost ¶
func EditUserPost(ctx *context.Context, form auth.AdminEditUserForm)
EditUserPost response for editting user
func MonitorCancel ¶ added in v1.11.0
MonitorCancel cancels a process
func NewAuthSource ¶
NewAuthSource render adding a new auth source page
func NewAuthSourcePost ¶
func NewAuthSourcePost(ctx *context.Context, form auth.AuthenticationForm)
NewAuthSourcePost response for adding an auth source
func NewUserPost ¶
func NewUserPost(ctx *context.Context, form auth.AdminCreateUserForm)
NewUserPost response for adding a new user
func Organizations ¶
Organizations show all the organizations
func SendTestMail ¶
SendTestMail send test mail to confirm mail service is OK
func SetQueueSettings ¶ added in v1.11.0
SetQueueSettings sets the maximum number of workers and other settings for this queue
func WorkerCancel ¶ added in v1.11.0
WorkerCancel cancels a worker group
Types ¶
This section is empty.