summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+5
|\ | | | | Disable HTTP cloning
| * rename variable + fix wiki linkThibault Meyer2016-10-041-1/+1
| |
| * Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-0/+5
| |
* | Use the rev-parsed sha1 commit id (#98)Odin Ugedal2016-11-061-2/+4
| | | | | | | | Use the rev-parsed sha1 commit id in urls to repo files, instead of the abbreviated version.
* | Fix rendering of non-markdown readme filesOdin Ugedal2016-11-061-2/+4
| |
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-0614-14/+14
| | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* | Merge branch 'master' into feature/goimportsSandro Santilli2016-11-054-21/+1
|\ \
| * | Refactor editorconfig middlewareAndrey Nering2016-11-054-21/+1
| | |
* | | Fix imports found by goimports.Matthias Loibl2016-11-055-11/+5
|/ /
* | Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-054-16/+31
| | | | | | | | Creating a notice instead
* | Executed go fmt for all filesThomas Boerger2016-11-041-1/+1
| |
* | Implementation of the feature to redirect to an external issue trackerRémy Boulanouar2016-11-042-1/+7
| |
* | Show issue/PR number on titleAndrey Nering2016-11-032-2/+3
| |
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-0357-252/+252
| |
* | Prevented user enumeration of valid users through HTTP status codes of login ↵LefsFlare2016-10-161-2/+4
|/ | | | (#3639) (#3654)
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-021-3/+3
|
* Add the ability to explore organizations (#3573)Daniel Oaks2016-09-011-3/+19
| | | | | | * Add ability to explore organizations * Use right icon for org explore links
* #3559 fix template errorUnknwon2016-08-312-9/+4
|
* models/login_source: code improvementUnknwon2016-08-311-3/+2
|
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-312-3/+8
|
* Support Editorconfig on web editor (#3512)无闻2016-08-303-0/+22
|\
| * Support Editorconfig on web editorAndrey Nering2016-08-303-0/+22
| |
* | #2018 able to sync now for mirrorsUnknwon2016-08-303-21/+32
|/ | | | | - Refactor code to use sync.UniqueQueue - Closes #3509
* Web editor: support upload filesUnknwon2016-08-304-275/+186
|
* router/repo: code refactoringUnknwon2016-08-305-195/+193
|
* #3459 code quality improvementUnknwon2016-08-292-39/+15
|
* Load a set of predefined labels (#3459)Thibault Meyer2016-08-291-0/+52
| | | | | | | | | | | | | | | | | | | | | | * 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
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-1/+1
|
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-281-3/+2
|
* Web editor: improve edit fileUnknwon2016-08-282-10/+3
|
* Web editor: improve delete file processUnknwon2016-08-282-49/+87
|
* Web editor: improve edit file tooltipUnknwon2016-08-271-53/+39
|
* #3448 redirect if any after sign inUnknwon2016-08-271-1/+8
|
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-271-7/+6
|
* #2966 code cleanupUnknwon2016-08-263-62/+21
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-262-0/+128
| | | add `since` query string support to list issue comment
* Web editor: improve code qualityUnknwon2016-08-247-56/+48
|
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-241-2/+4
|
* #3383 code cleanupUnknwon2016-08-245-170/+44
|
* Additional API support for milestones (#3383)lstahlman2016-08-243-0/+238
|
* 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
* General code quality improvementUnknwon2016-08-163-12/+23
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-163-16/+20
| | | | - Fill Milestone and Assignee field when available in webhook payload
* #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
| | | | - Detect non-exist commit and return 404 not 500
* #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
|