140 Commits (89c2bd4a0dd85261f72565ba8395644da8129fea)

Author SHA1 Message Date
Unknwon 89c2bd4a0d finish create issue attachment UI 9 years ago
Unknwon 17f3e840ec fix cannot parse JSON for attachments 9 years ago
Unknwon cbc7b7132f finish new issue action and mentions 9 years ago
Unknwon 884bc4ffd8 rename functions 9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee 9 years ago
Unknwon 09a1b2a1f5 finish create issue with milestone 9 years ago
Unknwon 922f3f3062 finish create issue with labels 9 years ago
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label 9 years ago
Unknwon 590c464c56 UI: create issue with title and content 9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch 9 years ago
Unknwon 9d414d4dd9 remove Index field of milestone 9 years ago
Unknwon 34795770c3 fix issue stats with milestone filter 9 years ago
Unknwon 77dcef0cab fix milestone format parse 9 years ago
Unknwon 0705f55ce0 finish new milestone page 9 years ago
Unknwon 74bd6b939c milestone: edit 9 years ago
Unknwon 3e4cdccf6b milestone: create page 9 years ago
Unknwon ce4dcf1e83 fix naming 9 years ago
Unknwon 9311a9858a milestone: pagination 9 years ago
Unknwon 04458d49a0 milestone: list view 9 years ago
Unknwon 869113704b fix #1407 9 years ago
Unknwon 589618c8a5 better paging 9 years ago
Unknwon 68cacf9c63 fix issue paging 9 years ago
Unknwon 1ba837a055 new issue and label page 9 years ago
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
9 years ago
Unknwon ac95f6d50f UI: basic label list
- create new label
9 years ago
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
9 years ago
Unknwon 4447a20f87 UI: issues - finish basic frame 9 years ago
Unknwon 35be8741c4 fix #1112 9 years ago
Unknwon 466facc009 #1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
9 years ago
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev 9 years ago
Raphael Randschau 1f61340fa3 Properly calculate the number of open issues per label 9 years ago
Peter Smit ed89b39984 Updating context and fixing permission issues
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.
9 years ago
无闻 e805fdb29c Merge pull request #925 from phsmit/newcollaboration
Collaboration
10 years ago
Unknwon 5a99e9a37b models/action.go: add action reopen for #462
- models/issue.go: format comment type names
10 years ago
Peter Smit 76f8904718 Introducing Collaboration Struct 10 years ago
Joseph Crail 39c068400e Fix spelling errors in comments. 10 years ago
fuxiaohei 79dae254cf add milestone page design 10 years ago
fuxiaohei d1a60e3643 add pull-request and labels page design 10 years ago
Tony Tsang d87a9cb362 Avoid setting missing label/milestone/assignee ids
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
10 years ago
Tony Tsang 93b9a2acc0 Fix misuse of issue index for issue id.
- UpdateAssignee
- UpdateIssueMilestone
10 years ago
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview 10 years ago
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl 10 years ago
Unknwon 7ba9257a7f Add suburl support 10 years ago
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
10 years ago
Vyacheslav Bakhmutov 6498fce04b Render milestone content as markdown 10 years ago
Vyacheslav Bakhmutov 2a7a03e5b3 take params for milestone and assignee from query instead of path args 10 years ago
Justin Nuß 7de3dd01de Use :index instead of :issue in UpdateIssueMilestone 10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Justin Nuß 12fb42de5a Fix IE bug and show errors. 10 years ago