summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Collapse)AuthorAgeFilesLines
* Fix Gravatar images in web view (like commit listing)Andrew Burns2014-12-051-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 repositorydennis-smurf2014-12-011-5/+21
|
* support duoshuo mirror of gravatarUnknwon2014-11-161-1/+1
|
* #12, use go-gogs-clientUnknwon2014-11-141-0/+2
|
* #12, add/edit hookUnknwon2014-11-131-1/+1
|
* add personal access token panel #12Unknwon2014-11-121-0/+7
|
* continue work on #255Unknwon2014-11-071-0/+3
|
* work on #609Unknwon2014-11-071-0/+22
|
* Fix fork repo and macaron API brokenUnknwon2014-10-241-1/+1
|
* Able to fork repo to individualsUnknwon2014-10-191-2/+12
|
* Fix repo css and rel path img in mdUnknwon2014-10-141-0/+8
|
* Page: Compare 2 commitsUnknwon2014-10-101-63/+3
|
* Basic xss preventionUnknwon2014-10-042-23/+52
|
* Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-09-281-2/+2
| | | | cached
* Fix bug on transfer repoUnknwon2014-09-251-5/+3
|
* Add suburl supportUnknwon2014-09-192-9/+9
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-182-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 #481Unknwon2014-09-171-1/+1
|
* toutf8 improved & add max git diff lineslunnyxiao2014-09-171-0/+27
|
* Fix #362, update code with upstreamUnknwon2014-08-231-1/+1
|
* Feature: Social sign inUnknwon2014-08-091-3/+3
|
* Merge pull request #311 from nuss-justin/issue/281无闻2014-08-011-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/281Justin Nuß2014-07-263-119/+75
| |\ | | | | | | | | | | | | Conflicts: modules/base/tool.go
| * | Fix #281. Add mouse-over precise time and on-click switch listener.Justin Nuß2014-07-241-2/+8
| | |
* | | Convert captcha, cache, csrf as middlewaresUnknwon2014-07-312-29/+0
| |/ |/|
* | Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-1/+0
| |
* | New UI merge in progressUnknwon2014-07-263-116/+74
|/
* Paging function for users and repositoriesUnknown2014-07-071-0/+10
|
* In progress of name template name constantUnknown2014-06-221-0/+1
|
* fix for new git apislene2014-05-281-2/+1
|
* Fixed #209Unknown2014-05-252-23/+0
|
* Fixed #209Unknown2014-05-253-361/+11
|
* Code conventionUnknown2014-05-211-0/+4
|
* Add MustValueRangeUnknown2014-05-181-6/+9
|
* Clean old LDAP codeUnknown2014-05-151-34/+0
|
* Merge pull request #192 from DerDackel/ldapsslLunny Xiao2014-05-151-1/+2
|\ | | | | Add LDAP over SSL support
| * Add LDAP over SSL supportSebastian Jackel2014-05-151-1/+2
| |
* | Fix #138Unknown2014-05-121-5/+24
| |
* | Log to different adapter according to levelUnknown2014-05-111-49/+54
|/
* Fix #94 and fix #169Unknown2014-05-111-0/+2
|
* fix news feed repo linkjiangjianxiao2014-05-091-1/+3
|
* Improve delete SSH keyUnknown2014-05-061-0/+1
|
* Batch of mirror fixesUnknown2014-05-062-11/+19
|
* User code clean and ui improveUnknown2014-05-051-0/+17
|
* Clean api codeUnknown2014-05-052-4/+12
|
* Fix #145Unknown2014-05-051-4/+6
|
* Fix import pathUnknown2014-05-051-47/+0
|
* command dumpUnknown2014-05-051-1/+3
|
* Add disable gravatar optionUnknown2014-05-011-1/+4
|
* Add command dump and move to cmd didUnknown2014-05-011-1/+0
|