Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
    • Daniel Gerhardt's avatar
      Adjust testing to reflect changes to authentication handling · 610d0bb0
      Daniel Gerhardt authored
      Implemented a customized WithMockUser and
      WithMockUserSecurityContextFactory to mock an Authentication with User
      and UserProfile.
      610d0bb0
    • Daniel Gerhardt's avatar
      Refactor authentication management · 18e8d1c1
      Daniel Gerhardt authored
      * AuthenticationProvider-agnostic User object allows access to common
        user attributes: userId, loginId, authProvider, etc.
      * Auto-create UserProfiles for external accounts
      * Use userId (instead of loginId) for permission checks
      * Use custom implementation for Pac4j integration
        (remove org.pac4j.spring-security-pac4j)
      * Move authentication logic from controller to service layer
      * Remove user room role handling
      * Rename targetDomainType 'session' to 'room'
      18e8d1c1
  2. Aug 04, 2018
  3. Feb 22, 2018
  4. Aug 17, 2017
  5. Jul 15, 2017
  6. May 24, 2017
  7. Apr 25, 2017
  8. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Clean up code · bbb7288c
      Daniel Gerhardt authored
      * Remove unused code
      * Optimize imports (group 10+ and static imports)
      * Remove redundant variable assignments
      * Replace explicit type parameters with <>
      * Remove redundant catch blocks
      * Use varargs instead of explicit array instantiation
      * Weaken visibility of methods and fields
      * Simplify conditions
      * Do not use StringBuilder for simple concatenations
      * Fix code style
      * Remove invalid Javadoc
      bbb7288c
  9. Jan 10, 2017
  10. Feb 05, 2016
  11. Sep 17, 2015
  12. May 26, 2014
  13. May 22, 2014
  14. Oct 25, 2012