Gabriel Jackson
bf6f61cc69
Cleanup log messaging
...
This change corrects a few logging issues:
* Standardized formatting errors with '%v'.
* Standardized failure warning word usage.
* Corrected an instance of using the standard log library when
the gitea log library should be used instead.
8 years ago
Bo-Yi Wu
467202d0a6
fix: Remove call to set GOMAXPROCS ( #577 )
8 years ago
Thomas Boerger
f2ff0ee846
Raised version to 1.1.0 ( #468 )
8 years ago
Joubert RedRat
ce21ed6c34
Remove remaining Gogs reference on locales and cmd ( #430 )
8 years ago
Kim "BKC" Carlbäcker
1d1c01875d
Autogenerate Version on build ( #190 )
...
* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile
8 years ago
Bwko
4ff0db0246
Catch os... errors
8 years ago
Lunny Xiao
bd76e156bb
fixed bug #151 finally ( #164 )
8 years ago
Lunny Xiao
e2aa991e10
ask for go get from code.gitea.io/gitea and change gogs to gitea on main file ( #146 )
8 years ago
Sandro Santilli
4247304f5a
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
Matthias Loibl
94b2747375
Remove go version from build tags ( #133 )
8 years ago
Matthias Loibl
31da225309
Check unhandled errors ( #128 )
8 years ago
Thomas Boerger
212a04a45e
Linter doesn't like uppercase variables
8 years ago
Matthias Loibl
a2514904cb
Rename gogs.go to main.go
...
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
7e15ff9486
Update locales
...
Add new locale Serbian (Cyrillic)
8 years ago
Unknwon
491407ddf8
#3590 fix 404 for release draft edition
...
Closes #3591
8 years ago
Unknwon
6da55159a2
#3589 LoadRepoConfig after ORM is initialized
8 years ago
Unknwon
7c1fbed057
Fix panic when attempt login with non-exist user
8 years ago
Unknwon
8ee14db51e
Update locales
8 years ago
Unknwon
dadd35b636
#3559 fix template error
8 years ago
Unknwon
152e715999
models/login_source: code improvement
8 years ago
Unknwon
8516dfcb6c
#2018 able to sync now for mirrors
...
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 years ago
Unknwon
643142acab
Web editor: support upload files
8 years ago
Kim "BKC" Carlbäcker
4f40019130
codegangsta/cli => urfave/cli ( #3546 )
8 years ago
Unknwon
780cc2d110
router/repo: code refactoring
8 years ago
Unknwon
28cf0e6aaa
#3459 code quality improvement
8 years ago
Unknwon
62b0dc4853
Web editor: fix cannot create new file in subdirectory
8 years ago
Unknwon
579e5e4fee
Web editor: disallow edit mirror repository
8 years ago
Unknwon
0114fdcba4
Web editor: improve delete file process
8 years ago
Unknwon
dad5c15520
#2901 allow setting preferred licenses
...
- Closes #3488
8 years ago
Unknwon
c30b856d14
#3505 use user’s info for committer and author
8 years ago
Unknwon
13a8823bd3
#3495 only start builtin SSH server after user finish installation
8 years ago
Unknwon
bb359a74f1
migrations: set comment updated as created
8 years ago
Unknwon
6b98d58906
#2966 code cleanup
8 years ago
Unknwon
f8a48ffaad
Web editor: improve code quality
8 years ago
Unknwon
0b273ac4d5
#3383 code cleanup
8 years ago
Unknwon
a00c932bbc
General code quality improvement
8 years ago
Unknwon
6f9a95f830
#2246 add HTMLURL to webhook type
...
- Fill Milestone and Assignee field when available in webhook payload
8 years ago
Unknwon
9349def72e
#3464 reproduce diff signs
...
Commited wrong file.
8 years ago
Unknwon
4042d1f0c3
models/issue: improve quality and performance of NewIssue function
8 years ago
Unknwon
61e27dedf7
#3466 fix response of pull request form validation error
8 years ago
Unknwon
94392a7af3
Fix empty repository panic on send test webhook
8 years ago
Unknwon
8637e67e6f
Fix outdated edit can’t overwrite changes
8 years ago
Unknwon
dccb0c15b9
Replace convert.To with APIFormat calls
8 years ago
Unknwon
3f7f4852ef
#2246 fully support of webhooks for pull request
8 years ago
Unknwon
0f33b04c87
Add subcommand to create new user in CLI
8 years ago
Unknwon
a47aef5460
#2852 code cleanup
8 years ago
Unknwon
5077408d78
#3233 code cleanup and minor issue fix
8 years ago
Unknwon
0f26f3678a
#3279 use doer email for FROM field of issues
8 years ago
Unknwon
b85927e488
#3091 show Git configs on admin panel
8 years ago