| Commit message (Expand) | Author | Age | Files | Lines |
* | Add anonymous access support for private/unlisted repositories (#34051) | wxiaoguang | 6 days | 1 | -2/+10 |
* | Add anonymous access support for private repositories (backend) (#33257) | wxiaoguang | 6 days | 2 | -15/+55 |
* | Fix PR web route permission check (#33636) | wxiaoguang | 2025-02-19 | 1 | -4/+6 |
* | Support public code/issue access for private repositories (#33127) | wxiaoguang | 2025-01-14 | 2 | -20/+39 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 3 | -26/+82 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 3 | -63/+182 |
* | Refactor web routes (#30519) | wxiaoguang | 2024-04-17 | 1 | -6/+12 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 1 | -2/+2 |
* | Users with `read` permission of pull requests can be assigned too (#27263) | Lunny Xiao | 2024-02-24 | 1 | -2/+2 |
* | Remove GetByBean method because sometimes it's danger when query condition pa... | Lunny Xiao | 2023-12-07 | 1 | -2/+6 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -7/+7 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | some less naked returns (#25682) | 6543 | 2023-07-04 | 1 | -19/+21 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -36/+19 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 3 | -10/+10 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 2 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 4 | -8/+4 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 2 | -15/+11 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -9/+9 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -249/+14 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -34/+34 |
* | Store read access in access for team repo's (#20275) | Gusted | 2022-07-11 | 1 | -1/+7 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 2 | -38/+278 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -23/+12 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 4 | -0/+842 |