Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | remove hard-coded me:env check in magicenvelope | James Walker | |
2010-03-11 | base64_encode/decode -> base64_url_encode/decode | James Walker | |
2010-03-10 | OStatus: reject attempts to create a remote profile for a local user or group. | Brion Vibber | |
Some stray shadow entries were ending up getting created, which would steal group posts from remote users. Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones. | |||
2010-03-10 | RequireValidatedEmailPlugin fixes: require email on registration form, tidy ↵ | Brion Vibber | |
up i18n infrastructure. | |||
2010-03-09 | Merge branch 'commands' into testing | Brion Vibber | |
2010-03-09 | Command input processing now has centralized places for looking up notice, ↵ | Brion Vibber | |
user/profile, and group arguments. OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments. | |||
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | wrong param order to strpos() | James Walker | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-05 | OpenID fix: | Brion Vibber | |
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups) | |||
2010-03-05 | OStatus fix: send the feed's root element, not the DOM document, down to ↵ | Brion Vibber | |
low-level feed processing as entry context on PuSH input. | |||
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-05 | Fix for errant deletion of all Twitter foreign_links | Zach Copley | |
2010-03-04 | Slight right alignment for remote button in minilists | Sarven Capadisli | |
2010-03-04 | Pull latest .po files from 0.9.x to testing | Brion Vibber | |
2010-03-04 | Dropping the earlier PubSubHubbub plugin; OStatus plugin is taking that ↵ | Brion Vibber | |
portion over (with both internal and external hub options for user and group feeds). Todo: add support for other feeds to OStatus PuSH hub implementation. | |||
2010-03-04 | OStatus: fix for remote group join via non-logged-in 'join' button. | Brion Vibber | |
Bad lookup was sending us to the first group instead of the selected group. | |||
2010-03-04 | adding plugin version to OStatus | James Walker | |
2010-03-04 | Catch a previously uncaught exception and add some additional debug logs for ↵ | James Walker | |
signature verification | |||
2010-03-04 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-03-04 | update xrd -> userxrd | James Walker | |
2010-03-03 | Changed text for authorizing/confirming remote profile | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Puts All groups and Remote sub button in the mini list on the same line | Sarven Capadisli | |
2010-03-03 | refactor xrd to allow for ownerxrd - xrd document for the site owner. | James Walker | |
introduced $config['webfinger']['owner'] for a custom xrd subject | |||
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Updated OStatus subscription error messages to be more user friendly. | Sarven Capadisli | |
Hopefully. | |||
2010-03-03 | OStatus: catchable exception instead of fatal when parsing valid XML that ↵ | Brion Vibber | |
isn't a valid XRD doc | |||
2010-03-03 | OStatus: code cleanup on webfinger fallback path | Brion Vibber | |
2010-03-03 | Fix up catching of webfinger setup fails | Brion Vibber | |
2010-03-03 | Updated label and note text for user and group remote subscribe forms | Sarven Capadisli | |
2010-03-03 | Put all required field setup into AtomUserNoticeFeed and ↵ | Brion Vibber | |
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey. | |||
2010-03-03 | Updated remote subscribe button style in aside | Sarven Capadisli | |
2010-03-03 | OStatus: fix up remote join button on group profiles | Brion Vibber | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-03 | Separate the UI paths for ostatussub and ostatusgroup. They'll redirect to ↵ | Brion Vibber | |
each other transparently if they find you've put a remote entity of the other type. | |||
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Returning true instead for group remote subscription. If not logged | Sarven Capadisli | |
in, it gives the chance to use the logged in join/leave instead. | |||
2010-03-03 | Don't expose global Twitter consumer key and secret, because that would be ↵ | Zach Copley | |
idiotic. | |||
2010-03-03 | Generalized style for remote subscription button | Sarven Capadisli | |
2010-03-03 | Showing the remote subscribe button on the user groups page | Sarven Capadisli | |
2010-03-03 | add remote subscribe button for not-logged-in users looking a profile list ↵ | Evan Prodromou | |
with local users in it | |||
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Renamed subscribe button from New to Remote since it only does remote | Sarven Capadisli | |
subscriptions at the moment. | |||
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Using position relative only for the remote subscription in section Added group subscription button to groups mini list Added event hooks at the start and end of groups mini list | |||
2010-03-03 | Fix for disappearing 'connect' menu if xmpp and sms are disabled. | Zach Copley | |
All 'connect' menu panels used to be optional, so Action tried to figure out what the first item on the 'connect' menu should be. This is no longer necessary because we have the non-optional OAuth client connections panel now, which is not optional and can't be turned off. | |||
2010-03-03 | Using position relative only for the remote subscription in section | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |