1. 11 Aug, 2014 3 commits
  2. 08 Aug, 2014 1 commit
  3. 07 Aug, 2014 1 commit
  4. 03 Aug, 2014 1 commit
  5. 01 Aug, 2014 1 commit
  6. 31 Jul, 2014 2 commits
  7. 25 Jul, 2014 1 commit
  8. 24 Jul, 2014 1 commit
  9. 23 Jul, 2014 1 commit
  10. 19 Jul, 2014 2 commits
  11. 11 Jul, 2014 1 commit
  12. 10 Jul, 2014 5 commits
  13. 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);
      ```
  14. 02 Jul, 2014 4 commits
  15. 01 Jul, 2014 1 commit
  16. 30 Jun, 2014 2 commits
  17. 29 Jun, 2014 1 commit
  18. 27 Jun, 2014 1 commit
  19. 26 Jun, 2014 2 commits
  20. 25 Jun, 2014 1 commit
  21. 20 Jun, 2014 2 commits
  22. 16 Jun, 2014 1 commit
  23. 13 Jun, 2014 1 commit
  24. 09 Jun, 2014 3 commits