222 Commits (4cfa2ca40d4f211a124ab9973dfc814190b758b9)

Author SHA1 Message Date
Unknwon a7686e8749 #1203 bundle jquery with gogs 9 years ago
Unknwon a329bbc215 new org dashboard issues 9 years ago
Unknwon 6c2536b89c fix timezone 9 years ago
Unknwon a5b09b30d0 print time to debug 9 years ago
Unknwon 390027496c #1500 use UTC for TimeSince 9 years ago
无闻 ce8864c69a Merge pull request #1475 from donbowman/master
Fix race condition on ssh key delete, and revert re-revert of hard line break
9 years ago
Unknwon 133b19d0c5 finish view comments on issue page 9 years ago
Don Bowman 1cb46ede1a Merge branch 'master' of https://github.com/gogits/gogs
Conflicts:
	routers/repo/download.go
9 years ago
Don Bowman 9e6bd31d76 fixes for binary 9 years ago
Unknwon 922f3f3062 finish create issue with labels 9 years ago
Unknwon 9db4acc62e improve fork process 9 years ago
Fernando San Julián c5be40decb new markdown styles 9 years ago
Vladimir Vissoultchev 2cc050e21e Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings 9 years ago
Vladimir Vissoultchev 167265d533 Allow file and directory names to contain percent character 9 years ago
Vladimir Vissoultchev 53bcf373c1 Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088 9 years ago
Don Bowman 81e6173356 remove blackfriday.EXTENSION_HARD_LINE_BREAK from options. 9 years ago
Unknwon caf7618ea6 #1098 Hide gravatar email field if gravatar is disabled (or offline mode) 9 years ago
Unknwon ab6b288141 #637 #738 fix markdown: render special links
- code format for #1020
9 years ago
无闻 750d82b8e2 Merge pull request #1020 from jcracknell/tag-exclude-nethtml
Exclude HTML tags from Markdown post-processing
9 years ago
Unknwon b72e75e522 #1024: OFFLINE_MODE Still Uses Gravatar 9 years ago
James Cracknell 41cc43208e Mousewheel paste 9 years ago
James Cracknell 127eb439d7 Exclude HTML tags from Markdown post-processing
HTML tags are no longer processed for special links, etc
Contents of <a>, <code> and <pre> are not processed for special links
Processing for special links is done after Markdown conversion
9 years ago
Unknwon e3dece1371 modules/setting: simple behave change in startup 9 years ago
Alexey Makhov 563e8b4ea9 gitlab-like hash naming 10 years ago
Peter Smit 7759b9ee6e Remove the "PHP" style formatting function
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.
10 years ago
Peter Smit 5cd887dba5 Fixes #921
Fixes #921 and makes the Mention regexp be in line with the others
10 years ago
Unknwon afccd0a3ee models/action.go: mirror fix on #892
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
10 years ago
Unknwon 0669897226 modules/base: fix markdown mention regex for #826
- conf/locale: add mew translator profile
10 years ago
无闻 ddddad9792 Merge pull request #826 from deringer/dev
Fix user mention bug when parsing markdown documents
10 years ago
Unknwon bfce0def25 modules/base: fix README filename checker, fix #877 10 years ago
Unknwon ee6786216a modules/base: clean code with #838 10 years ago
Unknwon 37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
10 years ago
Unknwon 8e384ce46c fix #828, may cause unintentional break in other features, but security is no.1 10 years ago
Peter Smit e6f97c78ff Change chardet to gogits 10 years ago
Michael Dyrynda c7cbdd34fb Adjust MentionPattern to not match users mid-sentence (or email addresses)
Fix link to user profile, update based on adjusted MentionPattern
10 years ago
Peter Smit 3af757ed77 Replace mahonia with the standard functions in the Golang Sub-repositories 10 years ago
Unknwon 9ee80e3e54 fix compile error 10 years ago
无闻 b2c6a6920f Merge pull request #727 from Mageti/master
Correction for #723
10 years ago
Mageti e321469884 remove unused code in BasicAuthDecode 10 years ago
Mageti b7ebbb4064 Correction for #723
Correction for #723
Bug was : decode failed if the password contains ```:```
10 years ago
Unknwon 9a1fe801e5 fix #711 10 years ago
Andrew Burns 35b02997f8 Fix Gravatar images in web view (like commit listing)
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.)
10 years ago
dennis-smurf d0a80e432d Addded sha1 pattern in markdown for current repository 10 years ago
Unknwon 340a4595dd support duoshuo mirror of gravatar 10 years ago
Unknwon 52d66ba6c8 #12, use go-gogs-client 10 years ago
Unknwon 9dc3c93a6a #12, add/edit hook 10 years ago
Unknwon 8c9338a537 add personal access token panel #12 10 years ago
Unknwon 35977cd34c continue work on #255 10 years ago
Unknwon abc57b6e43 work on #609 10 years ago
Unknwon f1d8746264 Fix fork repo and macaron API broken 10 years ago