1. 04 May, 2017 3 commits
    • Kirill Smelkov's avatar
      NXD clone_panel: Remove SSH option completely · 2d25e9cc
      Kirill Smelkov authored
      The default was switched to HTTP in the previous patch, but let's completely
      remove SSH option - we support only HTTP for git fetch/push.
      
      Conflicts:
      	app/views/shared/_clone_panel.html.haml
      2d25e9cc
    • Kirill Smelkov's avatar
      NXD Make HTTP to be the default clone protocol · 78bf0acd
      Kirill Smelkov authored
      Both fetch and push are possible over https, which is selected by http if
      gitlab was configured to use https in external url.
      
      This way to reduce security vectors and possible ways to interact with gitlab
      we use https only without ssh at all.
      
      Conflicts:
      	app/helpers/projects_helper.rb
      78bf0acd
    • Kirill Smelkov's avatar
      NXD GitLab Nexedi Edition · d8edbd09
      Kirill Smelkov authored
      = GitLab Community Edition + Nexedi patches
      d8edbd09
  2. 02 Nov, 2016 1 commit
  3. 01 Nov, 2016 4 commits
  4. 11 Oct, 2016 5 commits
  5. 29 Sep, 2016 3 commits
  6. 28 Sep, 2016 5 commits
  7. 19 Sep, 2016 2 commits
    • Rémy Coutable's avatar
      Update VERSION to 8.10.10 · d5edb038
      Rémy Coutable authored
      d5edb038
    • Rémy Coutable's avatar
      Merge branch '18302-use-rails-cookie-in-api' into 'master' · 8ddfeec8
      Rémy Coutable authored
      Allow the Rails cookie to be used for API authentication
      
      Makes the Rails cookie into a valid authentication token for the Grape
      API, and uses it instead of token authentication in frontend code that
      uses the API.
      
      Rendering the private token into client-side javascript is a security
      risk; it may be stolen through XSS or other attacks. In general,
      re-using API code in the frontend is more desirable than implementing
      endless actions that return JSON.
      
      Closes #18302
      
      See merge request !1995
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      8ddfeec8
  8. 14 Sep, 2016 4 commits
  9. 01 Sep, 2016 3 commits
  10. 19 Aug, 2016 4 commits
  11. 16 Aug, 2016 5 commits
  12. 15 Aug, 2016 1 commit