summaryrefslogtreecommitdiffstats
path: root/routers/repo/view.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-301-2/+2
* fix #808Unknwon2015-01-021-1/+1
* fix #741Unknwon2014-12-161-2/+6
* fix #711Unknwon2014-12-091-1/+6
* Added issue link rendering in commit messagesdennis-smurf2014-12-051-0/+1
* Fix #605, fix #255, fix #101Unknwon2014-11-061-1/+1
* Add raw, history file button, and other mirror fixesUnknwon2014-10-111-1/+1
* Fix #515Unknwon2014-09-301-0/+1
* Add directory level commit messageUnknwon2014-09-261-4/+16
* Add basic submodule supportUnknwon2014-09-221-15/+1
* submodule support and closed #478lunnyxiao2014-09-221-14/+14
* add submodule basic support & buf fixed #478lunnyxiao2014-09-221-6/+34