diaspora/lib
Levente Bagi 6e60d932c0 Fixes omniauth & rack-1.2 bug #1824
Rack 1.2's request.url method is buggy, as it gets the host part from
HTTP_X_FORWARDED_HOST, but the port from SERVER_PORT (which should be
used in conjuction with SERVER_ADDR).

This way, if the app is run behind a reverse proxy, it will create a
URL with <public_host>:<private port>, and pass this to Facebook,
so Facebook will redirect back to the URL with the wrong port.

Upgrading Rack requires upgrade to Rails 3.1.

This temporary solution configures OmniAuth using a copy of the newer
version of Rack::Request.
2011-10-09 01:03:22 +01:00
..
diaspora fix some cases where the parent is nil in relayable retractions 2011-10-07 13:45:20 -07:00
messagebus MS SM featured users stream. because we do what we want 2011-10-05 21:12:02 -07:00
postzord added checking for the sharing contact in postzord caching 2011-10-06 12:31:09 -07:00
rack Fixes omniauth & rack-1.2 bug #1824 2011-10-09 01:03:22 +01:00
salmon added the namespace constraint back to the envelope, protocol route, data type is now plain xml 2011-09-16 08:53:13 -07:00
stream moar specs, a little perf upgrade for base_stream#person 2011-10-06 17:13:04 -07:00
tasks fixed clear cache rake task + puts 2011-10-05 12:09:42 -07:00
active_record_instantiation_logs.rb LOG MORE STUFF 2011-03-09 14:29:49 -08:00
admin_rack.rb move admin rack to its own file 2011-09-16 13:33:05 -07:00
base_stream.rb Avoid crashing if no featured users are configured 2011-10-07 00:06:12 -02:00
chrome_frame.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
collect_user_photos.rb Fix stream on pages other than 1, rename raw_visible_posts to visible_posts 2011-04-13 14:35:20 -07:00
csv_generator.rb updated the rake task to pull back full name 2011-09-20 18:53:19 -07:00
development_mail_interceptor.rb
diaspora.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
direction_detector.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
encryptor.rb use ActiveSupport's Base64 encoding methods instead of calling Array#pack directly; strip new lines. 2011-09-16 08:53:13 -07:00
hcard.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
hydra_wrapper.rb Fix failure, decode in receiver 2011-09-14 21:41:46 -07:00
i18n_interpolation_fallbacks.rb Fix interaction between I18n fallbacks and our interpolation fallback code. Refactor I18n tests into their own file. Remove some test support code that made it hard to test I18n. 2011-07-30 22:41:46 -07:00
log_overrider.rb Delete the sql logging, the backtrace cleaner was out of control 2011-08-02 16:27:37 -07:00
postzord.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
pubsubhubbub.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
rake_helpers.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
resque_job_logging.rb get some comma seperated resque job logging for method params in hoptoad" 2011-09-16 15:22:20 -07:00
splunk_logging.rb Allow logging with blocks so that hoptoad works. 2011-08-09 11:43:34 -07:00
webfinger.rb ensure handle is downcased on search, fix #1912 2011-09-07 15:17:42 +02:00
webfinger_profile.rb Remove stray puts 2011-03-21 17:12:54 -07:00
youtube_titles.rb Fix YouTube titles on 1.9. (SIGH.) 2011-08-30 21:04:29 -07:00