gitea/modules/setting
2020-02-26 23:30:57 -03:00
..
cache.go
cors.go
cron.go
database_sqlite.go
database_test.go
database.go Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493) 2020-02-26 23:30:57 -03:00
git.go Make hook status printing configurable with delay (#9641) (#9725) 2020-01-12 18:02:36 +00:00
indexer_test.go
indexer.go Refactor code indexer (#9313) 2019-12-23 20:31:16 +08:00
log.go Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 2019-12-24 00:11:12 +00:00
mailer.go
markup.go Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
migrations.go
queue.go fix #9648 (#9652) 2020-01-08 17:32:25 +01:00
repository.go Provide Default messages for merges (#9393) 2019-12-30 18:34:11 -05:00
service.go Add /milestones endpoint (#8733) 2019-12-15 14:20:08 +00:00
session.go
setting.go Make CertFile and KeyFile relative to CustomPath (#9868) (#9874) 2020-01-19 19:59:30 +00:00
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 2020-01-07 12:23:09 +01:00
webhook.go