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