Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 |
| | |||
* | better naming on #891 | Unknwon | 2015-02-11 |
| | |||
* | modules/middleware/auth.go: remove uncheck login for watch a repo #929 | Unknwon | 2015-02-10 |
| | |||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 |
| | |||
* | Fixes #921 | Peter Smit | 2015-02-09 |
| | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||
* | modules/setting: mirror path issue | Unknwon | 2015-02-08 |
| | |||
* | Merge pull request #905 from phsmit/conf_on_cli | 无闻 | 2015-02-08 |
|\ | | | | | Add option to provide configuration file on command line | ||
| * | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 |
| | | |||
* | | modules/ans1-ber: fix LDAP UTF8 string decoding for #916 | Unknwon | 2015-02-08 |
| | | |||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 |
| | | |||
* | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 |
| | | |||
* | | Merge pull request #908 from nicolai86/feature/hide-signup-button-884 | 无闻 | 2015-02-06 |
|\ \ | | | | | | | Make Signup button display configurable - #884 | ||
| * | | Add ShowRegistrationButton configuration option | Raphael Randschau | 2015-02-05 |
| |/ | |||
* | | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 |
| | | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | ||
* | | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 |
| | | | | | | | | - conf/locale: add mew translator profile | ||
* | | Merge pull request #826 from deringer/dev | 无闻 | 2015-02-06 |
|\ \ | |/ |/| | Fix user mention bug when parsing markdown documents | ||
| * | Adjust MentionPattern to not match users mid-sentence (or email addresses) | Michael Dyrynda | 2015-01-03 |
| | | | | | | | | Fix link to user profile, update based on adjusted MentionPattern | ||
* | | modules/base: fix README filename checker, fix #877 | Unknwon | 2015-02-02 |
| | | |||
* | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 |
| | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||
* | | modules/midlleware: little auth code fix, #777 | Unknwon | 2015-01-30 |
| | | |||
* | | modules/midlleware: little auth code fix | Unknwon | 2015-01-30 |
| | | |||
* | | modules/base: clean code with #838 | Unknwon | 2015-01-30 |
| | | |||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 |
| | | | | | | | | - update russian locale | ||
* | | Merge pull request #866 from vitalvas/dev | 无闻 | 2015-01-20 |
|\ \ | | | | | | | Fix in url if cache avatar is enabled | ||
| * | | fix if service.ENABLE_CACHE_AVATAR is true | Vitaliy Vasilenko | 2015-01-20 |
| | | | |||
* | | | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 |
|/ / | |||
* | | Merge branch 'encoding' of github.com:gogits/gogs into dev | Unknwon | 2015-01-17 |
|\ \ | |/ |/| | | | | | Conflicts: .gopmfile | ||
| * | Change chardet to gogits | Peter Smit | 2015-01-15 |
| | | |||
| * | Removing redundant mahonia | Peter Smit | 2014-12-22 |
| | | |||
| * | Replace mahonia with the standard functions in the Golang Sub-repositories | Peter Smit | 2014-12-22 |
| | | |||
* | | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 |
| | | |||
* | | fix #801 | Unknwon | 2014-12-31 |
| | | |||
* | | fix API changes | Unknwon | 2014-12-28 |
|/ | |||
* | 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 address | Peter | 2014-12-19 |
| | | |||
| * | Remove unused "User" member of Message Struct and fix bounce address | Peter | 2014-12-19 |
| | | | | | | | | | | | | The User member of a message is not needed anymore. The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address | ||
| * | Change from header in email, fixes #765 | Peter | 2014-12-19 |
| | | |||
* | | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 |
|\ \ | | | | | | | Multiple emails | ||
| * | | Finish method for having multiple emails/user. | Peter | 2014-12-17 |
| | | | | | | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. | ||
| * | | Method for activating email addresses through verification email | Peter | 2014-12-17 |
| | | | |||
* | | | Remove standard mailer port lines | Peter | 2014-12-19 |
| |/ |/| | | | | | This lines got committed by accident. They do actually nothing, as SplitHostPort will give an error if port is not given. | ||
* | | update locale and mirror code format | Unknwon | 2014-12-19 |
| | | |||
* | | Prefer CRAM-MD5 over PLAIN authentication | Peter | 2014-12-18 |
| | | |||
* | | Add option to use CRAM-MD5 as authentication method in the mailer | Peter | 2014-12-18 |
| | | |||
* | | Rewrite of SendMail function | Peter | 2014-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. | ||
* | fix binding api broken | Unknwon | 2014-12-15 |
| | |||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 |
| | |||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | fix compile error | Unknwon | 2014-12-10 |
| |