| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 1 | -39/+0 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 1 | -7/+0 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -9/+0 |
* | Prettify number of issues (#17760) | Gusted | 2022-06-12 | 1 | -0/+1 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -4/+4 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 1 | -92/+0 |
* | fix truncate utf8 string (#15828) | yan | 2021-05-13 | 1 | -0/+8 |
* | Add some Unit-Tests (#14500) | 6543 | 2021-01-28 | 1 | -6/+93 |
* | Kd/fix allow svg doctype (#14344) | Kyle D | 2021-01-15 | 1 | -0/+8 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 1 | -0/+52 |
* | Fix panic in BasicAuthDecode (#14046) | silverwind | 2020-12-17 | 1 | -0/+6 |
* | Direct avatar rendering (#13649) | silverwind | 2020-12-03 | 1 | -41/+0 |
* | Use a simple format for the big number on ui (#12822) | 赵智超 | 2020-09-16 | 1 | -0/+8 |
* | Add gitea-vet (#10948) | John Olheiser | 2020-04-05 | 1 | -0/+4 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 1 | -11/+0 |
* | Show download count info in release list (#10124) | Lauris BH | 2020-02-03 | 1 | -7/+7 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -149/+0 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 1 | -36/+0 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -8/+7 |
* | refactor: append, build variable and type switch (#4940) | Bo-Yi Wu | 2019-05-28 | 1 | -8/+8 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -0/+7 |
* | Use type switch (#5122) | Oleg Kovalov | 2018-10-19 | 1 | -8/+8 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 1 | -6/+0 |
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 1 | -4/+30 |
* | Use identicon image for default gravatar. (#2767) | harry | 2017-10-23 | 1 | -1/+1 |
* | Make time diff translatable (#2057) | Lauris BH | 2017-06-28 | 1 | -9/+7 |
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 1 | -0/+14 |
* | Remove test that touch network | Andrey Nering | 2017-02-25 | 1 | -14/+2 |
* | Fix race condition in unit test (#456) | Ethan Koenig | 2016-12-23 | 1 | -2/+7 |
* | Bindata is optional and over-writable on restart (#354) | Thomas Boerger | 2016-12-22 | 1 | -1/+1 |
* | Bug fixes and tests for modules/base (#442) | Ethan Koenig | 2016-12-22 | 1 | -16/+217 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+3 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -1/+1 |
* | Add test for IsTextFile() | Matthias Loibl | 2016-11-07 | 1 | -3/+7 |
* | Add test for IsLetter() | Matthias Loibl | 2016-11-07 | 1 | -1/+15 |
* | Add test for Int64sToMap() | Matthias Loibl | 2016-11-07 | 1 | -1/+8 |
* | Add tests for StringsToInt64s() & Int64sToStrings() | Matthias Loibl | 2016-11-07 | 1 | -8/+43 |
* | Add tests for TruncateString() | Matthias Loibl | 2016-11-07 | 1 | -1/+11 |
* | Add tests for EllipsisString() and fix bug if param length < 3 | Matthias Loibl | 2016-11-07 | 1 | -4/+12 |
* | Test AvatarLink and refactor with tests passing | Matthias Loibl | 2016-11-07 | 1 | -1/+23 |
* | Use testify/assert for all tests in tool_test.go | Matthias Loibl | 2016-11-07 | 1 | -31/+12 |
* | Add unit test for base.FileSize() | Matthias Loibl | 2016-11-07 | 1 | -2/+23 |
* | Start to add tests for modules/base/tool | Matthias Loibl | 2016-11-07 | 1 | -0/+83 |