summaryrefslogtreecommitdiffstats
path: root/modules/base/tool_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add some Unit-Tests (#14500)65432021-01-281-6/+93
* Kd/fix allow svg doctype (#14344)Kyle D2021-01-151-0/+8
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-0/+52
* Fix panic in BasicAuthDecode (#14046)silverwind2020-12-171-0/+6
* Direct avatar rendering (#13649)silverwind2020-12-031-41/+0
* Use a simple format for the big number on ui (#12822)赵智超2020-09-161-0/+8
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-11/+0
* Show download count info in release list (#10124)Lauris BH2020-02-031-7/+7
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-149/+0
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-36/+0
* Add golangci (#6418)kolaente2019-06-121-8/+7
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-8/+8
* Hash App token (#6724)techknowlogick2019-05-041-0/+7
* Use type switch (#5122)Oleg Kovalov2018-10-191-8/+8
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-6/+0
* Fix avatar URLs (#3069)Ethan Koenig2017-12-031-4/+30
* Use identicon image for default gravatar. (#2767)harry2017-10-231-1/+1
* Make time diff translatable (#2057)Lauris BH2017-06-281-9/+7
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-0/+14
* Remove test that touch networkAndrey Nering2017-02-251-14/+2
* 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-221-16/+217
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+3
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* Add test for IsTextFile()Matthias Loibl2016-11-071-3/+7
* 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-071-8/+43
* Add tests for TruncateString()Matthias Loibl2016-11-071-1/+11
* Add tests for EllipsisString() and fix bug if param length < 3Matthias Loibl2016-11-071-4/+12
* Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-071-1/+23
* 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-071-0/+83