aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
Commit message (Expand)AuthorAgeFilesLines
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+10
* lintEthan Koenig2017-06-291-0/+1
* Use default avatar on errorEthan Koenig2017-06-291-1/+6
* Don't ignore gravatar errorEthan Koenig2017-06-291-2/+4
* Make time diff translatable (#2057)Lauris BH2017-06-281-63/+30
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-0/+7
* fix some typos (#1082)Lunny Xiao2017-02-281-3/+3
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+13
* Bug fixes and tests for modules/base (#442)Ethan Koenig2016-12-221-14/+31
* Fix random string generator (#384)Denis Denisov2016-12-201-9/+23
* serve video files using the HTML5 video tag (#418)Nico Mandery2016-12-201-0/+5
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-41/+0
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for modules/baseLunny Xiao2016-11-241-7/+14
* 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-2/+2
* Make long godoc comment 2 linesMatthias Loibl2016-11-071-1/+2
* Add tests for StringsToInt64s() & Int64sToStrings()Matthias Loibl2016-11-071-1/+2
* Use TruncateString(sha1,10) in ShortSha and deprecate it.Matthias Loibl2016-11-071-4/+2
* Add tests for EllipsisString() and fix bug if param length < 3Matthias Loibl2016-11-071-1/+4
* Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-071-12/+9
* Start to add tests for modules/base/toolMatthias Loibl2016-11-071-7/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* #3559 fix template errorUnknwon2016-08-311-0/+4
* router/repo: code refactoringUnknwon2016-08-301-18/+6
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-111-1/+1
* #3320 code cleanupUnknwon2016-08-071-14/+11
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-4/+18
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-271-1/+1
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-261-0/+8
* Fix ref comment from commit create empty feedUnknwon2016-03-111-0/+1
* #1157 some avatar setting changesUnknwon2016-03-051-0/+9
* Make markdown as an independent moduleUnknwon2016-02-201-16/+24
* Remove cache avatar support and add its testsUnknwon2016-02-141-7/+11
* Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-271-10/+12
* Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-271-0/+1
* Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-141-1/+10
* Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-131-1/+1
* #2287 Truncate repository name if too longUnknwon2016-01-111-0/+9
* #2185 fall back to use custom chardet libUnknwon2015-12-311-9/+11
* #2282 fast detection of utf-8Unknwon2015-12-271-0/+6
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-251-1/+5
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+3
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-9/+4
* fix #2020Unknwon2015-11-241-2/+2
* Show custom avatars in commitsUnknwon2015-11-131-0/+18
* #1595 pushing new branch will rereference issues in previous branchUnknwon2015-09-101-1/+0
* add regexp to restrict `<code class=""></code>`Hongcai Deng2015-09-101-4/+2
* add allow attribute `class` to `<code>`Hongcai Deng2015-09-091-0/+4