aboutsummaryrefslogtreecommitdiff
path: root/routers
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* repo/view: trim Windows line ending when display content (#4546)Unknwon2017-06-09
|
* repo: load base repository for loadAttributesUnknwon2017-06-08
|
* api/repo: response full API format for search results (#4522)Unknwon2017-06-08
|
* api/repo: fix admin migrate repo for non-org users (#4479)Unknwon2017-06-05
|
* api: GitHub compliance (#4549)无闻2017-06-05
| | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* issue: fix updated_unix is not updated for new comments (#4462)Unknwon2017-06-02
|
* repo/download: fix for downloading zero bytes files. (#4436)Jonas Östanbäck2017-05-29
| | | | | | Allocated buffer served to client and not properly truncated to number of bytes read. Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* ldap: minor fix for PR #4398Unknwon2017-05-29
|
* ldap: add check for group membership (#4398)aboron2017-05-29
| | | | | | | | | * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits.
* feature/org-mode: fix compile errorUnknwon2017-05-17
|
* modules/markup: initial support for org-mode (#4373)Unknwon2017-05-17
|
* install: validate port in SMTP host address (#2243)Unknwon2017-04-07
|
* templates/repo: fix README.ipynb not rendered (#4367)Unknwon2017-04-07
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* api/repo: improve migration error handlingUnknwon2017-04-07
|
* user/setting: simplify codeUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* api/repo: fix nil error panicUnknwon2017-04-06
|
* api/repo: check user type of owner for migrationUnknwon2017-04-06
| | | | Report by MiaoWoo.
* 2fa: initial support (#945)Unknwon2017-04-06
|
* user/setting: reorder navbarUnknwon2017-04-05
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* models/mirror: feed git.IsRepoURLAccessible with raw mirror addressUnknwon2017-04-04
|
* repo/http: fix client is not informed to provide credentialsUnknwon2017-04-04
| | | | | | | When Git client has cached credentials for a site, missing response header 'WWW-Authenticate: Basic realm="."' will result in Git client does not prompt user to input credentials again but plain error message and halts push/pull process.
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* repo/commit: improve error detectionUnknwon2017-04-04
| | | | Response 404 not 500 for raw diff if object does not exist.
* models/repo_diff: move core functions to gogits/git-moduleUnknwon2017-04-04
|
* templates/repo/branches: hide pull request button if not allowed (#4377)Unknwon2017-04-03
|
* issue: response wrong type of comment from AJAXUnknwon2017-04-03
|
* repo: handle git.ErrUnsupportedVersion error typeUnknwon2017-04-01
|
* modules/markup: move common functions to markup.goUnknwon2017-03-31
|
* modules/markup: rename Markdown render fucntionsUnknwon2017-03-31
| | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type.
* modules/markup: protect sanitizer from possible modificationUnknwon2017-03-31
| | | | | | | Only expose public APIs for 'Sanitize' and 'SanitizeBytes' to eliminate unintentional modifications to sanitizer policy. Also use 'sync.Once' to make sure multiple calls of 'NewSanitizer' is safe (although should never happen, but this is a better way).
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* user/setting: preserve user input with validation error (#1123)Unknwon2017-03-30
|
* cmd/web: fix routes requires sign in (#4359)Unknwon2017-03-30
| | | | | Redirect user to sign in page when visit private repository with public issues if user want to post comment or create new issue.
* org/dashboard: fix wrong repository count (#4351)Unknwon2017-03-28
| | | | Should not include count for inaccessible repositories.
* repo/settings/branches: add prompt for bare repositoryUnknwon2017-03-27
|
* user/settings: fix bad error handle of leave organizationUnknwon2017-03-25
|
* repo: recalculate milestone completeness on issue list (#4316)Unknwon2017-03-24
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* milestone: only show issue-related count under issue list (#4316)Unknwon2017-03-24
|
* api/repo: add endpoint to sync mirror (#2235)Unknwon2017-03-23
|
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|