Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-gitea/gitea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Meano/gitea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 12, 2021

  1. fix: primary email cannot be activated

    * Primary email should be activated together with user account when
    'RegisterEmailConfirm' is enabled.
    
    * To fix the existing error state. When 'RegisterEmailConfirm' is enabled, the
    admin should have permission to modify the activations status of user email.
    And the user should be allowed to send activation to primary email.
    
    * Only judge whether email is primary from email_address table.
    
    Signed-off-by: Meano <meanocat@gmail.com>
    Meano committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7669ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    8ae1fd6 View commit details
    Browse the repository at this point in the history
  2. Improve logging and refactor isEmailActive

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4ce9c80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3c0d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c092f6 View commit details
    Browse the repository at this point in the history
Loading