Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | new issue and label page | Unknwon | 2015-07-25 |
| | |||
* | update locale | Unknwon | 2015-07-14 |
| | |||
* | update locale | Unknwon | 2015-07-03 |
| | |||
* | add config options for HELO | Unknwon | 2015-07-03 |
| | |||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 |
| | |||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 |
| | |||
* | Add Polish support | Unknwon | 2015-03-22 |
| | |||
* | UI compatibility | Unknwon | 2015-03-21 |
| | |||
* | add new locale | Unknwon | 2015-03-14 |
| | |||
* | registeration -> registration | Nolan Darilek | 2015-03-12 |
| | |||
* | Merge pull request #943 from diseaz/mailer-client-cert | 无闻 | 2015-02-28 |
|\ | | | | | Use client certificate for SMTP over TLS | ||
| * | Make conf/app.ini changes match the style | Dmitry Azhichakov | 2015-02-13 |
| | | |||
| * | Fix "forcing" client certificate for SMTP | Dmitry Azhichakov | 2015-02-13 |
| | | |||
* | | better naming on #891 | Unknwon | 2015-02-11 |
|/ | |||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 |
| | |||
* | conf/locale: add Spanish locale | Unknwon | 2015-02-08 |
| | |||
* | able to disable SSH for #883 | Unknwon | 2015-02-07 |
| | |||
* | conf/locale: add Japanese support | Unknwon | 2015-02-01 |
| | | | | README: remove duplicated travis badge | ||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||
* | update locale | Unknwon | 2015-01-18 |
| | |||
* | update with deps | Unknwon | 2015-01-17 |
| | |||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 |
| | |||
* | Merge pull request #766 from phsmit/correct_from | 无闻 | 2014-12-21 |
|\ | | | | | Correct usage of FROM in email creation | ||
| * | Parse the from string to extract the email address | Peter | 2014-12-19 |
| | | |||
| * | Change from header in email, fixes #765 | Peter | 2014-12-19 |
| | | |||
* | | mirror fix and update | Unknwon | 2014-12-20 |
|/ | |||
* | Rewrite of SendMail function | Peter | 2014-12-18 |
| | | | | | | 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. | ||
* | new language | Unknwon | 2014-12-07 |
| | |||
* | fix #165 | Unknwon | 2014-12-05 |
| | |||
* | fix #580 | Unknwon | 2014-11-30 |
| | |||
* | fix oauth2 | Unknwon | 2014-11-28 |
| | |||
* | Added comments documenting how to export SSL keys from .pfx | James Cracknell | 2014-11-27 |
| | |||
* | Fix #543 | Unknwon | 2014-11-24 |
| | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | support duoshuo mirror of gravatar | Unknwon | 2014-11-16 |
| | |||
* | fix session API broken and SQL pretection | Unknwon | 2014-11-04 |
| | |||
* | Fix #584 | Unknwon | 2014-10-27 |
| | |||
* | Fix gzip | Unknwon | 2014-10-13 |
| | |||
* | Add locale zh-HK (Traditional Chinese) | Tony Tsang | 2014-10-10 |
| | |||
* | Fix #264 | Unknwon | 2014-10-06 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | Michael Boke | 2014-10-03 |
|\ | | | | | | | | | Conflicts: conf/app.ini | ||
| * | Feature: Integrate crypto/tls/generate_cert.go command | Unknwon | 2014-09-22 |
| | | |||
| * | Mirror fix and fix #481 | Unknwon | 2014-09-17 |
| | | |||
| * | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-17 |
| |\ | | | | | | | | | | | | | Conflicts: conf/app.ini | ||
| | * | started french localization | Philippe Barsalou | 2014-09-16 |
| | | | |||
| * | | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 |
| |/ | |||
| * | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 |
| | | |||
| * | Organization level webhooks | Unknwon | 2014-09-07 |
| | | |||
* | | Added dutch translations | Michael Boke | 2014-10-03 |
|/ | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | 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. |