Unknwon
0162859657
finish view comments on issue page
10 years ago
Unknwon
5eb2c1b43c
add comment form UI
10 years ago
Unknwon
d16c228a08
finish view issue without comments and ops
10 years ago
Unknwon
4d129bbdaa
fix serve attachment content type
10 years ago
Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
987969eb73
finish create issue attachment UI
10 years ago
Unknwon
9faf66d0de
fix cannot parse JSON for attachments
10 years ago
Unknwon
a862c1af40
finish new issue action and mentions
10 years ago
Unknwon
2d8cf397c3
rename functions
10 years ago
Unknwon
6bf85e1fe9
finish create issue with milestone and assignee
10 years ago
Unknwon
389708ac36
finish create issue with milestone
10 years ago
Unknwon
700f1d166b
finish create issue with labels
10 years ago
Unknwon
cdcc2cee74
add migrate from issue.label_ids to issue_label
10 years ago
Unknwon
4c75ab3a82
UI: create issue with title and content
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
d80617f29c
better fork permission check
10 years ago
Unknwon
c95ef7c546
improve fork process
10 years ago
Unknwon
8307824880
fix private repo cannot trigger hook by SSH
10 years ago
Unknwon
94654a8bf1
remove Index field of milestone
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
9d104f248b
fix issue stats with milestone filter
10 years ago
Unknwon
666af9631a
fix milestone format parse
10 years ago
Unknwon
85096fabbc
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
04f1db0139
finish new milestone page
10 years ago
Unknwon
8504baffed
milestone: edit
10 years ago
Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
21f1c30c93
fix naming
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
a8b859a626
milestone: pagination
10 years ago
Unknwon
fb2d1e450d
milestone: list view
10 years ago
无闻
745f6e0fca
Merge pull request #1404 from wqweto/develop
Allow space and/or percent in file and directory names
10 years ago
Unknwon
813732994e
fix #1407
10 years ago
Vladimir Vissoultchev
2c124b65d3
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
10 years ago
Vladimir Vissoultchev
1003551826
Raw text file view returns correct charset in content-type header if not utf-8
10 years ago
Unknwon
a4fe163f2f
better paging
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
Unknwon
f66c8992f0
fix issue paging
10 years ago
Unknwon
63b288a5fe
new issue and label page
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
无闻
f04a8aa99e
Merge pull request #1249 from donbowman/master
in routers/repo/download.go, don't set mime type, let go figure it out.
10 years ago
Unknwon
6e4a3e4f9d
UI: CURD labels
- fix update lable break connection with repository
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
7dd092c0f7
UI: basci issue list without filters
- fix isRead check
- fix paging
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Unknwon
51c59355aa
fix about #1289
10 years ago
Unknwon
71bda6278c
fix hidden bug on tpl rendering
10 years ago
Unknwon
70b8f8baa8
fix #1112
10 years ago
Don Bowman
01fca828c0
don't set mime type to text/plain. This will break serving e.g. raw images,
html, etc
According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
10 years ago
Linquize
76017b4f80
Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
10 years ago