summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* General code quality improvementUnknwon2016-08-163-12/+23
* #2246 add HTMLURL to webhook typeUnknwon2016-08-163-16/+20
* #3464 reproduce diff signsUnknwon2016-08-161-1/+1
* models/repo_editor: improve code qualityUnknwon2016-08-151-1/+1
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-153-57/+7
* markdown: fix treating pure number as SHA1Unknwon2016-08-151-1/+5
* #3466 fix response of pull request form validation errorUnknwon2016-08-151-6/+18
* Fix empty repository panic on send test webhookUnknwon2016-08-152-10/+22
* Fix outdated edit canโ€™t overwrite changesUnknwon2016-08-151-1/+2
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-151-1/+0
* Web editor: improve delete fileUnknwon2016-08-143-58/+18
* Web editor: improve edit file and diff previewUnknwon2016-08-144-237/+209
* Code clean up for new config optionsUnknwon2016-08-145-47/+26
* Squashed commit of the following:Richard Mahn2016-08-147-4/+777
* Replace convert.To with APIFormat callsUnknwon2016-08-1410-145/+40
* #2246 fully support of webhooks for pull requestUnknwon2016-08-148-73/+58
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-113-0/+27
* Fix #3391Unknwon2016-08-112-3/+7
* #2852 code cleanupUnknwon2016-08-111-1/+1
* models: rename EnableTidb to EnableTiDBUnknwon2016-08-111-3/+3
* Fix #3314: Cannot edit release with tag name contains slash (#3434)Thibault Meyer2016-08-111-2/+2
* Add MaxRepoCreation to EditUser API (#2781)Robin Lambertz2016-08-111-0/+3
* #2780 code clean upUnknwon2016-08-111-17/+6
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-112-0/+50
* Wiki mirroring implementation (#3233)Andrew2016-08-111-1/+1
* #3408 minor code fixUnknwon2016-08-111-1/+1
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-111-1/+1
* #3091 show Git configs on admin panelUnknwon2016-08-101-0/+2
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-092-3/+23
* #3158 skip RUN_USER check on WindowsUnknwon2016-08-091-4/+3
* Little code refactoringUnknwon2016-08-091-15/+16
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-2/+18
* Fix for #3410 overall issues for organisations is limited to num_repos from t...lstahlman2016-08-091-1/+1
* Add support for federated avatars (#3320)Sandro Santilli2016-08-074-12/+22
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-061-0/+10
* #2593 allow render raw contentUnknwon2016-08-051-1/+1
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-1/+1
* Ignore repository with issue disabled or use external tracker in dashboard is...Unknwon2016-08-051-1/+2
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
* routers/api: rename handlers to be unexportedUnknwon2016-08-041-19/+19
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-042-2/+9
* #3290 better code structure and batch minor improvementsUnknwon2016-08-033-123/+52
* Additional API support for labels (#3290)lstahlman2016-08-034-1/+360
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-301-6/+5
* Diff patch (#3345)Dennis Chen2016-07-301-1/+10
* 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
* #1601 support delete issue commentUnknwon2016-07-261-11/+26
* #1384 add pagination for repositoriesUnknwon2016-07-244-60/+76