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