Skip to content

0.5.0

Compare
Choose a tag to compare
@mathiasertl mathiasertl released this 10 Mar 14:57
· 72 commits to master since this release
0.5.0
  • Increase length of type column to 255 characters (we sometimes encounter up to 80 characters).
  • If a user does not match any ACL from the XMPP_HTTP_UPLOAD_ACCESS setting, all uploads are denied.
  • Set the default app name to xmpp_http_upload.
  • Add many more tests to the test suite.
  • Use isort to sort imports, increase textwidth to 110 chars.
  • Add new setup.py commands to run the test-suite or code quality tests.
  • Add new setup.py command to generate a coverage report for the test suite.
  • Use Travis CI to run the test-suite and code quality tests in all supported Python
    and Django Versions.