zeripath
59600c2fe4
Add missed close in ServeBlobLFS ( #8527 )
5 years ago
kolaente
cdba91b438
Add golangci ( #6418 )
6 years ago
Lunny Xiao
f47714c501
move code.gitea.io/git to code.gitea.io/gitea/modules/git ( #6364 )
* move code.gitea.io/git to code.gitea.io/gitea/modules/git
* fix imports
* fix fmt
* fix misspell
* remove wrong tests data
* fix unit tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* enable Debug to trace the failure tests
* fix tests
* fix tests
* fix tests
* fix tests
* fix tests
* comment commit count tests since git clone depth is 50
* fix tests
* update from code.gitea.io/git
* revert change to makefile
6 years ago
zeripath
05d09a2818
Allow markdown files to read from the LFS ( #5787 )
This PR makes it possible for the markdown renderer to render images and media straight from the LFS.
Fix #5746
Signed-off-by: Andrew Thornton [art27@cantab.net ](mailto:art27@cantab.net)
6 years ago
Peter Hoffmann
b70eb75a16
Add raw blob endpoint to get objects by SHA ID ( #5334 )
* Add raw blob endpoint
This should make it possible to download raw blobs directly from
/:repo/:username/raw/blob/:sha1 URLs.
* fix: Make it work
* As an SHA-ID is no path getRefNameFromPath can't be used to verify
file specifying parameter
* added relevant change in go-gitea/git #132
Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
* Update Gopkg.lock
Can't update all vendors due to errors
Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>
* style: Add Gitea copyright header
* feat: Added integration test for /repo/u/r/raw/blob
* fix: correct year in copyright header
6 years ago
Morgan Bazalgette
8c916631f0
Handle refactor ( #3339 )
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
7 years ago
Duncan Ogilvie
a597ca3800
Memory usage improvements ( #3013 )
* govendor update code.gitea.io/git
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
7 years ago
silverwind
16dde6ae8e
Download files to their original filename ( #1676 )
8 years ago
Lauris BH
9320b1b81c
Fix empty file download ( #1506 )
8 years ago
Andrey Nering
1d6f68b2d0
Fix Chrome not liking commas
8 years ago
Andrey Nering
908e6db0eb
Fix HTTP headers for issue attachment download
- Download filename was wrong for files other than images. Example: It was `download` instead of `file.pdf`
- PDF was downloading instead of showing on browser
8 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
d322f48f44
router/repo: code refactoring
8 years ago
Unknwon
11540e5abe
Web editor: improve code quality
8 years ago
Unknwon
533f862e79
#2593 allow render raw content
Use URL query parameter render=1 to render content in raw mode.
9 years ago
Tamás Molnár
630c23b750
Set utf-8 charset for text files when serving raw content ( #2898 )
9 years ago
Unknwon
019cd8b3db
#2842 add quotes to attachment file name
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
无闻
e4600339dd
Merge pull request #1485 from donbowman/mime-type
43bfee0d48
reverted my change
10 years ago
Don Bowman
1c0faa2f92
43bfee0d48
reverted my change
423b1c69be7828c331a47467b66217d190e916b9, 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).
10 years ago
Unknwon
4d129bbdaa
fix serve attachment content type
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
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
Unknwon
32152d2363
routers/repo: set raw page content type to 'text/plain' #828
10 years ago
Unknwon
a0f9197b45
GetFile api
10 years ago
Unknwon
23eec25274
Fix #605 , fix #255 , fix #101
10 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Jan Oliver Oelerich
6fe43eb8d4
Fixed directory permissions for the zip download router
If the archives/ directory is created with 0655, it results in a permission error.
11 years ago
slene
4ee6bc4fca
fix for new git api
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
Unknown
04890904f9
fix #195
11 years ago
Unknown
956f011dd3
Fix #186
11 years ago
slene
4fafc76052
zip archive download
11 years ago