Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | |
| | | | | | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | |||
* | | | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | |
|/ / / | | | | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | |||
* | | | 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. | |||
* | | | 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 | |
| | | | | ||||
* | | | | 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 | |||
* | | | routers/repo: set raw page content type to 'text/plain' #828 | Unknwon | 2015-01-31 | |
| | | | ||||
* | | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | |
| |/ |/| | | | | | - update russian locale | |||
* | | Merge pull request #822 from phsmit/fix_807 | 无闻 | 2015-01-22 | |
|\ \ | |/ |/| | Fix #807 parse the userinfo with the golang tools | |||
| * | Fix #807 parse the userinfo with the golang tools | Peter Smit | 2015-01-02 | |
| | | | | | | | | Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: https://github.com/golang/go/commit/07d86b1f2db73c6a0716aec4d4cd62dfacb04a21 | |||
* | | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | |
|/ | ||||
* | fix #808 | Unknwon | 2015-01-02 | |
| | ||||
* | Fix #795 | Thomas Laroche | 2014-12-29 | |
| | ||||
* | fix #741 | Unknwon | 2014-12-16 | |
| | ||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | |
| | | | | | - POST /user/repos - POST /org/:org/repos | |||
* | fix #735 | Unknwon | 2014-12-12 | |
| | ||||
* | fix git clone error when repo has upper case name | codeskyblue | 2014-12-11 | |
| | ||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | |
| | ||||
* | fix #711 | Unknwon | 2014-12-09 | |
| | ||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | |
| | ||||
* | Added issue link rendering in commit messages | dennis-smurf | 2014-12-05 | |
| | ||||
* | fix #664 | Unknwon | 2014-11-25 | |
| | ||||
* | add milestone page design | fuxiaohei | 2014-11-24 | |
| | ||||
* | fox #620 | Unknwon | 2014-11-17 | |
| | ||||
* | add pull-request and labels page design | fuxiaohei | 2014-11-17 | |
| | ||||
* | GetFile api | Unknwon | 2014-11-16 | |
| | ||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | |
| | ||||
* | Fix #618 | Unknwon | 2014-11-11 | |
| | ||||
* | work on #609 | Unknwon | 2014-11-07 | |
| | ||||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 | |
| | ||||
* | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 | |
| | ||||
* | Fix #595 | isotas38 | 2014-11-02 | |
| | ||||
* | Fix Issue 589 | semlanik | 2014-10-30 | |
| | ||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | |
| | ||||
* | Avoid setting missing label/milestone/assignee ids | Tony Tsang | 2014-10-22 | |
| | | | | | Label, milestone, assignee ids are not includes in post request, possible js or form building bug. | |||
* | Fix misuse of issue index for issue id. | Tony Tsang | 2014-10-21 | |
| | | | | | - UpdateAssignee - UpdateIssueMilestone | |||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | |
| | ||||
* | Merge pull request #560 from evolvedlight/master | 无闻 | 2014-10-18 | |
|\ | | | | | First cut of fork repo | |||
| * | Merge remote-tracking branch 'upstream/dev' | evolvedlight | 2014-10-13 | |
| |\ | | | | | | | | | | | | | Conflicts: models/repo.go | |||
| * | | Got the fork count working | evolvedlight | 2014-10-10 | |
| | | | ||||
| * | | Initial cut of git fork | evolvedlight | 2014-10-04 | |
| | | | ||||
* | | | Fix API broken | Unknwon | 2014-10-18 | |
| | | | ||||
* | | | Fix #572 | Unknwon | 2014-10-15 | |
| |/ |/| | ||||
* | | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | |
| | | ||||
* | | Page: Compare 2 commits | Unknwon | 2014-10-10 | |
| | | ||||
* | | Hide org member in collar page | Unknwon | 2014-10-10 | |
| | | ||||
* | | Fix #264 | Unknwon | 2014-10-06 | |
|/ |