Skip to content

2.9.10

Compare
Choose a tag to compare
@niphlod niphlod released this 15 Sep 19:02
· 2795 commits to master since this release
  • fixed a typo in the license of some login_methods code. It is now LGPL consistently with the rest of the web2py code. This change applied to all previous web2py versions.
  • support for SAML2 (with pysaml2)
  • Sphinx documentation (thanks Niphlod)
  • improved scheduler (thanks Niphlod)
  • increased security
  • postgres support for "INSERT ... RETURING ..."
  • ldap support for Certificate Authority (thanks Maggs and Shane)
  • improved support for S/Mime X.509 (thanks Gyuris)
  • better welcome app
  • support for Collection+JSON Hypermedia API (RESTful self documenting API)
  • jQuery 1.11
  • codemirror 4.0.3
  • support for the new janrain API
  • better cache.disk()
  • new "web2py.py -G config" to make GAE configuration easier
  • many small bug fixes