| Commit message (Expand) | Author | Age | Files | Lines |
* | Added check for disabled Packages (#21540) | rock2dust | 2022-10-22 | 1 | -0/+1 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 1 | -0/+5 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -2/+7 |
* | Support instance-wide OAuth2 applications (#21335) | qwerty287 | 2022-10-12 | 1 | -0/+17 |
* | Add user/organization code search (#19977) | Lauris BH | 2022-10-11 | 1 | -0/+1 |
* | Allow creation of OAuth2 applications for orgs (#18084) | qwerty287 | 2022-10-09 | 1 | -2/+18 |
* | Add pages to view watched repos and subscribed issues/PRs (#17156) | qwerty287 | 2022-09-29 | 1 | -0/+2 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 1 | -4/+7 |
* | refactor webhook *EditPost (#20780) | oliverpool | 2022-08-23 | 1 | -3/+3 |
* | Fix init mail render logic (#20704) | KN4CK3R | 2022-08-08 | 1 | -4/+0 |
* | Add disable download source configuration (#20548) | Lunny Xiao | 2022-07-31 | 1 | -1/+8 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 1 | -0/+2 |
* | Allow access to the Public Organization Member lists with minimal permissions... | a1012112796 | 2022-07-15 | 1 | -1/+6 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 1 | -1/+1 |
* | Add sitemap support (#18407) | Daniil Gentili | 2022-06-25 | 1 | -0/+3 |
* | Fix wrong login requirement routers (#20101) | Lunny Xiao | 2022-06-23 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 1 | -0/+7 |
* | Unify repo settings & show better error (#19828) | Gusted | 2022-06-12 | 1 | -2/+4 |
* | 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 | 1 | -0/+1 |
* | Feature: Find files in repo (#15028) | Roger Luo | 2022-06-09 | 1 | -0/+6 |
* | Move `/info` outside authorization (#19888) | Gusted | 2022-06-04 | 1 | -1/+5 |
* | Adding button to link accounts from user settings (#19792) | Mai-Lapyst | 2022-05-29 | 1 | -4/+4 |
* | Add Webfinger endpoint (#19462) | KN4CK3R | 2022-05-09 | 1 | -2/+10 |
* | Allow to mark files in a PR as viewed (#19007) | delvh | 2022-05-07 | 1 | -0/+1 |
* | Add health check endpoint (#18465) | ttys3 | 2022-05-04 | 1 | -0/+3 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -3/+5 |
* | Fix middleware function's placements for some `/user/...` (#19377) | Gusted | 2022-04-12 | 1 | -5/+5 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 1 | -3/+16 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 1 | -1/+15 |
* | Fix global packages enabled avaiable (#19276) | Lunny Xiao | 2022-03-31 | 1 | -19/+25 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -0/+1 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 1 | -0/+34 |
* | Refactor repo clone button and repo clone links, fix JS error on empty repo p... | wxiaoguang | 2022-03-29 | 1 | -0/+1 |
* | Let web and API routes have different auth methods group (#19168) | Lunny Xiao | 2022-03-28 | 1 | -1/+26 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -3/+15 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -4/+4 |
* | Use custom favicon when viewing static files if it exists (#19130) | Abheek Dhawan | 2022-03-19 | 1 | -0/+5 |
* | Add button for issue deletion (#19032) | Otto Richter (fnetX) | 2022-03-09 | 1 | -0/+1 |
* | Disable unnecessary OpenID/OAuth2 elements (#18491) | Paweł Bogusławski | 2022-02-09 | 1 | -4/+11 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -0/+5 |
* | Ensure that blob-excerpt links work for wiki (#18587) | zeripath | 2022-02-05 | 1 | -1/+20 |
* | Add packagist webhook (#18224) | Dr. Tobias Quathamer | 2022-01-23 | 1 | -0/+4 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -0/+2 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -0/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -7/+2 |
* | Refactor Router Logger (#17308) | wxiaoguang | 2022-01-20 | 1 | -4/+5 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 1 | -13/+8 |