- 21 Oct, 2010 7 commits
-
-
Siebrand Mazeland authored
-
Zach Copley authored
-
Zach Copley authored
-
Siebrand Mazeland authored
-
Zach Copley authored
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php
-
Zach Copley authored
request tokins with OAuth client applications and profiles.
-
Siebrand Mazeland authored
-
- 20 Oct, 2010 25 commits
-
-
Siebrand Mazeland authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Samantha Doherty authored
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Pretty up the OpenID variant of the OAuth login form a bit; change the 'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating.
-
Siebrand Mazeland authored
* moved some translator comments that were not directly above the line with the message to the correct location. * i18n for UI text. * superfluous whitespace removed.
-
Brion Vibber authored
-
Brion Vibber authored
-
Brion Vibber authored
Fix for ticket #2845: singleuser nickname configuration was being overridden by site owner in router setup. I've consolidated the checks for which user to use for single-user mode into User::singleUser(), which now uses the configured nickname by preference, falling back to the site owner if it's unset. This is now called consistently from the places that needed to use the primary user's nickname in routing setup. Setting $config['singleuser']['nickname'] should now work again as expected.
-
-
Zach Copley authored
back to (profile_id, application_id). I think we can get away without a DB change by only issuing one anonymous access token per user.
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
* add translator documentation.
-
Siebrand Mazeland authored
-
-
Siebrand Mazeland authored
* translator documentation updated/added. * superfluous whitespace removed.
-
-
Siebrand Mazeland authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
small DB tweak. Oauth_application_user needs to have the primary compound key: (profile_id, application_id, token). http://status.net/open-source/issues/2761 This should also make it possible to have multiple access tokens per application. http://status.net/open-source/issues/2788
-
Samantha Doherty authored
-
-
- 19 Oct, 2010 8 commits
-
-
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Siebrand Mazeland authored
-
Brion Vibber authored
-
Brion Vibber authored
Fix PHP notice when submitting 'design' admin panel on a browser that doesn't support file uploads such as Mobile Safari
-
Brion Vibber authored
Quick fix for bad message in en_GB (#2790) -- fixed upstream at http://translatewiki.net/w/i.php?title=StatusNet:A3894b1256ab040ed20a35eedeece8829c62d5ab-Direct_message_to_s_sent./en-gb&diff=2403802&oldid=1930996
-
Zach Copley authored
allow custom schemes like mustard:// etc.
-