summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions/ostatussub.php
AgeCommit message (Collapse)Author
2010-03-03Changed text for authorizing/confirming remote profileSarven Capadisli
2010-03-03Updated OStatus subscription error messages to be more user friendly.Sarven Capadisli
Hopefully.
2010-03-03Fix up catching of webfinger setup failsBrion Vibber
2010-03-03Updated label and note text for user and group remote subscribe formsSarven Capadisli
2010-03-03Separate 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-02Just a label change. Since the user already went ahead withSarven Capadisli
subscribing, in this step we are just confirming the profile.
2010-03-01Localization 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-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form
2010-02-23OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵Brion Vibber
remote subscribe form.
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so ↵Brion Vibber
resubscribing directly from a profile/group list works correctly if there aren't active subscriptions at the moment.
2010-02-23OStatus subscription UI tweak: if we're already subscribed/joined, say so ↵Brion Vibber
and don't offer a 'subscribe'/'join' button on the profile preview page.
2010-02-23OStatus: fix for avatars, submit button in updated remote profile previewBrion Vibber
2010-02-23Refactored preview info and form for authorizing a remote subscriptionSarven Capadisli
2010-02-23OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵Brion Vibber
sub/join forms.
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet ↵Brion Vibber
working quite right) - added a temp config var to disable salmon magic signatures until they're working consistently
2010-02-22Added link to Subscriptions page to XHR get the ostatus sub formSarven Capadisli
2010-02-22Fixed error/warning message location in OStatus autorize subscription pageSarven Capadisli
2010-02-21redirect ostatussub if not logged inEvan Prodromou
2010-02-20OStatus subscription page fixups; works but needs lots of UI loving!Brion Vibber
- ostatussub via subscribe button now works again (changed to take profile instead of feed, patched up to the new discovery) - added a quickie hack to allow putting your remote profile URI in place of webfinger acct through the remote-sub button (needs to be patched up to do proper discovery via XRDS or a link or something)
2010-02-13Updated feed subscription form markupSarven Capadisli
2010-02-12OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ↵Brion Vibber
ostatus people and groups whether a subscription's active or not (maintains identity over unsub/resub, and between subscribers and subscribees)
2010-02-09discovery piece - hand merged :PJames Walker