gitea/modules
zeripath 7d434376f1 Pooled and buffered gzip implementation ()
* Pooled and buffered gzip implementation

* Add test for gzip

* Add integration test

* Ensure lfs check within transaction

The previous code made it possible for a race condition to occur whereby a LFSMetaObject could be checked into the database twice. We should check if the LFSMetaObject is within the database and insert it if not in one transaction.

* Try to avoid primary key problem in postgres

The integration tests are being affected by
https://github.com/go-testfixtures/testfixtures/issues/39 if we set the
primary key high enough, keep a count of this and remove at the end of
each test we shouldn't be affected by this.
..
auth ldap: Adjust log settings when a user is not found. ()
avatar Use assert in legacy unit tests ()
base Serve audio files using HTML5 audio tag ()
cache Fix memcache support when value is returned as string always ()
context Refactor repo.isBare to repo.isEmpty ()
cron Add branch overiew page ()
generate Implements generator cli for secrets ()
gzip Pooled and buffered gzip implementation ()
highlight No highlighting for .txt files ()
httplib Add sensitive headers ()
indexer fix indexer reindex bug when gitea restart ()
lfs Restrict permission check on repositories and fix some problems ()
log Remove maxlines option for file logger ()
mailer Explicitly decide whether to use TLS in mailer's configuration ()
markup Prioritize "readme.md" ()
metrics Prometheus endpoint ()
minwinsvc Fix Git hooks not being executed on Windows when running as a service ()
notification Refactor notification for indexer ()
options Fix typos in models/ and modules/ ()
pprof cmd/serve: pprof cpu and memory profile dumps to disk ()
private fix clone wiki failed via ssh ()
process Fix run command race ()
public When redirecting clean the path to avoid redirecting to //www.othersite.com ()
recaptcha Add Recaptcha functionality to Gitea ()
search Global code search support ()
setting Make db connect more robust ()
ssh Log IP of failed ssh connection ()
sync Fix status table race condition ()
templates Create Progressive Web App ()
test Restrict permission check on repositories and fix some problems ()
user Remove check for negative length ()
util Disallow empty titles ()
validation Improve URL validation for external wiki and external issues ()