409 Commits (ac701637b42d2d6bb5fe9b258f3f54959b6a505e)

Author SHA1 Message Date
Unknwon ebf1bd4f51 add view pull desc 9 years ago
Unknwon 8c046073a8 work on PR conversation 9 years ago
Unknwon 1ca257ad9f rename fields 9 years ago
Unknwon a00194e665 work on #1548 9 years ago
Unknwon a329bbc215 new org dashboard issues 9 years ago
Unknwon f808df5a7b new user dahsboard issues 9 years ago
Unknwon 371572cf5f allow edit issue and comment 9 years ago
Unknwon 87f5ca8e1f able edit issue title 9 years ago
Unknwon 4c7b6414eb new access token UI 9 years ago
Unknwon a52324a5f9 able sort issues 9 years ago
Unknwon 4ce003dc15 Filter issues by assignee 9 years ago
Unknwon 30b428bf0e #1419: 500 when visit a issue with issue/comments of deleted user 9 years ago
Unknwon cec38f2a8c able edit issue labels/milestone/assignee 9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312 9 years ago
Unknwon 1fb53067f4 finish close/reopen issue 9 years ago
Unknwon 133b19d0c5 finish view comments on issue page 9 years ago
Unknwon ab2d0b3b44 add comment form UI 9 years ago
Unknwon b4c0b7b98b finish view issue without comments and ops 9 years ago
Unknwon 34f6cbfc2a finish attachments when create issue 9 years ago
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
Justin Nuß 4e2477a1a5 Fix #318. Switch to JS(ON) implementation for issue/comment creation. 10 years ago
Justin Nuß dedb156d4a Fix #321. Allow empty comments as long as there are attachments. 10 years ago
Justin ad7beb78d0 Fix #312. Quote file names of attachments. 10 years ago
Justin Nuß 620c0ef297 Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244 10 years ago
Justin Nuß cbcd08aa17 Mention organisation users when organisation gets mentioned 10 years ago
Justin Nuß 4d702eb345 Allow disabling uploads 10 years ago
Justin Nuß bfe5b86004 Add file upload for attachments 10 years ago
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images 10 years ago
Justin Nuß ef1cbcd761 Allow admins to delete attachments. 10 years ago
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
10 years ago
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository 10 years ago
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments 10 years ago
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments 10 years ago
Justin Nuß 4617bef895 WIP: Allow attachments for comments 10 years ago
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages 10 years ago
Justin Nuß 812f71e21b Update milestone issue stats when reopening/closing issue 10 years ago
Unknown be8ac7fb75 fix #273 10 years ago
Unknown 314193029a Use constants to name template file 10 years ago
Unknown ad5ec45dd6 Fix #165 10 years ago
Unknown ff690fd976 Fix #200, add VERSION to template files 10 years ago
Unknown bf5fcfb49c Add * to selected label 10 years ago
Unknown 688ec6ecbd Fixed #209 10 years ago
Unknown 87854c95a9 Fixed #200 10 years ago
Unknown dce17c86ac Almost done issue label #200 10 years ago
Unknown b1bdbd7f94 Almost done issue label #200 10 years ago
FuXiaoHei 1331134316 finish issue edit content preview 10 years ago
Unknown 93f8f92523 Finish create new label 10 years ago
Unknown db6b71ad03 Update issue-user when change milestone 10 years ago
Unknown b70db61854 Fix #185 10 years ago
Unknown 16bddd593a Finish change issue’s milestone 10 years ago
Unknown 46fc36c3a6 Finish change issue’s milestone 10 years ago
Unknown 9100786beb Fix #185 10 years ago
Unknown 5ed5aa5228 Finish milestone 10 years ago
Unknown 2eee1e9bc2 Finish edit a milestone 10 years ago
Unknown 54e95fa367 Finish add new milestone 10 years ago
FuXiaoHei 1769bb2f26 add milestone edit ui 10 years ago
Unknown 68fb62347f Finish issue assignee 10 years ago
FuXiaoHei 2eabeba6b7 finish milestone add page 10 years ago
Unknown 4ef9494637 Fix panic when view issue without login 10 years ago
Unknown 25713ab209 Fix #167 10 years ago
Unknown 914ffa496f Show private repository activities in dashboard if has access 10 years ago
Unknown a742ee543e Add change assignee back end 10 years ago
Unknown e867283406 Assignee back end 10 years ago
Unknown 495d939ca5 Waiting for UI 10 years ago
Unknown 33d32585b1 Add mention, read/unread support of issue tracker 10 years ago
Unknown 6fb7229bea Merge branch 'dev' of github.com:gogits/gogs into dev 10 years ago
Unknown 7407f9caf3 Finish issue design 10 years ago
FuXiaoHei d76772adb9 add milestone list page 10 years ago
Unknown 7cb5a15c9b Batch of mirror fixes 10 years ago
Unknown 02687cbdf3 Add mail notify for new collaborator 10 years ago
Unknown e10096ee2e Mirror fix on UI 10 years ago
Unknown a9e6d49dc6 Fix #159 10 years ago
Unknown 8980675a9f Fix #69 10 years ago
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after 10 years ago
Unknown 8c9a0494ec Add @ # commit link detect on all markdown render 10 years ago
Unknown db66b8da72 Add release tmpl 10 years ago
Unknown d9005ee970 Improve issue mail content 10 years ago
Unknown e938863ae6 Mirror fix on UI 10 years ago
Unknown d0e6a4c25a Change new martini impot path 10 years ago
slene 41ca0ed302 remove ctx.Repo.IsValid 10 years ago
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0 10 years ago
Unknown cad2ced394 Bug fix 10 years ago
Unknown ffa59739b6 Add edit issue 10 years ago
Unknown 8282828820 Fix action email bug 10 years ago
Unknown beb1761d7c Mirror fix 10 years ago
Unknown a55941ff83 Add auto-detect home directory 10 years ago
Unknown 63dae435f9 Bug fix 10 years ago
Unknown 5344a03003 Bug fix 10 years ago
slene 8b700e825b fix panic, add repo check, signed check 10 years ago
Unknown 34f4af9ebf Working on issue and install page 10 years ago
Unknown 3144fac03c IP: RC Code Review 10 years ago
Unknown f470c241d6 IP: RC Code Review 10 years ago
Unknown 4b9eef50c9 Add comment of issue 10 years ago
FuXiaoHei 08405a4fea add issue view ui 10 years ago
FuXiaoHei 0b22d90b7c Merge branch 'master' of https://github.com/gogits/gogs 10 years ago
FuXiaoHei f5c9149dd5 add issue toolbar flag 10 years ago
Unknown 409e4cde7a auth fix 10 years ago
Unknown 3cc860a46f auth fix 10 years ago
Unknown c1a3d4fefb Add mail notify for creating issue 10 years ago
Unknown d3b8e9daa1 Add notify watcher action 10 years ago
Unknown 2fa8d0c8dd Added create issue 10 years ago
FuXiaoHei 124c4d72bf issue list in repo 10 years ago
FuXiaoHei 6e33e54e71 add issue-create template file 10 years ago
Unknown b9b82cfe47 Mirror updates 10 years ago
Unknown f8cfb81fb0 Mirror updates 10 years ago
FuXiaoHei 47493a0191 use ctx.Handle to handle 404 page 10 years ago
Unknown 7356153ba3 Batch updates 10 years ago
Unknown 59ffdbf6f8 Add create, list, view issue 10 years ago
Unknown b3cfd9fe0c Fix SSH key bug in windows 10 years ago
Unknown 61e2922601 Working on issues 10 years ago