Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidlogin.php | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-19 | Locale switch cleanup: use common_switch_locale() which is safer for ↵ | Brion Vibber | |
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale. | |||
2010-05-18 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-18 | OpenID access control options: trusted provider URL, Launchpad team ↵ | Brion Vibber | |
restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. To enable the admin panel: $config['admin']['panels'][] = 'openid'; Or to set them manually: $config['openid']['trusted_provider'] = 'https://login.ubuntu.net/'; $config['openid']['required_team'] = 'my-project-cabal'; $config['site']['openidonly'] = true; OpenID-only mode can still be set from addPlugin() parameters as well for backwards compatibility. Note: if it's set there, that value will override the setting from the database or config.php. Note that team restrictions are only really meaningful if a trusted provider is set; otherwise, any OpenID server could report back that users are members of the given team. Restrictions are checked only at OpenID authentication time and will not kick off people currently with a session open; existing remembered logins may also survive these changes. Using code for Launchpad team support provided by Canonical under AGPLv3, pulled from r27 of WordPress teams integration plugin: https://code.edge.launchpad.net/~canonical-isd-hackers/wordpress-teams-integration/trunk | |||
2010-05-17 | Include notice fragment on 'in context' links in Realtime plugin family. | Brion Vibber | |
2010-05-17 | Patch from g0: fix for conversation links in Realtime updates | Brion Vibber | |
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page. | |||
2010-05-14 | accept either salmon endpoint (until they're unified in the spec) | James Walker | |
2010-05-14 | allow hyphens in subdomains for webfinger addresses | James Walker | |
2010-05-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-12 | Fix keys() / keyTypes() mixup in SamplePlugin | Brion Vibber | |
2010-05-09 | Update pot and add Dutch translation | Siebrand Mazeland | |
2010-05-09 | Tweaks for DirectionDetector: | Siebrand Mazeland | |
* remove trailin whitespace * update use of capital letters * fix a few typos in comments * add translator documentation | |||
2010-05-06 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-07 | Allow plugins to load their styles for mobile view; fixes bad realtime ↵ | Brion Vibber | |
button layout | |||
2010-05-06 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-06 | Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfile | Brion Vibber | |
One-line addition of 'webos' to the keywords list. | |||
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-05 | Quick fix for DirectionDetector: only apply <span class="rtl"> once; if it's ↵ | Brion Vibber | |
already there in an incoming message (eg via OStatus), don't reapply it. Modified from patch from Everplays | |||
2010-05-05 | Clean up reference usage warnings in DirectionDetector plugin | Brion Vibber | |
2010-05-04 | Avoid spewing giant debug backtrace into exception in certain OStatus ↵ | Brion Vibber | |
subscription failure cases. The code pattern 'new XXXException($e)' to chain exceptions doesn't actually work as intended, as exceptions are actually expecting a string message here. This caused an implicit string conversion from HTTP_Request2_Exception, which is a PEAR_Exception, which defines an absurdly detailed __toString() method including a giant HTML table with a backtrace if you happen to be on a web request. Simply passing $e->getMessage() instead clears this up, as we'll get the nice short message like 'Couldn't connect to tcp://blahblah:80' | |||
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-04-30 | Update translator documentation for OpenID plugin. | Siebrand Mazeland | |
2010-04-30 | Update Dutch translation for OpenID plugin. | Siebrand Mazeland | |
2010-04-30 | Re-add OpenID/locale/nl/LC_MESSAGES/OpenID.po which was accidentally removed ↵ | Siebrand Mazeland | |
in Commit:d811f14bedc260adcfdd0eb8216eba06e9610144 Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-30 | Remove .po source files. Using pot files. | Siebrand Mazeland | |
2010-04-30 | Update gettext localisation files. | Siebrand Mazeland | |
2010-04-29 | Pull localization updates from 0.9.x | Brion Vibber | |
2010-04-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: index.php | |||
2010-04-26 | Only shorten when notice length exceeds max length | Craig Andrews | |
2010-04-23 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-23 | Rerun feed discovery and update the feed, salmon, and hub for the given ↵ | Brion Vibber | |
OStatus remote profile. Restarts subscription fresh as well. update-profile.php -sexample.com http://example.com/path/to/profile/url | |||
2010-04-23 | Ticket #93: pretty up the auto-submit for OpenID logins a bit. | Brion Vibber | |
* throwing in our spinner * cleanup of texts * "If this doesn't go through click the button" instead of just a mystery button * slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion | |||
2010-04-23 | Shorten text after paste operation | Craig Andrews | |
Abort ajax shorten request if the user pastes/pushes another key | |||
2010-04-23 | Fix to regression in last commit; wrong field name for homepage blacklist | Brion Vibber | |
2010-04-23 | Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, ↵ | Brion Vibber | |
which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net. Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry. | |||
2010-04-23 | Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined ↵ | Brion Vibber | |
array indexes when saving blacklist entries from admin panel | |||
2010-04-22 | use onAutoload instead of always requiring | Craig Andrews | |
2010-04-22 | Only shorten after the user presses space, or following a paste operation | Craig Andrews | |
2010-04-22 | OStatus: CLI script to force a renewal on the given PuSH subscription. May ↵ | Brion Vibber | |
help when we get out of sync with the hub. php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed | |||
2010-04-21 | Fix exceptions with bad gravatar URLs | Evan Prodromou | |
2010-04-21 | fix reference error in RSSCloud plugin | Evan Prodromou | |
2010-04-21 | add ClientSideShortenPlugin | Craig Andrews | |
see plugins/ClientSideShorten/README | |||
2010-04-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Disable the send-notice form at the top of the page OStatus subscription ↵ | Brion Vibber | |
confirmation page to work around bugs in Cloudy theme. This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. | |||
2010-04-17 | don't attempt to read a user's ldap password | Craig Andrews | |
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) |