aboutsummaryrefslogtreecommitdiff
path: root/conf/app.ini
Commit message (Collapse)AuthorAge
* new issue and label pageUnknwon2015-07-25
|
* update localeUnknwon2015-07-14
|
* update localeUnknwon2015-07-03
|
* add config options for HELOUnknwon2015-07-03
|
* #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECKUnknwon2015-03-25
|
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-23
|
* Add Polish supportUnknwon2015-03-22
|
* UI compatibilityUnknwon2015-03-21
|
* add new localeUnknwon2015-03-14
|
* registeration -> registrationNolan Darilek2015-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 styleDmitry Azhichakov2015-02-13
| |
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-13
| |
* | better naming on #891Unknwon2015-02-11
|/
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* conf/locale: add Spanish localeUnknwon2015-02-08
|
* able to disable SSH for #883Unknwon2015-02-07
|
* conf/locale: add Japanese supportUnknwon2015-02-01
| | | | README: remove duplicated travis badge
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-01
| | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* update localeUnknwon2015-01-18
|
* update with depsUnknwon2015-01-17
|
* Optmize git-fsck options and fix #820Unknwon2015-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 addressPeter2014-12-19
| |
| * Change from header in email, fixes #765Peter2014-12-19
| |
* | mirror fix and updateUnknwon2014-12-20
|/
* Rewrite of SendMail functionPeter2014-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 languageUnknwon2014-12-07
|
* fix #165Unknwon2014-12-05
|
* fix #580Unknwon2014-11-30
|
* fix oauth2Unknwon2014-11-28
|
* Added comments documenting how to export SSL keys from .pfxJames Cracknell2014-11-27
|
* Fix #543Unknwon2014-11-24
|
* custom avatar uploadUnknwon2014-11-21
|
* support duoshuo mirror of gravatarUnknwon2014-11-16
|
* fix session API broken and SQL pretectionUnknwon2014-11-04
|
* Fix #584Unknwon2014-10-27
|
* Fix gzipUnknwon2014-10-13
|
* Add locale zh-HK (Traditional Chinese)Tony Tsang2014-10-10
|
* Fix #264Unknwon2014-10-06
|
* Merge remote-tracking branch 'upstream/master'Michael Boke2014-10-03
|\ | | | | | | | | Conflicts: conf/app.ini
| * Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-22
| |
| * Mirror fix and fix #481Unknwon2014-09-17
| |
| * Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-17
| |\ | | | | | | | | | | | | Conflicts: conf/app.ini
| | * started french localizationPhilippe Barsalou2014-09-16
| | |
| * | toutf8 improved & add max git diff lineslunnyxiao2014-09-17
| |/
| * Remove APP_LOGO settingMathieu Gagnon2014-09-13
| |
| * Organization level webhooksUnknwon2014-09-07
| |
* | Added dutch translationsMichael Boke2014-10-03
|/
* Removed trailing white spacesTristan Storch2014-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.