summaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
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.)
* support duoshuo mirror of gravatarUnknwon2014-11-161-1/+1
|
* add personal access token panel #12Unknwon2014-11-121-0/+7
|
* work on #609Unknwon2014-11-071-0/+22
|
* Fix fork repo and macaron API brokenUnknwon2014-10-241-1/+1
|
* Basic xss preventionUnknwon2014-10-041-0/+27
|
* Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-09-281-2/+2
| | | | cached
* 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-261-109/+53
| |\ | | | | | | | | | | | | 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-311-28/+0
| |/ |/|
* | New UI merge in progressUnknwon2014-07-261-106/+51
|/
* Paging function for users and repositoriesUnknown2014-07-071-0/+10
|
* fix for new git apislene2014-05-281-2/+1
|
* Fixed #209Unknown2014-05-251-3/+5
|
* command dumpUnknown2014-05-051-1/+3
|
* change gravatar image to match URL schemeChristopher Brickley2014-04-141-1/+1
|
* go vetUnknown2014-04-131-1/+0
|
* Work on commentUnknown2014-04-071-106/+0
|
* Add salt for every single userUnknown2014-04-061-0/+40
|
* Add transfer repositoryUnknown2014-04-041-2/+8
|
* Fix action email bugUnknown2014-03-291-3/+5
|
* Add PushCommitLunny Xiao2014-03-291-2/+9
|
* Fix issue pages URL paramsUnknown2014-03-271-9/+8
|
* Almost done diff pageUnknown2014-03-261-0/+12
|
* More on diff pageUnknown2014-03-261-0/+13
|
* Add notify watcher actionUnknown2014-03-251-6/+15
|
* Added create issueUnknown2014-03-251-1/+4
|
* merge with branch masterskyblue2014-03-231-9/+103
|\
| * SSL enable config optionUnknown2014-03-231-1/+1
| |
| * Bug fixUnknown2014-03-231-8/+3
| |
| * Fix actionUnknown2014-03-231-4/+19
| |
| * Merge branch 'master' of github.com:gogits/gogsslene2014-03-231-2/+82
| |\
| | * Update sessionUnknown2014-03-221-2/+82
| | |
| * | add csrf checkslene2014-03-231-3/+7
| |/
* / append route to webGogs2014-03-231-1/+1
|/
* Finish verify emailUnknown2014-03-191-8/+57
|
* Add register mail tplUnknown2014-03-191-19/+0
|
* Add send register confirm mailUnknown2014-03-191-1/+54
|
* Working on register mail confirmationUnknown2014-03-191-0/+62
|
* Add latest commit in repo viewerUnknown2014-03-171-0/+5
|
* Fix commit feed uiUnknown2014-03-161-7/+10
|
* Push feedUnknown2014-03-161-2/+18
|
* Add template func FileSizeUnknown2014-03-151-1/+1
|
* Add template func FileSizeUnknown2014-03-151-0/+46
|
* move templateFuncs to one file, add middleware context.slene2014-03-151-5/+0
|
* Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.slene2014-03-151-0/+56
|
* Add basic render of public actUnknown2014-03-151-0/+39
|
* Clean codeUnknown2014-03-141-0/+50
|
* Add TimeSinceUnknown2014-03-141-0/+63
|