1. 13 Nov, 2013 3 commits
  2. 12 Nov, 2013 4 commits
  3. 09 Nov, 2013 1 commit
  4. 08 Nov, 2013 1 commit
  5. 06 Nov, 2013 3 commits
  6. 03 Nov, 2013 4 commits
  7. 02 Nov, 2013 3 commits
  8. 31 Oct, 2013 1 commit
  9. 28 Oct, 2013 2 commits
  10. 25 Oct, 2013 1 commit
  11. 23 Oct, 2013 2 commits
  12. 19 Oct, 2013 1 commit
  13. 18 Oct, 2013 4 commits
  14. 27 Sep, 2013 4 commits
  15. 24 Sep, 2013 2 commits
  16. 23 Sep, 2013 1 commit
  17. 18 Sep, 2013 2 commits
  18. 15 Sep, 2013 1 commit
    • Advanced application enhancements. · f5778b6b
      Alexander Makarov authored
      - Turned on CSRF validation by default.
      - Added access control for login, signup and logout for frontend application.
      - Added access control for login, logout and index for backend application.
      - YII_ENV is now defined for all applications.
      - No trace is writted to logs if debug is turned off.
      - Added default error view for frontend and backend.
      - In frontend application captcha will always ask for "testme" if YII_ENV is defined as "test".