357 Commits (90237d8abd0e6479c1464ac0f32fff6a2ce4a0b4)

Author SHA1 Message Date
Unknwon cc8c67ff29 fix markdown autolink error 9 years ago
Unknwon 4993ab1a76 #2185 fall back to use custom chardet lib 9 years ago
Unknwon 44637f03cc #2282 fast detection of utf-8 9 years ago
Unknwon 93f03707a7 #2283 set text/plain for non-binary files in raw mode 9 years ago
Unknwon 85af36332b #2282 fix utf-8 recognized as windows-1252 9 years ago
Unknwon 95f9c85bcc #2185 use Go sub-repo to detect encoding 9 years ago
Unknwon 7e88420bc6 #2161 fix wrong regexp 9 years ago
Unknwon 5911fc3512 #2161 No issue linking in commits when issue number in brackets 9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Unknwon ba92f4687e minor fix markdown post process 9 years ago
Unknwon 968edb3e44 more link fix 9 years ago
Unknwon 7f9598141b fix #2020 9 years ago
Unknwon f12832c61e fix possible panic 9 years ago
Unknwon 126228d146 HTML render fix 9 years ago
Unknwon 9b6c835715 fix #1873 9 years ago
Unknwon 1a901433e2 minor fix for #1949 9 years ago
Howl ca5678da32 Safely detect urlPrefix in the format /:owner/:repo 9 years ago
Howl 85c58eba90 Fix bad issue links in non-readme markdown files 9 years ago
Unknwon 1d57f0d64f Show custom avatars in commits 9 years ago
Unknwon 3b62a0fe0e fix #1572 fix file histrory paging issue 9 years ago
Unknwon 18c841050b fix 1540 and experimental SSH server support 9 years ago
Unknwon 54ca0b2f09 #1433 images with links in Markdown
- #1904 minor fix on image link
9 years ago
Unknwon 0af035c37e #1078 not show bin when rename a file 9 years ago
Unknwon 022820103d #1657 allow forcing all private repos 9 years ago
Unknwon aff49b1c9e unified API error response 9 years ago
Sergio Benitez 7acbcf9ddd Commit messages now rendered with line breaks and prefix spacing. 9 years ago
Unknwon 2729eb998c #1646 and other minor fixes 9 years ago
Unknwon c8d92fad30 #1595 pushing new branch will rereference issues in previous branch 9 years ago
Hongcai Deng e4d4662074 add regexp to restrict `<code class=""></code>` 9 years ago
Hongcai Deng 357c002c03 add allow attribute `class` to `<code>` 9 years ago
Unknwon 645d4d0c5b #1594 Collaborative Repositories missing suburl on Dashboard 9 years ago
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon 8af094967f #1377 add rename repo action 9 years ago
Unknwon 90a6553c37 #1009 Config option for preserving hard line breaks 9 years ago
Unknwon 55ddf225bb webhook APIs 9 years ago
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 9 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
Unknwon a342d58d7e Able to fork repo to individuals 10 years ago
Unknwon 9ae92459a5 Fix repo css and rel path img in md 10 years ago
Unknwon b2632dec09 Page: Compare 2 commits 10 years ago
Unknwon 263d409326 Basic xss prevention 10 years ago
Martin van Beurden bb05ef907b Fix AvatarLink when using a suburl and gravatar is disabled or avatars are cached 10 years ago
Unknwon f69761563b Fix bug on transfer repo 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
10 years ago
Unknwon 8a09256941 Mirror fix and fix #481 10 years ago
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines 10 years ago
Unknwon 97a373f5e7 Fix #362, update code with upstream 10 years ago
Unknwon 5605af973b Feature: Social sign in 10 years ago
无闻 568c9b353e Merge pull request #311 from nuss-justin/issue/281
Fix #281. Add mouse-over precise time and on-click switch listener.
10 years ago
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares 10 years ago
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
	modules/base/tool.go
10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Justin Nuß 835e85b5ce Fix #281. Add mouse-over precise time and on-click switch listener. 10 years ago
Unknown 63cc14062a Paging function for users and repositories 10 years ago
Unknown 9924e65ca1 In progress of name template name constant 10 years ago
slene 4ee6bc4fca fix for new git api 10 years ago
Unknown 2f820e01d8 Fixed #209 10 years ago
Unknown 688ec6ecbd Fixed #209 10 years ago
Unknown 5e9a45f74a Code convention 10 years ago
Unknown 5660570d92 Add MustValueRange 10 years ago
Unknown be82716b66 Clean old LDAP code 10 years ago
Lunny Xiao 7869cfccb9 Merge pull request #192 from DerDackel/ldapssl
Add LDAP over SSL support
10 years ago
Sebastian Jackel eb264a112b Add LDAP over SSL support 10 years ago
Unknown f979d0d6b9 Fix #138 10 years ago
Unknown 0970d6cc38 Log to different adapter according to level 10 years ago
Unknown fd4b123e88 Fix #94 and fix #169 10 years ago
jiangjianxiao 501f70e248 fix news feed repo link 10 years ago
Unknown 8ca14e2109 Improve delete SSH key 10 years ago
Unknown 7cb5a15c9b Batch of mirror fixes 10 years ago
Unknown bbdfe25769 User code clean and ui improve 10 years ago
Unknown c1eb4d894a Clean api code 10 years ago
Unknown 07c3d497a7 Fix #145 10 years ago
Unknown 816c0ed5e7 Fix import path 10 years ago
Unknown a641854cad command dump 10 years ago
Unknown e7d8fadb08 Add disable gravatar option 10 years ago
Unknown 3bd5fc6d6f Add command dump and move to cmd did 10 years ago
Unknown 100cd181bc Add router log config option 10 years ago
Unknown 2a1dc0085b fix #91 10 years ago
Unknown 62d23e9154 HTTP no follow and offline mode 10 years ago
Unknown 59d0e73c35 Batch mirror fix 10 years ago
Unknown 89b68bdd45 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	modules/base/conf.go
10 years ago
Unknown 9dfb7de371 Fix #102 10 years ago
Lunny Xiao 1b734501bd bug fixed 10 years ago
Lunny Xiao 0da329462e bug fixed 10 years ago
无闻 37cbfc032a Merge pull request #112 from juju2013/master
basic support for LDAP/Microsoft Active Directory authentication
10 years ago
juju2013 efc05ea1de initial support for LDAP authentication/MSAD 10 years ago
Unknown 5435b259cc Merge branch 'master' of github.com:gogits/gogs into dev 10 years ago
Unknown 2a9da4b8e5 Fix #92 10 years ago
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature 10 years ago
Unknown de01f81489 Prepare for v0.3.0 release 10 years ago
Unknown 8bed017557 Add build tag enable prompt 10 years ago
Unknown eda3f8b3b3 Mirror updates 10 years ago
Christopher Brickley b9a1d13c29 change gravatar image to match URL scheme 10 years ago
Unknown c36e7d322e Mirror updates 10 years ago
Unknown f644cefa86 Finish release 10 years ago
Unknown d2b53dd43b Add weibo oauth 10 years ago
Unknown 4b9b8024ba Clean oauth code 10 years ago
Unknown 4c1452574a go get 10 years ago
Unknown ea74be2f2e go get 10 years ago
Unknown 9d983f27d6 go vet 10 years ago