Kim "BKC" Carlbäcker
0693fbfc00
Refactor repo/issue/view_content.tmpl ( #1276 )
8 years ago
Ethan Koenig
09fe4a2ae9
Batch updates for issues ( #926 )
8 years ago
Lunny Xiao
6076c95dd1
Security: fix XSS attack on milestone ( #976 )
...
Reported by Miguel Ángel Jimeno.
8 years ago
Lunny Xiao
8a0be5e9f0
Bug fixed for deleted label in issue comment ( #904 )
...
* bug fixed for deleted label in issue comment
* fix indent
8 years ago
Lunny Xiao
cf0f451c37
Add delete branch track on pull request comments ( #888 )
...
* add delete branch track on pull request comments
* don't change vendor
8 years ago
Lunny Xiao
f35b20b042
track issue title changes ( #841 )
8 years ago
Lunny Xiao
3e0525b47d
Track assignee for issue ( #808 )
...
* track assignee for issue
* fix lint
* use getUserByID instead Get
8 years ago
Lunny Xiao
081485ecfd
add milestone changed traker on issue view ( #804 )
8 years ago
Lunny Xiao
f94869d2d1
Track labels changed on issue view & resolved #542 ( #788 )
...
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
8 years ago
Ethan Koenig
833f8b94c2
Search bar for issues/pulls ( #530 )
8 years ago
Philip Couling
64375d875b
Attach to release ( #673 )
...
* Moved attachaments POST url from /issues/attachments to /attachments
* Implemented attachment upload on release page
* Implemented downloading attachments on the release page
* Added zip and gzip files to default allowed attachments
* Implemented uploading attachments on edit release
* Renamed UploadIssueAttachment to UploadAttachment
8 years ago
Bwko
71dee6b7c0
Improve the way how branches are deleted
...
Delete branch from HeadRepo instead of BaseRepo
Prevent the deletion of a master branch
Show a yes/no overlay when you press the delete branch button
8 years ago
Lunny Xiao
4b7594d9fa
Provide button to delete merged pull request ( #441 )
...
* provide button to delete merged pull request
* golint fix
8 years ago
Bwko
a345a03d99
Added sorting to the labels & milestones page ( #199 )
8 years ago
Bwko
5ab85372da
Added rel="noopener" to target="_blank" hrefs ( #327 )
...
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Unknwon
28cf0e6aaa
#3459 code quality improvement
9 years ago
Thibault Meyer
92fb30c526
Load a set of predefined labels ( #3459 )
...
* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable
9 years ago
Unknwon
6f9a95f830
#2246 add HTMLURL to webhook type
...
- Fill Milestone and Assignee field when available in webhook payload
9 years ago
Unknwon
61e27dedf7
#3466 fix response of pull request form validation error
9 years ago
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
9 years ago
Unknwon
3f7f4852ef
#2246 fully support of webhooks for pull request
9 years ago
Andrey Nering
25b23c4bc9
Do not show non-image attachment in a <img> tag. Fixes #3215 ( #3311 )
9 years ago
Unknwon
d625e41c6c
#3408 minor code fix
9 years ago
Sandro Santilli
eb1bfe0e59
Do not show the "Sign up for free" button in issue tracker ( #3408 )
...
* Do not show the "Sign up for free" button in issue tracker
The "Sign in to comment" link is good enough and will correctly
show or not show the "Sign Up" button link for those not having
an account already.
Fixes #3407 (link to nowhere when registration is disabled)
* Move html from translation to template
* Remove extra space in `{{ .SignInLink }}`.
9 years ago
Unknwon
90af997fec
#3399 500 for upstream pulls page if user has forked repository
9 years ago
Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
9 years ago
Okunev Yu Dmitry
55b4e77a5e
Fix of template error in "/:owner/:repo/pulls" ( #3343 )
...
If anonymous (not signed in user) requests page
"/:owner/:repo/pulls" he gets an error:
template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link
This commit fixes that.
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
9 years ago
Unknwon
899e799459
#1601 support delete issue comment
9 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
9 years ago
Unknwon
26d52ceb48
#3186 fix wrong link for new pull request button of non-fork repository
9 years ago
Unknwon
b0eb47cb1c
Fix misselection of issues view type
9 years ago
Unknwon
fdcca9292e
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
a27c6f4b75
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
9a5a27ea8d
Improve repository lable style
...
- add border-radius to filter list items
- use color as background of label for issue/pull view page
9 years ago
Odin Ugedal
c9321550e0
Add prorper escaping of url in issue form
9 years ago
Unknwon
0e9bc2d410
Fix pull request availability check
9 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Unknwon
2d2d85bba4
#1597 support pull requests in same repository
9 years ago
Andrey Nering
13e71acadf
Render emojis in more places.
9 years ago
Lukas Dietrich
c0eaae200e
Add ForegroundColor for labels
9 years ago
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
9 years ago
chriswatt
af8e323248
Fix tab index on new issue/comment form
9 years ago
Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Kim "BKC" Carlbäcker
b921161666
Name popup
9 years ago
Kim "BKC" Carlbäcker
2cc1ee3fc0
Implemented participant-listing for issue-pages
9 years ago
Unknwon
eb918c2368
fix only admin can view milestone desc
9 years ago
Adam Strzelecki
da2585c11e
Indent all templates with tabs
...
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
9 years ago
Unknwon
ec2423ad7c
more UI minor fixes
9 years ago
Adam Strzelecki
2580e7b57e
UI: Always show menu on repo pages
...
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
9 years ago
Adam Strzelecki
3eae4ecde7
UI: Make repository menu divide header and content
...
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
9 years ago
Unknwon
5572884c6b
fix #2057
9 years ago
Unknwon
2b10fdc4dc
Wiki: UI for page new
9 years ago
Unknwon
d370effca5
minor fix for #1961
9 years ago
Unknwon
5dc3dd1704
fix #1960
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
6a664e88c7
#1854 show issue content
9 years ago
Unknwon
675cd997d8
minor tabindex fix
9 years ago
Unknwon
908f2924ce
fix #1824 and fix #1917
9 years ago
Alexey Makhov
7835c2212c
issue #1824 add tabindex
9 years ago
Unknwon
0fbb8c8826
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
923873db85
fix possible XSS in view issue page
10 years ago
Unknwon
c7ac237b57
fix css
10 years ago
Unknwon
6f6f38e7c3
#1603 suburl for comment attachments
10 years ago
Unknwon
31e7b0f588
#1599 status button mrigin-right
10 years ago
Unknwon
24658fcbdd
#633 dix suburl
10 years ago
Unknwon
5c5ccddb02
fix buttons style
10 years ago
Unknwon
c0a899b151
css fix
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
10 years ago
Unknwon
953bb06857
basic PR feature
10 years ago
Unknwon
1abfe4e05f
PR: nothing to commit and has pull request check
10 years ago
Unknwon
37e0cee877
finish PR UI
10 years ago
Unknwon
ebf1bd4f51
add view pull desc
10 years ago
Unknwon
8c046073a8
work on PR conversation
10 years ago
Unknwon
1ca257ad9f
rename fields
10 years ago
Unknwon
9b9e5f0290
#1545 Cross reference the commit from the issue when it is closed by the commit
10 years ago
Unknwon
a00194e665
work on #1548
10 years ago
Unknwon
ce386cfb61
fix suburl
10 years ago
Unknwon
45c2b4bd76
fix HTML
10 years ago
Unknwon
ac616c07de
fix #966
10 years ago
Unknwon
371572cf5f
allow edit issue and comment
10 years ago
Unknwon
87f5ca8e1f
able edit issue title
10 years ago
Unknwon
2e30b421b4
comletely remove v1 UI files of Gogs
10 years ago
Unknwon
a52324a5f9
able sort issues
10 years ago
Unknwon
4ce003dc15
Filter issues by assignee
10 years ago
Unknwon
a24141ec9c
more on #1319
10 years ago
Unknwon
30b428bf0e
#1419 : 500 when visit a issue with issue/comments of deleted user
10 years ago
Unknwon
cec38f2a8c
able edit issue labels/milestone/assignee
10 years ago
Unknwon
817b48ed1e
Show owner/poster tags of comments and fix #1312
10 years ago
Unknwon
1fb53067f4
finish close/reopen issue
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
Unknwon
ab2d0b3b44
add comment form UI
10 years ago
Unknwon
b4c0b7b98b
finish view issue without comments and ops
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
89c2bd4a0d
finish create issue attachment UI
10 years ago
Unknwon
75aff60c90
finish create issue with milestone and assignee
10 years ago
Unknwon
09a1b2a1f5
finish create issue with milestone
10 years ago
Unknwon
922f3f3062
finish create issue with labels
10 years ago
Unknwon
17de3ab0a3
add migrate from issue.label_ids to issue_label
10 years ago
Unknwon
48f12d4ead
upgrade new issue to SUI v2
10 years ago
Unknwon
a79586cc54
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
10 years ago
Unknwon
8a3ee795d2
finish transforming to v2
10 years ago
Unknwon
7372042441
list view: issue, label, milestone
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
James Anderson
fc63422caf
Add check to see if comments on an issue are by the repo owner
10 years ago
Unknwon
9d414d4dd9
remove Index field of milestone
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
6d2f25b9f5
clean files
10 years ago
Unknwon
74bd6b939c
milestone: edit
10 years ago
Unknwon
cf90312b8f
clean file
10 years ago
Unknwon
4081f86654
fix new milestone button visibility
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
9311a9858a
milestone: pagination
10 years ago
Unknwon
e7f015db8c
fix template
10 years ago
Unknwon
04458d49a0
milestone: list view
10 years ago
Fernando San Julián
b92bb77b54
autofocus for new and edit issue forms
10 years ago
Fernando San Julián
4bfc71c73f
pagination in repo issues page only if needed
10 years ago
Unknwon
589618c8a5
better paging
10 years ago
Unknwon
2e7b38db9f
fix paging links and issue count
10 years ago
Unknwon
1ba837a055
new issue and label page
10 years ago
Unknwon
dc4aab9925
UI: CURD labels
...
- fix update lable break connection with repository
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
86dbda0b42
UI: basci issue list without filters
...
- fix isRead check
- fix paging
10 years ago
Unknwon
4447a20f87
UI: issues - finish basic frame
10 years ago
Unknwon
03011ed307
fix suburl for js
10 years ago
Unknwon
5cf3732339
UI: install - new version
10 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
Unknwon
8e384ce46c
fix #828 , may cause unintentional break in other features, but security is no.1
10 years ago
James Cracknell
4d123d0a93
Fix user links
10 years ago
Vyacheslav Bakhmutov
5103f16f78
add omitted lang
10 years ago
Vyacheslav Bakhmutov
ce7422473a
add omitted lang
10 years ago
Unknwon
7ba9257a7f
Add suburl support
11 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
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
11 years ago
Unknwon
3428baa3b5
Mirror fix on template
11 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Justin Nuß
12fb42de5a
Fix IE bug and show errors.
11 years ago
Justin Nuß
4e2477a1a5
Fix #318 . Switch to JS(ON) implementation for issue/comment creation.
11 years ago
Justin Nuß
dedb156d4a
Fix #321 . Allow empty comments as long as there are attachments.
11 years ago
Justin Nuß
4d702eb345
Allow disabling uploads
11 years ago
Justin Nuß
bfe5b86004
Add file upload for attachments
11 years ago
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
11 years ago
Justin Nuß
1129f756c8
Fix missing . (dot) in issue templates
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
11 years ago
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
Justin Nuß
ccca60a5a1
Fix issue #288 . Only show label form if repository collaborator/admin
11 years ago
Unknown
be8ac7fb75
fix #273
11 years ago
Unknown
9924e65ca1
In progress of name template name constant
11 years ago