GiteaBot
365b16cde1
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
a3517d8668
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
4f99697888
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
3d996c85a5
[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
f5bb788c4e
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
2a9aefdabb
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
9046c022d2
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
1f41fcc342
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
8af5450cf7
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
74b6805225
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
96ff3e310f
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
6d30a00762
[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
d4bb8e0ae7
[skip ci] Updated translations via Crowdin
3 years ago
GiteaBot
df2c7901e6
[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
4 years ago
GiteaBot
f03abe8fb1
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
342f338bda
[skip ci] Updated translations via Crowdin
4 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>
4 years ago
GiteaBot
afb040e021
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
2256499db5
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
8484ee2c28
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
5cc5dfe036
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ee43d70a0c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0ead8cea6c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
febee86d0d
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
579fcad8cd
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6ca667d3f2
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
71c5a8f7f8
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6667f52694
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
3bf7a83d7f
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
a38f62ad0f
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
461915daa6
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
44d76ff7cb
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
131b59ef89
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
96b1315e6e
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
3a49c00f0d
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
d42509a534
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
d0eeba9ff9
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
7bf1e7a18b
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
f2715b8e29
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
9d57373144
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0048d7c7cf
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
bb5eb849f2
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
cc6470425c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
8ee4d977a1
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
09fe0abb32
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
fd4b309c6f
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
b2986ab8b2
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
f878c8231f
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6c012b7e49
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ff2a0e8dcd
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
7118347bae
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
404f3484ad
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6a696b93b1
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
05365816ab
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
800c436b0b
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0e2e73410e
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
c05c0a1512
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
83c920d7fa
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
c09e11d018
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
6f1dddf5c3
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
7dd32276b7
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
029836c34c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
cf6f8b22ca
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
f8e9a3df40
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
338bfeebe7
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
de1e4b2da9
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
d0a676c8ff
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
ee7133d135
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
be880d4063
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
dbebc6b0e3
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
2fa4c4ad3a
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
e4d9533543
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
e964c6ec18
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
53359b1861
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
93f7525061
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
e35f7e81ae
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
4df6807b81
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
f5436b4a67
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
1d2553abbf
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
992f387139
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
afea4faa33
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
3d0ad2885a
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
33f606ce4c
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
b333aa7db4
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
fcc410c350
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0ed8d268ad
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
0b198eb392
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
a755e5adeb
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
baa93855e8
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
274f9233ab
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
cbc60f5c70
[skip ci] Updated translations via Crowdin
4 years ago
GiteaBot
d2cee3eea6
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
87fbb54abb
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
9cabd56fc0
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
38fb087d19
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
9ad04240a6
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
5b1327eb56
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
83e9ac57a1
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
6c2a59b50c
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
3f3a081758
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
304542af31
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
cc9d2deb60
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
209b17c4e2
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
19aab76853
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
0d9f9f7de1
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
55b4b4e8a5
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
f6f49700cc
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
b72af7ee71
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
4e302baa4c
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
5cf224abe3
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
aaaaeb7050
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
984ee0113b
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
452b69b71e
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
c25969e694
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
b0849abf3d
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
16f39ce426
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
2cb5878529
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
0a2cba972a
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
fbb0880d37
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
29ed07ee02
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
8a0da9ea78
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
cf7d4109c9
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
0e304bbc42
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
22b7507024
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
f0a43a068f
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
83801663ce
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
b3255921af
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
f1dd38b4f5
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
cb8f0c22a0
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
89f7dcb13d
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
0e8b27afe8
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
1803b38efc
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
3ac79b7101
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
4e566df1c6
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
f2e6c4538e
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
b6fa229dcf
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
5749b26cdd
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
669791be99
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
4714fa6642
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
47c24be293
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
15254f5762
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
7ccaf54140
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
a00d7200b1
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
e6036d9899
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
108bed2023
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
4a357f4188
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
d338e8238f
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
8f09aff427
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
1716150ced
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
fd1b2a31f3
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
555b1f6581
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
c15d371939
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
56ebc0c003
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
ab791fe7bb
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
c8f3146cd5
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
85e4190761
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
4a290bd64c
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
8c8a93c025
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
7c1ddd5692
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
ae939652ea
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
a5992d1725
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
b2b927808b
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
6322d254e7
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
46f06956df
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
7e74afc9f7
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
5ef21408e2
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
85f56546c4
[skip ci] Updated translations via Crowdin
5 years ago
micw
63c40796ef
Display description of 'make this repo private' as help text, not as tooltip ( #8097 )
5 years ago
GiteaBot
2bcd7f34e9
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
5fc93b4005
[skip ci] Updated translations via Crowdin
5 years ago
GiteaBot
0a1c824bc7
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
9a5c6f3da4
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
8c10d91086
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
4bc4acd02b
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
ce27e48fe3
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
877df0f9fb
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
17fa227f37
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
e463bdaf8d
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
a200ca1551
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
b1be6fd31f
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
59e6a7b97f
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
160e7edd04
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
6ff9349a09
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
3d82367bdc
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
1658cd04e9
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
91c2c237f9
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
26042a8175
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
b1bb700665
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
b74dc970e9
[skip ci] Updated translations via Crowdin
6 years ago
GiteaBot
dae94e33be
[skip ci] Updated translations via Crowdin
6 years ago