aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detect charset and convert non UTF-8 files for display (#4950)Lauris BH2018-09-291-2/+4
* Add file name and branch to page title (#4902)Lanre Adelowo2018-09-101-0/+2
* HTML-escape text READMEs (#4192)nickolas3602018-06-101-2/+6
* Added deletion of an empty line at the end of the file (#4050) (#4054)Alexey Terentyev2018-05-291-0/+4
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+10
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-9/+9
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-1/+1
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-10/+19
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-2/+2
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-2/+3
* Fix plain readme didn't render correctly on repo home page (#2705)Lunny Xiao2017-10-161-12/+7
* Fix implementation of repo Home func (#2601)Morlinest2017-10-011-8/+13
* fix readme view bug (#2566)Lunny Xiao2017-09-211-1/+3
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-6/+4
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-191-1/+1
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-3/+2
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-0/+8
* Support CRLF when splitting code lines for display (#1862)silverwind2017-06-101-1/+5
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Add units to team (#947)Lunny Xiao2017-05-181-0/+19
* Remove sha1 hash display in repository table and add latest commit GPG check ...Lauris BH2017-05-051-0/+1
* fix multiple readme file rendering and fix #1657 (#1658)Lunny Xiao2017-05-021-3/+9
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-211-13/+14
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-1/+8
* fix some typos (#1082)Lunny Xiao2017-02-281-1/+1
* Cleanup log messagingGabriel Jackson2017-02-021-3/+3
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+27
* serve video files using the HTML5 video tag (#418)Nico Mandery2016-12-201-0/+2
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-3/+3
* Golint fixed for modules/templateLunny Xiao2016-11-251-1/+1
* golint fixed for routers/repo/view.go (#205)Lunny Xiao2016-11-211-7/+12
* Normalize files with gofmtThibault Meyer2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-9/+9
* Fix rendering of non-markdown readme filesOdin Ugedal2016-11-061-2/+4
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1