summaryrefslogtreecommitdiffstats
path: root/conf/app.ini
Commit message (Collapse)AuthorAgeFilesLines
...
* add new localeUnknwon2015-03-141-2/+2
|
* registeration -> registrationNolan Darilek2015-03-121-1/+1
|
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-281-0/+4
|\ | | | | Use client certificate for SMTP over TLS
| * Make conf/app.ini changes match the styleDmitry Azhichakov2015-02-131-3/+3
| |
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-131-0/+4
| |
* | better naming on #891Unknwon2015-02-111-1/+1
|/
* able to allow insecure certification of webhook for #891Unknwon2015-02-101-0/+2
|
* conf/locale: add Spanish localeUnknwon2015-02-081-2/+2
|
* able to disable SSH for #883Unknwon2015-02-071-0/+2
|
* conf/locale: add Japanese supportUnknwon2015-02-011-2/+2
| | | | README: remove duplicated travis badge
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-0/+3
| | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* update localeUnknwon2015-01-181-2/+2
|
* update with depsUnknwon2015-01-171-2/+2
|
* Optmize git-fsck options and fix #820Unknwon2015-01-021-4/+10
|
* Merge pull request #766 from phsmit/correct_from无闻2014-12-211-1/+1
|\ | | | | Correct usage of FROM in email creation
| * Parse the from string to extract the email addressPeter2014-12-191-1/+1
| |
| * Change from header in email, fixes #765Peter2014-12-191-1/+1
| |
* | mirror fix and updateUnknwon2014-12-201-1/+1
|/
* Rewrite of SendMail functionPeter2014-12-181-0/+3
| | | | | | 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-071-2/+2
|
* fix #165Unknwon2014-12-051-0/+1
|
* fix #580Unknwon2014-11-301-0/+6
|
* fix oauth2Unknwon2014-11-281-6/+3
|
* Added comments documenting how to export SSL keys from .pfxJames Cracknell2014-11-271-0/+5
|
* Fix #543Unknwon2014-11-241-0/+2
|
* custom avatar uploadUnknwon2014-11-211-0/+1
|
* support duoshuo mirror of gravatarUnknwon2014-11-161-0/+2
|
* fix session API broken and SQL pretectionUnknwon2014-11-041-4/+0
|
* Fix #584Unknwon2014-10-271-2/+0
|
* Fix gzipUnknwon2014-10-131-1/+1
|
* Add locale zh-HK (Traditional Chinese)Tony Tsang2014-10-101-2/+2
|
* Fix #264Unknwon2014-10-061-0/+2
|
* Merge remote-tracking branch 'upstream/master'Michael Boke2014-10-031-5/+7
|\ | | | | | | | | Conflicts: conf/app.ini
| * Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-221-1/+1
| |
| * Mirror fix and fix #481Unknwon2014-09-171-4/+4
| |
| * Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-171-2/+2
| |\ | | | | | | | | | | | | Conflicts: conf/app.ini
| | * started french localizationPhilippe Barsalou2014-09-161-2/+2
| | |
| * | toutf8 improved & add max git diff lineslunnyxiao2014-09-171-0/+3
| |/
| * Remove APP_LOGO settingMathieu Gagnon2014-09-131-1/+0
| |
| * Organization level webhooksUnknwon2014-09-071-1/+1
| |
* | Added dutch translationsMichael Boke2014-10-031-2/+2
|/
* Removed trailing white spacesTristan Storch2014-08-301-27/+27
| | | | | | | | | | 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.
* Finish new organization members and invitation pageUnknwon2014-08-151-2/+2
|
* Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281Justin Nuß2014-07-261-20/+17
|\ | | | | | | | | Conflicts: modules/base/tool.go
| * New UI merge in progressUnknwon2014-07-261-20/+17
| |
* | Fix #281. Add mouse-over precise time and on-click switch listener.Justin Nuß2014-07-241-0/+6
|/
* Allow disabling uploadsJustin Nuß2014-07-241-0/+2
|
* Update default config with commentsJustin Nuß2014-07-241-0/+5
|
* WIP: Allow attachments for commentsJustin Nuß2014-07-231-0/+5
|
* Fix #165Unknown2014-06-241-2/+2
|