Commit Graph

115 Commits (edbe1de026cbc6d138a4382a3207c9f4f8280193)

Author SHA1 Message Date
Peter 2321b4b272 Change from header in email, fixes
Peter 87be137b88 Rewrite of SendMail function
The SendMail function is rewritten and has the following new functionality:
 - It is optional to skip verification of keys. The config option SKIP_VERIFY is added
 - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
Unknwon 6f71632e3e new language
Unknwon 069486d169 fix
Unknwon d75013a0e8 fix
Unknwon d6132aaa88 fix oauth2
James Cracknell ca09a0b516 Added comments documenting how to export SSL keys from .pfx
Unknwon 54d25c13d7 Fix
Unknwon 55dfe2c978 custom avatar upload
Unknwon 340a4595dd support duoshuo mirror of gravatar
Unknwon 0c5ba4573a fix session API broken and SQL pretection
Unknwon c7f56d7483 Fix
Unknwon 4a8a70dde0 Fix gzip
Tony Tsang 8c71ab5094 Add locale zh-HK (Traditional Chinese)
Unknwon 64c68220d2 Fix
Michael Boke ba1270df2d Merge remote-tracking branch 'upstream/master'
Conflicts:
	conf/app.ini
Michael Boke ba0feadc34 Added dutch translations
Unknwon 135d3733b3 Feature: Integrate crypto/tls/generate_cert.go command
Unknwon 8a09256941 Mirror fix and fix
lunnyxiao 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines
Philippe Barsalou 9e10304ab2 started french localization
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting
Unknwon f8977f4847 Organization level webhooks
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
Unknwon 36b4c57ff1 Finish new organization members and invitation page
Justin Nuß 91480f3791 Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281
Conflicts:
	modules/base/tool.go
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 835e85b5ce Fix . Add mouse-over precise time and on-click switch listener.
Justin Nuß 4d702eb345 Allow disabling uploads
Justin Nuß 9df99681fb Update default config with comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Unknown b2801a2e98 Fix
Unknown ad5ec45dd6 Fix
Unknown 6c8d630bef Add database log adapter
Unknown 302c863cda Fix
Unknown ab13a29cb5 Fix
Unknown 688ec6ecbd Fixed
Unknown 5660570d92 Add MustValueRange
Unknown 0970d6cc38 Log to different adapter according to level
Unknown 98eeec4cbb Fix
Unknown fd4b123e88 Fix and fix
Unknown 7cb5a15c9b Batch of mirror fixes
Unknown e7d8fadb08 Add disable gravatar option
Unknown 100cd181bc Add router log config option
Unknown 46af92c57e Clean files
Unknown 62d23e9154 HTTP no follow and offline mode
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature
Unknown ea29a9b846 API fix
Unknown 006c45e21d Mirror change