summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Return 404 when tag is broken (#20017)Wim2022-06-181-0/+4
* Fix mirror template bug (#19959)Lunny Xiao2022-06-131-14/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+8
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+10
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-081-0/+1
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-5/+5
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-5/+14
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+4
* more context for models (#19511)65432022-04-281-2/+2
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-4/+21
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-6/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-5/+12