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

rails 3 + ldap + additional rights #58

Open
wants to merge 73 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2010

  1. Adding auth sources

    bradly committed Nov 10, 2010
    Configuration menu
    Copy the full SHA
    452a920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072dd0b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2011

  1. Configuration menu
    Copy the full SHA
    354153d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e03f6c View commit details
    Browse the repository at this point in the history
  3. Tweaks to get roles and LDAP working

    Removed calls to check role on stages. Instead check on the project
    Fixed reversed logic in user#password_required? method
    No longer dynamicly rendering stylesheet
    Changed shabang ruby path
    bradly committed Apr 21, 2011
    Configuration menu
    Copy the full SHA
    3400fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3212b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    256d81b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263ad29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8d6160 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07053a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa5913 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1093a52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9386f8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b91b4c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae6cc15 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2011

  1. fix namespace issue

    alexspeller committed Jun 10, 2011
    Configuration menu
    Copy the full SHA
    76998dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a3589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f2b6b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2012

  1. Configuration menu
    Copy the full SHA
    59d91b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7d9a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2013

  1. added rdoc gem

    janschumann committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    cbbb06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5120888 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. added idea files to ignore

    Jan Schumann committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    e37ad6f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. removed vendor gems

    janschumann authored and Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    fda1395 View commit details
    Browse the repository at this point in the history
  2. fixed bundler dependency

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    1b40998 View commit details
    Browse the repository at this point in the history
  3. fixed rdoc dependency

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    cbdb397 View commit details
    Browse the repository at this point in the history
  4. fixed 'undefined method symlink for class Capistrano::Configuration::…

    …Namespaces::Namespace' by removing initializer.
    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    e14ce51 View commit details
    Browse the repository at this point in the history
  5. added base passenger configuration

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    db45dc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd241ed View commit details
    Browse the repository at this point in the history
  7. rails 3 app created and upgrade applied

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    903bf59 View commit details
    Browse the repository at this point in the history
  8. added Gemfile.lock after bundle install

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    5e1db22 View commit details
    Browse the repository at this point in the history
  9. added exceoption notification gem as described in documentation but c…

    …ommented out as it is not working
    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    ed6ef6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32bdda2 View commit details
    Browse the repository at this point in the history
  11. fixed time formatting usage

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    d2ca14b View commit details
    Browse the repository at this point in the history
  12. fixed breadcrumb

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    e4c77c8 View commit details
    Browse the repository at this point in the history
  13. reverted js files and saved rails 3 ones as backup

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    29f8dfa View commit details
    Browse the repository at this point in the history
  14. added prototype_legacy_helper to support observe_field

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    99d8c45 View commit details
    Browse the repository at this point in the history
  15. get rid of @controller deprecation warning

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    79f2726 View commit details
    Browse the repository at this point in the history
  16. get rid of validation deprecation warnings

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    2604285 View commit details
    Browse the repository at this point in the history
  17. get rid of lock helpers that use concat (e.g., form_for) should use <…

    …%= instead of <% deprecation warnings
    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    5768a52 View commit details
    Browse the repository at this point in the history
  18. get rid of validation deprecation errors

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    f552377 View commit details
    Browse the repository at this point in the history
  19. fixed require test_help to rails/test_help

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    0250155 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84c0e2b View commit details
    Browse the repository at this point in the history
  21. renamed method as named_scope was renamed to scope

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    9be0360 View commit details
    Browse the repository at this point in the history
  22. moved preinitializer code to application.rb

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    10e3bfd View commit details
    Browse the repository at this point in the history
  23. updated Gemfile.lock

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    c78ca27 View commit details
    Browse the repository at this point in the history
  24. correct usage of save without validation

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    b03b004 View commit details
    Browse the repository at this point in the history
  25. fixed html errors

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    2c09c3d View commit details
    Browse the repository at this point in the history
  26. fixed undefined method errors

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    c40bc23 View commit details
    Browse the repository at this point in the history
  27. removed method using private write_attribute

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    dce8500 View commit details
    Browse the repository at this point in the history
  28. added versions_fu plugin and session dispacher options

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    41ccfa9 View commit details
    Browse the repository at this point in the history
  29. upgraded mocha version

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    c14970d View commit details
    Browse the repository at this point in the history
  30. removed old rails2 backups

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    4de5de9 View commit details
    Browse the repository at this point in the history
  31. updated Gemfile.lock

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    756c244 View commit details
    Browse the repository at this point in the history
  32. removed orphan rails2 scripts

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    d86ca4e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e0f4159 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4811e60 View commit details
    Browse the repository at this point in the history
  35. fixed string concatination

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    ed09d9f View commit details
    Browse the repository at this point in the history
  36. output raw values in capfile template

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    32c311f View commit details
    Browse the repository at this point in the history
  37. using prototype 1.7

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    73f7a0c View commit details
    Browse the repository at this point in the history
  38. upgraded routing configuration

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    444297b View commit details
    Browse the repository at this point in the history
  39. fixed escaping

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    3891f63 View commit details
    Browse the repository at this point in the history
  40. get rid of rails constants deprecation errors

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    2978d6a View commit details
    Browse the repository at this point in the history
  41. using log level error in production

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    fc85825 View commit details
    Browse the repository at this point in the history
  42. do not use rails constants

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    f9c1240 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c682a62 View commit details
    Browse the repository at this point in the history
  44. added styles

    Jan Schumann committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    24fd81e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Merge remote-tracking branch 'bradly/master' into rails3

    Conflicts:
    	app/controllers/application_controller.rb
    	app/helpers/application_helper.rb
    	app/views/hosts/index.html.erb
    	app/views/hosts/new.html.erb
    	app/views/hosts/show.html.erb
    	app/views/layouts/_hosts.html.erb
    	app/views/layouts/_projects.html.erb
    	app/views/layouts/_recipes.html.erb
    	app/views/layouts/_users.html.erb
    	app/views/projects/index.html.erb
    	app/views/projects/new.html.erb
    	app/views/projects/show.html.erb
    	app/views/recipes/index.html.erb
    	app/views/recipes/new.html.erb
    	app/views/recipes/show.html.erb
    	config/environment.rb
    	config/routes.rb
    	db/schema.rb
    	vendor/plugins/exception_notification
    Janos Schwellach committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    b792158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aca696 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/rails3'

    Conflicts:
    	Gemfile
    	Rakefile
    	config/initializers/capistrano_namespace_rake_fix.rb
    Janos Schwellach committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    b7e64ee View commit details
    Browse the repository at this point in the history
  4. Update README

    jschwellach committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    e5ef28b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.txt

    jschwellach committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    7c29174 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

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