aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* Fix object does not exist error when checking citation file (#28314)yp053272023-12-061-13/+6
* Add edit option for README.md (#28071)JakobDev2023-11-201-0/+4
* Fix citation error when the file size is larger than 1024 bytes (#27958)yp053272023-11-081-5/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Document the line-number counting behavior (#27386)wxiaoguang2023-10-021-2/+7
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Improve tree not found page (#26570)yp053272023-09-291-5/+5
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-10/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-2/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-4/+12
* Show image size on view page (#25884)JakobDev2023-07-311-0/+17
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-4/+4
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+1
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+12
* Show if File is Executable (#25287)JakobDev2023-06-161-0/+1
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+8
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-2/+3
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-1/+8
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+12
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-221-1/+1
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-21/+21
* Use correct locale key for forks page (#24172)John Olheiser2023-04-171-1/+1
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)Nick2023-04-101-4/+4
* Ensure RSS icon is present on all repo tabs (#23904)silverwind2023-04-071-3/+0
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-3/+10
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+3
* Replace `repo.namedBlob` by `git.TreeEntry`. (#22898)Nick2023-03-151-44/+38
* Use correct README link to render the README (#23152)yp053272023-03-031-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)Nick2023-02-131-2/+2
* Deduplicate findReadmeFile() (#22177)Nick2023-02-121-98/+69
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-2/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Repair LFS web rendering. (#22195)Nick2022-12-211-1/+1
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-171-16/+4
* remove duplicated read file code (#22042)Lunny Xiao2022-12-141-117/+82
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Improvements for Content Copy (#21842)silverwind2022-11-211-1/+8
* Allow disable RSS/Atom feed (#21622)Xinyu Zhou2022-11-211-6/+9
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+2