04 Jun, 2014

1 commit


03 Jun, 2014

2 commits


30 May, 2014

1 commit


27 May, 2014

1 commit


24 Apr, 2014

1 commit


23 Apr, 2014

7 commits


22 Apr, 2014

1 commit


21 Apr, 2014

1 commit


18 Apr, 2014

1 commit


15 Apr, 2014

3 commits


11 Apr, 2014

1 commit


07 Apr, 2014

1 commit


31 Mar, 2014

1 commit


20 Mar, 2014

1 commit


03 Mar, 2014

1 commit


26 Feb, 2014

2 commits


19 Feb, 2014

1 commit

  • This changes the email "From" field from "gitlab@example.com" to either:
    
    * "John Doe <gitlab@example.com>" if the author of the action is known,
    * "GitLab <gitlab@example.com>" otherwise.
    
    Rationale: this allow mails to appear as if they were sent by the
    author. It appears in the mailbox more like a real discussion between
    the sender and the receiver ("John sent: we should refactor this") and
    less like a robot notifying about something.
    Pierre de La Morinerie
     

03 Feb, 2014

1 commit


01 Feb, 2014

1 commit


30 Jan, 2014

1 commit


24 Jan, 2014

1 commit


23 Jan, 2014

1 commit

  • * master: (238 commits)
      Version 6.5.1
      Fix selectbox when submit MR from fork to origin
      Fix HELP layout
      No need for code tag here.
      Spelling mistake and add links.
      Warn against RVM.
      Remove GitHub mention because we also have a GitLab issue tracker now.
      Replace 6.0-to-6.4.md with 6.0-to-6.5.md
      Add public assets to gitignore
      Version 6.5.0
      Use 6-5 branch in installation docs
      Remove deprecated twitter handle.
      Further explain userPrincipalName settings
      Update from 6.4 to 6.5 guide
      Explain how to use AD userPrincipalName for logins
      More entries to CHANGELOG. Version to rc1
      Rephrase LDAP check script output
      add O'Reilly sponsorship in CHANGELOG
      Fix select2 css for drop above style
      Rename "Website url" labels to "Website"
      ...
    Raffael Schmid
     

13 Jan, 2014

1 commit


30 Dec, 2013

1 commit


25 Dec, 2013

1 commit


24 Dec, 2013

1 commit


11 Dec, 2013

2 commits


10 Dec, 2013

1 commit


09 Dec, 2013

1 commit

  • Before this commit gitlab-shell but me placed directly in home dir.
    Ex:
      /home/git/gitlab-shell
    
    After this change you can place gitlab-shell in custom location.
    Ex:
      /Users/developer/gitlab/gitlab-shell
    
    Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    Dmitriy Zaporozhets