summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into feature/goimportsSandro Santilli2016-11-051-5/+0
|\
| * Refactor editorconfig middlewareAndrey Nering2016-11-051-5/+0
* | Fix imports found by goimports.Matthias Loibl2016-11-051-3/+1
|/
* Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-051-4/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-8/+8
* #3559 fix template errorUnknwon2016-08-311-6/+3
* Web editor: support upload filesUnknwon2016-08-301-5/+2
* router/repo: code refactoringUnknwon2016-08-301-185/+186
* Web editor: improve delete file processUnknwon2016-08-281-14/+12
* Web editor: improve edit file tooltipUnknwon2016-08-271-53/+39
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-151-1/+0
* Web editor: improve delete fileUnknwon2016-08-141-3/+1
* Web editor: improve edit file and diff previewUnknwon2016-08-141-83/+85
* Code clean up for new config optionsUnknwon2016-08-141-1/+1
* Squashed commit of the following:Richard Mahn2016-08-141-1/+42
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-111-0/+6
* Little code refactoringUnknwon2016-08-091-15/+16
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-2/+18
* Use struct for UI settingsUnknwon2016-07-241-1/+1