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

Use single shared random string generation function #15741

Merged
merged 4 commits into from
May 10, 2021

Commits on May 6, 2021

  1. Use single shared random string generation function

    - Replace 3 functions that do the same with 1 shared one
    - Use crypto/rand over math/rand for a stronger RNG
    - Output only alphanumerical for URL compatibilty
    
    Fixes: go-gitea#15536
    silverwind committed May 6, 2021
    Configuration menu
    Copy the full SHA
    1b4f3e9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. use const string method

    silverwind committed May 7, 2021
    Configuration menu
    Copy the full SHA
    fbae158 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Update modules/avatar/avatar.go

    Co-authored-by: a1012112796 <1012112796@qq.com>
    silverwind and a1012112796 authored May 9, 2021
    Configuration menu
    Copy the full SHA
    0b3070b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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