aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao9 days1-4/+16
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-041-0/+3
* Clone repository with Tea CLI (#33725)Quentin2025-02-271-5/+13
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-251-8/+19
* add submodule diff links (#33097)Rowan Bohde2025-01-081-52/+2
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-42/+82
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-0/+2
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-311-4/+7
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-1/+16
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Refactor markup render system (#32589)wxiaoguang2024-11-221-4/+1
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-18/+31
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+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-181-1/+1
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-4/+3
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-0/+3
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-061-0/+4
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-041-1/+3
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-0/+5
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+4
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-0/+8
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-5/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-2/+4
* Refactor SSH clone URL generation code (#28421)wxiaoguang2023-12-151-13/+11
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+5
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-231-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-14/+14
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+16
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-6/+2
* add disable workflow feature (#26413)a10121127962023-08-141-0/+6
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Split lfs size from repository size (#22900)a10121127962023-06-281-0/+39
* Rewrite logger system (#24726)wxiaoguang2023-05-211-12/+4
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-0/+8
* 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 unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-6/+10
* Display when a repo was archived (#22664)JakobDev2023-04-261-2/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+7
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+43
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* 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-061-1/+1
* Do not overwrite empty DefaultBranch (#22708)Jason Song2023-02-021-5/+0
* Implement actions (#21937)Jason Song2023-01-311-0/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-16/+6
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-23/+9