Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force user to change password #4489

Merged
merged 39 commits into from
Sep 13, 2018

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    0bef325 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    68d57a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23acb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff42bfd View commit details
    Browse the repository at this point in the history
  4. fixed build

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    26fccdf View commit details
    Browse the repository at this point in the history
  5. fixed build

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    4562460 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a2ea86 View commit details
    Browse the repository at this point in the history
  7. make sure path check is safe

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    3b87fef View commit details
    Browse the repository at this point in the history
  8. remove unneccessary newline

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    7e67ecc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59432fa View commit details
    Browse the repository at this point in the history
  10. move route to use /settings prefix so as to make sure unauthenticated…

    … users can't view the page
    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    741ef66 View commit details
    Browse the repository at this point in the history
  11. update as per @lafriks review

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    9b4f70f View commit details
    Browse the repository at this point in the history
  12. add necessary comment

    adelowo committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    845c00b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    3b7258e View commit details
    Browse the repository at this point in the history
  2. remove unrelated changes

    adelowo committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    b6b39d3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'force_user_to_change_password' of github.com:adelowo/gi…

    …tea into force_user_to_change_password
    adelowo committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    4ebdfc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. support redirecting to location the user actually want to go to befor…

    …e being forced to change his/her password
    adelowo committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e0f8fd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    3e5ed18 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Fix merge connflicts

    adelowo committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    1a75475 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/go-gitea/gitea into force…

    …_user_to_change_password
    adelowo committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    4402c56 View commit details
    Browse the repository at this point in the history
  3. run make fmt

    adelowo committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    f7e1e08 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. added tests

    adelowo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    4d96ba5 View commit details
    Browse the repository at this point in the history
  2. improve assertions

    adelowo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    95f035d View commit details
    Browse the repository at this point in the history
  3. add assertion

    adelowo committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8ea7cdc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. fix copyright year

    Signed-off-by: Lanre Adelowo <yo@lanre.wtf>
    adelowo committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    0181ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d083410 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Merge branch 'master' of https://github.com/go-gitea/gitea into force…

    …_user_to_change_password
    adelowo committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    d3febca View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    dafa9c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    8c6e9c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    454cd3a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    d7ee5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5441645 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    98933c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    d2ddc69 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    4c6658a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    e2ef29b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    16b5b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    a4152f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    a03c9a3 View commit details
    Browse the repository at this point in the history