Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | models/login_source: add check for user for create/update on LDAP (#4405) | Jon Lundy | 2017-05-21 |
| | | | | | | | | * Add check for user for create/update * Update login_source.go * Update login_source.go | ||
* | models/ssh_key: don't run ssh-keygen check if disabled (#4519) | Gibheer | 2017-05-20 |
| | | | | | | | | | | | | * don't load key when key size should not be checked This makes it possible for users with incompatible ssh-keygen versions to just disable the check completely without running into errors. * add proper ed25519 constant The x/crypto/ssh library has support for ed25519 now, so it is possible to support it. | ||
* | Allow configurable HTTPS SSL/TLS version(#4451) | spacetourist | 2017-05-20 |
| | |||
* | feature/org-mode: fix compile error | Unknwon | 2017-05-17 |
| | |||
* | vendor: add github.com/chaseadamsio/goorgeous | Unknwon | 2017-05-17 |
| | |||
* | modules/markup: initial support for org-mode (#4373) | Unknwon | 2017-05-17 |
| | |||
* | locale: sync from Crowdin | Unknwon | 2017-05-17 |
| | |||
* | locale: added missing word and fixed a typo (#4490) | Benjamin | 2017-05-17 |
| | |||
* | cmd/update: fix typo (#4492) | rouzier | 2017-05-17 |
| | |||
* | vendor: update xorm version for fix git clone error build with golang 1.8.1 ↵ | peter zhang | 2017-04-26 |
| | | | | (#4460) | ||
* | install: validate port in SMTP host address (#2243) | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | js: remove Preview, Full Screen and Side-by-side buttons for repository file ↵ | Unknwon | 2017-04-07 |
| | | | | editing (#4402) | ||
* | api/repo: add Mirror field (#4392) | Unknwon | 2017-04-07 |
| | |||
* | api/repo: improve migration error handling | Unknwon | 2017-04-07 |
| | |||
* | locale: fix zh-CN | Unknwon | 2017-04-07 |
| | |||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: improve symlink file icon in list view (#4237) | Unknwon | 2017-04-07 |
| | |||
* | user/setting: simplify code | Unknwon | 2017-04-07 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | modes/mirror: make Updated unchanged if no new commits fetched (#4341) | Unknwon | 2017-04-06 |
| | | | | | After sync mirror, get latest commit date and compare to current repository updated time, only update it if the commit date is newer. | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | js: set cursor to the end of autofocus input string | Unknwon | 2017-04-06 |
| | |||
* | user/settings/security: add token description about 2FA | Unknwon | 2017-04-06 |
| | |||
* | api/repo: fix nil error panic | Unknwon | 2017-04-06 |
| | |||
* | api/repo: check user type of owner for migration | Unknwon | 2017-04-06 |
| | | | | Report by MiaoWoo. | ||
* | vendor: add github.com/boombuler/barcode/utils | Unknwon | 2017-04-06 |
| | |||
* | vendor: add packages for 2fa | Unknwon | 2017-04-06 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | templates/repo/branches: fix links for mirror repository | Unknwon | 2017-04-05 |
| | | | | Also added new pull request button for stale branches. | ||
* | Update locales | Unknwon | 2017-04-05 |
| | |||
* | pkg/markup: init default sanitizer.policy | Unknwon | 2017-04-05 |
| | | | | | | App would panic if user has validation error on installation and the sanitizer is not yet built. Therefore we need a minimal valid object for sanitizer at start. | ||
* | user/setting: reorder navbar | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | css: improve fonts under Windows | Unknwon | 2017-04-04 |
| | |||
* | models/mirror: feed git.IsRepoURLAccessible with raw mirror address | Unknwon | 2017-04-04 |
| | |||
* | models/mirror: unescape credentials at read (#4014) | Unknwon | 2017-04-04 |
| | | | | | If we save credentials already escaped, 'url.QueryEscape' still escapes it and makes the credentials become incorrect. | ||
* | models/mirror: escape credentials before write mirror address (#4014) | Unknwon | 2017-04-04 |
| | | | | | | | Special characters such as '@', ';', '#' and ':' could occur in password portion of credentials, which breaks the interpretation and saves 'config' file in with extra characters that are not recognized by Git (due to INI library). | ||
* | repo/http: fix client is not informed to provide credentials | Unknwon | 2017-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 -> pkg | Unknwon | 2017-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 | ||
* | modules/context: add *Context. ServerError method | Unknwon | 2017-04-04 |
| | | | | Also use constants from net/http to replace raw integers. | ||
* | repo/commit: improve error detection | Unknwon | 2017-04-04 |
| | | | | Response 404 not 500 for raw diff if object does not exist. | ||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| |