summaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-6/+6
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+3
* Move some functions to service layer (#26969)Lunny Xiao2023-09-082-0/+54
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+3
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-1/+1
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+5
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-13/+23
* add disable workflow feature (#26413)a10121127962023-08-143-1/+81
* Count only visible repos on profile (#25928)JakobDev2023-08-112-102/+132
* Fix the topic validation rule and suport dots (#26286)wxiaoguang2023-08-032-1/+3
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+6
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-3/+3
* Release attachments duplicated check (#26176)Lunny Xiao2023-07-271-15/+14
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-7/+0
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...wxiaoguang2023-07-101-1/+1
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-5/+5
* some less naked returns (#25682)65432023-07-041-1/+1
* Add unit test for repository collaboration (#25640)Earl Warren2023-07-031-0/+88
* Split lfs size from repository size (#22900)a10121127962023-06-282-3/+44
* Remove stars when repo goes private (#19904)Wim2023-06-052-0/+32
* 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