aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* markdown: improve filter of class attribute for code blocksUnknwon2017-03-29
| | | | | | Only allow HighlightJS specific classes. Reported by ChALkeR.
* migration.v17: handle mysql error (#4361)Kyle McCullough2017-03-29
|
* js: use jQuery .find() (#4343)Hassan Amouhzi2017-03-28
|
* migration.v17: add nil error checkUnknwon2017-03-28
|
* migration/v17: skip if protect_branch_whitelist table not exist (#4355)Unknwon2017-03-28
|
* org/dashboard: fix wrong repository count (#4351)Unknwon2017-03-28
| | | | Should not include count for inaccessible repositories.
* docker: fix heading in README.md (#4353)David Beitey2017-03-28
| | | The unicode non-breaking space character was breaking the heading format; this switches that character for an ASCII space.
* Prepare releaseUnknwon2017-03-27
| | | | [CI SKIP]
* Update localesUnknwon2017-03-27
|
* docker: use vendor to replace go getUnknwon2017-03-27
|
* models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333)Unknwon2017-03-27
| | | | | | | | If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records.
* repo/settings/branches: add prompt for bare repositoryUnknwon2017-03-27
|
* modes/mirror: corrected NextUpdate not set (#4345)Jonas2017-03-26
|
* models/repo: avoid duplicated results in SearchRepositoryByName (#4344)Pablo Saavedra2017-03-26
|
* cmd/web: remove dependency version checkerUnknwon2017-03-25
|
* user/settings: fix bad error handle of leave organizationUnknwon2017-03-25
|
* models/repo_editor: add pull request test task after commit (#4338)Unknwon2017-03-25
|
* repo/milestone: simplify codeUnknwon2017-03-24
|