|
35be8741c4
|
fix #1112
|
2015-07-10 16:51:25 +08:00 |
|
|
466facc009
|
#1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
|
2015-03-17 21:51:39 -04:00 |
|
|
b0b11fd7b1
|
Merge branch 'access' of github.com:gogits/gogs into dev
|
2015-02-28 21:50:29 -05:00 |
|
|
1f61340fa3
|
Properly calculate the number of open issues per label
|
2015-02-23 21:26:24 +01:00 |
|
|
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.
|
2015-02-16 12:51:56 +02:00 |
|
|
e805fdb29c
|
Merge pull request #925 from phsmit/newcollaboration
Collaboration
|
2015-02-11 12:43:13 -05:00 |
|
|
5a99e9a37b
|
models/action.go: add action reopen for #462
- models/issue.go: format comment type names
|
2015-02-06 20:47:21 -05:00 |
|
|
76f8904718
|
Introducing Collaboration Struct
|
2015-01-23 09:54:16 +02:00 |
|
|
39c068400e
|
Fix spelling errors in comments.
|
2014-12-06 20:22:48 -05:00 |
|
|
79dae254cf
|
add milestone page design
|
2014-11-24 22:33:04 +08:00 |
|
|
d1a60e3643
|
add pull-request and labels page design
|
2014-11-17 23:07:34 +08:00 |
|
|
d87a9cb362
|
Avoid setting missing label/milestone/assignee ids
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
|
2014-10-22 14:52:49 +08:00 |
|
|
93b9a2acc0
|
Fix misuse of issue index for issue id.
- UpdateAssignee
- UpdateIssueMilestone
|
2014-10-21 16:27:01 +08:00 |
|
|
7d48f811f1
|
add issue router for new issue page ui preview
|
2014-09-27 19:03:07 +08:00 |
|
|
976f1486e0
|
Set cookiepath to AppSubUrl
|
2014-09-21 14:25:22 +02:00 |
|
|
7ba9257a7f
|
Add suburl support
|
2014-09-19 20:11:34 -04:00 |
|
|
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
|
2014-09-18 20:50:48 +02:00 |
|
|
6498fce04b
|
Render milestone content as markdown
|
2014-09-05 09:10:58 +07:00 |
|
|
2a7a03e5b3
|
take params for milestone and assignee from query instead of path args
|
2014-09-03 00:04:22 +07:00 |
|
|
7de3dd01de
|
Use :index instead of :issue in UpdateIssueMilestone
|
2014-07-26 11:10:49 +02:00 |
|
|
5c4bc3c848
|
Huge updates!!!!! Be careful to merge!!!!
|
2014-07-26 02:28:04 -04:00 |
|
|
8dd07c0ddd
|
New UI merge in progress
|
2014-07-26 00:24:27 -04:00 |
|
|
12fb42de5a
|
Fix IE bug and show errors.
|
2014-07-25 11:13:42 +02:00 |
|
|
4e2477a1a5
|
Fix #318. Switch to JS(ON) implementation for issue/comment creation.
|
2014-07-25 10:47:37 +02:00 |
|
|
dedb156d4a
|
Fix #321. Allow empty comments as long as there are attachments.
|
2014-07-25 08:01:34 +02:00 |
|
|
ad7beb78d0
|
Fix #312. Quote file names of attachments.
|
2014-07-24 23:13:35 +02:00 |
|
|
620c0ef297
|
Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
|
2014-07-24 19:15:35 +02:00 |
|
|
cbcd08aa17
|
Mention organisation users when organisation gets mentioned
|
2014-07-24 19:15:31 +02:00 |
|
|
4d702eb345
|
Allow disabling uploads
|
2014-07-24 15:51:40 +02:00 |
|
|
bfe5b86004
|
Add file upload for attachments
|
2014-07-24 15:19:59 +02:00 |
|
|
43e5de7f83
|
Show attachments in issues/comments and add preview for images
|
2014-07-24 13:50:03 +02:00 |
|
|
ef1cbcd761
|
Allow admins to delete attachments.
|
2014-07-24 12:39:03 +02:00 |
|
|
967856f36e
|
Merge branch 'dev' into feature/attachments
Conflicts:
models/issue.go
routers/repo/issue.go
|
2014-07-24 12:29:37 +02:00 |
|
|
d43c5895bc
|
Update template and style, only close commit if commit is in same repository
|
2014-07-24 10:15:05 +02:00 |
|
|
3c025b3950
|
Add delete route for attachments, remove upload buttons from issues/comments
|
2014-07-24 09:05:15 +02:00 |
|
|
34304e6a0c
|
WIP: Allow attachments for issues, not only comments
|
2014-07-23 21:24:24 +02:00 |
|
|
4617bef895
|
WIP: Allow attachments for comments
|
2014-07-23 21:15:47 +02:00 |
|
|
469cbc8813
|
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
|
2014-07-23 13:48:06 +02:00 |
|
|
812f71e21b
|
Update milestone issue stats when reopening/closing issue
|
2014-07-22 22:35:59 +02:00 |
|
|
be8ac7fb75
|
fix #273
|
2014-07-04 16:48:36 -04:00 |
|
|
314193029a
|
Use constants to name template file
|
2014-06-22 23:11:12 -04:00 |
|
|
ad5ec45dd6
|
Fix #165
|
2014-06-21 00:51:41 -04:00 |
|
|
ff690fd976
|
Fix #200, add VERSION to template files
|
2014-05-28 00:06:31 -04:00 |
|
|
bf5fcfb49c
|
Add * to selected label
|
2014-05-25 23:46:45 -04:00 |
|
|
688ec6ecbd
|
Fixed #209
|
2014-05-25 20:11:25 -04:00 |
|
|
87854c95a9
|
Fixed #200
|
2014-05-24 15:34:02 -04:00 |
|
|
dce17c86ac
|
Almost done issue label #200
|
2014-05-24 03:05:41 -04:00 |
|
|
b1bdbd7f94
|
Almost done issue label #200
|
2014-05-24 02:31:58 -04:00 |
|
|
1331134316
|
finish issue edit content preview
|
2014-05-21 20:49:47 +08:00 |
|
|
93f8f92523
|
Finish create new label
|
2014-05-18 18:07:04 -04:00 |
|