gitea/modules
mrsdizzie 2f9564f993 Set default ssh.minimum_key_sizes ()
The minimum key size defaults weren't set as suggested in app.ini.sample
so if you enabled MINIMUM_KEY_SIZE_CHECK it would always fail since
there would be no matching values to check against. This pr adds the
default values that should have been there.

Should fix 
..
auth Branch protection: Possibility to not use whitelist but allow anyone with write access ()
avatar Improve handling of non-square avatars ()
base Use gitea forked macaron ()
cache Use gitea forked macaron ()
charset deps: update and fix chardet import ()
context Swagger info corrections ()
convert [Bug] [API] Add language to user api ()
cron Graceful: Xorm, RepoIndexer, Cron and Others ()
generate Integrate OAuth2 Provider ()
git Change target branch for pull request ()
gitgraph Move git graph from models to modules/graph ()
graceful Fix missed change to GetManager() ()
highlight Add a lot of extension to language mappings for syntax highlights ()
httplib Add golangci ()
indexer Graceful: Xorm, RepoIndexer, Cron and Others ()
lfs Make repository management section handle lfs locks ()
log Log: Ensure FLAGS=none is -1 ()
markup Markdown: Sanitizier Configuration ()
metrics Prometheus endpoint ()
migrations Use OriginalURL insead of CloneAddr in migration logging ()
notification Add ActionCommentPull action ()
options Use gitea forked macaron ()
password Add password requirement info on error ()
pprof Add golangci ()
private AuthorizedKeysCommand should not query db directly ()
process Graceful: Cancel Process on monitor pages & HammerTime ()
public Use gitea forked macaron ()
recaptcha fixed reCAPTCHA URL ()
references Alternate syntax for cross references ()
repofiles fixed bug in GitTreeBySHA where pulling items from a page other than page 1 would fail because the wrong var was used to set the entries to return ()
repository Move some repository methods from models to modules/repository ()
search Move modules/indexer to modules/indexer/code ()
secret Integrate OAuth2 Provider ()
session Use gitea forked macaron ()
setting Set default ssh.minimum_key_sizes ()
ssh Graceful: Xorm, RepoIndexer, Cron and Others ()
structs Remove unsued struct ()
sync Graceful: Xorm, RepoIndexer, Cron and Others ()
task Sleep longer if request speed is over github limitation ()
templates Add ActionCommentPull action ()
test Add Close() method to gogitRepository ()
timeutil Use gitea forked macaron ()
upload Fix upload file type check ()
user Add golangci ()
util Convert EOL to UNIX-style to render MD properly ()
validation Implement webhook branch filter ()
webhook Fix Slack webhook payload title generation to work with Mattermost ()