2
0
Commit Graph

91 Commits

Author SHA1 Message Date
无闻
ced1d31a06 Merge pull request #1414 from nice-software/wip/currentUser
Factor out function to get the current user
2015-08-19 18:29:04 +08:00
Unknwon
50bb7dee08 make cron task configurable 2015-08-18 02:19:29 +08:00
Paolo Borelli
688e7fcba5 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.
2015-08-15 10:05:12 +02:00
Unknwon
8868c58a0b finish attachments when create issue 2015-08-11 23:24:40 +08:00
Jqs7
ec0904fe8d custom avatar source 2015-08-10 09:46:42 +08:00
Unknwon
9ef6508b57 milestone: create page 2015-08-05 15:24:26 +08:00
Unknwon
a5fbe73869 better wording 2015-08-02 12:37:29 +08:00
Unknwon
a05b839d41 replace path.Join 2015-08-02 11:52:48 +08:00
Unknwon
cd648998bf custom workDir function to handle speical case in Windows 2015-08-02 11:41:28 +08:00
Vladimir Vissoultchev
859d79ba10 Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings 2015-07-29 17:58:03 +03:00
Vladimir Vissoultchev
47a782edfa Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088 2015-07-27 21:58:51 +03:00
Unknwon
d0cf032a6c #835: Realtime webhooks 2015-07-25 21:32:04 +08:00
Unknwon
d5c68ade53 new issue and label page 2015-07-25 02:52:25 +08:00
Unknwon
552bc6c77b UI: basci issue list without filters
- fix isRead check
- fix paging
2015-07-24 16:42:47 +08:00
Unknwon
a885de17db add config options for HELO 2015-07-03 14:08:18 +08:00
Tony Narlock
ff7373d73e Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior 2015-04-18 05:21:07 -05:00
Unknwon
d36301ad32 typo fix 2015-03-25 09:44:57 -04:00
Unknwon
4882fbd813 #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK 2015-03-25 08:59:48 -04:00
Unknwon
71ecc672e6 #1098 Hide gravatar email field if gravatar is disabled (or offline mode) 2015-03-24 18:38:12 -04:00
Unknwon
eee391e67d #1080: Remove footer ads/branding from default template 2015-03-23 10:19:19 -04:00
Unknwon
228672407b Put default config into binary 2015-03-18 06:37:44 -04:00
Unknwon
f0f0e5fa0f #1028: Windows Expects UNIX Directory Separator 2015-03-18 04:25:55 -04:00
Nolan Darilek
55f49e1b45 registeration -> registration 2015-03-12 12:25:28 -05:00
无闻
dc55bb4cae Merge pull request #943 from diseaz/mailer-client-cert
Use client certificate for SMTP over TLS
2015-02-28 22:25:48 -05:00
Unknwon
11ce6b1785 modules/setting: simple behave change in startup 2015-02-26 19:45:38 -05:00
Unknwon
5a7bca797c 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
2015-02-22 22:51:25 -05:00
Unknwon
32ff782d64 modules/setting: add abs path check before add workdir prefix 2015-02-14 17:49:33 -05:00
Dmitry Azhichakov
e105193e74 Fix "forcing" client certificate for SMTP 2015-02-13 10:33:55 +03:00
Dmitry Azhichakov
0c2fbf5706 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.
2015-02-12 18:54:51 +03:00
Unknwon
4f24a5ef7d first pass work on migration #925 2015-02-11 21:58:37 -05:00
Unknwon
07795ce5be better naming on #891 2015-02-11 12:04:01 -05:00
Unknwon
a8ac54ff07 able to allow insecure certification of webhook for #891 2015-02-10 21:06:59 -05:00
Unknwon
363c93907c modules/setting: mirror path issue 2015-02-08 22:23:01 -05:00
无闻
42ba809042 Merge pull request #905 from phsmit/conf_on_cli
Add option to provide configuration file on command line
2015-02-08 20:22:02 -05:00
Unknwon
235271d50a able to disable SSH for #883 2015-02-07 10:46:57 -05:00
Unknwon
ba9cae6328 code fix for #908, and work for #884 2015-02-06 21:16:23 -05:00
Raphael Randschau
7fbb782585 Add ShowRegistrationButton configuration option 2015-02-05 18:14:54 +01:00
Peter Smit
9dd98a9a0f Add option to provide configuration file on command line 2015-02-05 12:17:35 +02:00
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
2015-02-01 12:41:03 -05:00
Unknwon
c73e9057ae Optmize git-fsck options and fix #820 2015-01-02 20:14:43 +08:00
Unknwon
bd555551ce fix #801 2014-12-31 18:37:29 +08:00
Unknwon
81a44e4cd0 fix API changes 2014-12-28 20:40:35 +08:00
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.
2014-12-18 13:34:30 +02:00
Joseph Crail
39c068400e Fix spelling errors in comments. 2014-12-06 20:22:48 -05:00
Unknwon
069486d169 fix #165 2014-12-05 17:54:57 -05:00
Unknwon
d75013a0e8 fix #580 2014-11-30 02:26:29 -05:00
Unknwon
d6132aaa88 fix oauth2 2014-11-28 21:20:13 -05:00
Unknwon
54d25c13d7 Fix #543 2014-11-24 18:47:59 -05:00
Unknwon
ef275ebf62 more on change avatar 2014-11-21 12:51:36 -05:00
Unknwon
55dfe2c978 custom avatar upload 2014-11-21 10:58:08 -05:00