Commit Graph

8462 Commits

Author SHA1 Message Date
Zach Copley
8a58b52a68 Merge branch 'twitter-facebook-mods'
* twitter-facebook-mods:
  Make Facebook plugin look for API key and secret before doing anything
  Show global key and secret, if defined, in Twitter bridge admin panel
  Remove double word from Twitter bridge README
  - Have Twitter bridge check for a global key and secret if it can't
  stupid mistake... let's not talk about this.
  Updated some references to the long gnone "isEnclosure" function to the new "getEnclosure"
  Update Facebook plugin README with info about new admin panel
  Initial Facebook admin panel
  Some wording / spelling fixes
  - Make 'Sign in with Twitter' optional
  Remove un-needed config variable for enabling/disabling Twitter integration
  Initial Twitter bridge admin panel
  Upgrade XML output scrubbing to better deal with newline and a few other chars
2010-03-03 09:53:16 -08:00
Zach Copley
4aa516db45 Make Facebook plugin look for API key and secret before doing anything 2010-03-03 09:52:25 -08:00
Zach Copley
ecccb344e0 Show global key and secret, if defined, in Twitter bridge admin panel 2010-03-03 09:52:25 -08:00
Zach Copley
9342e6f818 Remove double word from Twitter bridge README 2010-03-03 09:52:24 -08:00
Zach Copley
ca86a4efb8 - Have Twitter bridge check for a global key and secret if it can't
find one in the local config
- Refuse to work at all if the consumer key and secret aren't set
2010-03-03 09:52:24 -08:00
Craig Andrews
b1e172a3d9 stupid mistake... let's not talk about this. 2010-03-03 09:52:24 -08:00
Craig Andrews
8a3f27ac91 Updated some references to the long gnone "isEnclosure" function to the new "getEnclosure" 2010-03-03 09:52:24 -08:00
Zach Copley
b533e0e735 Update Facebook plugin README with info about new admin panel 2010-03-03 09:52:24 -08:00
Zach Copley
84663dccff Initial Facebook admin panel 2010-03-03 09:52:24 -08:00
Zach Copley
625215cd80 Some wording / spelling fixes 2010-03-03 09:52:23 -08:00
Zach Copley
61036953de - Make 'Sign in with Twitter' optional
- Updates to the Twitter bridge plugin README
2010-03-03 09:52:23 -08:00
Zach Copley
705891f9be Remove un-needed config variable for enabling/disabling Twitter integration 2010-03-03 09:52:23 -08:00
Zach Copley
de65b15f9d Initial Twitter bridge admin panel 2010-03-03 09:52:23 -08:00
Zach Copley
1fd91de82c Upgrade XML output scrubbing to better deal with newline and a few other chars 2010-03-03 09:52:22 -08:00
Brion Vibber
49a872b56f OStatus: support @example.com/path/to/profile mentions as well as @profile@example.com (latter requires webfinger, former doesn't)
Plus misc warnings/notices cleanup in the submission path.
2010-03-02 15:43:32 -08:00
Brion Vibber
8da1b71d69 Fix a bunch of notice & warning-level messages that were breaking my inter-instance communications 2010-03-02 15:43:25 -08:00
Brion Vibber
7175e7c7a1 OStatus fix: look for <link>s in the current element's children, not in all its descendants. Was breaking notice URL transfer, pulling a profile link by mistake. 2010-03-02 15:38:52 -08:00
Brion Vibber
b1ffbf17d3 Performance fix on Sphinx search results: use id instead of created timestamp for reverse date sorting; should give same result but doesn't trigger a filesort. 2010-03-02 12:06:40 -08:00
Brion Vibber
6b134ae4c7 Dropped deprecated timestamp-based 'since' parameter for all API methods. When it sneaks in it can cause some very slow queries due to mismatches with the indexing.
Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed.
2010-03-02 11:54:02 -08:00
Brion Vibber
f596e072e7 Fix for regression in updated mention checks, sometimes lost links to folks mentioned in the replied message. 2010-03-02 09:53:00 -08:00
Brion Vibber
c38ed1bb19 High-priority OStatus fixes:
* PuSHing out to multiple client services could fail; only first callback got reached
* Correction for re-sub request to a known sub
2010-03-01 18:48:45 -08:00
Evan Prodromou
2c677e0f2d Revert "show service debug info"
This reverts commit 19ec0e3a62.
2010-03-01 18:49:39 -05:00
Evan Prodromou
0512151eab more output in updateostatus.php 2010-03-01 18:19:20 -05:00
Evan Prodromou
503bc53762 Merge branch 'omb2ostatus' of root@windba.gs:/var/www/statusnet into omb2ostatus
Conflicts:
	lib/omb.php
2010-03-01 18:08:31 -05:00
Evan Prodromou
f7c2c19ce8 lost important fields when switching queries 2010-03-01 18:07:21 -05:00
Evan Prodromou
19ec0e3a62 show service debug info 2010-03-01 18:03:18 -05:00
Evan Prodromou
64918cfd35 pass listener URI into consumer for OMB 2010-03-01 18:03:18 -05:00
Evan Prodromou
656a977016 remove strict check on OMB exception strings 2010-03-01 18:03:18 -05:00
Evan Prodromou
c7d8641e7d return correct HTTP status code for OMB errors 2010-03-01 18:03:18 -05:00
Evan Prodromou
1414b6b849 send smaller error pages for OMB API endpoints 2010-03-01 18:03:18 -05:00
Evan Prodromou
17c2c793a5 Remove check for secret in token deletion on Subscription::cancel() 2010-03-01 18:03:17 -05:00
Evan Prodromou
48ce511f94 Better logging on bad token in subscription 2010-03-01 18:03:17 -05:00
Evan Prodromou
c3ba26bb99 Return empty array when no subscriptions to remote 2010-03-01 18:03:17 -05:00
Evan Prodromou
320036dbfb drop tokens for OMB on unsubscribe 2010-03-01 18:03:17 -05:00
Evan Prodromou
d77248343f fix path for updateostatus.php 2010-03-01 18:03:17 -05:00
Evan Prodromou
3ff3abb247 Script to convert OMB subscriptions to OStatus subscriptions 2010-03-01 18:03:17 -05:00
Evan Prodromou
79b2e671c2 show service debug info 2010-03-01 17:55:46 -05:00
Brion Vibber
7bbdea1032 Merge branch 'master' of gitorious.org:statusnet/mainline into testing 2010-03-01 14:55:09 -08:00
Brion Vibber
00f724d0e6 Localization tweak: include doc comments marked as 'TRANS' in .po file output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. 2010-03-01 14:10:13 -08:00
Brion Vibber
946445eea9 Add index on group_index.notice_id, needed to pull list of target groups for inbox delivery.
Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx
2010-03-01 13:09:20 -08:00
Evan Prodromou
1ac3d15242 pass listener URI into consumer for OMB 2010-03-01 15:59:24 -05:00
Evan Prodromou
baee6dac9e remove strict check on OMB exception strings 2010-03-01 15:39:41 -05:00
Evan Prodromou
9b4ee90704 return correct HTTP status code for OMB errors 2010-03-01 15:31:20 -05:00
Brion Vibber
e529ceee21 Add index on post_id for file_to_post, needed for efficient lookups of files/urls attached to a given post. 2010-03-01 12:20:04 -08:00
Evan Prodromou
90689008ee send smaller error pages for OMB API endpoints 2010-03-01 14:40:39 -05:00
Evan Prodromou
486cbac522 Remove check for secret in token deletion on Subscription::cancel() 2010-03-01 14:35:38 -05:00
Evan Prodromou
30c992004f Better logging on bad token in subscription 2010-03-01 14:30:28 -05:00
Evan Prodromou
ef54702008 Return empty array when no subscriptions to remote 2010-03-01 14:17:25 -05:00
Evan Prodromou
6f20b74dc7 drop tokens for OMB on unsubscribe 2010-03-01 13:41:06 -05:00
Evan Prodromou
caab6ddaa9 fix path for updateostatus.php 2010-03-01 13:13:51 -05:00