Commit Graph

564 Commits (e63b2881b1dba21cf39a1959be4b637f4498f727)

Author SHA1 Message Date
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
Unknwon 7049cb9d97 Add new language support
- Update language choose dropdown to fit more languages
Unknwon 78b8b63774 set default style name when empty in AfterSet
Unknwon a27c6f4b75 fix sort' field missing on issue pagination link
Unknwon 762ab056a2 Fix XORM IN condition table name parse
Unknwon ac53bb593d print error of JSON unmarshal and always returns a valid object
Unknwon b1d41cfa60 add admin APIs to add/remove a user from teams
Unknwon 98b58fa050 Handle windows deletion when start
Fix 
Unknwon e6f927f61a api: admin list and create team under organization
Unknwon 60ae8ac3d2 Add route for
Unknwon 004fb30ebe Remove code for checking ssh-keygen
Unknwon 9e09e48502 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.

Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
Unknwon ff731ea07d LOWER() column value within search
Unknwon 9a5a27ea8d Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
Unknwon 149d62a648 fix admin can't search private repos
- update glide info
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Unknwon b4f47a7623 attempt to fix invalid csrf token
Unknwon d733efc1cc Alpha support for custom templates
No guarantee for compatibility with future changes
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Unknwon 514382e2eb Rename module: middleware -> context
Unknwon 5267dce210 Fix ref comment from commit create empty feed
Unknwon eed9966ad6 fix incompatible SQL in PostgreSQL
Unknwon ad513a20e9 Replace time.Time with Unix Timestamp (int64)
Unknwon 0e9bc2d410 Fix pull request availability check