summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-808/+0
* Make commit info cancelable (#16032)zeripath2021-06-061-1/+1
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-11/+18
* Fix readme render bug (#15649)Lunny Xiao2021-04-281-0/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-10/+41
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-56/+55
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-5/+6
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+8
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-091-1/+1
* Fix lfs file viewer (#14568)Lunny Xiao2021-02-051-21/+16
* Fix bug about ListOptions and stars/watchers pagnation (#14556)Lunny Xiao2021-02-041-1/+5
* Fix lfs preview bug (#14428)Lunny Xiao2021-01-221-1/+4
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-2/+22
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-0/+1
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-2/+2
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-4/+4
* Add a migrate service type switch page (#12697)Lunny Xiao2020-09-091-1/+1
* Compare SSH_DOMAIN when parsing submodule URLs (#12753)mrsdizzie2020-09-071-0/+2
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-39/+14
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-3/+3
* Load Repo Topics on blame view (#11307)65432020-05-051-6/+13
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-1/+8
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-211-10/+157
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+15
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-1/+7
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Respect LFS File Lock on UI (#8719)Benno2019-10-291-4/+25
* Show zero lines on the line counter if the file empty (#8700)Lukas2019-10-291-0/+5
* Allows external rendering of other filetypes 2 (#8300)George Harvey2019-10-211-0/+14
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+30
* add file line count info on UI (#8396)silverwind2019-10-071-0/+2
* Move line number to :before attr to hide from search on browser (#8002)jaqra2019-08-281-1/+1
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-161-2/+4
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-4/+4
* Add golangci (#6418)kolaente2019-06-121-3/+1
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-5/+0
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+3
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-9/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-111-1/+1
* Allow display of LFS stored Readme.md on directory page (#6073) (#6099)zeripath2019-02-211-26/+88
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+5
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-28/+36
* Feature: Archive repos (#5009)kolaente2019-01-231-2/+2
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-6/+6
* Prioritize "readme.md" (#5691)Khaled Hamed2019-01-141-5/+18
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+5
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-301-0/+2