summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Diff patch (#3345)Dennis Chen2016-07-302-3/+56
* Update localesUnknwon2016-07-3018-161/+212
* Fix of template error in "/:owner/:repo/pulls" (#3343)Okunev Yu Dmitry2016-07-291-1/+1
* Update glide.lockUnknwon2016-07-281-1/+1
* Minor fix for pull request template [CI SKIP]Unknwon2016-07-281-1/+1
* models/release: Update Sha1 if tag already exists (#3331)마누엘2016-07-281-0/+1
* Update GitHub templatesUnknwon2016-07-282-10/+17
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-271-9/+14
* Added Full Name to CreateUser api call (#3333)Richard Mahn2016-07-271-0/+1
* routers/repo/issue: remove redundant format stringUnknwon2016-07-261-13/+13
* #3327 fix wrong table name in JoinUnknwon2016-07-264-4/+4
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-266-98/+35
* models/ssh_key: code cleaningUnknwon2016-07-265-63/+61
* Fix issue event octicon CSSUnknwon2016-07-262-2/+10
* #1601 support delete issue commentUnknwon2016-07-2614-27/+113
* repo/settings/options: take naming style examples out of locale stringUnknwon2016-07-253-24/+24
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-242-33/+31
* #1384 add pagination for repositoriesUnknwon2016-07-2421-193/+361
* Refactor User.Id to User.IDUnknwon2016-07-2479-328/+333
* Use struct for UI settingsUnknwon2016-07-2416-48/+48
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-231-0/+1
* Add some tutorial links [CI SKIP]Unknwon2016-07-231-0/+2
* Minor HTML fix for delete repository noticeUnknwon2016-07-232-3/+3
* Remove redundant Unix timestamp method callUnknwon2016-07-2313-38/+38
* conf: change default mirror checking interval to 10mUnknwon2016-07-233-8/+4
* #3186 fix wrong link for new pull request button of non-fork repositoryUnknwon2016-07-231-1/+1
* Update README [CI SKIP]Unknwon2016-07-232-2/+2
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-236-37/+52
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-234-3/+11
* #3066 fix create organization ignores full name propertyUnknwon2016-07-232-2/+1
* api: fix panic if anonymous user request admin APIUnknwon2016-07-231-1/+1
* #3157 create user path before rename repository while transferUnknwon2016-07-234-3/+4
* #3107 fix mention regex does not include dashUnknwon2016-07-231-1/+1
* #3076 detect invalid tag name git errorUnknwon2016-07-2311-13/+40
* Added coding style modes to SimpleMDE (#3286)Richard Mahn2016-07-23286-0/+49679
* add IsSubmodule field to DiffFile and hide view file button on diff page for ...Siarhei Navatski2016-07-232-8/+14
* Update locales [CI SKIP]Unknwon2016-07-2218-60/+128
* Bump versionUnknwon2016-07-226-6/+6
* Fix GitHub wrong repo language detectionUnknwon2016-07-211-0/+2
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-212-5/+4
* #3299 don’t pop up confirm box when leave on signin pageUnknwon2016-07-211-0/+1
* #3291 fix SQLite3 session read/update conflict on create new issueUnknwon2016-07-211-7/+11
* #3295 fix wrong logic judgementUnknwon2016-07-214-4/+4
* Update dep revisionUnknwon2016-07-172-2/+2
* Refresh repository mirror from database when the repository's name has change...lstahlman2016-07-171-0/+9
* Update locales and .gopmfileUnknwon2016-07-1711-169/+174
* Fix misselection of issues view typeUnknwon2016-07-171-1/+1
* Updated Issues and Issues Stats functions to include table aliases. This addr...lstahlman2016-07-171-21/+21
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-177-48/+55
* api: delete repository webhooks (#3275)Dennis Chen2016-07-172-3/+15