Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | models/repo: idiomatic English (#5678) | Tekaoh | 2019-04-11 | |
| | | | | | | | | * Idiomatic English * Even better English | |||
* | locale: sync from Crowdin | Unknwon | 2019-03-25 | |
| | ||||
* | docker: remove deprecated option (#5650) | Menno van Rahden | 2019-03-16 | |
| | | | This line has been removed in respect to the OpenSSH spec update with Version 7.5 (https://www.openssh.com/txt/release-7.5) | |||
* | README: fix tutorial links (#5641) | boson.cat | 2019-02-28 | |
| | | | | | | * Update README_ZH.md * Update README.md | |||
* | README: sync translation | Unknwon | 2019-02-25 | |
| | | | | [CI SKIP] | |||
* | README: introduce a deployment method which using helm (#5638) | Zou Nengren | 2019-02-25 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-02-25 | |
| | ||||
* | models/issue_mail: add assignee to issue related emails (#5628) | Andy Hochhaus | 2019-02-20 | |
| | | | Reference #4220 | |||
* | pkg/bindata: regenerate for PR #5623 | Unknwon | 2019-02-20 | |
| | ||||
* | pkg/mailer/mail: render markdown in issue related emails (#5629) | Andy Hochhaus | 2019-02-20 | |
| | | | | | Reference #4552 | |||
* | conf/gitignore: add Unreal Engine (#5623) | Stephen Lane-Walsh | 2019-02-17 | |
| | ||||
* | models/models: formalize error messages | Unknwon | 2019-02-06 | |
| | ||||
* | models: disable idle connection and set connection max life time (#5532) | Unknwon | 2019-02-06 | |
| | ||||
* | README: add new sponsor | Unknwon | 2019-02-01 | |
| | | | | [CI SKIP] | |||
* | README: update LunaNode link | Unknwon | 2019-01-30 | |
| | | | | [CI SKIP] | |||
* | README: add LunaNode cloud deployment URL (#5584) | Favyen Bastani | 2019-01-30 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-01-30 | |
| | | | | - Add Portuguese | |||
* | locale: sync from Crowdin | Unknwon | 2019-01-21 | |
| | ||||
* | pkg/mailer: support plaintext alt for HTML emails (#5568) | Guy Smoilov | 2018-12-25 | |
| | | | | | | | | | | * Added option to use plain text alt to HTML emails. Should make the messages friendlier for spam filters. * Check that plaintext conversion worked before adding the HTML alt * Add description of ADD_PLAIN_TEXT_ALT to app.ini * Added comment clarifying html AddAlternative | |||
* | models/repo_editor: add isRepositoryGitPath to detect invalid file path (#5558) | Unknwon | 2018-12-25 | |
| | ||||
* | pkg/tool/path: use IsMaliciousPath to replace SanitizePath (#5558) | Unknwon | 2018-12-25 | |
| | ||||
* | public/css: make less (#5317) | Unknwon | 2018-12-25 | |
| | ||||
* | public/less: fix layout misalignment in Firefox for Linux (#5317) | Kyumyeong Han | 2018-12-25 | |
| | | | | | | * Update _repository.less * Update _repository.less | |||
* | models/repo_editor: ignore copying files with '.git/' path prefix (#5558) | Unknwon | 2018-12-19 | |
| | ||||
* | pkg/tool/path: handle Windows path separators (#5558) | Unknwon | 2018-12-19 | |
| | ||||
* | *: remove Go 1.7 support | Unknwon | 2018-12-19 | |
| | ||||
* | pkg/ssh: specify ssh-keygen to always generate PEM format | Unknwon | 2018-12-19 | |
| | ||||
* | vendor: update github.com/go-sql-driver/mysql | Unknwon | 2018-12-19 | |
| | | | | Fix MySQL 1046 error | |||
* | auth: coding style and glitches fixes for GitHub login source (#5340) | Unknwon | 2018-12-18 | |
| | ||||
* | auth: add new authentication source: GitHub, including GitHub Enterprise (#5340) | haixunlu | 2018-12-18 | |
| | | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies. | |||
* | pkg/tool: improve SanitizePath (#5558) | Unknwon | 2018-12-18 | |
| | ||||
* | models/repo_editor: sanitize user-defined file name to prevent RCE (#5558) | Unknwon | 2018-12-18 | |
| | | | | Reported by PentesterLab (https://pentesterlab.com). | |||
* | models/action: skip issue index parsing while using external issue tracker ↵ | Unknwon | 2018-12-17 | |
| | | | | (#5551) | |||
* | vendor: update | Unknwon | 2018-12-16 | |
| | | | | | - github.com/gogs/go-gogs-client - gopkg.in/macaron.v1 | |||
* | api: add GetReferenceSHA (#5546) | Unknwon | 2018-12-16 | |
| | ||||
* | vendor: update github.com/gogs/go-gogs-client | Unknwon | 2018-12-15 | |
| | ||||
* | api: add GetSingleCommit (#5546) | Unknwon | 2018-12-15 | |
| | ||||
* | vendor: update github.com/gogs/git-module | Unknwon | 2018-12-15 | |
| | ||||
* | .github: adjust issue templates | Unknwon | 2018-12-14 | |
| | | | | [skip ci] | |||
* | locale: sync from Crowdin | Unknwon | 2018-12-11 | |
| | ||||
* | models: remove legacy support | Unknwon | 2018-12-11 | |
| | ||||
* | pkg/markup: support data URL of base64 encoded images (#5391) | Nikita | 2018-12-10 | |
| | ||||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 | |
| | ||||
* | templates: sanitize special links in commit message (#5545) | Unknwon | 2018-12-10 | |
| | | | | Reported by @cezar97. | |||
* | templates: make state changing routes to POST method (#5541) | Unknwon | 2018-12-06 | |
| | | | | - pkg/context: add ParamsUser to unify the injection process | |||
* | vendor: update github.com/go-macaron/session | Unknwon | 2018-12-04 | |
| | ||||
* | user/auth: flush and destroy session at logout (#5540) | Unknwon | 2018-12-04 | |
| | | | | Reported by @cezar97. | |||
* | ci: update appveyor.yml | Unknwon | 2018-12-03 | |
| | ||||
* | vendor: update github.com/gogs/go-gogs-client | Unknwon | 2018-12-03 | |
| | | | | Bring fixes for #5538 | |||
* | pkg/context: use host address and apply insecure flag for go-get=1 when ↵ | Unknwon | 2018-12-03 | |
| | | | | needed (#5305) |