1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-08 19:35:21 +02:00

Export LFS & TimeTracking function status (#14753)

This commit is contained in:
6543 2021-02-20 11:17:51 +01:00 committed by GitHub
parent db07aedd32
commit 190bd0accd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 9 deletions

View file

@ -14101,6 +14101,10 @@
"type": "boolean",
"x-go-name": "HTTPGitDisabled"
},
"lfs_disabled": {
"type": "boolean",
"x-go-name": "LFSDisabled"
},
"migrations_disabled": {
"type": "boolean",
"x-go-name": "MigrationsDisabled"
@ -14108,6 +14112,10 @@
"mirrors_disabled": {
"type": "boolean",
"x-go-name": "MirrorsDisabled"
},
"time_tracking_disabled": {
"type": "boolean",
"x-go-name": "TimeTrackingDisabled"
}
},
"x-go-package": "code.gitea.io/gitea/modules/structs"