Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.24 KB

changelog.textile

File metadata and controls

38 lines (28 loc) · 1.24 KB

Changelog

1.1 (latest)

  • optional possibility to use any ORM you like by configuring casino.user in application.conf
  • optional possibility to use a hook, executed after user is created
  • fully backwards compatible to 1.0
  • a lot more documentation
  • testcases for JPA and Siena
  • testcases for AfterUserCreationHook
  • bump to latest recaptcha dependency 1.3
  • bump to latest siena dependency 2.0.7
  • bump to latest play dependency 1.2.4

1.0

  • name change to Casino
  • move to github
  • submission to play modules listing

0.4

  • cleaner integration with Play secure => still doublication of Secure.java and Check.java. Not nice.
  • support for authorizing (thus setting play session cookies) user across domain boundaries
  • Support for Roles in User
    • Methods hasRole, addRole
    • @Check(“role:admin”) (or any role you use) supported on controller level

0.3

  • support for fixing url for login/login/registration
  • moved stuff into subdirectory playsienauser