summaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
Commit message (Expand)AuthorAgeFilesLines
* Add some Unit-Tests (#14500)65432021-01-281-1/+1
* Kd/fix allow svg doctype (#14344)Kyle D2021-01-151-2/+2
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-5/+44
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+4
* Fix panic in BasicAuthDecode (#14046)silverwind2020-12-171-0/+6
* Direct avatar rendering (#13649)silverwind2020-12-031-89/+0
* Use a simple format for the big number on ui (#12822)赵智超2020-09-161-0/+24
* Update Octicons to v10 (#12240)silverwind2020-07-171-1/+1
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-5/+26
* Remove Unused Functions (#10516)65432020-03-021-14/+0
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-111-1/+1
* Show download count info in release list (#10124)Lauris BH2020-02-031-33/+8
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-151/+0
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-49/+0
* Add golangci (#6418)kolaente2019-06-121-19/+9
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-16/+16
* Hash App token (#6724)techknowlogick2019-05-041-0/+8
* UI: Detect and restore encoding and BOM in content (#6727)zeripath2019-04-261-0/+12
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+25
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+2
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-301-0/+5
* Use type switch (#5122)Oleg Kovalov2018-10-191-16/+16
* 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-181-29/+0
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-3/+19
* Fix avatar URLs (#3069)Ethan Koenig2017-12-031-10/+47
* Use identicon image for default gravatar. (#2767)harry2017-10-231-1/+1
* 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