summaryrefslogtreecommitdiffstats
path: root/gogs.go
Commit message (Expand)AuthorAgeFilesLines
* #3505 use user’s info for committer and authorUnknwon2016-08-271-1/+1
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-271-1/+1
* migrations: set comment updated as createdUnknwon2016-08-261-1/+1
* #2966 code cleanupUnknwon2016-08-261-1/+1
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
* #3383 code cleanupUnknwon2016-08-241-1/+1
* General code quality improvementUnknwon2016-08-161-1/+1
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-1/+1
* #3464 reproduce diff signsUnknwon2016-08-161-1/+1
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-1/+1
* #3466 fix response of pull request form validation errorUnknwon2016-08-151-1/+1
* Fix empty repository panic on send test webhookUnknwon2016-08-151-1/+1
* Fix outdated edit can’t overwrite changesUnknwon2016-08-151-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-1/+1
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
* Add subcommand to create new user in CLIUnknwon2016-08-131-1/+2
* #2852 code cleanupUnknwon2016-08-111-1/+1
* #3233 code cleanup and minor issue fixUnknwon2016-08-111-1/+1
* #3279 use doer email for FROM field of issuesUnknwon2016-08-111-1/+1
* #3091 show Git configs on admin panelUnknwon2016-08-101-1/+1
* #3417 wrong dashboard issue count for create by youUnknwon2016-08-091-1/+1
* #3158 skip RUN_USER check on WindowsUnknwon2016-08-091-1/+1
* Little code refactoringUnknwon2016-08-091-1/+1
* #3406 fix regression of MustEnableIssues checkUnknwon2016-08-091-1/+1
* #3399 500 for upstream pulls page if user has forked repositoryUnknwon2016-08-081-1/+1
* Fix 404 when comment on pulls and not using interal issue trackerUnknwon2016-08-081-1/+1
* #2825 early response 200 when ?go-get=1Unknwon2016-08-071-1/+1
* #3320 code cleanupUnknwon2016-08-071-1/+1
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-071-1/+1
* #2593 allow render raw contentUnknwon2016-08-051-1/+1
* Ignore repository with issue disabled or use external tracker in dashboard is...Unknwon2016-08-051-1/+1
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-1/+1
* #3290 better code structure and batch minor improvementsUnknwon2016-08-031-1/+1
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-301-1/+1
* #3327 fix wrong table name in JoinUnknwon2016-07-261-1/+1
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-261-1/+1
* models/ssh_key: code cleaningUnknwon2016-07-261-1/+1
* #1601 support delete issue commentUnknwon2016-07-261-1/+1
* #1384 add pagination for repositoriesUnknwon2016-07-241-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-231-1/+1
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-231-1/+1
* #3157 create user path before rename repository while transferUnknwon2016-07-231-1/+1
* #3076 detect invalid tag name git errorUnknwon2016-07-231-1/+1
* Bump versionUnknwon2016-07-221-1/+1
* #3295 fix wrong logic judgementUnknwon2016-07-211-1/+1
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-1/+1
* #2937 able to prohibit user loginUnknwon2016-07-161-1/+1
* Bump versionUnknwon2016-07-161-1/+1