Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update travis.yml | Unknwon | 2015-02-16 |
| | |||
* | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 |
| | |||
* | Merge pull request #956 from bpollack/docfix | 无闻 | 2015-02-14 |
|\ | | | | | Fix a bunch of small typos and formatting quirks | ||
| * | Fix a bunch of small typos and formatting quirks | Benjamin Pollack | 2015-02-14 |
| | | |||
* | | models: fix XORM API break | Unknwon | 2015-02-14 |
|/ | | | | cmd/web.go: check version after load config | ||
* | routers/install.go: able to keep previous custom settings for 2nd time install | Unknwon | 2015-02-13 |
| | | | | - .gopmfile: update all commits | ||
* | conf/locale: update all locales | Unknwon | 2015-02-13 |
| | |||
* | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 |
| | | | | disabled #884 | ||
* | Merge pull request #937 from Stefan-Code/dev | 无闻 | 2015-02-11 |
|\ | | | | | Changes to repo-header-download-drop | ||
| * | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 |
| | | |||
* | | better naming on #891 | Unknwon | 2015-02-11 |
|/ | |||
* | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 |
| | |||
* | 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 |
| | |||
* | update gopmfile and README | Unknwon | 2015-02-09 |
| | |||
* | models/repo.go: add update hook when migrate for #789 | Unknwon | 2015-02-09 |
| | |||
* | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 |
| | | | | - conf/locale: update Japanese locale | ||
* | Merge pull request #924 from phsmit/fix_921 | 无闻 | 2015-02-09 |
|\ | | | | | Fixes #921 | ||
| * | Fixes #921 | Peter Smit | 2015-02-09 |
| | | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||
* | | Merge pull request #923 from phsmit/fix_922 | 无闻 | 2015-02-09 |
|\ \ | |/ |/| | Fix #922 | ||
| * | Improve argument parsing for serve command | Peter Smit | 2015-02-09 |
| | | |||
| * | Fix #922 | Peter Smit | 2015-02-09 |
|/ | |||
* | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 |
|\ | | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. | ||
| * | Link to previous commited source file (diff.view_file button) instead of ↵ | Tony Tsang | 2015-02-06 |
| | | | | | | | | returning 404 for deleted files. | ||
* | | modules/setting: mirror path issue | Unknwon | 2015-02-08 |
| | | |||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 |
| | | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now) | ||
* | | 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 |
| | | | |||
* | | | public/ng/css: code generation for #919 | Unknwon | 2015-02-08 |
| | | | |||
* | | | Merge pull request #919 from Stefan-Code/dev | 无闻 | 2015-02-08 |
|\ \ \ | | | | | | | | | Updated gogs.css - monospace font for hash | ||
| * | | | Updated gogs.css - monospace font for hash | Stefan | 2015-02-08 |
| | | | | | | | | | | | | Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width. | ||
* | | | | conf/locale: add Spanish locale | Unknwon | 2015-02-08 |
|/ / / | |||
* | | | routers/repo/http.go: allow HTTP push/pull by token for #845 | Unknwon | 2015-02-07 |
| | | | |||
* | | | Merge pull request #845 from compressed/token_http | 无闻 | 2015-02-07 |
|\ \ \ | | | | | | | | | allow http push by token - #842 | ||
| * | | | allow http push by token - #842 | Christopher Brickley | 2015-01-08 |
| | | | | |||
* | | | | conf/locale: update locales | Unknwon | 2015-02-07 |
| | | | | |||
* | | | | update README notice and CONTRIBUTING.md | Unknwon | 2015-02-07 |
| | | | | |||
* | | | | able to disable SSH for #883 | Unknwon | 2015-02-07 |
| | | | | |||
* | | | | conf/locale: update French locale | Unknwon | 2015-02-06 |
| | | | | |||
* | | | | 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 locales (en/de native, rest -> translate.google.com) | Raphael Randschau | 2015-02-05 |
| | | | | | |||
| * | | | | Hide the registration button depending on the setting | Raphael Randschau | 2015-02-05 |
| | | | | | |||
| * | | | | Add ShowRegistrationButton configuration option | Raphael Randschau | 2015-02-05 |
| | |_|/ | |/| | | |||
* | | | | models/action.go: add action reopen for #462 | Unknwon | 2015-02-06 |
| | | | | | | | | | | | | | | | | - models/issue.go: format comment type names | ||
* | | | | 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 | ||
| * | | | add some padding to markdown paragraphs | Michael Dyrynda | 2015-01-03 |
| | | | |