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
|
10 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
|
10 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.
|
10 years ago |
Unknwon
|
3428baa3b5
|
Mirror fix on template
|
10 years ago |
Unknwon
|
5c4bc3c848
|
Huge updates!!!!! Be careful to merge!!!!
|
10 years ago |
Justin Nuß
|
12fb42de5a
|
Fix IE bug and show errors.
|
10 years ago |
Justin Nuß
|
4e2477a1a5
|
Fix #318. Switch to JS(ON) implementation for issue/comment creation.
|
10 years ago |
Justin Nuß
|
dedb156d4a
|
Fix #321. Allow empty comments as long as there are attachments.
|
10 years ago |
Justin Nuß
|
4d702eb345
|
Allow disabling uploads
|
10 years ago |
Justin Nuß
|
bfe5b86004
|
Add file upload for attachments
|
10 years ago |
Justin Nuß
|
43e5de7f83
|
Show attachments in issues/comments and add preview for images
|
10 years ago |
Justin Nuß
|
1129f756c8
|
Fix missing . (dot) in issue templates
|
10 years ago |
Justin Nuß
|
d43c5895bc
|
Update template and style, only close commit if commit is in same repository
|
10 years ago |
Justin Nuß
|
3c025b3950
|
Add delete route for attachments, remove upload buttons from issues/comments
|
10 years ago |
Justin Nuß
|
34304e6a0c
|
WIP: Allow attachments for issues, not only comments
|
10 years ago |
Justin Nuß
|
4617bef895
|
WIP: Allow attachments for comments
|
10 years ago |
Justin Nuß
|
ccca60a5a1
|
Fix issue #288. Only show label form if repository collaborator/admin
|
10 years ago |
Unknown
|
be8ac7fb75
|
fix #273
|
10 years ago |
Unknown
|
9924e65ca1
|
In progress of name template name constant
|
11 years ago |