0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 06:04:36 +01:00
gitea/modules/setting
Lunny Xiao 110fc57cbc
Move some code into models/git (#19879)
* Move access and repo permission to models/perm/access

* fix test

* Move some git related files into sub package models/git

* Fix build

* fix git test

* move lfs to sub package

* move more git related functions to models/git

* Move functions sequence

* Some improvements per @KN4CK3R and @delvh
2022-06-12 23:51:54 +08:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go Remove legacy +build: constraint (#19582) 2022-05-02 23:22:45 +08:00
database_test.go
database.go
directory.go
federation.go Federation: return useful statistic information for nodeinfo (#19561) 2022-05-02 21:35:45 +08:00
git.go
i18n.go
indexer_test.go
indexer.go
lfs.go
log.go Update go tool dependencies (#19676) 2022-05-10 23:55:54 +02:00
mailer.go
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go
picture.go
project.go
proxy.go
queue.go
repository.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
service.go
session.go
setting_test.go
setting.go Make AppDataPath absolute against the AppWorkPath if it is not (#19815) 2022-06-06 10:43:17 -04:00
storage_test.go
storage.go
task.go
webhook.go