Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Gravatar images in web view (like commit listing) | Andrew Burns | 2014-12-05 | 1 | -3/+7 |
| | | | | | | | | | | 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.) | ||||
* | Addded sha1 pattern in markdown for current repository | dennis-smurf | 2014-12-01 | 1 | -5/+21 |
| | |||||
* | support duoshuo mirror of gravatar | Unknwon | 2014-11-16 | 1 | -1/+1 |
| | |||||
* | #12, use go-gogs-client | Unknwon | 2014-11-14 | 1 | -0/+2 |
| | |||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | add personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -0/+7 |
| | |||||
* | continue work on #255 | Unknwon | 2014-11-07 | 1 | -0/+3 |
| | |||||
* | work on #609 | Unknwon | 2014-11-07 | 1 | -0/+22 |
| | |||||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | 1 | -2/+12 |
| | |||||
* | Fix repo css and rel path img in md | Unknwon | 2014-10-14 | 1 | -0/+8 |
| | |||||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 | 1 | -63/+3 |
| | |||||
* | Basic xss prevention | Unknwon | 2014-10-04 | 2 | -23/+52 |
| | |||||
* | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵ | Martin van Beurden | 2014-09-28 | 1 | -2/+2 |
| | | | | cached | ||||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 | 1 | -5/+3 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 2 | -9/+9 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 2 | -15/+19 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Mirror fix and fix #481 | Unknwon | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 | 1 | -0/+27 |
| | |||||
* | Fix #362, update code with upstream | Unknwon | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Feature: Social sign in | Unknwon | 2014-08-09 | 1 | -3/+3 |
| | |||||
* | Merge pull request #311 from nuss-justin/issue/281 | 无闻 | 2014-08-01 | 1 | -2/+7 |
|\ | | | | | 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 | 3 | -119/+75 |
| |\ | | | | | | | | | | | | | Conflicts: modules/base/tool.go | ||||
| * | | Fix #281. Add mouse-over precise time and on-click switch listener. | Justin Nuß | 2014-07-24 | 1 | -2/+8 |
| | | | |||||
* | | | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 2 | -29/+0 |
| |/ |/| | |||||
* | | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -1/+0 |
| | | |||||
* | | New UI merge in progress | Unknwon | 2014-07-26 | 3 | -116/+74 |
|/ | |||||
* | Paging function for users and repositories | Unknown | 2014-07-07 | 1 | -0/+10 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 1 | -0/+1 |
| | |||||
* | fix for new git api | slene | 2014-05-28 | 1 | -2/+1 |
| | |||||
* | Fixed #209 | Unknown | 2014-05-25 | 2 | -23/+0 |
| | |||||
* | Fixed #209 | Unknown | 2014-05-25 | 3 | -361/+11 |
| | |||||
* | Code convention | Unknown | 2014-05-21 | 1 | -0/+4 |
| | |||||
* | Add MustValueRange | Unknown | 2014-05-18 | 1 | -6/+9 |
| | |||||
* | Clean old LDAP code | Unknown | 2014-05-15 | 1 | -34/+0 |
| | |||||
* | Merge pull request #192 from DerDackel/ldapssl | Lunny Xiao | 2014-05-15 | 1 | -1/+2 |
|\ | | | | | Add LDAP over SSL support | ||||
| * | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 | 1 | -1/+2 |
| | | |||||
* | | Fix #138 | Unknown | 2014-05-12 | 1 | -5/+24 |
| | | |||||
* | | Log to different adapter according to level | Unknown | 2014-05-11 | 1 | -49/+54 |
|/ | |||||
* | Fix #94 and fix #169 | Unknown | 2014-05-11 | 1 | -0/+2 |
| | |||||
* | fix news feed repo link | jiangjianxiao | 2014-05-09 | 1 | -1/+3 |
| | |||||
* | Improve delete SSH key | Unknown | 2014-05-06 | 1 | -0/+1 |
| | |||||
* | Batch of mirror fixes | Unknown | 2014-05-06 | 2 | -11/+19 |
| | |||||
* | User code clean and ui improve | Unknown | 2014-05-05 | 1 | -0/+17 |
| | |||||
* | Clean api code | Unknown | 2014-05-05 | 2 | -4/+12 |
| | |||||
* | Fix #145 | Unknown | 2014-05-05 | 1 | -4/+6 |
| | |||||
* | Fix import path | Unknown | 2014-05-05 | 1 | -47/+0 |
| | |||||
* | command dump | Unknown | 2014-05-05 | 1 | -1/+3 |
| | |||||
* | Add disable gravatar option | Unknown | 2014-05-01 | 1 | -1/+4 |
| | |||||
* | Add command dump and move to cmd did | Unknown | 2014-05-01 | 1 | -1/+0 |
| |