aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* templates/repo: improve symlink file icon in list view (#4237)Unknwon2017-04-07
|
* user/setting: simplify codeUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* modes/mirror: make Updated unchanged if no new commits fetched (#4341)Unknwon2017-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}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* js: set cursor to the end of autofocus input stringUnknwon2017-04-06
|
* user/settings/security: add token description about 2FAUnknwon2017-04-06
|
* api/repo: fix nil error panicUnknwon2017-04-06
|
* api/repo: check user type of owner for migrationUnknwon2017-04-06
| | | | Report by MiaoWoo.
* vendor: add github.com/boombuler/barcode/utilsUnknwon2017-04-06
|
* vendor: add packages for 2faUnknwon2017-04-06
|
* 2fa: initial support (#945)Unknwon2017-04-06
|
* templates/repo/branches: fix links for mirror repositoryUnknwon2017-04-05
| | | | Also added new pull request button for stale branches.
* Update localesUnknwon2017-04-05
|
* pkg/markup: init default sanitizer.policyUnknwon2017-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 navbarUnknwon2017-04-05
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* css: improve fonts under WindowsUnknwon2017-04-04
|
* models/mirror: feed git.IsRepoURLAccessible with raw mirror addressUnknwon2017-04-04
|
* models/mirror: unescape credentials at read (#4014)Unknwon2017-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)Unknwon2017-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 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
* modules/context: add *Context. ServerError methodUnknwon2017-04-04
| | | | Also use constants from net/http to replace raw integers.
* 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
|
* css: fix font of .ui.label.button styleUnknwon2017-04-04
|
* templates/repo/branches: hide pull request button if not allowed (#4377)Unknwon2017-04-03
|
* public: update Semantic UI 2.2.7 -> 2.2.10Unknwon2017-04-03
| | | | [CI SKIP]
* issue: response wrong type of comment from AJAXUnknwon2017-04-03
|
* css: update fontsUnknwon2017-04-03
| | | | [CI SKIP]
* Prepare releaseUnknwon2017-04-03
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-03
|
* repo: handle git.ErrUnsupportedVersion error typeUnknwon2017-04-01
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-01
|
* modules/setting: set default session GC interval to 3600sUnknwon2017-03-31
|
* modes: fix test compile errorUnknwon2017-03-31
|
* modules/markup: move common functions to markup.goUnknwon2017-03-31
|
* modules/base: move file-related functions to file.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.
* templates/repo: improve README icon and fontUnknwon2017-03-31
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* locale: update TRANSLATORS (#4372)John Behm2017-03-31
| | | | | | * Update TRANSLATORS * Update TRANSLATORS
* vendor: update github.com/go-macaron/captchaUnknwon2017-03-30
| | | | [CI SKIP]
* migrations.v17: skip if table not existUnknwon2017-03-30
|