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
Andrey Nering
560713619e
Merge pull request #187 from strk/vendor
Add vendoring section
8 years ago
Sandro Santilli
91c7e1b1b8
Wrap `vendor/` in backtics
8 years ago
Sandro Santilli
1f4451c617
Add vendoring section
Closes #178
8 years ago
Andrey Nering
61e72e412b
Merge pull request #100 from ethantkoenig/develop
API endpoints for stars
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 years ago
Thibault Meyer
f55b3abc5c
Upgrade vendor "git" ( #175 )
8 years ago
Matthias Loibl
0c4659c162
Merge pull request #171 from andreynering/gitea/editorconfig-crlf
.editorconfig: do not specify line ending
8 years ago
Thomas Boerger
1b8afe1062
fix variable assigned and not used. ( #173 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Bo-Yi Wu
f895b6eabd
fix variable assigned and not used.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Kim "BKC" Carlbäcker
a44e3aede5
Merge pull request #169 from strk/allow-update-draft-releases
Allow updating draft releases while keeping them as draft
8 years ago
Andrey Nering
417376d010
Merge pull request #170 from strk/wiki-lint
Fix lint errors in models/wiki (just add methods docs)
8 years ago
Andrey Nering
e7651c5a93
.editorconfig: do not specify line ending
That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway.
8 years ago
Sandro Santilli
68e1a9e246
Allow updating draft releases while keeping them as draft
Closes #162
8 years ago
Sandro Santilli
3d87a4d14a
Fix lint errors in models/wiki (just add methods docs)
See #70
8 years ago
Andrey Nering
630066039a
Merge pull request #168 from appleboy/gofmt
fix gofmt error.
8 years ago
Bo-Yi Wu
c96b69dfaf
fix gofmt error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Bo-Yi Wu
8696f617bc
Fix broken link for Contributors Guide ( #166 )
* Fix broken link for Contributors Guide
* remove ./
8 years ago
Andrey Nering
43e4529fb4
Remember diff view style ( #163 )
8 years ago
Lunny Xiao
53684e42c8
fixed bug #151 finally ( #164 )
8 years ago
LefsFlare
7d869586f8
Fixes possible vulnerabilities with keyword hijacking ( #20 )
- Added public entries to reserved keywords list
- Rename variables
- Derped comment
8 years ago
Lunny Xiao
a391bef0df
Bug fixed for issues ( #156 )
8 years ago
Thibault Meyer
c31add8c5b
Upgrade vendor "git" ( #161 )
8 years ago
Lunny Xiao
7221e1d727
replace footer gogs to gitea ( #157 )
8 years ago
Lunny Xiao
f114cd224f
bug fixed caused by #153 ( #154 )
8 years ago
Lunny Xiao
cb698a5267
use in instead string join ( #155 )
8 years ago
Lunny Xiao
625227bbad
fixed bug #151 caused Find should be Get ( #153 )
8 years ago
Matthias Loibl
27f00a5a32
Merge pull request #152 from lunny/lunny/optimization_in
optimization on database IN
8 years ago
Lunny Xiao
ae0c01e86d
optimization on database IN
8 years ago
Lunny Xiao
abaec03e67
bug fixed for 500 caused by get org users ( #149 )
8 years ago
Lunny Xiao
86b2615578
Fix error 500 on organization dashboard page ( #150 )
8 years ago
Lunny Xiao
353b82e44f
ask for go get from code.gitea.io/gitea and change gogs to gitea on main file ( #146 )
8 years ago
Thomas Boerger
3a88d8bf6b
Merge pull request #142 from 0xbaadf00d/feature/gofmt
Normalize files with gofmt
8 years ago
Thomas Boerger
a549782dee
Merge pull request #144 from strk/install-via-go
Add instructions to install via go
8 years ago
Sandro Santilli
c9bb229282
Add info about installing via go
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
Andrey Nering
f656d33617
Update home page to Gitea ( #138 )
8 years ago
Andrey Nering
e2ad518310
Merge pull request #136 from 0xbaadf00d/feature/rewrite-xorm-queries
Rewrite raw queries
8 years ago
Thibault Meyer
8cac8c6dde
Remove unused import
8 years ago
Thibault Meyer
b747797b29
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
8 years ago
Thibault Meyer
5d29fda874
Rewrite XORM queries
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
Andrey Nering
ef3aa5adc1
Merge pull request #134 from metalmatze/fix/admin-templates
Fix bug that tries to load mistyped templates
8 years ago
Matthias Loibl
8e74e86f7d
Fix bug that tries to load mistyped templates
8 years ago
Rachid Zarouali
d2a5977e75
first batch of Readme updates ( #65 )
8 years ago
Matthias Loibl
a3d8936a74
Remove go version from build tags ( #133 )
8 years ago
Matthias Loibl
d6ac97459b
Check unhandled errors ( #128 )
8 years ago
Matthias Loibl
ea34bb2d01
Merge pull request #131 from 0xbaadf00d/feature/gitignore
Add IDEA IntelliJ to .gitignore
8 years ago