Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | able sort issues | Unknwon | 2015-08-15 | |
| | ||||
* | Filter issues by assignee | Unknwon | 2015-08-15 | |
| | ||||
* | #1419: 500 when visit a issue with issue/comments of deleted user | Unknwon | 2015-08-15 | |
| | ||||
* | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | |
| | ||||
* | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | |
| | ||||
* | finish close/reopen issue | Unknwon | 2015-08-13 | |
| | ||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | |
| | ||||
* | add comment form UI | Unknwon | 2015-08-12 | |
| | ||||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 | |
| | ||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | |
| | ||||
* | finish create issue attachment UI | Unknwon | 2015-08-11 | |
| | ||||
* | fix cannot parse JSON for attachments | Unknwon | 2015-08-11 | |
| | ||||
* | finish new issue action and mentions | Unknwon | 2015-08-10 | |
| | ||||
* | rename functions | Unknwon | 2015-08-10 | |
| | ||||
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | |
| | ||||
* | finish create issue with milestone | Unknwon | 2015-08-10 | |
| | ||||
* | finish create issue with labels | Unknwon | 2015-08-10 | |
| | ||||
* | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 | |
| | ||||
* | UI: create issue with title and content | Unknwon | 2015-08-09 | |
| | ||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | |
| | ||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | |
| | ||||
* | fix issue stats with milestone filter | Unknwon | 2015-08-05 | |
| | ||||
* | fix milestone format parse | Unknwon | 2015-08-05 | |
| | ||||
* | finish new milestone page | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: edit | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: create page | Unknwon | 2015-08-05 | |
| | ||||
* | fix naming | Unknwon | 2015-08-05 | |
| | ||||
* | milestone: pagination | Unknwon | 2015-08-04 | |
| | ||||
* | milestone: list view | Unknwon | 2015-08-03 | |
| | ||||
* | fix #1407 | Unknwon | 2015-07-30 | |
| | ||||
* | better paging | Unknwon | 2015-07-28 | |
| | ||||
* | fix issue paging | Unknwon | 2015-07-25 | |
| | ||||
* | new issue and label page | Unknwon | 2015-07-25 | |
| | ||||
* | UI: CURD labels | Unknwon | 2015-07-24 | |
| | | | | - fix update lable break connection with repository | |||
* | UI: basic label list | Unknwon | 2015-07-24 | |
| | | | | - create new label | |||
* | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
| | | | | | - fix isRead check - fix paging | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | |
| | ||||
* | fix #1112 | Unknwon | 2015-07-10 | |
| | ||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | |
| | | | | - fix delete user but repository watches are not decreased | |||
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | |
|\ | ||||
| * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | |
| | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | |||
| * | Merge pull request #925 from phsmit/newcollaboration | 无闻 | 2015-02-11 | |
| |\ | | | | | | | Collaboration | |||
| | * | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | |
| | | | ||||
* | | | Properly calculate the number of open issues per label | Raphael Randschau | 2015-02-23 | |
|/ / | ||||
* / | models/action.go: add action reopen for #462 | Unknwon | 2015-02-06 | |
|/ | | | | - models/issue.go: format comment type names | |||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | |
| | ||||
* | add milestone page design | fuxiaohei | 2014-11-24 | |
| | ||||
* | add pull-request and labels page design | fuxiaohei | 2014-11-17 | |
| | ||||
* | 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 |