]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Brion Vibber [Tue, 7 Sep 2010 23:20:27 +0000 (16:20 -0700)]
Merge branch 'openid-fix' into 0.9.x
Brion Vibber [Tue, 7 Sep 2010 23:15:32 +0000 (16:15 -0700)]
Quick fix for #2659: unable to login with Livejournal OpenID
The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body).
Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;)
GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page.
Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET.
Tested against providers:
* LiveJournal
* Google
* LaunchPad
* identi.ca
Evan Prodromou [Tue, 7 Sep 2010 20:39:43 +0000 (16:39 -0400)]
Merge branch 'apinamespace' into 0.9.x
Evan Prodromou [Tue, 7 Sep 2010 19:54:06 +0000 (15:54 -0400)]
text substitution is Unicode-aware for twitterstatusfetcher
Evan Prodromou [Tue, 7 Sep 2010 19:34:10 +0000 (15:34 -0400)]
Fix pkeyget call
Fix the pkeyget call in Twitter_synch_Status
Evan Prodromou [Tue, 7 Sep 2010 19:29:36 +0000 (15:29 -0400)]
staticGet -> pkeyGet in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 15:53:26 +0000 (11:53 -0400)]
debug statements for setting/getting last id
Evan Prodromou [Tue, 7 Sep 2010 14:53:11 +0000 (10:53 -0400)]
Store foreign ID for synch info, not user ID
Evan Prodromou [Tue, 7 Sep 2010 08:42:23 +0000 (04:42 -0400)]
remove data dump of retrieved statuses
Evan Prodromou [Tue, 7 Sep 2010 08:35:14 +0000 (04:35 -0400)]
Correct DB_DataObject constant in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:33:28 +0000 (04:33 -0400)]
Missing comma in column list in Twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:32:01 +0000 (04:32 -0400)]
add modified column to twitter_synch_status
Evan Prodromou [Tue, 7 Sep 2010 08:27:18 +0000 (04:27 -0400)]
Merge branch 'twitterannoyances' of gitorious.org:~evan/statusnet/evans-mainline into twitterannoyances
Conflicts:
plugins/TwitterBridge/TwitterBridgePlugin.php
plugins/TwitterBridge/daemons/twitterstatusfetcher.php
Evan Prodromou [Tue, 7 Sep 2010 08:22:55 +0000 (04:22 -0400)]
use and save since_id parameter for home_timeline
Evan Prodromou [Tue, 7 Sep 2010 08:17:36 +0000 (04:17 -0400)]
save synch status for different timelines
Evan Prodromou [Mon, 6 Sep 2010 12:54:04 +0000 (08:54 -0400)]
save Twitter mentions as StatusNet replies
Evan Prodromou [Sun, 5 Sep 2010 17:19:49 +0000 (13:19 -0400)]
add back in # and @ for links
Evan Prodromou [Sun, 5 Sep 2010 17:16:04 +0000 (13:16 -0400)]
add Twitter-approved links to Twitter statuses
Evan Prodromou [Sun, 5 Sep 2010 05:49:49 +0000 (01:49 -0400)]
better handling of params in oauthget
Evan Prodromou [Sun, 5 Sep 2010 05:40:15 +0000 (01:40 -0400)]
better param handling in hometimeline
Evan Prodromou [Sun, 5 Sep 2010 05:25:48 +0000 (01:25 -0400)]
include entities in the results of home_timeline
Evan Prodromou [Sun, 5 Sep 2010 05:17:56 +0000 (01:17 -0400)]
delete Twitter notice if it was posted from here
Evan Prodromou [Sun, 5 Sep 2010 05:07:11 +0000 (01:07 -0400)]
Notify Twitter when StatusNet user faves/disfaves a Twitter notice
Evan Prodromou [Sun, 5 Sep 2010 04:45:45 +0000 (00:45 -0400)]
using null variable in twitter_status_id()
Evan Prodromou [Sun, 5 Sep 2010 04:42:58 +0000 (00:42 -0400)]
check status_id before trying to retweet it
Evan Prodromou [Sun, 5 Sep 2010 04:32:56 +0000 (00:32 -0400)]
truncate retweeted stuff if it's too long
Evan Prodromou [Sun, 5 Sep 2010 04:25:58 +0000 (00:25 -0400)]
correctly mark repeats from Twitter as non-local
Evan Prodromou [Sun, 5 Sep 2010 04:22:37 +0000 (00:22 -0400)]
correctly check for local notice to status mappings when notice originated here
Evan Prodromou [Sun, 5 Sep 2010 04:11:31 +0000 (00:11 -0400)]
use bigint for status_ids
Evan Prodromou [Sun, 5 Sep 2010 04:07:02 +0000 (00:07 -0400)]
debug output when saving new mapping
Evan Prodromou [Sun, 5 Sep 2010 04:05:11 +0000 (00:05 -0400)]
do a uniqueness check before saving new notice-to-status mapping
Evan Prodromou [Sun, 5 Sep 2010 03:55:53 +0000 (23:55 -0400)]
SQL syntax error when initializing notice_to_status table
Evan Prodromou [Sun, 5 Sep 2010 03:52:26 +0000 (23:52 -0400)]
Delete Notice_to_status when a notice is deleted
Evan Prodromou [Sun, 5 Sep 2010 03:49:52 +0000 (23:49 -0400)]
use Notice_to_status to check for duplicates
Evan Prodromou [Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)]
Save notice-to-status mapping in its own table
Introduce a table mapping notices to Twitter statuses. Initialize
this table at checkSchema() time. Save the mapping when we push
or pull statuses. Use the table to determine if a notice has a
Twitter equivalent.
Evan Prodromou [Sun, 5 Sep 2010 03:00:18 +0000 (23:00 -0400)]
add in_reply_to_status_id if notice is from twitter
Evan Prodromou [Sat, 4 Sep 2010 19:05:38 +0000 (15:05 -0400)]
do our own repeating so we can pass in a uri
Evan Prodromou [Sat, 4 Sep 2010 17:00:37 +0000 (13:00 -0400)]
remove require_once for disappeared TwitterBasicAuthClient
Evan Prodromou [Sat, 4 Sep 2010 16:58:20 +0000 (12:58 -0400)]
remove basic auth code for Twitter since it's no longer supported
Evan Prodromou [Sat, 4 Sep 2010 16:54:46 +0000 (12:54 -0400)]
use home_timeline instead of friends_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:54:20 +0000 (12:54 -0400)]
switch twitterstatusfetcher from friends_timeline to home_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:45:15 +0000 (12:45 -0400)]
debug code to dump new status data
Evan Prodromou [Sat, 4 Sep 2010 15:40:33 +0000 (11:40 -0400)]
move inbox insert code to status saver main loop
Evan Prodromou [Sat, 4 Sep 2010 15:37:34 +0000 (11:37 -0400)]
some info notices in twitter status fetch for repeats and replies
Evan Prodromou [Fri, 3 Sep 2010 21:51:28 +0000 (17:51 -0400)]
if something's a retweet, save it as a repeat in bridge
Evan Prodromou [Fri, 3 Sep 2010 21:34:10 +0000 (17:34 -0400)]
do a real retweet for a local repeat
Evan Prodromou [Fri, 3 Sep 2010 20:37:18 +0000 (16:37 -0400)]
push notices through the bridge if they're in reply to a twitter notice
Evan Prodromou [Fri, 3 Sep 2010 05:46:02 +0000 (01:46 -0400)]
save reply status for Twitter notices
Evan Prodromou [Fri, 3 Sep 2010 04:53:39 +0000 (00:53 -0400)]
don't save statuses from protected users
Evan Prodromou [Mon, 6 Sep 2010 14:11:59 +0000 (10:11 -0400)]
Merge branch 'testing' into 0.9.x
Evan Prodromou [Mon, 6 Sep 2010 12:54:04 +0000 (08:54 -0400)]
save Twitter mentions as StatusNet replies
Evan Prodromou [Sun, 5 Sep 2010 17:19:49 +0000 (13:19 -0400)]
add back in # and @ for links
Evan Prodromou [Sun, 5 Sep 2010 17:16:04 +0000 (13:16 -0400)]
add Twitter-approved links to Twitter statuses
Siebrand Mazeland [Sun, 5 Sep 2010 10:04:32 +0000 (12:04 +0200)]
Localisation updates from http://translatewiki.net
Siebrand Mazeland [Sun, 5 Sep 2010 08:45:03 +0000 (10:45 +0200)]
Add basic support for Georgian (ka)
Evan Prodromou [Sun, 5 Sep 2010 05:49:49 +0000 (01:49 -0400)]
better handling of params in oauthget
Evan Prodromou [Sun, 5 Sep 2010 05:40:15 +0000 (01:40 -0400)]
better param handling in hometimeline
Evan Prodromou [Sun, 5 Sep 2010 05:25:48 +0000 (01:25 -0400)]
include entities in the results of home_timeline
Evan Prodromou [Sun, 5 Sep 2010 05:17:56 +0000 (01:17 -0400)]
delete Twitter notice if it was posted from here
Evan Prodromou [Sun, 5 Sep 2010 05:07:11 +0000 (01:07 -0400)]
Notify Twitter when StatusNet user faves/disfaves a Twitter notice
Evan Prodromou [Sun, 5 Sep 2010 04:45:45 +0000 (00:45 -0400)]
using null variable in twitter_status_id()
Evan Prodromou [Sun, 5 Sep 2010 04:42:58 +0000 (00:42 -0400)]
check status_id before trying to retweet it
Evan Prodromou [Sun, 5 Sep 2010 04:32:56 +0000 (00:32 -0400)]
truncate retweeted stuff if it's too long
Evan Prodromou [Sun, 5 Sep 2010 04:25:58 +0000 (00:25 -0400)]
correctly mark repeats from Twitter as non-local
Evan Prodromou [Sun, 5 Sep 2010 04:22:37 +0000 (00:22 -0400)]
correctly check for local notice to status mappings when notice originated here
Evan Prodromou [Sun, 5 Sep 2010 04:11:31 +0000 (00:11 -0400)]
use bigint for status_ids
Evan Prodromou [Sun, 5 Sep 2010 04:07:02 +0000 (00:07 -0400)]
debug output when saving new mapping
Evan Prodromou [Sun, 5 Sep 2010 04:05:11 +0000 (00:05 -0400)]
do a uniqueness check before saving new notice-to-status mapping
Evan Prodromou [Sun, 5 Sep 2010 03:55:53 +0000 (23:55 -0400)]
SQL syntax error when initializing notice_to_status table
Evan Prodromou [Sun, 5 Sep 2010 03:52:26 +0000 (23:52 -0400)]
Delete Notice_to_status when a notice is deleted
Evan Prodromou [Sun, 5 Sep 2010 03:49:52 +0000 (23:49 -0400)]
use Notice_to_status to check for duplicates
Evan Prodromou [Sun, 5 Sep 2010 03:45:55 +0000 (23:45 -0400)]
Save notice-to-status mapping in its own table
Introduce a table mapping notices to Twitter statuses. Initialize
this table at checkSchema() time. Save the mapping when we push
or pull statuses. Use the table to determine if a notice has a
Twitter equivalent.
Evan Prodromou [Sun, 5 Sep 2010 03:00:18 +0000 (23:00 -0400)]
add in_reply_to_status_id if notice is from twitter
Evan Prodromou [Sat, 4 Sep 2010 19:05:38 +0000 (15:05 -0400)]
do our own repeating so we can pass in a uri
Evan Prodromou [Sat, 4 Sep 2010 17:00:37 +0000 (13:00 -0400)]
remove require_once for disappeared TwitterBasicAuthClient
Evan Prodromou [Sat, 4 Sep 2010 16:58:20 +0000 (12:58 -0400)]
remove basic auth code for Twitter since it's no longer supported
Evan Prodromou [Sat, 4 Sep 2010 16:54:46 +0000 (12:54 -0400)]
use home_timeline instead of friends_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:54:20 +0000 (12:54 -0400)]
switch twitterstatusfetcher from friends_timeline to home_timeline
Evan Prodromou [Sat, 4 Sep 2010 16:45:15 +0000 (12:45 -0400)]
debug code to dump new status data
Evan Prodromou [Sat, 4 Sep 2010 15:40:33 +0000 (11:40 -0400)]
move inbox insert code to status saver main loop
Evan Prodromou [Sat, 4 Sep 2010 15:37:34 +0000 (11:37 -0400)]
some info notices in twitter status fetch for repeats and replies
Brion Vibber [Sat, 4 Sep 2010 01:01:08 +0000 (18:01 -0700)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Sat, 4 Sep 2010 00:57:23 +0000 (17:57 -0700)]
Suppress notices in index.php running under lighttpd
Evan Prodromou [Fri, 3 Sep 2010 21:51:28 +0000 (17:51 -0400)]
if something's a retweet, save it as a repeat in bridge
Evan Prodromou [Fri, 3 Sep 2010 21:34:10 +0000 (17:34 -0400)]
do a real retweet for a local repeat
Evan Prodromou [Fri, 3 Sep 2010 20:37:18 +0000 (16:37 -0400)]
push notices through the bridge if they're in reply to a twitter notice
Evan Prodromou [Fri, 3 Sep 2010 05:46:02 +0000 (01:46 -0400)]
save reply status for Twitter notices
Evan Prodromou [Fri, 3 Sep 2010 04:53:39 +0000 (00:53 -0400)]
don't save statuses from protected users
Evan Prodromou [Fri, 3 Sep 2010 19:27:02 +0000 (15:27 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 19:26:25 +0000 (15:26 -0400)]
explicitly license documentation under CC-BY 3.0
Brion Vibber [Fri, 3 Sep 2010 18:57:33 +0000 (11:57 -0700)]
Fix output bug in DisqusPlugin -- 'Comments' link contents was in attributes instead of comments, which broke output and spewed errors
Evan Prodromou [Fri, 3 Sep 2010 05:41:01 +0000 (01:41 -0400)]
syntax error in exception string in discovery.php
Evan Prodromou [Fri, 3 Sep 2010 03:41:56 +0000 (23:41 -0400)]
Merge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 03:41:48 +0000 (23:41 -0400)]
explicit attribution
Evan Prodromou [Fri, 3 Sep 2010 03:30:24 +0000 (23:30 -0400)]
Merge branch 'testing' into 0.9.x
Evan Prodromou [Fri, 3 Sep 2010 03:23:46 +0000 (23:23 -0400)]
note that images and CSS files in /themes/ are CC-BY 3.0, and that themes are exempt from AGPL copyleft
Evan Prodromou [Fri, 3 Sep 2010 03:16:29 +0000 (23:16 -0400)]
add CC BY 3.0 license to CSS files
Evan Prodromou [Fri, 3 Sep 2010 02:56:18 +0000 (22:56 -0400)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Tue, 31 Aug 2010 04:54:33 +0000 (00:54 -0400)]
use etag preferably for caching
Evan Prodromou [Tue, 31 Aug 2010 04:33:56 +0000 (00:33 -0400)]
add some caching headers