Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use a gopher as default avatar (rather than the gravatar logo) (#3208) | Sandro Santilli | 2016-06-27 |
| | | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default) | ||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 |
| | |||
* | Fix ref comment from commit create empty feed | Unknwon | 2016-03-11 |
| | |||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 |
| | | | | - Allow to delete current avatar | ||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | |||
* | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 |
| | |||
* | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 |
| | |||
* | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 |
| | |||
* | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 |
| | |||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | |||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 |
| | |||
* | #2282 fast detection of utf-8 | Unknwon | 2015-12-27 |
| | |||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 |
| | |||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 |
| | |||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 |
| | |||
* | fix #2020 | Unknwon | 2015-11-24 |
| | |||
* | Show custom avatars in commits | Unknwon | 2015-11-13 |
| | |||
* | #1595 pushing new branch will rereference issues in previous branch | Unknwon | 2015-09-10 |
| | |||
* | add regexp to restrict `<code class=""></code>` | Hongcai Deng | 2015-09-10 |
| | |||
* | add allow attribute `class` to `<code>` | Hongcai Deng | 2015-09-09 |
| | |||
* | new org dashboard issues | Unknwon | 2015-08-25 |
| | |||
* | fix timezone | Unknwon | 2015-08-20 |
| | |||
* | print time to debug | Unknwon | 2015-08-20 |
| | |||
* | #1500 use UTC for TimeSince | Unknwon | 2015-08-20 |
| | |||
* | finish view comments on issue page | Unknwon | 2015-08-13 |
| | |||
* | finish create issue with labels | Unknwon | 2015-08-10 |
| | |||
* | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 |
| | |||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 |
| | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||
* | modules/base: clean code with #838 | Unknwon | 2015-01-30 |
| | |||
* | fix compile error | Unknwon | 2014-12-10 |
| | |||
* | remove unused code in BasicAuthDecode | Mageti | 2014-12-10 |
| | |||
* | Correction for #723 | Mageti | 2014-12-10 |
| | | | | Correction for #723 Bug was : decode failed if the password contains ```:``` | ||
* | Fix Gravatar images in web view (like commit listing) | Andrew Burns | 2014-12-05 |
| | | | | | | | | | | Related to #700 In the original bug report it was referencing only the sytem avatar images for setup users (like in the header); however the problem also persists with things like commit history. This commit fixes the `tool.AvatarLink` function so that it also uses the already existing `avatar.HashEmail` function. I also refactored the `tool.AvatarLink` method some to make the control flow more apparent and adhere better to DRY (there were multiple calls to the `EncodeMd5` function that the `HashEmail` function call replaced, now there is only one.) | ||
* | support duoshuo mirror of gravatar | Unknwon | 2014-11-16 |
| | |||
* | add personal access token panel #12 | Unknwon | 2014-11-12 |
| | |||
* | work on #609 | Unknwon | 2014-11-07 |
| | |||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 |
| | |||
* | Basic xss prevention | Unknwon | 2014-10-04 |
| | |||
* | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵ | Martin van Beurden | 2014-09-28 |
| | | | | cached | ||
* | Merge pull request #311 from nuss-justin/issue/281 | 无闻 | 2014-08-01 |
|\ | | | | | Fix #281. Add mouse-over precise time and on-click switch listener. | ||
| * | Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281 | Justin Nuß | 2014-07-26 |
| |\ | | | | | | | | | | | | | Conflicts: modules/base/tool.go | ||
| * | | Fix #281. Add mouse-over precise time and on-click switch listener. | Justin Nuß | 2014-07-24 |
| | | | |||
* | | | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 |
| |/ |/| | |||
* | | New UI merge in progress | Unknwon | 2014-07-26 |
|/ | |||
* | Paging function for users and repositories | Unknown | 2014-07-07 |
| | |||
* | fix for new git api | slene | 2014-05-28 |
| | |||
* | Fixed #209 | Unknown | 2014-05-25 |
| | |||
* | command dump | Unknown | 2014-05-05 |
| | |||
* | change gravatar image to match URL scheme | Christopher Brickley | 2014-04-14 |
| |