209 Commits (4c0fce8f7b3ec185ca34e301fb67bf2d28d972d4)

Author SHA1 Message Date
6543 4ddae2c1b5 [skip ci] Updated translations via Crowdin 2 years ago
zeripath ed094dbab9 [skip ci] Updated translations via Crowdin 2 years ago
wxiaoguang 26ec628624 [skip ci] Updated translations via Crowdin 2 years ago
Gusted cdd6371ad4 [skip ci] Updated translations via Crowdin 2 years ago
Gusted 0048595811
Remove U2F support (#20141)
- Completely remove U2F support from 1.18.0, 1.17.0 will be the last
release that U2F is somewhat supported. Users who used U2F would already
be warned about using U2F for a while now and should hopefully already
be migrated. But starting 1.18 definitely remove it.
2 years ago
SteveTheEngineer e67e685ed8 [skip ci] Updated translations via Crowdin 2 years ago
singuliere 460c03ca49 [skip ci] Updated translations via Crowdin 2 years ago
Lunny Xiao 5f136783d1 [skip ci] Updated translations via Crowdin 2 years ago
silverwind 23422f9909 [skip ci] Updated translations via Crowdin 2 years ago
Roger Luo e26f84a9b7 [skip ci] Updated translations via Crowdin 2 years ago
Lauris BH d087554d81 [skip ci] Updated translations via Crowdin 2 years ago
Wim 0a8c030600 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot d2a91e5e59 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot cd99540cdc [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot 5a75a5463e [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot 741c55b4ea [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot ba2592c380 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot e48f3b0527 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot f1d8030310 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot f9e7edc5d9 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot 4889ab52de [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot a15353dc00 [skip ci] Updated translations via Crowdin 2 years ago
GiteaBot 60b945565d [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot ee60f27aec [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot ccb7978538 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 13d002a755 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 183175263d [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot c79cc2d3e8 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot b01f6c1a8c [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 465fb4169e [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot c9110eb5e4 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 2a9aefdabb [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 8af5450cf7 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 347d48fdfe [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot cbd5dc4dd6 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 9b4280ea4b [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 3289aceec2 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 94f529af02 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 6bf5afe5de [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot f03abe8fb1 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 342f338bda [skip ci] Updated translations via Crowdin 3 years ago
lengyuqu 078e2b2c39
Add support for corporate WeChat webhooks (#15910)
* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* Update templates/admin/hook_new.tmpl

Co-authored-by: a1012112796 <1012112796@qq.com>

* Update services/webhook/wechatwork.go

Co-authored-by: a1012112796 <1012112796@qq.com>

* 修善wechatwork

* 修善wechatwork

* fix

* Update locale_cs-CZ.ini

fix

* fix build

* fix

* fix build

* make webhooks.zh-cn.md

* delet unnecessary blank line

* delet unnecessary blank line

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* Update templates/admin/hook_new.tmpl

Co-authored-by: a1012112796 <1012112796@qq.com>

* Update services/webhook/wechatwork.go

Co-authored-by: a1012112796 <1012112796@qq.com>

* 修善wechatwork

* 修善wechatwork

* fix

* fix build

* fix

* fix build

* make webhooks.zh-cn.md

* delet unnecessary blank line

* delet unnecessary blank line

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* fix

* fix

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* fix wechat

* fix wechat

* fix wechat

* fix wechat

* Fix invalid params and typo of email templates (#16394)

Signed-off-by: Meano <meanocat@gmail.com>

* Add LRU mem cache implementation (#16226)

The current default memory cache implementation is unbounded in size and number of
objects cached. This is hardly ideal.

This PR proposes creating a TwoQueue LRU cache as the underlying cache for Gitea.
The cache is limited by the number of objects stored in the cache (rather than size)
for simplicity. The default number of objects is 50000 - which is perhaps too small
as most of our objects cached are going to be much less than 1kB.

It may be worth considering using a different LRU implementation that actively limits
sizes or avoids GC - however, this is just a beginning implementation.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* [skip ci] Updated translations via Crowdin

* Replace `plugins/docker` with `techknowlogick/drone-docker`in ci (#16407)

* plugins/docker -> techknowlogick/drone-docker

* It is multi-arch

* docs: rewrite email setup (#16404)

* Add intro for both the docs page and mailer methods
  * Fix numbering level in SMTP section
  * Recommends implicit TLS

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

* Validate Issue Index before querying DB (#16406)

* Fix external renderer (#16401)

* fix external renderer

* use GBackground context as fallback

* no fallback, return error

Co-authored-by: Lauris BH <lauris@nix.lv>

* Add checkbox to delete pull branch after successful merge (#16049)

* Add checkbox to delete pull branch after successful merge

* Omit DeleteBranchAfterMerge field in json

* Log a warning instead of error when PR head branch deleted

* Add DefaultDeleteBranchAfterMerge to PullRequestConfig

* Add support for delete_branch_after_merge via API

* Fix for API: the branch should be deleted from the HEAD repo

If head and base repo are the same, reuse the already opened ctx.Repo.GitRepo

* Don't delegate to CleanupBranch, only reuse branch deletion code

CleanupBranch contains too much logic that has already been performed by the Merge

* Reuse gitrepo in MergePullRequest

Co-authored-by: Andrew Thornton <art27@cantab.net>

* [skip ci] Updated translations via Crowdin

* Detect encoding changes while parsing diff (#16330)

* Detect encoding changes while parsing diff

* Let branch/tag name be a valid ref to get CI status (#16400)

* fix #16384#

* refactor: move shared helper func to utils package

* extend Tests

* use ctx.Repo.GitRepo if not nil

* fix

* fix

* 企业微信webhook

* 企业微信webhook

* 企业微信webhook

* fix build

* fix build

* Apply suggestions from code review

Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: myheavily <myheavily>
Co-authored-by: zhaoxin <gitea@fake.local>
Co-authored-by: Meano <Meano@foxmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: GiteaBot <teabot@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Bagas Sanjaya <bagasdotme@gmail.com>
Co-authored-by: Norwin <noerw@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Jimmy Praet <jimmy.praet@telenet.be>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
GiteaBot 2256499db5 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 0ead8cea6c [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 579fcad8cd [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 6ca667d3f2 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 71c5a8f7f8 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 3bf7a83d7f [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 3dafb074c6 [skip ci] Updated translations via Crowdin 3 years ago
GiteaBot 461915daa6 [skip ci] Updated translations via Crowdin 3 years ago