| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Adopt repository event and handler (#25497) | Lunny Xiao | 2023-06-26 | 1 | -11/+13 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 1 | -8/+44 |
* | Store and use seconds for timeline time comments (#25392) | 6543 | 2023-06-23 | 1 | -0/+12 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 9 | -111/+126 |
* | Change default email domain for LDAP users (#25425) | Zettat123 | 2023-06-22 | 2 | -2/+2 |
* | Move some regexp out of functions (#25430) | John Olheiser | 2023-06-21 | 1 | -2/+3 |
* | Show outdated comments in files changed tab (#24936) | sebastian-sauer | 2023-06-21 | 2 | -4/+14 |
* | Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) | wxiaoguang | 2023-06-21 | 1 | -1/+0 |
* | Use the new download domain replace the old (#25405) | Lunny Xiao | 2023-06-21 | 1 | -1/+1 |
* | Support configuration variables on Gitea Actions (#24724) | sillyguodong | 2023-06-20 | 1 | -2/+12 |
* | Fix LDAP sync when Username Attribute is empty (#25278) | Zettat123 | 2023-06-20 | 1 | -30/+32 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 8 | -82/+27 |
* | Fix panic when migrating a repo from GitHub with issues (#25246) | Jason Song | 2023-06-14 | 1 | -1/+1 |
* | Fix all possible setting error related storages and added some tests (#23911) | Lunny Xiao | 2023-06-14 | 1 | -1/+1 |
* | Support changing labels of Actions runner without re-registration (#24806) | sillyguodong | 2023-06-13 | 1 | -2/+1 |
* | Use inline SVG for built-in OAuth providers (#25171) | silverwind | 2023-06-13 | 3 | -16/+37 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 1 | -1/+1 |
* | Fix compatible for webhook ref type (#25195) | Lunny Xiao | 2023-06-13 | 2 | -5/+5 |
* | Add `WithPullRequest` for `actionsNotifier` (#25144) | Zettat123 | 2023-06-11 | 1 | -0/+7 |
* | Update github.com/google/go-github to v53 (#25157) | Yevhen Pavlov | 2023-06-09 | 2 | -2/+2 |
* | Modify OAuth login ui and fix display name, iconurl related logic (#25030) | HesterG | 2023-06-08 | 6 | -32/+45 |
* | Remove duplicated functions when deleting a branch (#25128) | Lunny Xiao | 2023-06-08 | 2 | -9/+3 |
* | Add codeowners feature (#24910) | Vladimir Buyanov | 2023-06-08 | 2 | -0/+13 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 1 | -1/+1 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -1/+1 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 3 | -9/+16 |
* | GitLab migration: Sanitize response for reaction list (#25054) | 6543 | 2023-06-02 | 2 | -15/+67 |
* | Update repo's default branch when adding new files in an empty one (#25017) | wxiaoguang | 2023-05-31 | 1 | -8/+8 |
* | Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988) | 谈笑风生间 | 2023-05-31 | 2 | -4/+4 |
* | Update github.com/google/go-github to v52 (#24004) | 6543 | 2023-05-31 | 2 | -14/+7 |
* | Display file mode for new file and file mode changes (#24966) | Yevhen Pavlov | 2023-05-29 | 1 | -4/+23 |
* | API endpoint for changing/creating/deleting multiple files (#24887) | Denys Konovalov | 2023-05-29 | 3 | -368/+279 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 9 | -45/+36 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 19 | -122/+169 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 3 | -0/+9 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 4 | -25/+62 |
* | Add API for Label templates (#24602) | JakobDev | 2023-05-23 | 1 | -0/+22 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 1 | -1/+1 |
* | Add CRAN package registry (#22331) | KN4CK3R | 2023-05-22 | 2 | -1/+3 |
* | Merge message template support for rebase without merge commit (#22669) | Brecht Van Lommel | 2023-05-22 | 2 | -21/+99 |
* | Support wildcard in email domain allow/block list (#24831) | wxiaoguang | 2023-05-22 | 2 | -23/+43 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 7 | -35/+21 |
* | Refactor rename user and rename organization (#24052) | Lunny Xiao | 2023-05-21 | 4 | -98/+156 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 13 | -104/+123 |
* | Add RTL rendering support to Markdown (#24816) | silverwind | 2023-05-20 | 1 | -0/+1 |
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 1 | -1/+1 |
* | Support for status check pattern (#24633) | Zettat123 | 2023-05-17 | 2 | -23/+33 |
* | Refactor Pull Mirror and fix out-of-sync bugs (#24732) | wxiaoguang | 2023-05-15 | 1 | -4/+3 |
* | Add Go package registry (#24687) | KN4CK3R | 2023-05-14 | 2 | -1/+3 |
* | Add status indicator on main home screen for each repo (#24638) | Yarden Shoham | 2023-05-13 | 2 | -0/+18 |