1. 29 Aug, 2014 1 commit
  2. 27 Aug, 2014 3 commits
  3. 25 Aug, 2014 1 commit
  4. 24 Aug, 2014 4 commits
  5. 19 Aug, 2014 2 commits
  6. 17 Aug, 2014 3 commits
  7. 16 Aug, 2014 3 commits
  8. 15 Aug, 2014 2 commits
  9. 11 Aug, 2014 3 commits
  10. 08 Aug, 2014 1 commit
  11. 07 Aug, 2014 1 commit
  12. 03 Aug, 2014 1 commit
  13. 01 Aug, 2014 1 commit
  14. 31 Jul, 2014 2 commits
  15. 25 Jul, 2014 1 commit
  16. 24 Jul, 2014 1 commit
  17. 23 Jul, 2014 1 commit
  18. 19 Jul, 2014 2 commits
  19. 11 Jul, 2014 1 commit
  20. 10 Jul, 2014 5 commits
  21. 08 Jul, 2014 1 commit
    • IdentityInterface::findIdentity should return active users · 6ec0b60a
      Serge Postrash authored
      ```
      interface IdentityInterface
      {
          /**
           * Finds an identity by the given ID.
           * @param string|integer $id the ID to be looked for
           * @return IdentityInterface the identity object that matches the given ID.
           * Null should be returned if such an identity cannot be found
           * or the identity is not in an active state (disabled, deleted, etc.)
           */
          public static function findIdentity($id);
      ```