Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codegangsta/cli => urfave/cli (#3546) | Kim "BKC" Carlbäcker | 2016-08-30 | 11 | -12/+11 |
| | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 13 | -241/+233 |
| | |||||
* | Bump git-module required version | Unknwon | 2016-08-29 | 3 | -3/+3 |
| | |||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | 10 | -763/+991 |
| | |||||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-08-29 | 8 | -925/+841 |
| | | | | | | | | | | | | | | | | | | | | | | * Can use a predefined set of labels * Change UI * Fix HTML file indentation * Avoid reading file from other directory (security issue) * Apply a better fix * Remove not used variable * Merge upstream/develop * Do modifications * Raname * remove binding + rename variable | ||||
* | Update .editorconfig (#3534) | Andrey Nering | 2016-08-29 | 1 | -1/+10 |
| | | | [CI SKIP] | ||||
* | Fixed typo (#3533) | LFlare | 2016-08-29 | 1 | -1/+1 |
| | | | Git convention has it capitalised. | ||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | 10 | -12/+15 |
| | |||||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 | 1 | -3/+2 |
| | |||||
* | Web editor: disallow edit mirror repository | Unknwon | 2016-08-28 | 7 | -25/+36 |
| | |||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | 12 | -90/+50 |
| | |||||
* | css: remove profile avatar height | Unknwon | 2016-08-28 | 2 | -6/+0 |
| | |||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | 19 | -174/+217 |
| | |||||
* | #2901 allow setting preferred licenses | Unknwon | 2016-08-28 | 7 | -5/+24 |
| | | | | - Closes #3488 | ||||
* | Web editor: improve edit file tooltip | Unknwon | 2016-08-27 | 5 | -67/+53 |
| | |||||
* | #3448 redirect if any after sign in | Unknwon | 2016-08-27 | 1 | -1/+8 |
| | |||||
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | 10 | -20/+29 |
| | |||||
* | label: adjust forecolor boundary | Unknwon | 2016-08-27 | 2 | -8/+1 |
| | |||||
* | #3521 fix wiki HTTP/S clone URL does not have .wiki suffix | Unknwon | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | #3495 only start builtin SSH server after user finish installation | Unknwon | 2016-08-27 | 4 | -10/+9 |
| | |||||
* | Update highlightjs | Unknwon | 2016-08-27 | 5 | -6/+5 |
| | |||||
* | migrations: sync table first | Unknwon | 2016-08-26 | 2 | -3/+9 |
| | |||||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | 6 | -4/+25 |
| | |||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | 11 | -127/+138 |
| | |||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 3 | -0/+141 |
| | | | add `since` query string support to list issue comment | ||||
* | Fix #3189: Sort labels by name (#3446) | Thibault Meyer | 2016-08-25 | 1 | -3/+3 |
| | | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view | ||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 19 | -81/+75 |
| | |||||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 | 2 | -3/+8 |
| | |||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 15 | -246/+114 |
| | |||||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 | 3 | -0/+238 |
| | |||||
* | Fix PR-webhook issue where Label-data is stale (#3486) (#3510) | Kim "BKC" Carlbäcker | 2016-08-24 | 1 | -2/+10 |
| | | | | | | | | * Fix PR-webhook issue where Label-data is stale * Conventions \o/ * logs are nice if they're consistent... | ||||
* | Update gopmfile and glide.lock (#3508) | Kim Carlbäcker | 2016-08-23 | 2 | -2/+2 |
| | |||||
* | libravatar.org supports HTTPS (#3498) | rugk | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 | 1 | -0/+6 |
| | | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal | ||||
* | Code quality improvement on JS | Unknwon | 2016-08-17 | 7 | -324/+316 |
| | |||||
* | Minor naming improvement | Unknwon | 2016-08-17 | 4 | -44/+46 |
| | |||||
* | Fix #3361: Dumps are created world readable (#3473) | Thibault Meyer | 2016-08-17 | 1 | -0/+4 |
| | | | | | | * Set dump file permission to 0600 * Typo | ||||
* | General code quality improvement | Unknwon | 2016-08-16 | 17 | -171/+180 |
| | |||||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 16 | -73/+104 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||||
* | Fix git diff tests | Unknwon | 2016-08-16 | 1 | -2/+2 |
| | |||||
* | #3464 add diff signs which does not have inline diff | Unknwon | 2016-08-16 | 1 | -2/+2 |
| | |||||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 4 | -4/+13 |
| | | | | Commited wrong file. | ||||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 9 | -41/+45 |
| | |||||
* | Fix repository owner can assign self | Unknwon | 2016-08-15 | 1 | -11/+10 |
| | |||||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 13 | -171/+144 |
| | |||||
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 | 5 | -4/+13 |
| | | | | - Detect non-exist commit and return 404 not 500 | ||||
* | #3467 fix clone fail when wiki is empty | Unknwon | 2016-08-15 | 1 | -1/+3 |
| | |||||
* | #3466 fix response of pull request form validation error | Unknwon | 2016-08-15 | 5 | -10/+22 |
| | |||||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 8 | -35/+28 |
| |