Commit Graph

96 Commits (36a69e8aa5a3bd35396173b4f108b33c19e6ac88)

Author SHA1 Message Date
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 90a6553c37 Config option for preserving hard line breaks
Unknwon 7714e792a4 minor fixes on
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon 4217c2333c new create webhook UI
无闻 a5e1ada474 Merge pull request from nice-software/wip/currentUser
Factor out function to get the current user
Unknwon b1696665bd make cron task configurable
Paolo Borelli 0d38794c7f Factor out function to get the current user
The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place.
Unknwon 34f6cbfc2a finish attachments when create issue
Jqs7 16f74b62b9 custom avatar source
Unknwon 3e4cdccf6b milestone: create page
Unknwon cbb78b6a63 better wording
Unknwon d496d0cc4d replace path.Join
Unknwon 1490e862cc custom workDir function to handle speical case in Windows
Vladimir Vissoultchev 2cc050e21e Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
Vladimir Vissoultchev 53bcf373c1 Allow explicit charset/codepage setting for ANSI source files to alleviate issue
Unknwon fa298a2c30 : Realtime webhooks
Unknwon 1ba837a055 new issue and label page
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon c47afdff58 add config options for HELO
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
Unknwon c5c5aac7a5 typo fix
Unknwon aae74c793a add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
Unknwon caf7618ea6 Hide gravatar email field if gravatar is disabled (or offline mode)
Unknwon 2bb982dada : Remove footer ads/branding from default template
Unknwon e6cf83b8c0 Put default config into binary
Unknwon 49aeb87e44 : Windows Expects UNIX Directory Separator
Nolan Darilek 98674b2a21 registeration -> registration
无闻 3db80f2c55 Merge pull request from diseaz/mailer-client-cert
Use client certificate for SMTP over TLS
Unknwon e3dece1371 modules/setting: simple behave change in startup
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Unknwon f625665d8d modules/setting: add abs path check before add workdir prefix
Dmitry Azhichakov 3aaf292ba8 Fix "forcing" client certificate for SMTP
Dmitry Azhichakov 8a6c86644e New feature: SMTP connection may use client certificate.
New config keys in [mailer] section:
 - CERT_FILE: path to a certificate file.
 - KEY_FILE: path to a key file.
Unknwon 7e7160eefd first pass work on migration
Unknwon d02e45f985 better naming on
Unknwon 6a23252edc able to allow insecure certification of webhook for
Unknwon 3cc04682c5 modules/setting: mirror path issue
无闻 cd0ee35b3f Merge pull request from phsmit/conf_on_cli
Add option to provide configuration file on command line
Unknwon 2a2596fe61 able to disable SSH for
Unknwon 216683004e code fix for , and work for
Raphael Randschau 79f3281548 Add ShowRegistrationButton configuration option
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Unknwon c73e9057ae Optmize git-fsck options and fix
Unknwon bd555551ce fix
Unknwon 81a44e4cd0 fix API changes
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.
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon 069486d169 fix