Commit Graph

623 Commits (507ce134fa1450a10f0dfd47fcb19facadbe3ae1)

Author SHA1 Message Date
Unknwon 7e15ff9486
Update locales
Add new locale Serbian (Cyrillic)
Unknwon 491407ddf8
fix 404 for release draft edition
Closes 
Unknwon 6da55159a2
LoadRepoConfig after ORM is initialized
Unknwon 7c1fbed057 Fix panic when attempt login with non-exist user
Unknwon 8ee14db51e Update locales
Unknwon dadd35b636 fix template error
Unknwon 152e715999 models/login_source: code improvement
Unknwon 8516dfcb6c able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes 
Unknwon 643142acab Web editor: support upload files
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli ()
Unknwon 780cc2d110 router/repo: code refactoring
Unknwon 28cf0e6aaa code quality improvement
Unknwon 62b0dc4853 Web editor: fix cannot create new file in subdirectory
Unknwon 579e5e4fee Web editor: disallow edit mirror repository
Unknwon 0114fdcba4 Web editor: improve delete file process
Unknwon dad5c15520 allow setting preferred licenses
- Closes 
Unknwon c30b856d14 use user’s info for committer and author
Unknwon 13a8823bd3 only start builtin SSH server after user finish installation
Unknwon bb359a74f1 migrations: set comment updated as created
Unknwon 6b98d58906 code cleanup
Unknwon f8a48ffaad Web editor: improve code quality
Unknwon 0b273ac4d5 code cleanup
Unknwon a00c932bbc General code quality improvement
Unknwon 6f9a95f830 add HTMLURL to webhook type
- Fill Milestone and Assignee field when available in webhook payload
Unknwon 9349def72e reproduce diff signs
Commited wrong file.
Unknwon 4042d1f0c3 models/issue: improve quality and performance of NewIssue function
Unknwon 61e27dedf7 fix response of pull request form validation error
Unknwon 94392a7af3 Fix empty repository panic on send test webhook
Unknwon 8637e67e6f Fix outdated edit can’t overwrite changes
Unknwon dccb0c15b9 Replace convert.To with APIFormat calls
Unknwon 3f7f4852ef fully support of webhooks for pull request
Unknwon 0f33b04c87 Add subcommand to create new user in CLI
Unknwon a47aef5460 code cleanup
Unknwon 5077408d78 code cleanup and minor issue fix
Unknwon 0f26f3678a use doer email for FROM field of issues
Unknwon b85927e488 show Git configs on admin panel
Unknwon 5448d29b2e wrong dashboard issue count for create by you
Unknwon edd786446c skip RUN_USER check on Windows
Unknwon f70343660d Little code refactoring
Unknwon bbe866122d fix regression of MustEnableIssues check
Unknwon 90af997fec 500 for upstream pulls page if user has forked repository
Unknwon b73318bc62 Fix 404 when comment on pulls and not using interal issue tracker
Unknwon e5bf4281b5 early response 200 when ?go-get=1
Unknwon 99385db0c4 code cleanup
Unknwon ec92565f23 fix missing sub-url prefix in relative avatar link
Unknwon ab9c5fb5e7 allow render raw content
Use URL query parameter render=1 to render content in raw mode.
Unknwon cf6d321991 Ignore repository with issue disabled or use external tracker in dashboard issues
Unknwon 50422f1fc2 always use relative avatar link in the template
Unknwon 2f105f3979 completely disable builtin issue tracker when enable external tracker
Unknwon e7fd65f0cf better code structure and batch minor improvements