ποΈ Actions
9 items
ποΈ Packages
23 items
ποΈ Authentication
LDAP (Lightweight Directory Access Protocol)
ποΈ AGit
In Gitea 1.13, support for agit was added. AGit enables users to create pull requests directly, even without write permissions of the repository, eliminating the need to fork it. This helps reduce the number of duplicated repositories and minimizes unnecessary disk usage.
ποΈ Profile READMEs
To display a Markdown file in your Gitea user or organization profile page, create a repository named .profile and add a new file named README.md to it.
ποΈ Blame File View
Gitea supports viewing the line-by-line revision history for a file also known as blame view.
ποΈ Incoming Email
Gitea supports the execution of several actions through incoming mails. This page describes how to set this up.
ποΈ Labels
You can use labels to classify issues and pull requests and to improve your overview over them.
ποΈ Pull Request
A Pull Request (PR) is a way to propose changes to a repository.
ποΈ Permissions
Gitea supports permissions for repository so that you can give different access for different people. At first, we need to know about Unit.
ποΈ Template Repositories
Gitea (starting with version 1.11.0) supports creating template repositories
ποΈ Issue and Pull Request Templates
Some projects have a standard list of questions that users need to answer
ποΈ Automatically Linked References
When an issue, pull request or comment is posted, the text description is parsed
ποΈ Merge Message templates
File names
ποΈ Push
There are some additional features when pushing commits to Gitea server.
ποΈ Blocking a user
Gitea supports blocking of users to restrict how they can interact with you and your content.
ποΈ Clone filters (partial clone)
Git introduces --filter option to git clone command, which filters out
ποΈ Code Owners
Gitea maintains code owner files. It looks for it in the following locations in this order:
ποΈ Webhooks
Gitea supports webhooks for repository events. This can be configured in the settings
ποΈ Protected tags
Protected tags allow control over who has permission to create or update Git tags. Each rule allows you to match either an individual tag name, or use an appropriate pattern to control multiple tags at once.
ποΈ Repository Mirror
Repository mirroring allows for the mirroring of repositories to and from external sources. You can use it to mirror branches, tags, and commits between repositories.
ποΈ Multi-factor Authentication (MFA)
Multi-factor Authentication (also referred to as MFA or 2FA) enhances security by requiring a time-sensitive set of credentials in addition to a password.