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

UI config to toggle whether user email shows up in Explore Users #336

Merged
merged 7 commits into from
Jan 1, 2017

Commits on Dec 2, 2016

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

Commits on Dec 29, 2016

  1. Merge github.com:go-gitea/gitea into config_show_user_email_in_explore

    * github.com:go-gitea/gitea: (110 commits)
      add default values for SSH settings (go-gitea#500)
      slight optimization for GetUserRepositories (go-gitea#498)
      commithgraph / timeline (go-gitea#428)
      Permissions bug fix for webhooks
      Implementation of Folder Jumping
      Replace Gogs with Gitea (go-gitea#520)
      API endpoints for organization teams (go-gitea#370)
      Optimization for user.GetRepositoryAccesses to reduce db query times (go-gitea#495)
      Remove redundant query in collaborator API (go-gitea#516)
      ignore static files statstics for linguist
      Fix default cookie name
      fix installation page ssh domain unavilable
      fix 500 when delete orgnization and resolved go-gitea#486
      At the locales replaced 6 with MIN_PASSWORD_LENGTH
      Added Dutch translations to the landingpage
      Improve the way how branches are deleted
      Improve issue references in markdown (go-gitea#471)
      API Endpoints for collaborators (go-gitea#375)
      Git LFS support v2 (go-gitea#122)
      Provide button to delete merged pull request (go-gitea#441)
      ...
    Avelino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    ff3c5c0 View commit details
    Browse the repository at this point in the history
  2. Recommendation made by @tboerger

    Avelino committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a232688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b7afd View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Fixed typo merged conflict

    Thiago Avelino authored Dec 30, 2016
    Configuration menu
    Copy the full SHA
    4c17aee View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Hide email in the user profile page

    if you are active ShowUserEmail
    ref go-gitea#336 (comment)
    Thiago Avelino authored Dec 31, 2016
    Configuration menu
    Copy the full SHA
    aa3b5b1 View commit details
    Browse the repository at this point in the history
  2. Please replace MustBool() with MustBool(true)

    Thiago Avelino authored Dec 31, 2016
    Configuration menu
    Copy the full SHA
    e00b963 View commit details
    Browse the repository at this point in the history