Commit Graph

587 Commits (fc68fb951c179b125b37a83f9e0b5f8dde0478f8)

Author SHA1 Message Date
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
Unknwon 10dc330640 dump content directly to HTTP ResponseWriter
Unknwon 8aa0a76702 fix wrong table name in Join
Unknwon 2d76de2574 fix x.Iterate returns nothing inside session scope with SQLite3
Unknwon 4d8b905541 models/ssh_key: code cleaning
Unknwon 899e799459 support delete issue comment
Unknwon e74630ae3b add pagination for repositories
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 69f5308761 use different reversed words and patterns for repository and user
Unknwon 4b5e09e4d6 detect situation when base branch is deleted in pull request
Unknwon 745167d57a create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
Unknwon c912494609 detect invalid tag name git error
Unknwon ae88d76032 Bump version
Unknwon 57af7432fc fix wrong logic judgement
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID
Unknwon c083d76567 able to prohibit user login
Unknwon fff615d5fc Bump version
Unknwon 194a742fb9 fix assign operation not take effect
Unknwon de10387f41 bump git-module requirement
Unknwon fdcca9292e fix emoji been rendered inside raw content area
Unknwon 9fcf66f0e0 Minor fix for
Unknwon d62ab49978 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by  and fixes  as well.
Unknwon 4b25bdfbc4 support correct page size and link header
Unknwon 6aa00f7bcf use HTTP_ADDR to replace localhost
Unknwon e84ac64964 Do not show filename not have suffifx .md
Unknwon 7938506e07 update git-module require version
Unknwon 6f7276278d genetate bindata
Unknwon 73b4acbb63 Update glide.yaml
Unknwon 4bbb878d20 Minor fix for
- Update locale bindata
Unknwon c041273dd3 repo/http: clean code
Unknwon 8df3ba96f3 use text/plain as default email content format
Unknwon e9ae926e04 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
Unknwon 7826eae452 fix DEPRECATED Action signature erorr
Unknwon fbf43c31e5 Add Czech support
Unknwon 0a78d99a4d models/release: filter input to prevent command line argument vulnerability
Unknwon 0325bec283 minor fix for bug of xorm