171 Commits (dd8a06a397e26c46639eba1313102560dfa49c95)

Author SHA1 Message Date
Unknwon 9fa287e4f7 update locale 10 years ago
Unknwon 7170011f4d update with deps 10 years ago
Unknwon c73e9057ae Optmize git-fsck options and fix #820 10 years ago
无闻 030b3d751e Merge pull request #766 from phsmit/correct_from
Correct usage of FROM in email creation
10 years ago
Unknwon 79537467da mirror fix and update 10 years ago
Peter c884ecfea1 Parse the from string to extract the email address 10 years ago
Peter 2321b4b272 Change from header in email, fixes #765 10 years ago
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.
10 years ago
Unknwon 6f71632e3e new language 10 years ago
Unknwon 069486d169 fix #165 10 years ago
Unknwon d75013a0e8 fix #580 10 years ago
Unknwon d6132aaa88 fix oauth2 10 years ago
James Cracknell ca09a0b516 Added comments documenting how to export SSL keys from .pfx 10 years ago
Unknwon 54d25c13d7 Fix #543 10 years ago
Unknwon 55dfe2c978 custom avatar upload 10 years ago
Unknwon 340a4595dd support duoshuo mirror of gravatar 10 years ago
Unknwon 0c5ba4573a fix session API broken and SQL pretection 10 years ago
Unknwon c7f56d7483 Fix #584 10 years ago
Unknwon 4a8a70dde0 Fix gzip 10 years ago
Tony Tsang 8c71ab5094 Add locale zh-HK (Traditional Chinese) 10 years ago
Unknwon 64c68220d2 Fix #264 10 years ago
Michael Boke ba1270df2d Merge remote-tracking branch 'upstream/master'
Conflicts:
	conf/app.ini
10 years ago
Michael Boke ba0feadc34 Added dutch translations 10 years ago
Unknwon 135d3733b3 Feature: Integrate crypto/tls/generate_cert.go command 10 years ago
Unknwon 8a09256941 Mirror fix and fix #481 10 years ago
lunnyxiao 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
10 years ago
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines 10 years ago
Philippe Barsalou 9e10304ab2 started french localization 10 years ago
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting 10 years ago
Unknwon f8977f4847 Organization level webhooks 10 years ago
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.
10 years ago
Unknwon 36b4c57ff1 Finish new organization members and invitation page 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 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
Justin Nuß 4d702eb345 Allow disabling uploads 10 years ago
Justin Nuß 9df99681fb Update default config with comments 10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago
Unknown b2801a2e98 Fix #165 10 years ago
Unknown ad5ec45dd6 Fix #165 10 years ago
Unknown 6c8d630bef Add database log adapter 10 years ago
Unknown 302c863cda Fix #242 10 years ago
Unknown ab13a29cb5 Fix #209 10 years ago
Unknown 688ec6ecbd Fixed #209 10 years ago
Unknown 5660570d92 Add MustValueRange 10 years ago
Unknown 0970d6cc38 Log to different adapter according to level 10 years ago
Unknown 98eeec4cbb Fix #174 10 years ago
Unknown fd4b123e88 Fix #94 and fix #169 10 years ago
Unknown 7cb5a15c9b Batch of mirror fixes 10 years ago
Unknown e7d8fadb08 Add disable gravatar option 10 years ago
Unknown 100cd181bc Add router log config option 10 years ago
Unknown 46af92c57e Clean files 10 years ago
Unknown 62d23e9154 HTTP no follow and offline mode 10 years ago
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature 10 years ago
Unknown ea29a9b846 API fix 10 years ago
Unknown 006c45e21d Mirror change 10 years ago
Unknown 8bed017557 Add build tag enable prompt 10 years ago
Unknown eda3f8b3b3 Mirror updates 10 years ago
Unknown aa58320a1b Add 2 more gitignore 10 years ago
Unknown 7d2632784f Mirror fix 10 years ago
Unknown 3c3cda7326 Weibo oauth 10 years ago
Unknown d2b53dd43b Add weibo oauth 10 years ago
Unknown 4b9b8024ba Clean oauth code 10 years ago
Unknown 7776f407b6 Fix issue with log in with GitHub but need more error handle after 10 years ago
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after 10 years ago
Unknown 6a16866f4e Fix bug related to log 10 years ago
Lunny Xiao 493b0c5ac2 add ssl support for web 10 years ago
Unknown 10ba28deba Huge bug fix 10 years ago
Lunny Xiao a187ba9651 improved log locations 10 years ago
FuXiaoHei d01820c125 conf support mysql port 10 years ago
Unknown a55941ff83 Add auto-detect home directory 10 years ago
Unknown cb05b8325c Update config option 10 years ago
Unknown f76eb8a666 IP: RC Code Review 10 years ago
Unknown e95be2cb3e Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	conf/app.ini
10 years ago
Unknown eeb793524f Check run user 10 years ago
skyblue 6e972afb15 Merge branch 'master' of github.com:shxsun/gogs 10 years ago
Unknown b9b82cfe47 Mirror updates 10 years ago
skyblue 3070c5513d Merge branch 'master' of github.com:gogits/gogs 10 years ago
skyblue 139a6f80dc update my config 10 years ago
Unknown 6bc7ae971a Mirror fix 10 years ago
Unknown 97debac185 SSL enable config option 10 years ago
Unknown 7356153ba3 Batch updates 10 years ago
Unknown cb52f6d07d Add auto-login 10 years ago
Unknown cd070b56d2 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	conf/app.ini
10 years ago
Unknown fd1831052c Update session 10 years ago
slene 01e781dedb add comment 10 years ago
slene f9c07c4186 update session 10 years ago
Unknown 7a1ff8636c Add config option: Picture cache path 10 years ago
Unknown d40499e7fa Finsih mail resend limit 10 years ago
slene c7e0d3a499 add cache 10 years ago
Unknown 30618b271a Add admin edit user 10 years ago
Unknown 5373a3093e config option: Require sign in to view repository 10 years ago
Unknown 369ddf76a8 Batch fix 10 years ago
Unknown 6f68620860 Pools limit concurrent nums 10 years ago
Unknown de087c7b4a Add send register confirm mail 10 years ago
Unknown fbbae2b721 Working on register mail confirmation 10 years ago
Unknown cef9bbd530 Add complete log configuration 10 years ago
Unknown 460aa3eaa9 optimize log 10 years ago
Unknown 76644c2fcc Support go build.io 10 years ago
Unknown a3a93aef11 Add some config options 10 years ago