package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Packages

# Functions

AddColumnToProjectPost allows a new column to be added to a project.
Applications render org applications page (for org, at the moment, there are only OAuth2 applications).
ChangeProjectStatus updates the status of a project between "open" and "close".
CheckProjectColumnChangePermissions check permission.
Create render the page for create organization.
CreatePost response for create organization.
DeleteLabel delete a label.
DeleteOAuth2Application deletes the given oauth2 application.
DeleteProject delete a project.
DeleteProjectColumn allows for the deletion of a project column.
DeleteTeam response for the delete team request.
DeleteWebhook response for delete webhook.
EditProjectColumn allows a project column's to be updated.
EditProjectPost response for editing a project.
EditTeam render team edit page.
EditTeamPost response for modify team information.
Home show organization home page.
InitializeLabels init labels for an organization.
Labels render organization labels page.
Members render organization users page.
MembersAction response for operation to a member of organization.
MoveIssues moves or keeps issues in a column and sorts them inside that column.
MustEnableProjects check if projects are enabled in settings.
NewLabel create new label for organization.
NewProjectPost creates a new project.
NewTeam render create new team page.
NewTeamPost response for create new team.
OAuth2ApplicationEdit response for editing oauth2 application.
OAuth2ApplicationShow displays the given application.
OAuthApplicationsPost response for adding an oauth2 application.
OAuthApplicationsRegenerateSecret handles the post request for regenerating the secret.
Projects renders the home page of projects.
RenderEditProject allows a project to be edited.
RenderNewProject render creating a project page.
RetrieveLabels find all the labels of an organization.
SearchTeam api for searching teams.
SetDefaultProjectColumn set default column for uncategorized issues/pulls.
Settings render the main settings page.
SettingsAvatar response for change avatar on settings page.
SettingsDelete response for deleting an organization.
SettingsDeleteAvatar response for delete avatar on settings page.
SettingsPost response for settings change submitted.
TeamInvite renders the team invite page.
TeamInvitePost handles the team invitation.
TeamMembers render team members page.
TeamRepositories show the repositories of team.
Teams render teams list page.
TeamsAction response for join, leave, remove, add operations to team.
TeamsRepoAction operate team's repository.
UpdateLabel update a label's name and color.
ViewProject renders the project with board view for a project.
Webhooks render webhook list page.