aboutsummaryrefslogtreecommitdiff
path: root/templates/.VERSION
Commit message (Collapse)AuthorAge
...
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-04
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-03
|
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-30
|
* #3327 fix wrong table name in JoinUnknwon2016-07-26
|
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-26
|
* models/ssh_key: code cleaningUnknwon2016-07-26
|
* #1601 support delete issue commentUnknwon2016-07-26
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-23
|
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-23
|
* #3157 create user path before rename repository while transferUnknwon2016-07-23
| | | | os.Rename does not create parent directory automatically when not exist
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* Bump versionUnknwon2016-07-22
|
* #3295 fix wrong logic judgementUnknwon2016-07-21
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* #2937 able to prohibit user loginUnknwon2016-07-16
|
* Bump versionUnknwon2016-07-16
|
* #2798 fix assign operation not take effectUnknwon2016-07-15
|
* #2586 bump git-module requirementUnknwon2016-07-12
|
* #2458 fix emoji been rendered inside raw content areaUnknwon2016-07-11
|
* Minor fix for #3246Unknwon2016-07-09
|
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-08
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* #2968 use HTTP_ADDR to replace localhostUnknwon2016-07-02
|
* Do not show filename not have suffifx .mdUnknwon2016-07-01
|
* #518 update git-module require versionUnknwon2016-06-30
|
* #3174 genetate bindataUnknwon2016-06-29
|
* Update glide.yamlUnknwon2016-06-27
|
* Minor fix for #3194Unknwon2016-06-27
| | | | - Update locale bindata
* repo/http: clean codeUnknwon2016-06-01
|
* #2954 use text/plain as default email content formatUnknwon2016-05-30
|
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
| | | | Add start count corrector for Repository.NumClosedIssues
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-12
|
* Add Czech supportUnknwon2016-05-11
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-06
|
* #2895 minor fix for bug of xormUnknwon2016-04-26
|
* Add new language supportUnknwon2016-04-25
| | | | - Update language choose dropdown to fit more languages
* #2992 set default style name when empty in AfterSetUnknwon2016-04-22
|
* #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-04
|
* Fix XORM IN condition table name parseUnknwon2016-03-27
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* Handle windows deletion when startUnknwon2016-03-23
| | | | Fix #2872
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Add route for #2846Unknwon2016-03-21
|
* Remove code for checking ssh-keygenUnknwon2016-03-19
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-18
| | | | | | | 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.