| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -16/+16 |
* | 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 | 1 | -29/+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 | 1 | -10/+47 |
* | Use identicon image for default gravatar. (#2767) | harry | 2017-10-23 | 1 | -1/+1 |
* | 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 | 1 | -63/+30 |
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 1 | -0/+7 |
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 1 | -3/+3 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+13 |
* | Bug fixes and tests for modules/base (#442) | Ethan Koenig | 2016-12-22 | 1 | -14/+31 |
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -9/+23 |
* | 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 | 1 | -7/+14 |
* | 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 | 1 | -2/+2 |
* | Make long godoc comment 2 lines | Matthias Loibl | 2016-11-07 | 1 | -1/+2 |
* | Add tests for StringsToInt64s() & Int64sToStrings() | Matthias Loibl | 2016-11-07 | 1 | -1/+2 |
* | 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 | 1 | -1/+4 |
* | Test AvatarLink and refactor with tests passing | Matthias Loibl | 2016-11-07 | 1 | -12/+9 |
* | Start to add tests for modules/base/tool | Matthias Loibl | 2016-11-07 | 1 | -7/+2 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | #3559 fix template error | Unknwon | 2016-08-31 | 1 | -0/+4 |
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 1 | -18/+6 |
* | Fix #3321: commit tag shortener (#3418) | Thibault Meyer | 2016-08-11 | 1 | -1/+1 |
* | #3320 code cleanup | Unknwon | 2016-08-07 | 1 | -14/+11 |
* | Add support for federated avatars (#3320) | Sandro Santilli | 2016-08-07 | 1 | -4/+18 |
* | Use a gopher as default avatar (rather than the gravatar logo) (#3208) | Sandro Santilli | 2016-06-27 | 1 | -1/+1 |
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 | 1 | -0/+8 |
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 | 1 | -0/+1 |
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -0/+9 |
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -16/+24 |
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -7/+11 |
* | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -10/+12 |
* | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -0/+1 |
* | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 | 1 | -1/+10 |
* | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 | 1 | -1/+1 |
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 1 | -0/+9 |
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 1 | -9/+11 |
* | #2282 fast detection of utf-8 | Unknwon | 2015-12-27 | 1 | -0/+6 |