aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-154-11/+11
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-222-95/+0
* Refactor markup render system (#32589)wxiaoguang2024-11-221-4/+1
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-181-16/+34
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-182-23/+18
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-162-52/+64
* Fix `recentupdate` sorting bugs (#32505)Zettat1232024-11-151-0/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+0
* Only query team tables if repository is under org when getting assignees (#32...Lunny Xiao2024-11-051-14/+16
* Allow code search by filename (#32210)Bruno Sofiato2024-10-111-3/+3
* Support repo license (#24872)yp053272024-10-011-0/+120
* Included tag search capabilities (#32045)Bruno Sofiato2024-09-181-0/+6
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-192-1/+28
* Remove unused code from models/repos/release.go (#31756)Kemal Zebari2024-08-021-26/+0
* Make GetRepositoryByName more safer (#31712)Lunny Xiao2024-07-291-6/+7
* Refactor webhook (#31587)wxiaoguang2024-07-101-2/+7
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-182-2/+2
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-19/+19
* rm const do inline (#31360)65432024-06-151-42/+18
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-0/+28
* [Refactor] Unify repo search order by logic (#30876)65432024-06-132-35/+62
* Return an empty string when a repo has no avatar in the repo API (#31187)Kemal Zebari2024-06-011-2/+8
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+7
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-4/+3
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-0/+6
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-9/+3
* Get repo list with OrderBy alpha should respect owner too (#30784)65432024-05-061-2/+2
* Get repo assignees and reviewers should ignore deactivated users (#30770)65432024-04-302-7/+23
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+7
* Add container.FilterSlice function (#30339)oliverpool2024-04-091-4/+5
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-292-25/+20
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-1/+1
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-122-0/+38
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+4
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-042-2/+4
* Add user blocking (#29028)KN4CK3R2024-03-049-153/+173
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-042-1/+60
* remove util.OptionalBool and related functions (#29513)65432024-03-022-6/+7
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-69/+66
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-10/+11
* Users with `read` permission of pull requests can be assigned too (#27263)Lunny Xiao2024-02-241-1/+3
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-3/+3
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+4
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-50/+0