Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Renamed subscribe button from New to Remote since it only does remote | Sarven Capadisli | |
subscriptions at the moment. | |||
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 | |
2010-03-03 | Added group subscription button to groups mini list | Sarven Capadisli | |
2010-03-03 | Fix for hcard parsing: typo caused notice spew accessing unset array index | Brion Vibber | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-03 | Clean up OStatus mentions finding; separate regexes keeps the code paths a ↵ | Brion Vibber | |
bit clearer. Also switched to hitting HTTP profile first; as the common case it'll be faster. | |||
2010-03-03 | Avoid warning/notice spew in XRD parser. Not all DOM nodes are elements. | Brion Vibber | |
2010-03-03 | Added remote join action for group profile | Sarven Capadisli | |
2010-03-03 | Moved the remote subscription button to subscription mini list | Sarven Capadisli | |
2010-03-03 | Changed label text for remote subscription to something similar. Given | Sarven Capadisli | |
that this button will be used within context of subscriptions, 'New' works along with the '+' icon. | |||
2010-03-02 | OStatus: save file records for enclosures | Brion Vibber | |
Also stripping id from foreign HTML messages (could interfere with UI) and disabled failing attachment popup for a.attachment links that don't have a proper id, so you can click through instead of getting an error. Issues: * any other links aren't marked and saved * inconsistent behavior between local and remote attachments (local displays in lightbox, remote doesn't) * if the enclosure'd object isn't referenced in the content, you won't be offered a link to it in our UI | |||
2010-03-02 | Don't need to float the anchor | Sarven Capadisli | |
2010-03-02 | Refactored remote subscribe action in OStatus | Sarven Capadisli | |
2010-03-02 | Showing remote subscription button on the personal timeline | Sarven Capadisli | |
2010-03-02 | Generalized style for entity remote subscription action | Sarven Capadisli | |
2010-03-02 | Just a label change. Since the user already went ahead with | Sarven Capadisli | |
subscribing, in this step we are just confirming the profile. | |||
2010-03-01 | High-priority OStatus fixes: | Brion Vibber | |
* 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 | Merge branch 'work' into testing | Brion Vibber | |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-03-01 | Fix a bunch of notice & warning-level messages that were breaking my ↵ | Brion Vibber | |
inter-instance communications | |||
2010-03-01 | more output in updateostatus.php | Evan Prodromou | |
2010-03-01 | fix path for updateostatus.php | Evan Prodromou | |
2010-03-01 | Script to convert OMB subscriptions to OStatus subscriptions | Evan Prodromou | |
2010-03-01 | Localization tweak: include doc comments marked as 'TRANS' in .po file ↵ | Brion Vibber | |
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. | |||
2010-02-26 | renaming sha256 to prevent conflict | James Walker | |
2010-02-26 | better return check in Magicsig::staticGet() | James Walker | |
2010-02-26 | MagicEnvelope::parse shouldn't be called statically | James Walker | |