Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||
| * | 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. | ||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 |
| | | |||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go | ||
| * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 |
| | | | |||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 |
| | | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. | ||
* | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 |
| | | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. | ||
* | | | Merge pull request #925 from phsmit/newcollaboration | 无闻 | 2015-02-11 |
|\| | | |/ |/| | Collaboration | ||
| * | Merge branch 'dev' into newcollaboration | Peter Smit | 2015-02-05 |
| |\ | |||
| * | | Introducing Collaboration Struct | Peter Smit | 2015-01-23 |
| | | | |||
* | | | 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 |
| |