1. 10 Jan, 2015 3 commits
  2. 13 Dec, 2014 1 commit
  3. 25 Oct, 2014 1 commit
  4. 29 Sep, 2014 1 commit
  5. 23 Sep, 2014 1 commit
  6. 12 Sep, 2014 1 commit
  7. 15 Aug, 2014 1 commit
    • Codeception test adjustments for basic and advanced applications · 7eb403bf
      Alexander Makarov authored
      - Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
      - Removed database module since we're using fixtures and migrations.
      - Moved console entry points and bootstrap into `tests/codeception/bin`.
      - Adjusted travis build scripts.
      - Adjusted documentation to be consistent and reflect changes made.
  8. 11 Aug, 2014 2 commits
  9. 08 Aug, 2014 1 commit
  10. 31 Jul, 2014 2 commits
  11. 25 Jul, 2014 1 commit
  12. 11 Jul, 2014 1 commit
  13. 10 Jul, 2014 3 commits
  14. 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);
      ```
  15. 02 Jul, 2014 1 commit
  16. 01 Jul, 2014 1 commit
  17. 30 Jun, 2014 2 commits
  18. 27 Jun, 2014 1 commit
  19. 26 Jun, 2014 1 commit
  20. 25 Jun, 2014 1 commit
  21. 20 Jun, 2014 1 commit
  22. 09 Jun, 2014 2 commits
  23. 29 May, 2014 2 commits
  24. 24 May, 2014 1 commit
  25. 16 May, 2014 1 commit
  26. 06 May, 2014 1 commit
  27. 04 May, 2014 1 commit
  28. 29 Apr, 2014 1 commit
  29. 17 Apr, 2014 1 commit
  30. 07 Apr, 2014 1 commit
  31. 30 Mar, 2014 1 commit