aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* conf/gitignore: add Unreal Engine (#5623)Stephen Lane-Walsh2019-02-17
|
* models/models: formalize error messagesUnknwon2019-02-06
|
* models: disable idle connection and set connection max life time (#5532)Unknwon2019-02-06
|
* README: add new sponsorUnknwon2019-02-01
| | | | [CI SKIP]
* README: update LunaNode linkUnknwon2019-01-30
| | | | [CI SKIP]
* README: add LunaNode cloud deployment URL (#5584)Favyen Bastani2019-01-30
|
* locale: sync from CrowdinUnknwon2019-01-30
| | | | - Add Portuguese
* locale: sync from CrowdinUnknwon2019-01-21
|
* pkg/mailer: support plaintext alt for HTML emails (#5568)Guy Smoilov2018-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)Unknwon2018-12-25
|
* pkg/tool/path: use IsMaliciousPath to replace SanitizePath (#5558)Unknwon2018-12-25
|
* public/css: make less (#5317)Unknwon2018-12-25
|
* public/less: fix layout misalignment in Firefox for Linux (#5317)Kyumyeong Han2018-12-25
| | | | | | * Update _repository.less * Update _repository.less
* models/repo_editor: ignore copying files with '.git/' path prefix (#5558)Unknwon2018-12-19
|
* pkg/tool/path: handle Windows path separators (#5558)Unknwon2018-12-19
|
* *: remove Go 1.7 supportUnknwon2018-12-19
|
* pkg/ssh: specify ssh-keygen to always generate PEM formatUnknwon2018-12-19
|
* vendor: update github.com/go-sql-driver/mysqlUnknwon2018-12-19
| | | | Fix MySQL 1046 error
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* pkg/tool: improve SanitizePath (#5558)Unknwon2018-12-18
|
* models/repo_editor: sanitize user-defined file name to prevent RCE (#5558)Unknwon2018-12-18
| | | | Reported by PentesterLab (https://pentesterlab.com).
* models/action: skip issue index parsing while using external issue tracker ↵Unknwon2018-12-17
| | | | (#5551)
* vendor: updateUnknwon2018-12-16
| | | | | - github.com/gogs/go-gogs-client - gopkg.in/macaron.v1
* api: add GetReferenceSHA (#5546)Unknwon2018-12-16
|
* vendor: update github.com/gogs/go-gogs-clientUnknwon2018-12-15
|
* api: add GetSingleCommit (#5546)Unknwon2018-12-15
|
* vendor: update github.com/gogs/git-moduleUnknwon2018-12-15
|
* .github: adjust issue templatesUnknwon2018-12-14
| | | | [skip ci]
* locale: sync from CrowdinUnknwon2018-12-11
|
* models: remove legacy supportUnknwon2018-12-11
|
* pkg/markup: support data URL of base64 encoded images (#5391)Nikita2018-12-10
|
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates: sanitize special links in commit message (#5545)Unknwon2018-12-10
| | | | Reported by @cezar97.
* templates: make state changing routes to POST method (#5541)Unknwon2018-12-06
| | | | - pkg/context: add ParamsUser to unify the injection process
* vendor: update github.com/go-macaron/sessionUnknwon2018-12-04
|
* user/auth: flush and destroy session at logout (#5540)Unknwon2018-12-04
| | | | Reported by @cezar97.
* ci: update appveyor.ymlUnknwon2018-12-03
|
* vendor: update github.com/gogs/go-gogs-clientUnknwon2018-12-03
| | | | Bring fixes for #5538
* pkg/context: use host address and apply insecure flag for go-get=1 when ↵Unknwon2018-12-03
| | | | needed (#5305)
* pkg/context: expose port in import path for 'go-get=1' (#5305)Unknwon2018-12-03
|
* locale: sync from CrowdinUnknwon2018-12-02
|
* public/css: adjust width of label color in dropdownUnknwon2018-12-02
| | | | models/issue: unify Issue receiver name to 'issue'
* models/issue: fix panic when clear labels (#5445)Unknwon2018-12-02
|
* github: update issue templates (#5537)无闻2018-12-02
|
* vendor: update github.com/gogs/go-gogs-clientUnknwon2018-12-02
|
* api/repo: support edit repository issue tracker (gogs/go-gogs-client#94)Unknwon2018-12-02
|
* routes/api: change status handle to new styleUnknwon2018-12-01
| | | | Also fixed one bug that did not catch team not found error.
* routes/api: allow get repository without login (#5475)Unknwon2018-12-01
|
* templates/user/dashboard: include 'org' query parameter in new mirror URL ↵Samuel Cochran2018-11-29
| | | | (#5534)