vilet.yy
c042ac5342
Merge branch 'develop_zx'
2021-03-01 11:03:03 +08:00
viletyy
09c3740972
[FIX]devleop rank not use repo.id
2021-02-04 11:20:50 +08:00
viletyy
cb5e96134f
[FIX]statistic use timestamp
2021-02-01 18:44:52 +08:00
hcxm
9c92113a43
[platform, project] statistical interface implementation
2021-01-29 10:51:39 +08:00
hcxm
498a012e82
add api swagger
2021-01-25 10:39:37 +08:00
hcxm
c019c6408a
add search file...
2021-01-25 10:35:21 +08:00
hcxm
8d214da2fc
add search file
2021-01-25 09:11:40 +08:00
hcxm
20ccfce2a3
add count|release|find 20210122
2021-01-22 14:33:36 +08:00
hcxm
314ec710d6
add count|release|find
2021-01-22 14:24:17 +08:00
hcxm
5bfe079500
2021-01-19
2021-01-19 10:47:03 +08:00
hcxm
1472bf98e4
添加readme接口扩展查询,保留老接口
2021-01-15 15:20:34 +08:00
hcxm
099b5d7015
C:/Program Files/Git/orgs 创建组织补全默认团队信息
2021-01-15 10:30:24 +08:00
hcxm
da5cce281c
接口修复 [patch]/orgs/{org} on 2021/01/14
2021-01-14 14:43:13 +08:00
hcxm
79d8abce8c
2021-01-12 add readme/tag readme/commit
2021-01-12 11:30:09 +08:00
HCXM1121
aa66281840
2021-01-11
2021-01-11 16:05:29 +08:00
Jasder
1cadb26e01
ADD MulanPublicLicenseV1
2020-12-31 10:34:37 +08:00
Gitea
7aa71468a3
Disable normal user login
2020-12-30 09:53:44 +08:00
Jasder
30e2bcd5c0
ADD PHengLEI license
2020-12-25 15:43:45 +08:00
jasder
9db8f493a5
review ok
2020-11-06 21:25:18 +08:00
sulenn
ab3a701a42
fix: fix error LatestSha field for compare API
2020-11-06 21:23:25 +08:00
jasder
f060033bdb
thk
2020-11-06 21:03:06 +08:00
sulenn
651dc48d1d
perf: add LatestSha field for commit compare and pull files API when response JSON Object
2020-11-06 20:58:43 +08:00
sulenn
a4b8dde283
feat: add api for getting a file content from commit sha
2020-11-06 19:52:36 +08:00
jasder
f32c50c28c
Merge pull request 'add Sha for commits and compare API' ( #3 ) from qiubing/gitea-1120-rc1:master into master
2020-11-02 09:10:12 +08:00
sulenn
56d390d20b
perf: add the Sha of json response for commits and compare API
2020-11-01 21:26:16 +08:00
jasder
5c94750c07
nice
2020-11-01 13:12:44 +08:00
sulenn
3a4c74f799
perf: repair the json struct for compare API
2020-11-01 09:21:35 +08:00
jasder
da051e6417
files、commits、issues、compare for pull reqeust
2020-10-31 21:18:44 +08:00
sulenn
2c31379482
feat:add four API for trustie
2020-10-31 20:30:43 +08:00
Jasder
028aae2806
ADD MulanPSL-2.0 协议
2020-10-09 11:33:38 +08:00
Jasder
e66b4e7a81
Merge remote-tracking branch 'upstream/master'
2020-09-29 15:08:48 +08:00
zeripath
4c6ac08182
Completely quote AppPath and CustomConf paths ( #12955 )
...
* Completely quote AppPath and CustomConf paths
Properly handle spaces in AppPath and CustomConf within hooks and
authorized_keys. Unfortunately here we don't seem to be able to get away
with using go-shellquote as it appears that Windows doesn't play too
well with singlequote quoting - therefore we will avoid singlequote
quoting unless we absolutely cannot get away without it, e.g. \n or !.
Fix #10813
Signed-off-by: Andrew Thornton <art27@cantab.net>
* missing change
Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix Test_CmdKeys
Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-09-28 21:16:52 -04:00
zeripath
5cfc1f573f
Fix the issue reported on #12385 ( #12969 )
...
Missed setting ConnectionString on queuesettings
Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-09-28 19:00:54 -04:00
6543
feb1a8cabc
Docs: Add missing SESSION_LIFE_TIME to Config Cheat Sheet ( #12968 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-28 16:39:54 -04:00
Victor
ffa7dd6880
Changed width of signature avatar from auto to 16px ( #12961 )
...
Signed-off-by: Victor Roest <victor@xirion.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
2020-09-28 16:39:22 -04:00
GiteaBot
b606f13365
[skip ci] Updated translations via Crowdin
2020-09-28 19:01:59 +00:00
6543
4a654a8d44
Mirror: Update DB on Address-Update too ( #12964 )
...
* Mirror: Update DB on Address-Update too
* new name for function to better describe
2020-09-28 15:00:52 -04:00
Antoine GIRARD
14e718695a
Update Dockerfile ( #12922 )
2020-09-27 18:52:22 -04:00
zeripath
7f8e3192cd
Allow common redis and leveldb connections ( #12385 )
...
* Allow common redis and leveldb connections
Prevents multiple reopening of redis and leveldb connections to the same
place by sharing connections.
Further allows for more configurable redis connection type using the
redisURI and a leveldbURI scheme.
Signed-off-by: Andrew Thornton <art27@cantab.net>
* add unit-test
Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @lunny
Signed-off-by: Andrew Thornton <art27@cantab.net>
* add test
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update modules/cache/cache_redis.go
* Update modules/queue/queue_disk.go
* Update modules/cache/cache_redis.go
* Update modules/cache/cache_redis.go
* Update modules/queue/unique_queue_disk.go
* Update modules/queue/queue_disk.go
* Update modules/queue/unique_queue_disk.go
* Update modules/session/redis.go
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-09-28 00:09:46 +03:00
GiteaBot
f404bdde9b
[skip ci] Updated translations via Crowdin
2020-09-27 19:21:50 +00:00
Tait Hoyem
c85c9d40c2
Add config option to make create-on-push repositories public by default ( #12936 )
...
* Add config option to make create-on-push repositories public by default
* Fix linting
* Add option to 'config cheat sheet' page
* Chinese translation
Signed-off-by: a1012112796 <1012112796@qq.com>
* Fix typo in docs
* fix typo
* Add option to example config
Co-authored-by: Tait Hoyem <code@tait.tech>
Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-27 15:20:52 -04:00
GiteaBot
82179a6e81
[skip ci] Updated translations via Crowdin
2020-09-27 02:11:47 +00:00
Bagas Sanjaya
fb467c7e74
Update GitHub docs links for SSH & GPG ( #12947 )
...
The links now redirected to docs.github.com. `common SSH problems` link
is misredirected to `Authenticating to GitHub` page, so it has been
corrected to the proper `troubleshooting SSH` page.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-26 22:10:41 -04:00
GiteaBot
b49ebc2ba8
[skip ci] Updated translations via Crowdin
2020-09-26 17:57:16 +00:00
Bagas Sanjaya
b725c4ee53
Add a step for binding IP address for listening on remote database ( #12898 )
...
* Add listen address configuration step
* Fix numbering order
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-09-26 13:56:13 -04:00
Melroy van den Berg
95ff55991e
Proposals for cheat-sheet docs ( #12946 )
...
* Propose additional settings in cheat sheet
Add most used settings of app.ini to cheat sheet docs.
* Fix small typo
2020-09-26 02:05:49 -04:00
Johan Van de Wauw
34d9cb335c
API: Get release by tags endpoint ( #12932 )
...
Get a release based on a tag name (for which a release exists).
Based on:
https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name
Co-authored-by: 赵智超 <1012112796@qq.com>
Co-authored-by: 6543 <6543@obermui.de>
2020-09-25 20:11:43 +01:00
赵智超
d71eaacbf2
[Docs] Add all chooseable cron config options to 'app.example.ini' ( #12931 )
...
As title.
ref:
https://github.com/go-gitea/gitea/blob/master/modules/cron/tasks_basic.go
https://github.com/go-gitea/gitea/blob/master/modules/cron/tasks_extended.go
ba20dd7a7b/modules/setting/cron.go (L7-L11)
Signed-off-by: a1012112796 <1012112796@qq.com>
2020-09-25 18:37:33 +01:00
GiteaBot
274430f40b
[skip ci] Updated translations via Crowdin
2020-09-25 08:59:15 +00:00
zeripath
f1ab1c532b
Allow extended config on cron settings ( #12939 )
...
* Allow extended config on cron settings
Fix #12934
Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-09-25 09:58:09 +01:00