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/modules
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
..
auth Add repository setting to enable/disable health checks (#3607) 6 years ago
avatar Use assert in legacy unit tests (#867) 8 years ago
base Implements generator cli for secrets (#3531) 6 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Refactor and simplify redirect to url (#3674) 6 years ago
cron Add branch overiew page (#2108) 7 years ago
generate Implements generator cli for secrets (#3531) 6 years ago
highlight No highlighting for .txt files (#1922) 7 years ago
httplib Add sensitive headers (#3429) 7 years ago
indexer Global code search support (#3664) 6 years ago
lfs Fix SSH auth lfs locks (#3152) 7 years ago
log Fix lint errors (#2547) 7 years ago
mailer Add support for extra sendmail arguments (#2731) 7 years ago
markup Fix wiki inter-links with cases and add tests for this case (#3560) 6 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 7 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
process Fix run command race (#1470) 7 years ago
public Enable caching on assets and avatars (#3376) 7 years ago
search Global code search support (#3664) 6 years ago
setting Implements generator cli for secrets (#3531) 6 years ago
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Rework special link parsing in the post-processing of markup (#3354) 6 years ago
test Unit tests for routers/repo/issue_label (#3198) 7 years ago
user golint fixed for modules/user 8 years ago
util fix gpg expired bug when time is zero (#3584) 6 years ago
validation Create new branch from branch selection dropdown (#2130) 7 years ago