aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Rewrite logger system (#24726)wxiaoguang2023-05-211-12/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-0/+8
* Fix topics deleted via API not being deleted in org page (#24825)Yarden Shoham2023-05-211-20/+25
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-2/+2
* Support SSH for go get (#24664)rune2023-05-121-13/+19
* fix: release page for empty or non-existing target (#24470)oliverpool2023-05-101-0/+1
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-0/+24
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-282-8/+12
* Display when a repo was archived (#22664)JakobDev2023-04-262-3/+11
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+7
* fix calReleaseNumCommitsBehind (#24148)oliverpool2023-04-181-3/+3
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-1/+3
* Make Release Download URLs predictable (#23891)JakobDev2023-04-122-11/+45
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-6/+17
* Disable editing tags (#23883)Zettat1232023-04-031-1/+1
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-282-0/+105
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-0/+22
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-7/+3
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-7/+7
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+1
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-0/+15
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-062-1/+6
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-4/+4
* Do not overwrite empty DefaultBranch (#22708)Jason Song2023-02-021-5/+0
* Implement actions (#21937)Jason Song2023-01-312-1/+5
* Fix Operator does not exist bug on explore page with ONLY_SHOW_RELEVANT_REPOS...zeripath2023-01-161-2/+7
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-1/+1
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-314-9/+7
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-121-3/+3
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-105-79/+45
* Round language stats percentage using largest remainder (#22026)hr-982022-12-081-4/+36
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-038-32/+18
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2736-72/+36
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-197-51/+44
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-153-3/+46
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-127-10/+10
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-25/+20
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-249-39/+39
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-189-0/+65
* Add generic set type (#21408)KN4CK3R2022-10-123-30/+14
* Add user/organization code search (#19977)Lauris BH2022-10-111-10/+20
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-0/+8
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-3/+3
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-2/+29
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-254-0/+716