Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-03-04 | Another typo | root | |
2010-03-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-05 | Fix for errant deletion of all Twitter foreign_links | Zach Copley | |
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-05 | Fix for errant deletion of all Twitter foreign_links | Zach Copley | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-04 | Slight right alignment for remote button in minilists | Sarven Capadisli | |
2010-03-04 | Pull latest .po files from 0.9.x to testing | Brion Vibber | |
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql |