summaryrefslogtreecommitdiffstats
path: root/models/repo
Commit message (Expand)AuthorAgeFilesLines
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-141-26/+0
* Refactor SSH clone URL generation code (#28421) (#28480)Giteabot2023-12-152-13/+42
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-111-0/+16
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-251-0/+15
* Restricted users only see repos in orgs which their team was assigned to (#28...Giteabot2023-11-141-5/+5
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-011-2/+2
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-293-19/+19
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-252-19/+20
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-163-11/+9
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-164-42/+42
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-157-57/+58
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-8/+10
* 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