Lunny Xiao
b9a66336a1
resolved #394 ( #396 )
8 years ago
Lunny Xiao
49ceb80965
Check if file is a symlink with web editor ( #3687 ) ( #445 )
* Check if file is a symlink with web editor (#3687 )
* editor checks for symlinks
* translate file_is_a_symlink message
* credit translation author
* fix error constant
8 years ago
Lunny Xiao
c64c578acf
New settings option for a custom SSH host ( #3763 ) ( #446 )
* New settings option for a custom SSH host (#3763 )
* let default ssh listen addr empty
8 years ago
Lunny Xiao
301dcd4876
update code.gitea.io/git ( #450 )
8 years ago
Ethan Koenig
e9093cb8e8
Bug fixes and tests for modules/base ( #442 )
Also address other TODOs
8 years ago
Kim "BKC" Carlbäcker
acd5a98218
issue comment api fix ( #449 )
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
8 years ago
Alexander Lunegov
ace89e326a
Fix string format verbs ( #3637 )
8 years ago
Denis Denisov
820c295d94
Fix random string generator ( #384 )
* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString
8 years ago
Nico Mandery
49e76e5976
serve video files using the HTML5 video tag ( #418 )
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
8 years ago
Lunny Xiao
bdf8452447
fixed vulnerabilities on deleting release ( #399 )
8 years ago
Lunny Xiao
e0f49993f5
fixed vulnerabilities ( #392 )
8 years ago
Ethan Koenig
165606ce4c
Bug fix for edit-hook API endpoint
8 years ago
Ethan Koenig
2872b66e89
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
8 years ago
Thomas Boerger
c7aa87988d
Integrate templates into bindata optionally ( #314 )
Integrated optional bindata for the templates
8 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
8 years ago
Kim "BKC" Carlbäcker
e70fa9da88
Linting
8 years ago
Kim "BKC" Carlbäcker
185fa7b753
GitHub API Compliance (& linting)
8 years ago
Kim "BKC" Carlbäcker
5f466ee446
Add undocumented endpoint for /repositories/:id
8 years ago
Bwko
7cfe9e55a9
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
Lunny Xiao
e32a301b42
Resolved #296 ( #324 )
* resolved #296
* Indentation fixed
8 years ago
Lunny Xiao
939dfe8263
resolved #310 : hide fork to self ( #323 )
8 years ago
Thomas Boerger
9301aef192
Get rid of bin folder within makefile, enabled TiDB ( #319 )
* Get rid of the bin folder within the build process
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped latest make task, it is unused
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Added tidb tag to drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the cert build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped useless minwinsvc build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the useless build tags from drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
8 years ago
Kim "BKC" Carlbäcker
0287afefa6
Fix breakage from vendor-update
8 years ago
Lunny Xiao
e685609ea2
golint fixed for modules/auth
8 years ago
Bwko
fcde7de425
Fixes typos
8 years ago
Andrey Nering
8753fc286d
Merge pull request #270 from andreynering/gitea/http-headers-download
Fix HTTP headers for issue attachment download
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
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
Thomas Boerger
edc1cd015a
Merge pull request #254 from lunny/lunny/golint_modules_context
Golint fixed for modules/context
8 years ago
Lunny Xiao
86a328cf36
Golint fixed for modules/context
8 years ago
Lunny Xiao
93101d7a6c
Golint fixed for modules/template
8 years ago
Thomas Boerger
623733937e
Merge pull request #228 from Bwko/feature/short-hash-download
Added short-hash support to downloads
8 years ago
Bwko
de4dce2c4e
Added short-hash support to downloads
8 years ago
Lunny Xiao
5764e0063a
Move init functions from routers/install to routers/init ( #230 )
* move init functions from routers/install to routers/init
* copyright typo
8 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
8 years ago
Lunny Xiao
27da40ba85
golint fixed for routers/repo/branch.go ( #206 )
8 years ago
Lunny Xiao
30fea12416
golint fixed for routers/repo/wiki.go ( #203 )
8 years ago
Lunny Xiao
d239ceee22
golint fixed for routers/repo/middlewares.go ( #204 )
8 years ago
Lunny Xiao
e84df909b9
golint fixed for routers/repo/view.go ( #205 )
8 years ago
Lunny Xiao
62adaf24df
go lint fixed for routers/admin
8 years ago
Bwko
9e97dc1cd9
Fix for anonymous users to switch views
8 years ago
Bwko
5b557eb23c
Fix panic when no user is signed in
See #188
8 years ago
Lunny Xiao
cb56320d28
golint fixed for parts of routers root, dev, user and org dirs ( #167 )
* golint fixed for parts of routers root, dev and org dirs
* add user/auth.go golint fixed
* rename unnecessary exported to unexported and user dir golint fixed
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 years ago
Sandro Santilli
68e1a9e246
Allow updating draft releases while keeping them as draft
Closes #162
8 years ago
Andrey Nering
43e4529fb4
Remember diff view style ( #163 )
8 years ago
Thibault Meyer
6ef997ca64
Normalize files with gofmt
8 years ago
Sandro Santilli
827c85ad85
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
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