Don Bowman
4137426c88
43bfee0d48
reverted my change
...
423b1c69be
, which in turn
causes all content to be served as text/plain. Let go decide
what the mime type is (e.g. text/html instead of text/plain).
9 years ago
Don Bowman
599e904020
43bfee0d48
reverted my change
...
423b1c69be
, which in turn
causes all content to be served as text/plain. Let go decide
what the mime type is (e.g. text/html instead of text/plain).
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
Don Bowman
9e6bd31d76
fixes for binary
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
e67659bf8e
fix serve attachment content type
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
e3bdfd51ff
better fork permission check
9 years ago
Unknwon
9db4acc62e
improve fork process
9 years ago
Unknwon
3d0583df0f
fix private repo cannot trigger hook by SSH
9 years ago
Unknwon
9d414d4dd9
remove Index field of milestone
9 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
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
e50982f5ec
allow anonymous SSH clone
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
Vladimir Vissoultchev
2cc050e21e
Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
9 years ago
Vladimir Vissoultchev
43bfee0d48
Raw text file view returns correct charset in content-type header if not utf-8
9 years ago
Unknwon
589618c8a5
better paging
9 years ago
Unknwon
fa298a2c30
#835 : Realtime webhooks
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
42a72b62fc
fix about #1289
9 years ago
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
9 years ago
Unknwon
35be8741c4
fix #1112
9 years ago
Don Bowman
423b1c69be
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
f26f8d5afa
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