aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Expand)AuthorAgeFilesLines
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-301-0/+5
* Use type switch (#5122)Oleg Kovalov2018-10-192-24/+24
* Detect charset and convert non UTF-8 files for display (#4950)Lauris BH2018-09-291-1/+16
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-0/+23
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-182-35/+0
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-3/+19
* Fix avatar URLs (#3069)Ethan Koenig2017-12-032-14/+77
* Use identicon image for default gravatar. (#2767)harry2017-10-232-2/+2
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-192-0/+113
* 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-282-72/+37
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-292-0/+21
* fix some typos (#1082)Lunny Xiao2017-02-281-3/+3
* Remove test that touch networkAndrey Nering2017-02-251-14/+2
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+13
* Fix race condition in unit test (#456)Ethan Koenig2016-12-231-2/+7
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-1/+1
* Bug fixes and tests for modules/base (#442)Ethan Koenig2016-12-222-30/+248
* Fix random string generator (#384)Denis Denisov2016-12-202-10/+26
* 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-242-7/+16
* 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-102-3/+3
* Add test for IsTextFile()Matthias Loibl2016-11-071-3/+7
* Make long godoc comment 2 linesMatthias Loibl2016-11-071-1/+2
* Add test for IsLetter()Matthias Loibl2016-11-071-1/+15
* Add test for Int64sToMap()Matthias Loibl2016-11-071-1/+8
* Add tests for StringsToInt64s() & Int64sToStrings()Matthias Loibl2016-11-072-9/+45
* Add tests for TruncateString()Matthias Loibl2016-11-071-1/+11
* 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-072-5/+16
* Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-072-13/+32
* Use testify/assert for all tests in tool_test.goMatthias Loibl2016-11-071-31/+12
* Add unit test for base.FileSize()Matthias Loibl2016-11-071-2/+23
* Start to add tests for modules/base/toolMatthias Loibl2016-11-072-7/+85
* Fixed links to sdk docsThomas Boerger2016-11-071-1/+1
* Set correct doc url for go-sdkThomas Boerger2016-11-071-1/+1
* 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