Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserService works with trait GenericProfile instead of BasicProfile #477

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 28, 2014

  1. UserService works with trait GenericProfile instead of BasicProfile

    Reasons:
    1. Scala doesn't allow to extends case class from case class.
    2. Coding into interfaces is good OOP practices
    leonidv committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    4f2861e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. UserService works with trait GenericProfile instead of BasicProfile

    Reasons:
    1. Scala doesn't allow to extends case class from case class.
    2. Coding into interfaces is good OOP practices
    leonidv committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    6c3c808 View commit details
    Browse the repository at this point in the history
  2. UserService works with trait GenericProfile instead of BasicProfile

    Fixed some compiles problems (checked via sbt publishLocal)
    leonidv committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    07c7ba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Initial building settings (changes from original version)

    - changed project name to SecSoc
    - added author (Leonid Vygovskiy)
    - removed java-demo module
    leonidv committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    87863bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279e279 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Remove async support in mostly used places.

    AuthenticationException is required message string now.
    leonidv committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    7faa1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e13353 View commit details
    Browse the repository at this point in the history
  3. Update README.textile

    leonidv committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    e9a149f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Adds publish to bintray

    leonidv committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    9bee92f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. Configuration menu
    Copy the full SHA
    0e574ba View commit details
    Browse the repository at this point in the history