summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-4/+4
* Refactor readme file renderer (#19502)Lunny Xiao2022-04-261-112/+125
* Add logic to switch between source/rendered on Markdown (#19356)Gusted2022-04-101-2/+10
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+9
* Fix template bug of LFS lock (#18784)Lunny Xiao2022-02-161-0/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-1/+1
* format with gofumpt (#18184)65432022-01-201-4/+3
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-11/+26
* When the git repository on storage is changed, the repository modal should al...wxiaoguang2021-12-241-2/+24
* Shorten page title in file view (#17987)silverwind2021-12-151-1/+5
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+10
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+3
* Add pagination to fork list (#17639)Gusted2021-11-181-2/+13
* Fixed commit count. (#17698)KN4CK3R2021-11-171-1/+1
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+27
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-8/+8
* Correctly handle failed migrations (#17575)zeripath2021-11-131-0/+7