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

Auto-init repo on license, .gitignore select #12202

Merged
merged 8 commits into from
Jul 23, 2020

Commits on Jul 9, 2020

  1. Auto-init repo on license, .gitignore select

    When a .gitignore or LICENSE file is added, the user is expecting the
    repository to be auto-initialized. However, nothing sets the auto_init
    value, so it remains at its default. We should set it to checked when
    a .gitignore or LICENSE file is added, matching user expectations. If
    the user clears .gitignore or LICENSE, it will leave repository creation
    enabled. If the user changes the value again, it will re-check the box
    if the user has since de-checked it. This behavior is at least
    consistent.
    
    Resolves: go-gitea#11071
    
    Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
    cipherboy committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    63a0256 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Update web_src/js/index.js per @silverwind's suggestion.

    Co-authored-by: silverwind <me@silverwind.io>
    cipherboy and silverwind committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    74530b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224d7b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Update web_src/js/index.js

    Co-authored-by: Lauris BH <lauris@nix.lv>
    cipherboy and lafriks committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5e60072 View commit details
    Browse the repository at this point in the history
  2. Update web_src/js/index.js

    Co-authored-by: Lauris BH <lauris@nix.lv>
    cipherboy and lafriks committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    c25ef4d View commit details
    Browse the repository at this point in the history
  3. Update web_src/js/index.js

    Co-authored-by: Lauris BH <lauris@nix.lv>
    cipherboy and lafriks committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    f07d415 View commit details
    Browse the repository at this point in the history
  4. Update web_src/js/index.js

    lafriks committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b8a5758 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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