Skip to content
Snippets Groups Projects
  1. Oct 29, 2014
  2. Sep 08, 2014
  3. Sep 02, 2014
  4. Feb 01, 2014
  5. Jan 31, 2014
  6. Dec 13, 2013
  7. Dec 11, 2013
  8. Jun 13, 2013
  9. Apr 26, 2013
  10. Mar 05, 2013
  11. Feb 27, 2013
  12. Feb 13, 2013
    • Christian Höltje's avatar
      gitignore Gemfile.lock · fe216a1a
      Christian Höltje authored
      The Gemfile.lock shouldn't be included in a gem-based repository
      because it may artificially lock obsolete gems.
      
      An example of this is rb-fsevent which at the version it was
      locked at is incompatable with OS X 10.8
      
      If something does need the version locked, specify it in the
      .gemspec or Gemfile itself.
      fe216a1a
  13. Feb 05, 2013
  14. Jan 23, 2013
  15. Dec 30, 2012
  16. Oct 16, 2012
  17. Sep 27, 2012
  18. Jul 21, 2012
  19. Jul 20, 2012
    • Pat Thoyts's avatar
      Report missing credentials to the Rails application. · 536c3212
      Pat Thoyts authored
      
      If no username or password is provided a MissingCredentialsError is
      raised which causes a Rack caught exception and a 500 Error in gitlab.
      Omniauth provides a way to raise such errors to the application by
      using the 'fail!' method to pass the exception to the registered
      failure handler. For gitlab this is the omniauth_controller code.
      
      This is required to resolve gitlab issue #1077.
      
      Signed-off-by: default avatarPat Thoyts <patthoyts@users.sourceforge.net>
      536c3212
Loading