aboutsummaryrefslogtreecommitdiff
path: root/modules/base/tool.go
Commit message (Collapse)AuthorAge
* #1595 pushing new branch will rereference issues in previous branchUnknwon2015-09-10
|
* add regexp to restrict `<code class=""></code>`Hongcai Deng2015-09-10
|
* add allow attribute `class` to `<code>`Hongcai Deng2015-09-09
|
* new org dashboard issuesUnknwon2015-08-25
|
* fix timezoneUnknwon2015-08-20
|
* print time to debugUnknwon2015-08-20
|
* #1500 use UTC for TimeSinceUnknwon2015-08-20
|
* finish view comments on issue pageUnknwon2015-08-13
|
* finish create issue with labelsUnknwon2015-08-10
|
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-12
|
* Remove the "PHP" style formatting functionPeter Smit2015-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 #838Unknwon2015-01-30
|
* fix compile errorUnknwon2014-12-10
|
* remove unused code in BasicAuthDecodeMageti2014-12-10
|
* Correction for #723Mageti2014-12-10
| | | | Correction for #723 Bug was : decode failed if the password contains ```:```
* Fix Gravatar images in web view (like commit listing)Andrew Burns2014-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 gravatarUnknwon2014-11-16
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #609Unknwon2014-11-07
|
* Fix fork repo and macaron API brokenUnknwon2014-10-24
|
* Basic xss preventionUnknwon2014-10-04
|
* Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-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/281Justin 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 middlewaresUnknwon2014-07-31
| |/ |/|
* | New UI merge in progressUnknwon2014-07-26
|/
* Paging function for users and repositoriesUnknown2014-07-07
|
* fix for new git apislene2014-05-28
|
* Fixed #209Unknown2014-05-25
|
* command dumpUnknown2014-05-05
|
* change gravatar image to match URL schemeChristopher Brickley2014-04-14
|
* go vetUnknown2014-04-13
|
* Work on commentUnknown2014-04-07
|
* Add salt for every single userUnknown2014-04-06
|
* Add transfer repositoryUnknown2014-04-04
|
* Fix action email bugUnknown2014-03-29
|
* Add PushCommitLunny Xiao2014-03-29
|
* Fix issue pages URL paramsUnknown2014-03-27
|
* Almost done diff pageUnknown2014-03-26
|
* More on diff pageUnknown2014-03-26
|
* Add notify watcher actionUnknown2014-03-25
|
* Added create issueUnknown2014-03-25
|
* merge with branch masterskyblue2014-03-23
|\
| * SSL enable config optionUnknown2014-03-23
| |
| * Bug fixUnknown2014-03-23
| |
| * Fix actionUnknown2014-03-23
| |
| * Merge branch 'master' of github.com:gogits/gogsslene2014-03-23
| |\
| | * Update sessionUnknown2014-03-22
| | |
| * | add csrf checkslene2014-03-23
| |/