1. 08 Jul, 2014 2 commits
    • Merge pull request #4216 from SDKiller/patch-3 · 6b48c9ce
      Alexander Makarov authored
      IdentityInterface::findIdentity should return active users
    • 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);
      ```
  2. 07 Jul, 2014 6 commits
  3. 06 Jul, 2014 1 commit
  4. 05 Jul, 2014 5 commits
  5. 04 Jul, 2014 19 commits
  6. 03 Jul, 2014 7 commits