Commit Graph

229 Commits (1c0a4e166fc3c37ebed528fc41b1cbca5a00556d)

Author SHA1 Message Date
Unknwon ec2423ad7c more UI minor fixes
Unknwon d370effca5 minor fix for
Unknwon 134d8e7681 work on
Unknwon e7aabf70dc Triming the issue title
Unknwon 00eb2b221f fix
Unknwon fad31ca302 work on
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start
Unknwon c3ba5590c9 Reopen PR need retest patch
Unknwon e0aab4a7f6 new comment with status change overwrites issue content
Unknwon c6ce6bd4c2 work on
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
Unknwon d9c5b3bcee fix change label title resets color
Unknwon 562e47f31c finish all new template for current ones
Unknwon b0bf4cc1cb fix and
Unknwon 6f6f38e7c3 suburl for comment attachments
Unknwon 49e120a67c change status after comment issue
Unknwon 2a2a8cd619 ui and pulls index fix
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 953bb06857 basic PR feature
Unknwon 37e0cee877 finish PR UI
Unknwon ebf1bd4f51 add view pull desc
Unknwon 8c046073a8 work on PR conversation
Unknwon 1ca257ad9f rename fields
Unknwon a00194e665 work on
Unknwon a329bbc215 new org dashboard issues
Unknwon f808df5a7b new user dahsboard issues
Unknwon 371572cf5f allow edit issue and comment
Unknwon 87f5ca8e1f able edit issue title
Unknwon 4c7b6414eb new access token UI
Unknwon a52324a5f9 able sort issues
Unknwon 4ce003dc15 Filter issues by assignee
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon ab2d0b3b44 add comment form UI
Unknwon b4c0b7b98b finish view issue without comments and ops
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 89c2bd4a0d finish create issue attachment UI
Unknwon 17f3e840ec fix cannot parse JSON for attachments
Unknwon cbc7b7132f finish new issue action and mentions
Unknwon 884bc4ffd8 rename functions
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon 09a1b2a1f5 finish create issue with milestone
Unknwon 922f3f3062 finish create issue with labels
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 9d414d4dd9 remove Index field of milestone
Unknwon 34795770c3 fix issue stats with milestone filter
Unknwon 77dcef0cab fix milestone format parse
Unknwon 0705f55ce0 finish new milestone page
Unknwon 74bd6b939c milestone: edit
Unknwon 3e4cdccf6b milestone: create page
Unknwon ce4dcf1e83 fix naming
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
Unknwon 869113704b fix
Unknwon 589618c8a5 better paging
Unknwon 68cacf9c63 fix issue paging
Unknwon 1ba837a055 new issue and label page
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon 4447a20f87 UI: issues - finish basic frame
Unknwon 35be8741c4 fix
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev
Raphael Randschau 1f61340fa3 Properly calculate the number of open issues per label
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.
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Unknwon 5a99e9a37b models/action.go: add action reopen for
- models/issue.go: format comment type names
Peter Smit 76f8904718 Introducing Collaboration Struct
Joseph Crail 39c068400e Fix spelling errors in comments.
fuxiaohei 79dae254cf add milestone page design
fuxiaohei d1a60e3643 add pull-request and labels page design
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.
Tony Tsang 93b9a2acc0 Fix misuse of issue index for issue id.
- UpdateAssignee
- UpdateIssueMilestone
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl
Unknwon 7ba9257a7f Add suburl support
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
Vyacheslav Bakhmutov 6498fce04b Render milestone content as markdown
Vyacheslav Bakhmutov 2a7a03e5b3 take params for milestone and assignee from query instead of path args
Justin Nuß 7de3dd01de Use :index instead of :issue in UpdateIssueMilestone
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 12fb42de5a Fix IE bug and show errors.
Justin Nuß 4e2477a1a5 Fix . Switch to JS(ON) implementation for issue/comment creation.
Justin Nuß dedb156d4a Fix . Allow empty comments as long as there are attachments.
Justin ad7beb78d0 Fix . Quote file names of attachments.
Justin Nuß 620c0ef297 Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
Justin Nuß cbcd08aa17 Mention organisation users when organisation gets mentioned
Justin Nuß 4d702eb345 Allow disabling uploads
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß ef1cbcd761 Allow admins to delete attachments.
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository