summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-03OStatus: fix up remote join button on group profilesBrion Vibber
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
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-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Returning true instead for group remote subscription. If not loggedSarven Capadisli
in, it gives the chance to use the logged in join/leave instead.
2010-03-03Fix to group join event position.Sarven Capadisli
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: quick fix: skip notice from unused variable on group atom feed generation Avoid notice on local group creation when uri isn't passed in at create time (needs to be generated)
2010-03-03Don't expose global Twitter consumer key and secret, because that would be ↵Zach Copley
idiotic.
2010-03-03quick fix: skip notice from unused variable on group atom feed generationBrion Vibber
2010-03-03Avoid notice on local group creation when uri isn't passed in at create time ↵Brion Vibber
(needs to be generated)
2010-03-03Using the full width for the content area for the admin section. ItSarven Capadisli
also makes the local navigation's tabs stay in context with the content
2010-03-03Removed aside container from output for the admin panel sectionsSarven Capadisli
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Generalized style for remote subscription buttonSarven Capadisli
2010-03-03Showing the remote subscribe button on the user groups pageSarven Capadisli
2010-03-03Added event hooks for before and after user groups contentSarven Capadisli
2010-03-03Add class="admin" to the content div of admin panels for stylingZach Copley
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: Language setting fixes:
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
* 'testing' of gitorious.org:statusnet/mainline: subscribers list wasn't firing correct events
2010-03-03Language setting fixes:Brion Vibber
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?)
2010-03-03Fix syntax errorsZach Copley
2010-03-03subscribers list wasn't firing correct eventsEvan Prodromou
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainlineBrion Vibber
2010-03-03add remote subscribe button for not-logged-in users looking a profile list ↵Evan Prodromou
with local users in it
2010-03-03Fix for 4113f2884113f288: show regular subscribe form for all non-OMB ↵Brion Vibber
profiles. We can't initiate remote sub for an OMB from our end, so dropping there.
2010-03-03Use poster's subscribed groups to disambiguate group linking when a remote ↵Brion Vibber
group and a local group exist with the same name. (If you're a member of two groups with the same name though, there's not a defined winner.)
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Renamed subscribe button from New to Remote since it only does remoteSarven Capadisli
subscriptions at the moment.
2010-03-03Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach 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-03Fix 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-03Using position relative only for the remote subscription in sectionSarven Capadisli
2010-03-03Merge branch 'master' of git@gitorious.org:statusnet/mainlineBrion Vibber
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-03-03Added group subscription button to groups mini listSarven Capadisli
2010-03-03Added event hooks at the start and end of groups mini listSarven Capadisli
2010-03-03Merge branch 'testing' of git@gitorious.org:statusnet/mainlineBrion Vibber
Conflicts: plugins/OStatus/OStatusPlugin.php
2010-03-03Merge branch 'twitter-facebook-mods'Zach Copley
* 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-03Make Facebook plugin look for API key and secret before doing anythingZach Copley
2010-03-03Show global key and secret, if defined, in Twitter bridge admin panelZach Copley
2010-03-03Remove double word from Twitter bridge READMEZach Copley
2010-03-03- Have Twitter bridge check for a global key and secret if it can'tZach Copley
find one in the local config - Refuse to work at all if the consumer key and secret aren't set
2010-03-03stupid mistake... let's not talk about this.Craig Andrews
2010-03-03Updated some references to the long gnone "isEnclosure" function to the new ↵Craig Andrews
"getEnclosure"
2010-03-03Update Facebook plugin README with info about new admin panelZach Copley
2010-03-03Initial Facebook admin panelZach Copley
2010-03-03Some wording / spelling fixesZach Copley
2010-03-03- Make 'Sign in with Twitter' optionalZach Copley
- Updates to the Twitter bridge plugin README
2010-03-03Remove un-needed config variable for enabling/disabling Twitter integrationZach Copley
2010-03-03Initial Twitter bridge admin panelZach Copley
2010-03-03Upgrade XML output scrubbing to better deal with newline and a few other charsZach Copley