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
base Serve audio files using HTML5 audio tag ()
cache
context Refactor repo.isBare to repo.isEmpty ()
cron
generate
gzip Pooled and buffered gzip implementation ()
highlight
httplib
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
notification Refactor notification for indexer ()
options
pprof
private fix clone wiki failed via ssh ()
process
public When redirecting clean the path to avoid redirecting to //www.othersite.com ()
recaptcha
search
setting Make db connect more robust ()
ssh Log IP of failed ssh connection ()
sync
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 ()