| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 2 | -300/+0 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 2 | -85/+0 |
* | API error cleanup (#7186) | John Olheiser | 2019-06-12 | 1 | -3/+0 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 2 | -27/+16 |
* | refactor: append, build variable and type switch (#4940) | Bo-Yi Wu | 2019-05-28 | 2 | -24/+24 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 2 | -0/+15 |
* | UI: Detect and restore encoding and BOM in content (#6727) | zeripath | 2019-04-26 | 1 | -0/+12 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -0/+25 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -3/+3 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+2 |
* | Serve audio files using HTML5 audio tag (#5221) | Jonas Bröms | 2018-10-30 | 1 | -0/+5 |
* | Use type switch (#5122) | Oleg Kovalov | 2018-10-19 | 2 | -24/+24 |
* | Detect charset and convert non UTF-8 files for display (#4950) | Lauris BH | 2018-09-29 | 1 | -1/+16 |
* | Symlink icons (#1416) (#3826) | Tris Forster | 2018-05-01 | 1 | -0/+23 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 2 | -35/+0 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -3/+19 |
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 2 | -14/+77 |
* | Use identicon image for default gravatar. (#2767) | harry | 2017-10-23 | 2 | -2/+2 |
* | Sort repository tree entries in natural way (#2506) | Lauris BH | 2017-09-19 | 2 | -0/+113 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -0/+10 |
* | lint | Ethan Koenig | 2017-06-29 | 1 | -0/+1 |
* | Use default avatar on error | Ethan Koenig | 2017-06-29 | 1 | -1/+6 |
* | Don't ignore gravatar error | Ethan Koenig | 2017-06-29 | 1 | -2/+4 |
* | Make time diff translatable (#2057) | Lauris BH | 2017-06-28 | 2 | -72/+37 |
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 2 | -0/+21 |
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 1 | -3/+3 |
* | Remove test that touch network | Andrey Nering | 2017-02-25 | 1 | -14/+2 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+13 |
* | 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 | 2 | -30/+248 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 2 | -10/+26 |
* | serve video files using the HTML5 video tag (#418) | Nico Mandery | 2016-12-20 | 1 | -0/+5 |
* | Don't use custom PBKDF2 function (#382) | Lunny Xiao | 2016-12-15 | 1 | -41/+0 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | golint fixed for modules/base | Lunny Xiao | 2016-11-24 | 2 | -7/+16 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -2/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 2 | -3/+3 |
* | Add test for IsTextFile() | Matthias Loibl | 2016-11-07 | 1 | -3/+7 |
* | Make long godoc comment 2 lines | Matthias Loibl | 2016-11-07 | 1 | -1/+2 |
* | 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 | 2 | -9/+45 |
* | Add tests for TruncateString() | Matthias Loibl | 2016-11-07 | 1 | -1/+11 |
* | Use TruncateString(sha1,10) in ShortSha and deprecate it. | Matthias Loibl | 2016-11-07 | 1 | -4/+2 |
* | Add tests for EllipsisString() and fix bug if param length < 3 | Matthias Loibl | 2016-11-07 | 2 | -5/+16 |
* | Test AvatarLink and refactor with tests passing | Matthias Loibl | 2016-11-07 | 2 | -13/+32 |
* | Use testify/assert for all tests in tool_test.go | Matthias Loibl | 2016-11-07 | 1 | -31/+12 |