1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-17 01:15:59 -04:00
gitea/modules/setting
wxiaoguang 83df0caf15
Sync gitea app path for git hooks and authorized keys when starting (#17335)
Gitea writes its own AppPath into git hook scripts. If Gitea's AppPath changes, then the git push will fail.

This PR:

* Introduce an AppState module, it can persist app states into database
* During GlobalInit, Gitea will check if the current AppPath is the same as last one. If they don't match, Gitea will sync git hooks.
* Refactor some code to make them more clear.
* Also, "Detect if gitea binary's name changed" #11341 is related, we call models.RewriteAllPublicKeys to update ssh authorized_keys file
2021-10-21 17:22:43 +08:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
database_test.go
database.go
federation.go Add nodeinfo endpoint for federation purposes (#16953) 2021-09-28 01:38:06 +02:00
git.go Disable core.protectNTFS (#17300) 2021-10-13 14:20:11 -04:00
indexer_test.go
indexer.go
lfs.go
log.go
mailer.go Make the Mirror Queue a queue (#17326) 2021-10-17 12:43:25 +01:00
markup.go
migrations.go
mime_type_map.go
mirror.go Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
oauth2_client.go
picture.go
project.go
proxy.go
queue.go Make the Mirror Queue a queue (#17326) 2021-10-17 12:43:25 +01:00
repository.go Make the Mirror Queue a queue (#17326) 2021-10-17 12:43:25 +01:00
service.go
session.go
setting_test.go
setting.go Sync gitea app path for git hooks and authorized keys when starting (#17335) 2021-10-21 17:22:43 +08:00
storage_test.go
storage.go
task.go
webhook.go