aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-3011-12/+11
|
* router/repo: code refactoringUnknwon2016-08-3013-241/+233
|
* Bump git-module required versionUnknwon2016-08-293-3/+3
|
* #3459 code quality improvementUnknwon2016-08-2910-763/+991
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-298-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 Nering2016-08-291-1/+10
| | | [CI SKIP]
* Fixed typo (#3533)LFlare2016-08-291-1/+1
| | | Git convention has it capitalised.
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-2910-12/+15
|
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-281-3/+2
|
* Web editor: disallow edit mirror repositoryUnknwon2016-08-287-25/+36
|
* Web editor: improve edit fileUnknwon2016-08-2812-90/+50
|
* css: remove profile avatar heightUnknwon2016-08-282-6/+0
|
* Web editor: improve delete file processUnknwon2016-08-2819-174/+217
|
* #2901 allow setting preferred licensesUnknwon2016-08-287-5/+24
| | | | - Closes #3488
* Web editor: improve edit file tooltipUnknwon2016-08-275-67/+53
|
* #3448 redirect if any after sign inUnknwon2016-08-271-1/+8
|
* #3505 use user’s info for committer and authorUnknwon2016-08-2710-20/+29
|
* label: adjust forecolor boundaryUnknwon2016-08-272-8/+1
|
* #3521 fix wiki HTTP/S clone URL does not have .wiki suffixUnknwon2016-08-271-1/+1
|
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-274-10/+9
|
* Update highlightjsUnknwon2016-08-275-6/+5
|
* migrations: sync table firstUnknwon2016-08-262-3/+9
|
* migrations: set comment updated as createdUnknwon2016-08-266-4/+25
|
* #2966 code cleanupUnknwon2016-08-2611-127/+138
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-263-0/+141
| | | add `since` query string support to list issue comment
* Fix #3189: Sort labels by name (#3446)Thibault Meyer2016-08-251-3/+3
| | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view
* Web editor: improve code qualityUnknwon2016-08-2419-81/+75
|
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-242-3/+8
|
* #3383 code cleanupUnknwon2016-08-2415-246/+114
|
* Additional API support for milestones (#3383)lstahlman2016-08-243-0/+238
|
* Fix PR-webhook issue where Label-data is stale (#3486) (#3510)Kim "BKC" Carlbäcker2016-08-241-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äcker2016-08-232-2/+2
|
* libravatar.org supports HTTPS (#3498)rugk2016-08-231-1/+1
|
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-231-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 JSUnknwon2016-08-177-324/+316
|
* Minor naming improvementUnknwon2016-08-174-44/+46
|
* Fix #3361: Dumps are created world readable (#3473)Thibault Meyer2016-08-171-0/+4
| | | | | | * Set dump file permission to 0600 * Typo
* General code quality improvementUnknwon2016-08-1617-171/+180
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-1616-73/+104
| | | | - Fill Milestone and Assignee field when available in webhook payload
* Fix git diff testsUnknwon2016-08-161-2/+2
|
* #3464 add diff signs which does not have inline diffUnknwon2016-08-161-2/+2
|
* #3464 reproduce diff signsUnknwon2016-08-164-4/+13
| | | | Commited wrong file.
* #3464 reproduce diff signsUnknwon2016-08-161-1/+1
|
* models/repo_editor: improve code qualityUnknwon2016-08-159-41/+45
|
* Fix repository owner can assign selfUnknwon2016-08-151-11/+10
|
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-1513-171/+144
|
* markdown: fix treating pure number as SHA1Unknwon2016-08-155-4/+13
| | | | - Detect non-exist commit and return 404 not 500
* #3467 fix clone fail when wiki is emptyUnknwon2016-08-151-1/+3
|
* #3466 fix response of pull request form validation errorUnknwon2016-08-155-10/+22
|
* Fix empty repository panic on send test webhookUnknwon2016-08-158-35/+28
|