summaryrefslogtreecommitdiffstats
path: root/gogs.go
Commit message (Expand)AuthorAgeFilesLines
* Rename gogs.go to main.goMatthias Loibl2016-11-041-42/+0
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Update localesUnknwon2016-09-151-1/+1
* #3590 fix 404 for release draft editionUnknwon2016-09-031-1/+1
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-021-1/+1
* Fix panic when attempt login with non-exist userUnknwon2016-09-011-1/+1
* Update localesUnknwon2016-09-011-1/+1
* #3559 fix template errorUnknwon2016-08-311-1/+1
* models/login_source: code improvementUnknwon2016-08-311-1/+1
* #2018 able to sync now for mirrorsUnknwon2016-08-301-1/+1
* Web editor: support upload filesUnknwon2016-08-301-1/+1
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
* router/repo: code refactoringUnknwon2016-08-301-1/+1
* #3459 code quality improvementUnknwon2016-08-291-1/+1
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-1/+1
* Web editor: disallow edit mirror repositoryUnknwon2016-08-281-1/+1
* Web editor: improve delete file processUnknwon2016-08-281-1/+1
* #2901 allow setting preferred licensesUnknwon2016-08-281-1/+1
* #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