summaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
Commit message (Collapse)AuthorAgeFilesLines
* #2287 Truncate repository name if too longUnknwon2016-01-111-0/+9
|
* #2185 fall back to use custom chardet libUnknwon2015-12-311-9/+11
|
* #2282 fast detection of utf-8Unknwon2015-12-271-0/+6
|
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-251-1/+5
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+3
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-9/+4
|
* fix #2020Unknwon2015-11-241-2/+2
|
* Show custom avatars in commitsUnknwon2015-11-131-0/+18
|
* #1595 pushing new branch will rereference issues in previous branchUnknwon2015-09-101-1/+0
|
* add regexp to restrict `<code class=""></code>`Hongcai Deng2015-09-101-4/+2
|
* add allow attribute `class` to `<code>`Hongcai Deng2015-09-091-0/+4
|
* new org dashboard issuesUnknwon2015-08-251-0/+9
|
* fix timezoneUnknwon2015-08-201-1/+0
|
* print time to debugUnknwon2015-08-201-2/+3
|
* #1500 use UTC for TimeSinceUnknwon2015-08-201-2/+2
|
* finish view comments on issue pageUnknwon2015-08-131-0/+4
|
* finish create issue with labelsUnknwon2015-08-101-0/+18
|
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-121-1/+1
|
* Remove the "PHP" style formatting functionPeter Smit2015-02-161-61/+6
| | | | | | 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 #838Unknwon2015-01-301-27/+3
|
* fix compile errorUnknwon2014-12-101-6/+4
|
* remove unused code in BasicAuthDecodeMageti2014-12-101-7/+2
|
* Correction for #723Mageti2014-12-101-4/+4
| | | | Correction for #723 Bug was : decode failed if the password contains ```:```
* 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
|