Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | Fix double decrement of issue counter | Justin Nuß | 2014-07-24 | |
| |/ / |/| | | ||||
* | | | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 | |
| | | | ||||
* | | | Update closed issues stats for repository | Justin Nuß | 2014-07-23 | |
| | | | ||||
* | | | Update progress of milestones when closing/reopening issues and allow ↵ | Justin Nuß | 2014-07-23 | |
|/ / | | | | | | | closing of issues in commit messages | |||
* | | Merge pull request #299 from nuss-justin/issue/216 | 无闻 | 2014-07-22 | |
|\ \ | | | | | | | Fix #216. Change milestones, labels and assigne without reloading the page | |||
| * | | Prevent panic when dividing through zero | Justin Nuß | 2014-07-22 | |
| | | | ||||
* | | | Merge pull request #296 from nuss-justin/dev | 无闻 | 2014-07-22 | |
|\ \ \ | | | | | | | | | Fix issue 280 & unwatch button in Firefox | |||
| * | | | Fix issue #280. Update milestone counter when creating an issue | Justin Nuß | 2014-07-22 | |
| |/ / | ||||
* | | | Escape tags and quotes in links. | Justin Nuß | 2014-07-22 | |
| | | | ||||
* | | | Fix issue #259. Allow links in the repository description | Justin Nuß | 2014-07-22 | |
|/ / | ||||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-07-12 | |
|\ \ | ||||
| * | | Only update access usernames where the username is changing #282 | Christopher Brickley | 2014-07-11 | |
| | | | ||||
* | | | Fix #285 | Unknown | 2014-07-12 | |
|/ / | ||||
* | | Paging function for users and repositories | Unknown | 2014-07-07 | |
| | | ||||
* | | Move debug router location | Unknown | 2014-07-06 | |
| | | ||||
* | | Able to set timeout for process monitor | Unknown | 2014-07-06 | |
| | | ||||
* | | Work on #274 | Unknown | 2014-07-04 | |
| | | ||||
* | | remove debug info | Lunny Xiao | 2014-07-05 | |
| | | ||||
* | | bug fixed | Lunny Xiao | 2014-07-05 | |
|/ | ||||
* | fix #273 | Unknown | 2014-07-04 | |
| | ||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-07-04 | |
|\ | ||||
| * | Add 'pprof' tag for enabling debugging | Justin Nuß | 2014-07-04 | |
| | | ||||
* | | update name | Unknown | 2014-07-04 | |
|/ | ||||
* | Finish create organization team | Unknown | 2014-07-02 | |
| | ||||
* | Finish Teams page | Unknown | 2014-06-29 | |
| | ||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-06-28 | |
|\ | ||||
| * | bug fixed for message tag | Lunny Xiao | 2014-06-28 | |
| | | ||||
| * | Merge branch 'master' into dev | Lunny Xiao | 2014-06-28 | |
| |\ | ||||
| | * | bug fixed #261 | Lunny Xiao | 2014-06-28 | |
| | | | ||||
| | * | Merge branch 'master' of github.com:gogits/gogs | Lunny Xiao | 2014-06-28 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: models/update.go routers/repo/http.go | |||
| | * | | bug fixed #261 | Lunny Xiao | 2014-06-28 | |
| | | | | ||||
| * | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Lunny Xiao | 2014-06-28 | |
| |\ \ \ | ||||
| * | | | | path bug fixed | Lunny Xiao | 2014-06-26 | |
| | | | | | ||||
* | | | | | Finish organization homepage | Unknown | 2014-06-28 | |
| |/ / / |/| | | | ||||
* | | | | Finish delete organization | Unknown | 2014-06-28 | |
| |_|/ |/| | | ||||
* | | | Organization settings page | Unknown | 2014-06-27 | |
| | | | ||||
* | | | Migrate repository by organization | Unknown | 2014-06-25 | |
| | | | ||||
* | | | Mirror bug fix on create repo action | Unknown | 2014-06-25 | |
| | | | ||||
* | | | Work on create organization repo and #257 | Unknown | 2014-06-25 | |
| | | | ||||
* | | | Add create organization | Unknown | 2014-06-25 | |
| | | | ||||
* | | | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-06-24 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Fix #252 | Eryx | 2014-06-24 | |
| | | | ||||
* | | | Mirror fix on #248 | Unknown | 2014-06-23 | |
|/ / | ||||
* | | Fix #165 | Unknown | 2014-06-21 | |
| | | ||||
* | | Remove qiniu/log | Unknown | 2014-06-20 | |
| | | ||||
* | | Basic process manager | Unknown | 2014-06-19 | |
| | | ||||
* | | Support edit release and save as draft | Unknown | 2014-06-12 | |
| | | ||||
* | | Fix #197 | Unknown | 2014-06-12 | |
| | | ||||
* | | Mirror fix | Unknown | 2014-06-12 | |
| | | ||||
* | | Using strings.HasPrefix(...) will misjudgement | toby.zxj | 2014-06-11 | |
| | | | | | | | | | | | | | | | | | | | | `strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table. user_name | repo_name ----------+------------- toby | toby/blog toby | toby/test toby | tobyzxj/blog toby | tobyzxj/test |