Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | add tidb support | Unknwon | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -2/+6 |
| | |||||
* | Able to use `GOGS_WORK_DIR` environment variable to specify work directory | Unknwon | 2015-09-07 | 1 | -0/+5 |
| | |||||
* | finish initial version of pull request | Unknwon | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | #1009 Config option for preserving hard line breaks | Unknwon | 2015-09-01 | 1 | -3/+11 |
| | |||||
* | minor fixes on #1551 | Unknwon | 2015-09-01 | 1 | -1/+3 |
| | |||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 1 | -0/+2 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -0/+2 |
| | |||||
* | Merge pull request #1414 from nice-software/wip/currentUser | 无闻 | 2015-08-19 | 1 | -4/+2 |
|\ | | | | | Factor out function to get the current user | ||||
| * | Factor out function to get the current user | Paolo Borelli | 2015-08-15 | 1 | -4/+2 |
| | | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place. | ||||
* | | make cron task configurable | Unknwon | 2015-08-18 | 1 | -5/+22 |
|/ | |||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | 1 | -2/+2 |
| | |||||
* | custom avatar source | Jqs7 | 2015-08-10 | 1 | -3/+6 |
| | |||||
* | milestone: create page | Unknwon | 2015-08-05 | 1 | -0/+10 |
| | |||||
* | better wording | Unknwon | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | replace path.Join | Unknwon | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | custom workDir function to handle speical case in Windows | Unknwon | 2015-08-02 | 1 | -1/+12 |
| | |||||
* | Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings | Vladimir Vissoultchev | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Allow explicit charset/codepage setting for ANSI source files to alleviate ↵ | Vladimir Vissoultchev | 2015-07-27 | 1 | -0/+2 |
| | | | | issue #1088 | ||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | new issue and label page | Unknwon | 2015-07-25 | 1 | -3/+8 |
| | |||||
* | UI: basci issue list without filters | Unknwon | 2015-07-24 | 1 | -2/+3 |
| | | | | | - fix isRead check - fix paging | ||||
* | add config options for HELO | Unknwon | 2015-07-03 | 1 | -0/+4 |
| | |||||
* | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵ | Tony Narlock | 2015-04-18 | 1 | -0/+2 |
| | | | | legacy behavior | ||||
* | typo fix | Unknwon | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 | 1 | -10/+13 |
| | |||||
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 | 1 | -0/+3 |
| | |||||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 | 1 | -0/+5 |
| | |||||
* | Put default config into binary | Unknwon | 2015-03-18 | 1 | -5/+3 |
| | |||||
* | #1028: Windows Expects UNIX Directory Separator | Unknwon | 2015-03-18 | 1 | -3/+15 |
| | |||||
* | registeration -> registration | Nolan Darilek | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #943 from diseaz/mailer-client-cert | 无闻 | 2015-02-28 | 1 | -10/+15 |
|\ | | | | | Use client certificate for SMTP over TLS | ||||
| * | Fix "forcing" client certificate for SMTP | Dmitry Azhichakov | 2015-02-13 | 1 | -7/+9 |
| | | |||||
| * | New feature: SMTP connection may use client certificate. | Dmitry Azhichakov | 2015-02-12 | 1 | -5/+8 |
| | | | | | | | | | | | | New config keys in [mailer] section: - CERT_FILE: path to a certificate file. - KEY_FILE: path to a key file. | ||||
* | | modules/setting: simple behave change in startup | Unknwon | 2015-02-26 | 1 | -10/+4 |
| | | |||||
* | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -2/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 | 1 | -2/+8 |
| | | | |||||
* | | | first pass work on migration #925 | Unknwon | 2015-02-11 | 1 | -0/+5 |
|/ / | |||||
* / | better naming on #891 | Unknwon | 2015-02-11 | 1 | -4/+4 |
|/ | |||||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 1 | -4/+9 |
| | |||||
* | modules/setting: mirror path issue | Unknwon | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #905 from phsmit/conf_on_cli | 无闻 | 2015-02-08 | 1 | -5/+9 |
|\ | | | | | Add option to provide configuration file on command line | ||||
| * | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 1 | -5/+9 |
| | | |||||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -2/+4 |
| | | |||||
* | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 | 1 | -1/+1 |
| | | |||||
* | | Add ShowRegistrationButton configuration option | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
|/ | |||||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 1 | -1/+1 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||||
* | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | 1 | -7/+13 |
| | |||||
* | fix #801 | Unknwon | 2014-12-31 | 1 | -98/+103 |
| |