| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not send "registration success email" for external auth sources (#24632) | wxiaoguang | 2023-05-10 | 5 | -15/+0 |
* | Filter get single commit (#24613) | Matthew Walowski | 2023-05-10 | 1 | -0/+9 |
* | Filters for GetAllCommits (#24568) | Matthew Walowski | 2023-05-09 | 1 | -4/+19 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 1 | -0/+189 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 14 | -94/+67 |
* | Refresh the refernce of the closed PR when reopening (#24231) | sillyguodong | 2023-05-08 | 1 | -11/+5 |
* | Simplify template helper functions (#24570) | wxiaoguang | 2023-05-07 | 1 | -0/+13 |
* | Improve wiki user title test (#24559) | wxiaoguang | 2023-05-06 | 1 | -1/+4 |
* | Add RPM registry (#23380) | KN4CK3R | 2023-05-05 | 4 | -40/+645 |
* | Update LDAP filters to include both username and email address (#24547) | Gary Moon | 2023-05-05 | 1 | -5/+5 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 2 | -4/+2 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -4/+4 |
* | Fix incorrect webhook time and use relative-time to display it (#24477) | yp05327 | 2023-05-03 | 1 | -1/+2 |
* | Implement Cargo HTTP index (#24452) | KN4CK3R | 2023-05-03 | 1 | -10/+26 |
* | Add ntlm authentication support for mail (#23811) | 木木田 | 2023-05-02 | 1 | -0/+32 |
* | Add Debian package registry (#24426) | KN4CK3R | 2023-05-02 | 4 | -14/+488 |
* | Revert "Add Debian package registry" (#24412) | Yarden Shoham | 2023-04-28 | 4 | -488/+14 |
* | Add Debian package registry (#22854) | KN4CK3R | 2023-04-28 | 4 | -14/+488 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -1/+1 |
* | Move secrets and runners settings to actions settings (#24200) | Hester Gong | 2023-04-27 | 1 | -1/+0 |
* | Fix auth check bug (#24382) | Lunny Xiao | 2023-04-27 | 1 | -10/+0 |
* | Support uploading file to empty repo by API (#24357) | wxiaoguang | 2023-04-26 | 1 | -0/+5 |
* | Require repo scope for PATs for private repos and basic authentication (#24362) | John Olheiser | 2023-04-26 | 3 | -0/+36 |
* | Display when a repo was archived (#22664) | JakobDev | 2023-04-26 | 1 | -0/+1 |
* | Refactor config provider (#24245) | Lunny Xiao | 2023-04-25 | 1 | -19/+9 |
* | Fix bug when deleting wiki with no code write permission (#24274) | Lunny Xiao | 2023-04-23 | 1 | -1/+7 |
* | Move code from module to service (#24287) | KN4CK3R | 2023-04-23 | 1 | -0/+182 |
* | Handle canceled workflow as a warning instead of a fail (#24282) | Jason Song | 2023-04-23 | 1 | -1/+3 |
* | Fix inconsistent wiki path converting. (#24277) | wxiaoguang | 2023-04-23 | 2 | -1/+2 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 3 | -9/+9 |
* | Update go tool dependencies, restructure lint targets (#24239) | silverwind | 2023-04-22 | 1 | -7/+4 |
* | Improve test logger (#24235) | wxiaoguang | 2023-04-21 | 1 | -39/+28 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -2/+1 |
* | Make wiki title supports dashes and improve wiki name related features (#24143) | wxiaoguang | 2023-04-19 | 4 | -140/+268 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 2 | -5/+16 |
* | Support triggering workflows by wiki related events (#24119) | Zettat123 | 2023-04-17 | 1 | -0/+35 |
* | Add new user types `reserved`, `bot`, and `remote` (#24026) | techknowlogick | 2023-04-17 | 1 | -0/+8 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 8 | -55/+55 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 2 | -12/+9 |
* | Improve LFS error logs (#24072) | wxiaoguang | 2023-04-12 | 1 | -2/+3 |
* | Fix accidental overwriting of LDAP team memberships (#24050) | sillyguodong | 2023-04-11 | 1 | -2/+2 |
* | Use actions job link as commit status URL instead of run link (#24023) | Jason Song | 2023-04-10 | 1 | -1/+20 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 1 | -1/+3 |
* | Update github.com/google/go-github to v51 (#23946) | harryzcy | 2023-04-08 | 2 | -20/+27 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -2/+1 |
* | Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) | sillyguodong | 2023-04-07 | 2 | -5/+5 |
* | Title can be empty when creating tag only (#23917) | Zettat123 | 2023-04-06 | 1 | -1/+1 |
* | Actions: Use default branch as ref when a branch/tag delete occurs (#23910) | Brad Nabholz | 2023-04-06 | 1 | -0/+5 |
* | Delete deleted release attachments immediately from storage (#23913) | Lunny Xiao | 2023-04-06 | 1 | -1/+1 |
* | Treat PRs with agit flow as fork PRs when triggering actions. (#23884) | Jason Song | 2023-04-06 | 1 | -1/+16 |