summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-03-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-15use canonical user url in xrdJames Walker
2010-03-14Updated plugin to open external links on a new window that are notSarven Capadisli
attachments
2010-03-13Performing & allowing host-meta discovery by http url (in addition to ↵James Walker
webfinger acct)
2010-03-13changing keypair to text to hold a full 1024bit keypairJames Walker
2010-03-13Throw a quick button label into ostatus .po file for french to test withBrion Vibber
2010-03-13allow profile_url to be used in ostatus:attentionJames Walker
2010-03-12cleaning up key generationJames Walker
2010-03-12converting key generation to new crypt libraryJames Walker
2010-03-12updating phpseclib to latest cvs - fixes a bunch of key generation issuesJames Walker
2010-03-12converted toString to new crypt libraryJames Walker
2010-03-12converted sign, verify and fromString to new crypt libJames Walker
2010-03-12Adding Crypt library from http://phpseclib.sourceforge.net/James Walker
2010-03-12removing deprecated PEAR Crypt_RSAJames Walker
2010-03-12Fixes for updating indices, charset/collation and engine type on ↵Brion Vibber
plugin-created tables. Under MySQL, new tables will be created as InnoDB with UTF-8 (utf8/utf8_bin) same as core tables. Existing plugin tables will have table engine and default charset/collation updated, and string columns will have charset updated, at checkschema time. Switched from 'DESCRIBE' to INFORMATION_SCHEMA for pulling column information in order to get charset. A second hit to INFORMATION_SCHEMA is also needed to get table properties. Indices were only being created at table creation time, which ain't so hot. Now also adding/dropping indices when they change. Fixed up some schema defs in OStatus plugin that were a bit flaky, causing extra alter tables to be run. TODO: Generalize this infrastructure a bit more up to base schema & pg schema classes.
2010-03-12OpenID fixes:Brion Vibber
- avoid notice spew when checking sreg items that weren't provided - fix keys spec for user_openid, clears up problems with removing openid associations - fix keys spec for user_openid_trustroot
2010-03-12Plugin to open up rel="external" links on a new window or tabSarven Capadisli
2010-03-11Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-03-11fix invalid separator in magic-public-key XRD and matching parsing.James Walker
2010-03-11remove hard-coded me:env check in magicenvelopeJames Walker
2010-03-11base64_encode/decode -> base64_url_encode/decodeJames Walker
2010-03-10Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-10OStatus: reject attempts to create a remote profile for a local user or group.Brion Vibber
Some stray shadow entries were ending up getting created, which would steal group posts from remote users. Run plugins/OStatus/scripts/fixup-shadow.php for each site to remove any existing ones.
2010-03-10Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-10RequireValidatedEmailPlugin fixes: require email on registration form, tidy ↵Brion Vibber
up i18n infrastructure.
2010-03-09Fix error loggingCraig Andrews
2010-03-09Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-09Merge branch 'commands' into testingBrion Vibber
2010-03-09Command input processing now has centralized places for looking up notice, ↵Brion Vibber
user/profile, and group arguments. OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments.
2010-03-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-09OStatus: fix exception thrown on HTTP error during feed discoveryBrion Vibber
2010-03-09Use canonical URL for notification in RSSCloud pluginZach Copley
2010-03-09Merge branch 'master' of git@gitorious.org:statusnet/mainlineZach Copley
2010-03-09Use canonical URL for notification in RSSCloud pluginZach Copley
2010-03-09wrong param order to strpos()James Walker
2010-03-08On the OpenID settings page, allow users to remove trustroots.Craig Andrews
2010-03-08Only allow RSSCloud subs to canonical RSS2 profile feedsZach Copley
2010-03-08Only allow RSSCloud subs to canonical RSS2 profile feedsZach Copley
2010-03-08Added Memcached plugin (using pecl/memcached versus pecl/memcache)Craig Andrews
2010-03-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-08ldap_get_connection() to return null when passed a config with bad user/pw.Jeffery To
This mainly affects login; before if the user enters a valid username but invalid password, ldap_get_connection() throws an LDAP_INVALID_CREDENTIALS error. Now the user sees the regular "Incorrect username of password" error message.
2010-03-05OpenID fix:Brion Vibber
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
2010-03-05OStatus fix: send the feed's root element, not the DOM document, down to ↵Brion Vibber
low-level feed processing as entry context on PuSH input.
2010-03-04Another typoroot
2010-03-05Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-03-05A better way to safely delete Foreign_linksZach Copley
2010-03-05Fix for errant deletion of all Twitter foreign_linksZach Copley
2010-03-05A better way to safely delete Foreign_linksZach Copley
2010-03-05Fix for errant deletion of all Twitter foreign_linksZach Copley
2010-03-04Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber