Adrian Lang 1ba3ac9ee3 Make OMB work if the configured domain name does not exclusively contain lower case letters.
If the configured domain is mixed-case OAuth throws invalidsignature errors. The current URL is part of the signated parts; since the consumer does not pass the current URL, the service has to get it itself and add it to the other OAuth params for signature rebuilding. OAuth.php uses $_SERVER for this, however, the domain is lcased in $_SERVER. Hence we pass the complete current URL as generated by common_local_url to OAuthRequest.
2009-03-11 10:27:54 +01:00
..
2009-03-08 17:06:18 +01:00
2009-01-23 04:29:21 +00:00
2009-01-18 18:41:41 +00:00
2009-02-10 22:33:57 -05:00
2009-01-19 18:09:59 +00:00
2009-01-22 23:08:30 +00:00
2009-02-20 17:14:13 -05:00
2009-01-19 03:09:13 +00:00
2009-01-24 03:18:34 +00:00
2009-01-23 09:15:15 +00:00
2009-01-28 08:55:03 -05:00
2009-02-11 11:37:50 -05:00
2009-01-22 15:37:58 +00:00
2009-01-23 01:00:01 +01:00
2009-02-11 11:37:50 -05:00
2009-01-23 00:36:24 +01:00
2009-02-11 11:37:50 -05:00
2009-02-20 10:04:28 -05:00
2009-02-05 18:10:47 +00:00
2009-03-10 18:30:58 -07:00
2009-01-23 04:29:21 +00:00
2009-01-21 00:07:15 +00:00
2009-01-23 01:39:25 +01:00