Controller

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
debug commit

  1. … 2 more files in changeset.
APPDEV-7073: disabled the recaptcha verification temporarily - refer to jira APPDEV-7075

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@7503 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 1 more file in changeset.
APPDEV-5219: Commented the jeff kirby jokes.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@4020 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5219: Race Results View / edit pages.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@3992 c9e438f2-161f-4379-92ca-8387c394dae0

PMO-434: Add extra info to login message.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@3940 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5043: Remove resetPassword and setNewPassword URLs from rider support reset password controller.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@3658 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 2 more files in changeset.
APPDEV-5131: Redirect loging page to homepage if the user is already logged in.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@3179 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-5110: Remove warning message when not logged in.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@2741 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4614: Implement user password reset page.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@2080 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +29
    ./RequirePartialLoginTrait.php
  1. … 6 more files in changeset.
APPDEV-4611: Update rider support to use REST password reset functions.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1979 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 1 more file in changeset.
APPDEV-4744: Use new REST endpoints for password resets.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1965 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 4 more files in changeset.
APPDEV-4495: Hook up logout action to logout endpoint.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1750 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 1 more file in changeset.
APPDEV-4498: Added text and front end validation to reset password page.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1732 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 2 more files in changeset.
APPDEV-4498: first round of updates for the reset password page.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1730 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 2 more files in changeset.
APPDEV-4624: Fix login token handling and error messaging.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1609 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 1 more file in changeset.
APPDEV-4624: Remove redundant error messages.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1607 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4500: Add token to reset password page redirect.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1417 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-156: Refactor password validation into separate service.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-auth/trunk@1411 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 6 more files in changeset.
RSA-156: Update captcha failure message.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1391 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-156: Refactor reset password code to conform with middle-tier changes.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1386 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 4 more files in changeset.
RSA-155: Remove secure requirement from login controller.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1348 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-162: Log the user out after a period of inactivity.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1324 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +34
    ./ExpireInactiveSessionsTrait.php
  1. … 3 more files in changeset.
RSA-155: Move require login trait to lemans-auth module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1307 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +55
    ./RequireLoginTrait.php
RSA-155: Move authentication code and config into lemans-auth module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-auth/trunk@1288 c9e438f2-161f-4379-92ca-8387c394dae0

  1. … 9 more files in changeset.