0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-21 06:16:09 +01:00
gitea/modules/setting
Kyle D f44543a1bb
Disable Stars config option (#14653)
* Add config option to disable stars

* Replace "stars" with watched in user profile

* Add documentation
2021-04-15 18:53:57 +02:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
database.go When reinitialising DBConfig reset the database use flags (#13796) 2020-12-02 19:39:48 -05:00
git.go Add pager to the branches page (#14202) 2021-01-19 05:07:38 +01:00
indexer_test.go Restrict repository indexing by glob match (#7767) 2019-09-11 20:26:28 +03:00
indexer.go
lfs.go
log.go
mailer.go
markup.go
migrations.go
oauth2_client.go OAuth2 auto-register (#5123) 2021-04-14 14:02:12 +02:00
picture.go Avatars and Repo avatars support storing in minio (#12516) 2020-10-14 21:07:51 +08:00
project.go
queue.go
repository.go
service.go
session.go
setting_test.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
setting.go
storage_test.go more test case for STORAGE_TYPE overrides (and fixes) (#14096) 2020-12-22 01:03:18 +02:00
storage.go
task.go
webhook.go