Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
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 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
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 | Throw a quick button label into ostatus .po file for french to test with | Brion Vibber | |
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-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-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 | wrong param order to strpos() | James Walker | |
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
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 | 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 | |||
2010-03-04 | OStatus: fix for remote group join via non-logged-in 'join' button. | Brion Vibber | |
Bad lookup was sending us to the first group instead of the selected group. | |||
2010-03-04 | adding plugin version to OStatus | James Walker | |
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-04 | Catch a previously uncaught exception and add some additional debug logs for ↵ | James Walker | |
signature verification | |||
2010-03-04 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-03-04 | update xrd -> userxrd | James Walker | |
2010-03-03 | Changed text for authorizing/confirming remote profile | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Puts All groups and Remote sub button in the mini list on the same line | Sarven Capadisli | |
2010-03-03 | refactor xrd to allow for ownerxrd - xrd document for the site owner. | James Walker | |
introduced $config['webfinger']['owner'] for a custom xrd subject | |||
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Updated OStatus subscription error messages to be more user friendly. | Sarven Capadisli | |
Hopefully. | |||
2010-03-03 | OStatus: catchable exception instead of fatal when parsing valid XML that ↵ | Brion Vibber | |
isn't a valid XRD doc | |||
2010-03-03 | OStatus: code cleanup on webfinger fallback path | Brion Vibber | |
2010-03-03 | Fix up catching of webfinger setup fails | Brion Vibber | |