| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed comment typo (#19944) | xkcdstickfigure | 2022-06-11 | 1 | -1/+1 |
* | Auto merge pull requests when all checks succeeded via WebUI (#19648) | 6543 | 2022-06-11 | 2 | -0/+39 |
* | Fix some mirror bugs (#18649) | Lunny Xiao | 2022-06-11 | 1 | -6/+8 |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 1 | -1/+1 |
* | Custom regexp external issues (#17624) | Sandro Santilli | 2022-06-10 | 1 | -3/+4 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 3 | -9/+5 |
* | Feature: Find files in repo (#15028) | Roger Luo | 2022-06-09 | 3 | -0/+85 |
* | Add support for rendering terminal output with colors (#19497) | Lauris BH | 2022-06-09 | 1 | -0/+11 |
* | Automatically render wiki TOC (#19873) | zeripath | 2022-06-08 | 1 | -0/+2 |
* | Ensure minimum mirror interval is reported on settings page (#19895) | zeripath | 2022-06-07 | 1 | -9/+22 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 20 | -59/+59 |
* | Implement http signatures support for the API (#17565) | Wim | 2022-06-05 | 1 | -0/+1 |
* | Fixing wrong paging when filtering on the issue dashboard (#19801) | Mai-Lapyst | 2022-06-04 | 1 | -0/+6 |
* | Move `/info` outside authorization (#19888) | Gusted | 2022-06-04 | 2 | -1/+20 |
* | Exclude Archived repos from Dashboard Milestones (#19882) | zeripath | 2022-06-04 | 1 | -2/+3 |
* | Add API to serve blob or LFS file content (#19689) | qwerty287 | 2022-06-04 | 2 | -0/+143 |
* | Disable unnecessary mirroring elements (#18527) | Paweł Bogusławski | 2022-06-04 | 1 | -0/+1 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 2 | -11/+12 |
* | feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i... | ttys3 | 2022-06-02 | 1 | -0/+2 |
* | Fix spelling mistake in ProcReceive (#19853) | zeripath | 2022-06-01 | 1 | -1/+1 |
* | Adding button to link accounts from user settings (#19792) | Mai-Lapyst | 2022-05-29 | 3 | -5/+24 |
* | Fix raw endpoint PDF file headers (#19825) | Lauris BH | 2022-05-28 | 1 | -2/+6 |
* | Prevent loop if there is an error in GetNotificationCount (#19799) | zeripath | 2022-05-25 | 1 | -1/+5 |
* | Prevent NPE when cache service is disabled (#19703) | zeripath | 2022-05-21 | 3 | -15/+25 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 79 | -263/+266 |
* | Move org functions (#19753) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Update base.go (#19739) | Guo Y.K | 2022-05-19 | 1 | -1/+1 |
* | ContainerRegistry - removed Basic Auth header (#19735) | KN4CK3R | 2022-05-17 | 1 | -1/+0 |
* | Fix issue overview for teams (#19652) | Gusted | 2022-05-16 | 1 | -16/+4 |
* | Fix nodeinfo caching and prevent NPE if cache non-existent (#19721) | zeripath | 2022-05-16 | 1 | -7/+11 |
* | Update go-chi/cache to utilize Ping() (#19719) | 6543 | 2022-05-15 | 1 | -1/+1 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 3 | -67/+44 |
* | Fix oauth setting list bug (#19682) | Lunny Xiao | 2022-05-11 | 1 | -1/+1 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 25 | -57/+74 |
* | Update go tool dependencies (#19676) | silverwind | 2022-05-10 | 2 | -3/+4 |
* | Fix new release from tags list UI (#19670) | Lunny Xiao | 2022-05-10 | 1 | -1/+3 |
* | Add Webfinger endpoint (#19462) | KN4CK3R | 2022-05-09 | 2 | -2/+121 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 4 | -27/+96 |
* | Calculate filename hash only once (#19654) | KN4CK3R | 2022-05-09 | 1 | -1/+1 |
* | Admin should not delete himself (#19423) | Lunny Xiao | 2022-05-08 | 2 | -0/+15 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 4 | -14/+19 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 1 | -0/+9 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 4 | -5/+8 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 3 | -22/+57 |
* | Allow to mark files in a PR as viewed (#19007) | delvh | 2022-05-07 | 3 | -12/+72 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 4 | -1/+102 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 3 | -2/+43 |
* | Improve reviewing PR UX (#19612) | Gusted | 2022-05-07 | 1 | -1/+17 |
* | Skip duplicated layers. (#19624) | KN4CK3R | 2022-05-05 | 1 | -0/+4 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 2 | -0/+4 |