Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-18 | Fix notice warning about unused var -- was renamed during refactoring. | Brion Vibber | |
2010-03-18 | Fix for xmpp/sms notification options appearing to be disabled on new ↵ | Brion Vibber | |
subscriptions. Base problem is that our caching-on-insert interferes with relying on column default values; the cached object is missing those fields, so they appear to be empty (null) when the object is retrieved from cache. Now explicitly setting them when inserting subscriptions, and cleaned up some code that had alternate code paths. May also have made auto-subscription work for remote OStatus subscribers, but can't test until magic sigs are working again. | |||
2010-03-18 | Fix some remote subscription regressions from ↵ | Brion Vibber | |
f21f78364a9cbde2ca535a3983b384707ad097ae Ostatus_profile::ensureProfile() has been renamed to Ostatus_profile::ensureProfileURL() | |||
2010-03-18 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-18 | reverse order from delete, insert to insert, delete on ostatus conversion | Evan Prodromou | |
2010-03-18 | catch exceptions in OStatus updates, log, and continue | Evan Prodromou | |
2010-03-17 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-16 | Change the workflow to get better discovery | Evan Prodromou | |
Tried to re-structure the workflow of discovery to get more and richer data and hints. | |||
2010-03-15 | Fix feed discovery: html:link@rel can contain multiple values; saw ↵ | Brion Vibber | |
rel="updates alternate" in the wild at http://tantek.com/ which broke old discovery code. | |||
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus ↵ | Brion Vibber | |
input. Lookup of the <div> needed to check for the XHTML namespace. | |||
2010-03-15 | use canonical user url in xrd | James Walker | |
2010-03-13 | Performing & allowing host-meta discovery by http url (in addition to ↵ | James Walker | |
webfinger acct) | |||
2010-03-13 | changing keypair to text to hold a full 1024bit keypair | James Walker | |
2010-03-13 | allow profile_url to be used in ostatus:attention | James Walker | |
2010-03-12 | cleaning up key generation | James Walker | |
2010-03-12 | converting key generation to new crypt library | James Walker | |
2010-03-12 | updating phpseclib to latest cvs - fixes a bunch of key generation issues | James Walker | |
2010-03-12 | converted toString to new crypt library | James Walker | |
2010-03-12 | converted sign, verify and fromString to new crypt lib | James Walker | |
2010-03-12 | Adding Crypt library from http://phpseclib.sourceforge.net/ | James Walker | |
2010-03-12 | removing deprecated PEAR Crypt_RSA | James Walker | |
2010-03-12 | Fixes 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-12 | OpenID 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-12 | Plugin to open up rel="external" links on a new window or tab | Sarven Capadisli | |
2010-03-11 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-11 | fix invalid separator in magic-public-key XRD and matching parsing. | James Walker | |
2010-03-11 | remove hard-coded me:env check in magicenvelope | James Walker | |
2010-03-11 | base64_encode/decode -> base64_url_encode/decode | James Walker | |
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | OStatus: 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-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | RequireValidatedEmailPlugin fixes: require email on registration form, tidy ↵ | Brion Vibber | |
up i18n infrastructure. | |||
2010-03-09 | Fix error logging | Craig Andrews | |
2010-03-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-09 | Merge branch 'commands' into testing | Brion Vibber | |
2010-03-09 | Command 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-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | wrong param order to strpos() | James Walker | |
2010-03-08 | On the OpenID settings page, allow users to remove trustroots. | Craig Andrews | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | Added Memcached plugin (using pecl/memcached versus pecl/memcache) | Craig Andrews | |
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-08 | ldap_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-05 | OpenID 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-05 | OStatus 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. |