Unknwon
|
4042d1f0c3
|
models/issue: improve quality and performance of NewIssue function
|
2016-08-15 18:40:32 -07:00 |
|
Richard Mahn
|
d0a0239bac
|
Squashed commit of the following:
commit 0afcb843d7ffd596991c4885cab768273a6eb42c
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 17:13:29 2016 -0600
Removed Upload stats as the upload table is just a temporary table
commit 7ecd73ff5535612d79d471409173ee7f1fcfa157
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 08:42:41 2016 -0600
Fix for CodeMirror mode
commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 08:03:33 2016 -0600
Made tabbing in editor use spaces
commit 23af384c53206a8a40e11e45bf49d7a149c4adcd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:56:46 2016 -0600
Fix for data-url
commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9
Merge: 7fc8a89 991ce42
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:42:53 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
public/js/gogs.js
commit 7fc8a89cb495478225b02d613e647f99a1489634
Merge: fd3d86c c03d040
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:40:00 2016 -0600
Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file
commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Sun Jul 31 07:39:44 2016 -0600
Code cleanup
commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 29 15:38:23 2016 -0600
Code cleanup
commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 18:36:01 2016 -0600
Code cleanup and fixes
commit c2895dc742f25f8412879c9fa15e18f27f42f194
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 18:24:04 2016 -0600
Fixes per Unknwon's requests
commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef
Merge: 889e9fa ad7ea88
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Thu Jul 28 17:13:43 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
modules/setting/setting.go
commit 889e9faf1bd8559a4979c8f46005d488c1a234d4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:09:18 2016 -0600
Fix in gogs.js
commit 47603edf223f147b114be65f3bd27bc1e88827a5
Merge: bb57912 cf85e9e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:07:36 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
public/js/gogs.js
commit bb5791255867a71c11a77b639db050ad09c597a4
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 22 14:02:18 2016 -0600
Update for using CodeMirror mode addon
commit d10d128c51039be19e2af9c66c63db66a9f2ec6d
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Tue Jul 19 16:12:57 2016 -0600
Update for Edit
commit 34a34982025144e3225e389f7849eb6273c1d576
Merge: fa1b752 1c7dcdd
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Tue Jul 19 11:52:02 2016 -0600
Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file
Conflicts:
modules/bindata/bindata.go
commit fa1b752be29cd455c5184ddac2ffe80b3489763e
Author: Richard Mahn <richard_mahn@wycliffeassociates.org>
Date: Fri Jul 15 18:35:42 2016 -0600
Feature for editing, creating, uploading and deleting files
|
2016-08-14 23:52:24 -07:00 |
|
Unknwon
|
3f7f4852ef
|
#2246 fully support of webhooks for pull request
|
2016-08-14 03:32:24 -07:00 |
|
Unknwon
|
d625e41c6c
|
#3408 minor code fix
|
2016-08-11 07:41:01 -07:00 |
|
Unknwon
|
2f105f3979
|
#2162 completely disable builtin issue tracker when enable external tracker
|
2016-08-04 16:32:02 -07:00 |
|
Unknwon
|
29ccf047d8
|
routers/repo/issue: remove redundant format string
|
2016-07-26 18:42:18 +08:00 |
|
Unknwon
|
899e799459
|
#1601 support delete issue comment
|
2016-07-26 02:48:17 +08:00 |
|
Unknwon
|
1f2e173a74
|
Refactor User.Id to User.ID
|
2016-07-24 01:08:22 +08:00 |
|
Unknwon
|
46e96c008c
|
Use struct for UI settings
|
2016-07-24 00:23:54 +08:00 |
|
Unknwon
|
5aa2bf86f4
|
Update locales and .gopmfile
|
2016-07-17 09:25:30 +08:00 |
|
Unknwon
|
f1b8d52eb3
|
#2854 fix no mail notification when issue is closed/reopened
|
2016-07-16 00:36:39 +08:00 |
|
Thomas Boerger
|
dfad51fe9e
|
Made the issue stats query more secure with parameterized placeholders (#2895)
|
2016-04-26 00:07:49 -04:00 |
|
Unknwon
|
9bd9ad4205
|
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
|
2016-03-13 23:20:22 -04:00 |
|
Unknwon
|
514382e2eb
|
Rename module: middleware -> context
|
2016-03-11 11:56:52 -05:00 |
|
Unknwon
|
0e9bc2d410
|
Fix pull request availability check
|
2016-03-06 23:57:46 -05:00 |
|
Unknwon
|
a5b0400be7
|
#1146 finish new access rights for collaborators
|
2016-03-05 20:45:23 -05:00 |
|
Unknwon
|
129638117f
|
#2697 fix panic when close issue via commit message
|
2016-02-25 14:17:55 -05:00 |
|
Unknwon
|
912f7b51e9
|
#1821 add actions for close and reopen issues
|
2016-02-22 12:40:00 -05:00 |
|
Unknwon
|
d5a3021a7d
|
Make markdown as an independent module
|
2016-02-20 17:10:05 -05:00 |
|
Unknwon
|
a703f7d7b4
|
Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
|
2016-02-20 14:12:15 -05:00 |
|
Download-Fritz
|
a1b28fc33c
|
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
|
2016-02-19 20:48:32 +01:00 |
|
Download-Fritz
|
a467184e13
|
#2505 Allow to fork and disallow to create PRs for mirrors.
|
2016-02-19 20:33:06 +01:00 |
|
Andrey Nering
|
658bfc2704
|
Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates
Priority:
- root
- .gogs
- .github
|
2016-02-18 21:21:30 -02:00 |
|
Tobias Kunicke
|
bc0eee48d5
|
parse milestone.deadline as local time
|
2016-02-06 00:10:32 +01:00 |
|
Unknwon
|
1c74612b3c
|
Minor fix for #2444
|
2016-02-01 20:55:12 -05:00 |
|
Unknwon
|
d3ba246693
|
Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377)
|
2016-02-01 20:31:54 -05:00 |
|
Florian Kaiser
|
3e0a27157c
|
Make highlighted markdown code blocks work on issue pages
|
2016-02-01 19:53:58 +00:00 |
|
Kim "BKC" Carlbäcker
|
85335c5f56
|
Go-ism :D
|
2016-01-27 20:11:07 +01:00 |
|
Kim "BKC" Carlbäcker
|
b31c7fe074
|
Fixed Poster/Commenter-bug and clean-up
|
2016-01-26 17:55:54 +01:00 |
|
Kim "BKC" Carlbäcker
|
2665728ee7
|
Fix OP not 'participating' until commented
|
2016-01-26 17:55:54 +01:00 |
|
Kim Carlbäcker
|
f65dedc3be
|
Optimize participant-fetching
|
2016-01-26 17:55:54 +01:00 |
|
Kim "BKC" Carlbäcker
|
2cc1ee3fc0
|
Implemented participant-listing for issue-pages
|
2016-01-26 17:55:54 +01:00 |
|
Unknwon
|
5ff6eedf5e
|
#2251 fix button name
|
2015-12-19 22:07:06 -05:00 |
|
Unknwon
|
c6083c335e
|
#1612 Ability to send mail when a new pull request is submitted
|
2015-12-10 11:18:56 -05:00 |
|
Unknwon
|
e538ff2770
|
fix #1829 and fix #890
|
2015-12-04 21:30:33 -05:00 |
|
Unknwon
|
ec2423ad7c
|
more UI minor fixes
|
2015-12-02 20:56:26 -05:00 |
|
Unknwon
|
d370effca5
|
minor fix for #1961
|
2015-11-16 11:20:11 -05:00 |
|
Unknwon
|
134d8e7681
|
work on #1961
|
2015-11-16 10:14:12 -05:00 |
|
Unknwon
|
e7aabf70dc
|
#1905 Triming the issue title
|
2015-11-06 11:17:46 -05:00 |
|
Unknwon
|
00eb2b221f
|
fix #1876
|
2015-11-04 10:16:50 -05:00 |
|
Unknwon
|
fad31ca302
|
work on #1748
|
2015-10-31 18:59:07 -04:00 |
|
Unknwon
|
706b0f72e2
|
fix issue comment mention and autofix count when start
|
2015-10-29 20:40:57 -04:00 |
|
Unknwon
|
c3ba5590c9
|
Reopen PR need retest patch
|
2015-10-25 03:10:22 -04:00 |
|
Unknwon
|
e0aab4a7f6
|
#1830 new comment with status change overwrites issue content
|
2015-10-23 12:54:19 -04:00 |
|
Unknwon
|
c6ce6bd4c2
|
work on #1830
|
2015-10-23 10:31:13 -04:00 |
|
Unknwon
|
fc7959d3bc
|
New/reopen PR checks if there is any unmerged and open PR
|
2015-10-18 19:30:39 -04:00 |
|
Unknwon
|
d9c5b3bcee
|
#1659 fix change label title resets color
|
2015-09-18 06:18:31 -04:00 |
|
Unknwon
|
562e47f31c
|
finish all new template for current ones
|
2015-09-17 15:45:36 -04:00 |
|
Unknwon
|
b0bf4cc1cb
|
fix #1632 and #1606
|
2015-09-13 11:26:25 -04:00 |
|
Unknwon
|
6f6f38e7c3
|
#1603 suburl for comment attachments
|
2015-09-08 09:09:40 -04:00 |
|
Unknwon
|
49e120a67c
|
#1602 change status after comment issue
|
2015-09-08 06:34:02 -04:00 |
|
Unknwon
|
2a2a8cd619
|
ui and pulls index fix
|
2015-09-03 03:49:50 -04:00 |
|
Unknwon
|
83dc2468f5
|
finish initial version of pull request
|
2015-09-02 16:18:09 -04:00 |
|
Unknwon
|
953bb06857
|
basic PR feature
|
2015-09-02 09:26:56 -04:00 |
|
Unknwon
|
37e0cee877
|
finish PR UI
|
2015-09-02 04:08:05 -04:00 |
|
Unknwon
|
ebf1bd4f51
|
add view pull desc
|
2015-09-01 19:26:39 -04:00 |
|
Unknwon
|
8c046073a8
|
work on PR conversation
|
2015-09-01 19:07:02 -04:00 |
|
Unknwon
|
1ca257ad9f
|
rename fields
|
2015-08-31 16:24:28 +09:00 |
|
Unknwon
|
a00194e665
|
work on #1548
|
2015-08-28 19:15:25 +08:00 |
|
Unknwon
|
a329bbc215
|
new org dashboard issues
|
2015-08-25 23:22:05 +08:00 |
|
Unknwon
|
f808df5a7b
|
new user dahsboard issues
|
2015-08-25 22:58:34 +08:00 |
|
Unknwon
|
371572cf5f
|
allow edit issue and comment
|
2015-08-20 04:31:28 +08:00 |
|
Unknwon
|
87f5ca8e1f
|
able edit issue title
|
2015-08-19 23:14:57 +08:00 |
|
Unknwon
|
4c7b6414eb
|
new access token UI
|
2015-08-19 03:36:16 +08:00 |
|
Unknwon
|
a52324a5f9
|
able sort issues
|
2015-08-15 12:07:08 +08:00 |
|
Unknwon
|
4ce003dc15
|
Filter issues by assignee
|
2015-08-15 11:24:41 +08:00 |
|
Unknwon
|
30b428bf0e
|
#1419: 500 when visit a issue with issue/comments of deleted user
|
2015-08-15 02:48:05 +08:00 |
|
Unknwon
|
cec38f2a8c
|
able edit issue labels/milestone/assignee
|
2015-08-15 00:42:43 +08:00 |
|
Unknwon
|
817b48ed1e
|
Show owner/poster tags of comments and fix #1312
|
2015-08-14 02:43:40 +08:00 |
|
Unknwon
|
1fb53067f4
|
finish close/reopen issue
|
2015-08-13 23:21:43 +08:00 |
|
Unknwon
|
133b19d0c5
|
finish view comments on issue page
|
2015-08-13 16:07:11 +08:00 |
|
Unknwon
|
ab2d0b3b44
|
add comment form UI
|
2015-08-12 18:44:09 +08:00 |
|
Unknwon
|
b4c0b7b98b
|
finish view issue without comments and ops
|
2015-08-12 17:04:23 +08:00 |
|
Unknwon
|
34f6cbfc2a
|
finish attachments when create issue
|
2015-08-11 23:24:40 +08:00 |
|
Unknwon
|
89c2bd4a0d
|
finish create issue attachment UI
|
2015-08-11 17:54:00 +08:00 |
|
Unknwon
|
17f3e840ec
|
fix cannot parse JSON for attachments
|
2015-08-11 12:44:14 +08:00 |
|
Unknwon
|
cbc7b7132f
|
finish new issue action and mentions
|
2015-08-10 23:31:59 +08:00 |
|
Unknwon
|
884bc4ffd8
|
rename functions
|
2015-08-10 22:45:49 +08:00 |
|
Unknwon
|
75aff60c90
|
finish create issue with milestone and assignee
|
2015-08-10 21:47:23 +08:00 |
|
Unknwon
|
09a1b2a1f5
|
finish create issue with milestone
|
2015-08-10 18:57:57 +08:00 |
|
Unknwon
|
922f3f3062
|
finish create issue with labels
|
2015-08-10 16:52:08 +08:00 |
|
Unknwon
|
17de3ab0a3
|
add migrate from issue.label_ids to issue_label
|
2015-08-10 14:42:50 +08:00 |
|
Unknwon
|
590c464c56
|
UI: create issue with title and content
|
2015-08-09 15:23:02 +08:00 |
|
Unknwon
|
dea3a8c6a4
|
WIP: create PR - choose branch
|
2015-08-08 22:43:14 +08:00 |
|
Unknwon
|
9d414d4dd9
|
remove Index field of milestone
|
2015-08-06 23:25:35 +08:00 |
|
Unknwon
|
34795770c3
|
fix issue stats with milestone filter
|
2015-08-05 20:52:17 +08:00 |
|
Unknwon
|
77dcef0cab
|
fix milestone format parse
|
2015-08-05 20:37:14 +08:00 |
|
Unknwon
|
0705f55ce0
|
finish new milestone page
|
2015-08-05 20:23:08 +08:00 |
|
Unknwon
|
74bd6b939c
|
milestone: edit
|
2015-08-05 18:26:18 +08:00 |
|
Unknwon
|
3e4cdccf6b
|
milestone: create page
|
2015-08-05 15:24:26 +08:00 |
|
Unknwon
|
ce4dcf1e83
|
fix naming
|
2015-08-05 11:18:24 +08:00 |
|
Unknwon
|
9311a9858a
|
milestone: pagination
|
2015-08-04 22:24:04 +08:00 |
|
Unknwon
|
04458d49a0
|
milestone: list view
|
2015-08-03 17:42:09 +08:00 |
|
Unknwon
|
869113704b
|
fix #1407
|
2015-07-30 20:00:57 +08:00 |
|
Unknwon
|
589618c8a5
|
better paging
|
2015-07-28 03:14:37 +08:00 |
|
Unknwon
|
68cacf9c63
|
fix issue paging
|
2015-07-25 07:59:54 +08:00 |
|
Unknwon
|
1ba837a055
|
new issue and label page
|
2015-07-25 02:52:25 +08:00 |
|
Unknwon
|
dc4aab9925
|
UI: CURD labels
- fix update lable break connection with repository
|
2015-07-24 23:13:42 +08:00 |
|
Unknwon
|
ac95f6d50f
|
UI: basic label list
- create new label
|
2015-07-24 21:02:49 +08:00 |
|
Unknwon
|
86dbda0b42
|
UI: basci issue list without filters
- fix isRead check
- fix paging
|
2015-07-24 16:42:47 +08:00 |
|