aboutsummaryrefslogtreecommitdiff
path: root/modules/base/tool.go
Commit message (Collapse)AuthorAge
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-27
| | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default)
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-26
|
* Fix ref comment from commit create empty feedUnknwon2016-03-11
|
* #1157 some avatar setting changesUnknwon2016-03-05
| | | | - Allow to delete current avatar
* Make markdown as an independent moduleUnknwon2016-02-20
|
* Remove cache avatar support and add its testsUnknwon2016-02-14
|
* Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-27
|
* Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-27
|
* Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-14
|
* Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-13
|
* #2287 Truncate repository name if too longUnknwon2016-01-11
|
* #2185 fall back to use custom chardet libUnknwon2015-12-31
|
* #2282 fast detection of utf-8Unknwon2015-12-27
|
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-25
|
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-25
|
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-13
|
* fix #2020Unknwon2015-11-24
|
* Show custom avatars in commitsUnknwon2015-11-13
|
* #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
|