You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
Allen Wild 15c6bb500b Add repository setting to enable/disable health checks (#3607)
New Feature:
  * Repository struct field for IsFsckEnabled (default true of course)
  * Admin Settings section on repo options page, accessible only by
    admin users

Possible Enhancements:
  * There's no way to force running health checks on all repos
    regardless of their IsFsckEnabled setting. This would be useful if
    there were an admin API or dashboard button to run fsck immediately.

Issue: https://github.com/go-gitea/gitea/issues/1712
Signed-off-by: Allen Wild <allenwild93@gmail.com>
6 years ago
..
admin Add admin dashboard option to run health checks (#3606) 6 years ago
api/v1 Added issue search via api (#3612) 6 years ago
dev Make time diff translatable (#2057) 7 years ago
org Address issues pointed out by @lunny in #3339 (#3352) 7 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
repo Add repository setting to enable/disable health checks (#3607) 6 years ago
routes Global code search support (#3664) 6 years ago
user Refactor and simplify redirect to url (#3674) 6 years ago
utils Allow adding collaborators with (fullname) (#3103) 7 years ago
home.go Global code search support (#3664) 6 years ago
init.go Set session and indexers' data files rel to AppDataPath (#2192) 7 years ago
install.go Implements generator cli for secrets (#3531) 6 years ago