Siebrand Mazeland
|
d750a943ed
Add missing translator documentation.
|
13 년 전 |
Siebrand Mazeland
|
199404c74a
Update translator documentation.
|
13 년 전 |
Brion Vibber
|
d2cd5b3353
Tweak which should fix ActivityStreams output for Twitter profiles (if remote_profile entries didn't match, we ended up losing id/URI).
|
13 년 전 |
Evan Prodromou
|
683bd3f2b5
don't push twitter stuff public if its not public
|
13 년 전 |
Zach Copley
|
b7d0746694
Merge branch '0.9.x' into 1.0.x
|
14 년 전 |
Evan Prodromou
|
e53793edf4
make 'admin' a safe user name
|
14 년 전 |
Brion Vibber
|
56e2bc10d9
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.
|
14 년 전 |
Brion Vibber
|
37994e3ff1
Merge branch 'master' into 0.9.x
|
14 년 전 |
Brion Vibber
|
94f2f96f2e
Ticket #2724: gracefully handle attempts to delete or fave/unfave a remote Twitter notice if a failure occurs.
|
14 년 전 |
Brion Vibber
|
9cbda32768
Pull out the 'tweetctl' queue for now; these should go over control signals, and actual handling isn't implemented yet anyway.
|
14 년 전 |
Brion Vibber
|
62408fef09
Work in progress on twitter import daemon
|
14 년 전 |
Brion Vibber
|
d743539cf7
Fixups for twitter streaming daemon
|
14 년 전 |
Brion Vibber
|
0eaa26476c
Split the guts of Twitter status -> notice import from twitterstatusfetcher daemon into TwitterImport class which can be called from other places, letting us reuse code for the streaming API.
|
14 년 전 |
Siebrand Mazeland
|
16d234f9af
Remove superfluous whitespace
|
14 년 전 |
Siebrand Mazeland
|
ba6538ed78
* i18n/L10n updates
|
14 년 전 |
Evan Prodromou
|
42f1ec85ea
change the event we use for deleting a linked status on Twitter
|
14 년 전 |
Evan Prodromou
|
e40ed1fd56
move notice_to_status initialization code to run-once script
|
14 년 전 |
Evan Prodromou
|
9793e4ceb4
Store foreign ID for synch info, not user ID
|
14 년 전 |
Evan Prodromou
|
49af35b44d
add modified column to twitter_synch_status
|
14 년 전 |
Evan Prodromou
|
86b6d7b722
save synch status for different timelines
|
14 년 전 |
Evan Prodromou
|
b059a19e0f
delete Twitter notice if it was posted from here
|
14 년 전 |
Evan Prodromou
|
ba8a24073f
Notify Twitter when StatusNet user faves/disfaves a Twitter notice
|
14 년 전 |
Evan Prodromou
|
df88624d49
use bigint for status_ids
|
14 년 전 |
Evan Prodromou
|
299da9e462
SQL syntax error when initializing notice_to_status table
|
14 년 전 |
Evan Prodromou
|
6c7262c8ca
Delete Notice_to_status when a notice is deleted
|
14 년 전 |
Evan Prodromou
|
a1981770ce
Save notice-to-status mapping in its own table
|
14 년 전 |
Brion Vibber
|
4cbbfdab84
Fix for #2635: use ssl-sometimes settings for Twitter settings & auth pages
|
14 년 전 |
Brion Vibber
|
c56939d596
Remove the 'Enable Twitter import' checkbox from Twitter admin panel by default; can be re-added with setting:
|
14 년 전 |
Brion Vibber
|
5f4c6ec626
Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers.
|
14 년 전 |
Zach Copley
|
32c08f53de
Show global key and secret, if defined, in Twitter bridge admin panel
|
15 년 전 |