04 Jul, 2016

2 commits

  • Larissa Reis
     
  • * Creates concerns for concealing common attributes for different types of person
    * Starting federated login
    * Removing call to lib
    * Adapt external person attributes and current_user to allow for external login
    * Fix functional tests
    * Get profile image with fixed link to profile image
    * Adding API endpoint to get profile icon
    * Ensure that the federated user has e-mail
    * Get person or external person
    * Adding Selenium test for federated login
    * Last tests for federated login feature
    * Creates initial tests for ExternalProfile
    * Makes ExternalProfile respond to all Profile methods to avoid breakage
    * Makes ExternalProfile respond to all Person methods to avoid breakage
    * Adds more tests for ExternalPerson
    * Skip certificate verification over ssl authentications
    
    Signed-off-by: Caio SBA <caiosba@gmail.com>
    Larissa Reis
     

23 May, 2016

1 commit


23 Mar, 2016

1 commit

  • The method for build profile_image_link was part of ApplicationHelper
    but will also be necessary for building proper tests on a upcoming
    refactor for PeopleBlockPlugin.
    
    As including ApplicationHelper on unit tests has already caused issues
    with unwanted block behaviour regarding their visibility, this is a move
    in the direction of avoiding such issues before they happen and allow
    reliable future tests.
    Rafael Reggiani Manzo