aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-5/+5
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+4
* Abstract hash function usage (#28138)Adam Majer2023-12-131-4/+14
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-4/+2
* Add guide page to actions when there's no workflows (#28145)yp053272023-11-211-0/+1
* Fix format error (#27963)Lunny Xiao2023-11-081-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-6/+6
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Add support for HEAD ref in /src/branch and /src/commit routes (#27384)Kirill Sorokin2023-10-031-0/+20
* Improvements of releases list and tags list (#25859)Zettat1232023-09-281-1/+4
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Fix the display of org level badges (#26504)yp053272023-09-061-0/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-6/+6
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-21/+9
* Less naked returns (#25713)65432023-07-071-37/+37
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-5/+30
* Refactor indexer (#25174)Jason Song2023-06-231-1/+1
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-20/+21
* Refactor Pull Mirror and fix out-of-sync bugs (#24732)wxiaoguang2023-05-151-7/+2
* Support SSH for go get (#24664)rune2023-05-121-1/+8
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-93/+0
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-88/+0
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-081-1/+6
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-2/+2
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-14/+23
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-0/+5
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-11/+10
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+114
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-13/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-6/+6
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-3/+3
* Implement actions (#21937)Jason Song2023-01-311-0/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-4/+4
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-7/+7
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+3
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-2/+4
* Redirect to new repository owner (#21398)KN4CK3R2022-10-111-1/+10
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-1/+3
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-45/+26
* Fix download archiver of a commit (#20962)Lunny Xiao2022-08-261-0/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+4
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-1/+1
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-0/+2