Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+5 |
|\ | | | | | Disable HTTP cloning | ||||
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+5 |
| | | |||||
* | | Use the rev-parsed sha1 commit id (#98) | Odin Ugedal | 2016-11-06 | 1 | -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 files | Odin Ugedal | 2016-11-06 | 1 | -2/+4 |
| | | |||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 14 | -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/goimports | Sandro Santilli | 2016-11-05 | 4 | -21/+1 |
|\ \ | |||||
| * | | Refactor editorconfig middleware | Andrey Nering | 2016-11-05 | 4 | -21/+1 |
| | | | |||||
* | | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 5 | -11/+5 |
|/ / | |||||
* | | Fix 500 when repo has invalid .editorconfig | Andrey Nering | 2016-11-05 | 4 | -16/+31 |
| | | | | | | | | Creating a notice instead | ||||
* | | Executed go fmt for all files | Thomas Boerger | 2016-11-04 | 1 | -1/+1 |
| | | |||||
* | | Implementation of the feature to redirect to an external issue tracker | Rémy Boulanouar | 2016-11-04 | 2 | -1/+7 |
| | | |||||
* | | Show issue/PR number on title | Andrey Nering | 2016-11-03 | 2 | -2/+3 |
| | | |||||
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 57 | -252/+252 |
| | | |||||
* | | Prevented user enumeration of valid users through HTTP status codes of login ↵ | LefsFlare | 2016-10-16 | 1 | -2/+4 |
|/ | | | | (#3639) (#3654) | ||||
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 1 | -3/+3 |
| | |||||
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 1 | -3/+19 |
| | | | | | | * Add ability to explore organizations * Use right icon for org explore links | ||||
* | #3559 fix template error | Unknwon | 2016-08-31 | 2 | -9/+4 |
| | |||||
* | models/login_source: code improvement | Unknwon | 2016-08-31 | 1 | -3/+2 |
| | |||||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 2 | -3/+8 |
| | |||||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 | 3 | -0/+22 |
|\ | |||||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 3 | -0/+22 |
| | | |||||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 3 | -21/+32 |
|/ | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 4 | -275/+186 |
| | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 5 | -195/+193 |
| | |||||
* | #3459 code quality improvement | Unknwon | 2016-08-29 | 2 | -39/+15 |
| | |||||
* | Load a set of predefined labels (#3459) | Thibault Meyer | 2016-08-29 | 1 | -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 subdirectory | Unknwon | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 | 1 | -3/+2 |
| | |||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | 2 | -10/+3 |
| | |||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | 2 | -49/+87 |
| | |||||
* | Web editor: improve edit file tooltip | Unknwon | 2016-08-27 | 1 | -53/+39 |
| | |||||
* | #3448 redirect if any after sign in | Unknwon | 2016-08-27 | 1 | -1/+8 |
| | |||||
* | #3495 only start builtin SSH server after user finish installation | Unknwon | 2016-08-27 | 1 | -7/+6 |
| | |||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | 3 | -62/+21 |
| | |||||
* | issues comment API : list, create, edit (#2966) | Iwan Budi Kusnanto | 2016-08-26 | 2 | -0/+128 |
| | | | add `since` query string support to list issue comment | ||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 7 | -56/+48 |
| | |||||
* | added support to set pull_request event from api (#3513) | Kurt Madel | 2016-08-24 | 1 | -2/+4 |
| | |||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 5 | -170/+44 |
| | |||||
* | Additional API support for milestones (#3383) | lstahlman | 2016-08-24 | 3 | -0/+238 |
| | |||||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 | 1 | -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 improvement | Unknwon | 2016-08-16 | 3 | -12/+23 |
| | |||||
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 3 | -16/+20 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||||
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 3 | -57/+7 |
| | |||||
* | markdown: fix treating pure number as SHA1 | Unknwon | 2016-08-15 | 1 | -1/+5 |
| | | | | - Detect non-exist commit and return 404 not 500 | ||||
* | #3466 fix response of pull request form validation error | Unknwon | 2016-08-15 | 1 | -6/+18 |
| | |||||
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 2 | -10/+22 |
| | |||||
* | Fix outdated edit can’t overwrite changes | Unknwon | 2016-08-15 | 1 | -1/+2 |
| |