aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy citation file content, in APA and BibTex format, on repo home page (#19999)Nolann2022-11-111-0/+45
* adapt README_{Country}.md stype name in localizedExtensions (#21486)a10121127962022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Fix #21406: Hide repo information from file view/blame mode (#21420)Neel2022-10-131-0/+2
* Add generic set type (#21408)KN4CK3R2022-10-121-5/+4
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Use correct branch for .editorconfig error (#21152)JakobDev2022-09-141-1/+1
* Show .editorconfig errors in frontend (#21088)JakobDev2022-09-121-0/+5
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+5
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-25/+34
* Support localized README (#20508)Gary Wang2022-08-011-69/+54
* Rework file highlight rendering and fix yaml copy-paste (#19967)silverwind2022-07-301-13/+13
* Fix possible panic when repository is empty (#20509)Lunny Xiao2022-07-281-4/+8
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-7/+1
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-7/+7
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Fix Readme render bug (#19992)Lunny Xiao2022-06-171-1/+1
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-16/+20
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-12/+13
* Add support for rendering terminal output with colors (#19497)Lauris BH2022-06-091-0/+11
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+2