Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | |
| | ||||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 | |
|\ | ||||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | |
| | | ||||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | |
| | | | | | | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | |||
* | | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 | |
| | | ||||
* | | modules/sync: rename SingleInstancePool to ExclusivePool | Unknwon | 2016-08-30 | |
| | | ||||
* | | js: fix comment issue status button title change | Unknwon | 2016-08-30 | |
|/ | ||||
* | Add all, check and dist Makefile rules (#3549) | Sandro Santilli | 2016-08-30 | |
| | | | | These are to follow the GNU Coding Standards Makefile Targets: https://www.gnu.org/prep/standards/html_node/Standard-Targets.html | |||
* | templates/repo/view: fix bad link | Unknwon | 2016-08-30 | |
| | ||||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 | |
| | ||||
* | Fix import path | Unknwon | 2016-08-30 | |
| | ||||
* | #3548 disable issue cannot edit label and milestonefor pull requests | Unknwon | 2016-08-30 | |
| | ||||
* | Make bindata | Unknwon | 2016-08-30 | |
| | ||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | |
| | ||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | |
| | ||||
* | codegangsta/cli => urfave/cli (#3546) | Kim "BKC" Carlbäcker | 2016-08-30 | |
| | ||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | |
| | ||||
* | Bump git-module required version | Unknwon | 2016-08-29 | |
| | ||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | |
| | ||||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-08-29 | |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | |
| | | | [CI SKIP] | |||
* | Fixed typo (#3533) | LFlare | 2016-08-29 | |
| | | | Git convention has it capitalised. | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | |
| | ||||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 | |
| | ||||
* | Web editor: disallow edit mirror repository | Unknwon | 2016-08-28 | |
| | ||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | |
| | ||||
* | css: remove profile avatar height | Unknwon | 2016-08-28 | |
| | ||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | |
| | ||||
* | #2901 allow setting preferred licenses | Unknwon | 2016-08-28 | |
| | | | | - Closes #3488 | |||
* | Web editor: improve edit file tooltip | Unknwon | 2016-08-27 | |
| | ||||
* | #3448 redirect if any after sign in | Unknwon | 2016-08-27 | |
| | ||||
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 | |
| | ||||
* | label: adjust forecolor boundary | Unknwon | 2016-08-27 | |
| | ||||
* | #3521 fix wiki HTTP/S clone URL does not have .wiki suffix | Unknwon | 2016-08-27 | |
| | ||||
* | #3495 only start builtin SSH server after user finish installation | Unknwon | 2016-08-27 | |
| | ||||
* | Update highlightjs | Unknwon | 2016-08-27 | |
| | ||||
* | migrations: sync table first | Unknwon | 2016-08-26 | |
| | ||||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | |
| | ||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | |
| | ||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | |
| | | | add `since` query string support to list issue comment | |||
* | Fix #3189: Sort labels by name (#3446) | Thibault Meyer | 2016-08-25 | |
| | | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view | |||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | |
| | ||||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 | |
| | ||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | |
| | ||||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 | |
| | ||||
* | Fix PR-webhook issue where Label-data is stale (#3486) (#3510) | Kim "BKC" Carlbäcker | 2016-08-24 | |
| | | | | | | | | * 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 | |
| | ||||
* | libravatar.org supports HTTPS (#3498) | rugk | 2016-08-23 | |
| | ||||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 | |
| | | | | | | | | | | * 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 | |
| |