Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish close/reopen issue | Unknwon | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | 1 | -22/+26 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -8/+8 |
| | |||||
* | finish new milestone page | Unknwon | 2015-08-05 | 1 | -3/+3 |
| | |||||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 | 1 | -10/+10 |
| | |||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -0/+2 |
| | |||||
* | UI: basic label list | Unknwon | 2015-07-24 | 1 | -5/+5 |
| | | | | - create new label | ||||
* | #1064: X-Gogs-Event header is empty | Unknwon | 2015-03-18 | 1 | -22/+18 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -13/+22 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | fix read access team visibility of private repo | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 | 1 | -1/+8 |
| | |||||
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | 1 | -21/+33 |
|\ | |||||
| * | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -10/+10 |
| | | |||||
| * | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -15/+27 |
| | | |||||
* | | Properly calculate the number of open issues per label | Raphael Randschau | 2015-02-23 | 1 | -0/+22 |
|/ | |||||
* | cmd: code fix for #905 | Unknwon | 2015-02-08 | 1 | -1/+1 |
| | | | | | | | - 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) | ||||
* | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -2/+0 |
| | |||||
* | models/action.go: add action reopen for #462 | Unknwon | 2015-02-06 | 1 | -17/+62 |
| | | | | - models/issue.go: format comment type names | ||||
* | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 | 1 | -10/+12 |
| | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | ||||
* | Referencing issues from commit messages is now possible. | Etienne Bruines | 2015-02-02 | 1 | -8/+40 |
| | | | | | | Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before. Fixes #462, #668, #732. | ||||
* | fix #827 | Unknwon | 2015-01-06 | 1 | -1/+0 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | Replace white spaces with tab for format consistency | Tony Tsang | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Fixes #562 | Tony Tsang | 2014-10-14 | 1 | -1/+3 |
| | |||||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 | 1 | -10/+8 |
| | |||||
* | Fix feeds display issue | Unknwon | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | Mirror fix on transfer repo | Unknwon | 2014-09-25 | 1 | -0/+7 |
| | |||||
* | Mirror fix on transfer repo | Unknwon | 2014-09-25 | 1 | -4/+12 |
| | |||||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 | 1 | -2/+2 |
| | |||||
* | add action repousername for transfer | lunnyxiao | 2014-09-25 | 1 | -1/+2 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | clarify name/username/owner/pusher for webhook | Christopher Brickley | 2014-09-17 | 1 | -6/+22 |
| | |||||
* | deliver hooks immediately after commit | Christopher Brickley | 2014-09-10 | 1 | -0/+2 |
| | |||||
* | add organization-level webhooks | Christopher Brickley | 2014-09-05 | 1 | -2/+14 |
| | |||||
* | handle initial commit for compareUrl | Christopher Brickley | 2014-09-01 | 1 | -1/+5 |
| | |||||
* | add commit compare functionality | Christopher Brickley | 2014-09-01 | 1 | -1/+5 |
| | |||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 1 | -8/+27 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -5/+3 |
| | | | | dashboard news feed page, create organization page | ||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -26/+38 |
| | |||||
* | Merge pull request #307 from nuss-justin/feature/attachments | 无闻 | 2014-07-24 | 1 | -2/+2 |
|\ | | | | | Feature: Ability to attach files to issues (attachments) | ||||
| * | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 | 1 | -0/+97 |
| |\ | | | | | | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go | ||||
* | | | Fix double decrement of issue counter | Justin Nuß | 2014-07-24 | 1 | -12/+0 |
| |/ |/| | |||||
* | | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 | 1 | -14/+38 |
| | | |||||
* | | Update closed issues stats for repository | Justin Nuß | 2014-07-23 | 1 | -0/+6 |
| | | |||||
* | | Update progress of milestones when closing/reopening issues and allow ↵ | Justin Nuß | 2014-07-23 | 1 | -0/+67 |
|/ | | | | closing of issues in commit messages | ||||
* | Mirror bug fix on create repo action | Unknown | 2014-06-25 | 1 | -1/+2 |
| | |||||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 | 1 | -4/+4 |
| | |||||
* | Fix #165 | Unknown | 2014-06-21 | 1 | -1/+1 |
| |