summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-121-12/+18
* Minor fix for #3194Unknwon2016-06-271-1/+5
* Include repository owner name and description in html title (#3194)Sandro Santilli2016-06-271-1/+1
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-261-1/+3
* Rename module: middleware -> contextUnknwon2016-03-111-6/+6
* Make markdown as an independent moduleUnknwon2016-02-201-5/+6
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-1/+2
* #1692 APIs: Users FollowersUnknwon2015-12-211-5/+7
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-161-5/+1
* rename import pathUnknwon2015-12-151-1/+1
* improve get commits performanceUnknwon2015-12-131-31/+5
* move out git module and #1573 send push hookUnknwon2015-12-091-10/+11
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-3/+0
* fix #1829 and fix #890Unknwon2015-12-041-2/+2
* Wiki: UI for page newUnknwon2015-11-251-2/+1
* upgrade libsUnknwon2015-11-211-1/+1
* clean up codeUnknwon2015-11-161-0/+21
* new watchers, stars and forks UIUnknwon2015-11-161-1/+34
* new repo uiUnknwon2015-11-141-0/+1
* Show custom avatars in commitsUnknwon2015-11-131-1/+2
* work on #1904Unknwon2015-11-091-5/+10
* rename fieldsUnknwon2015-11-031-1/+1
* Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-101-1/+5
* models/action.go: mirror fix on #892Unknwon2015-02-061-12/+0