Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | Removed box-shadow and outline on notice more link focus | Sarven Capadisli | |
2010-03-25 | Using opacity on the notice more link icon | Sarven Capadisli | |
2010-03-25 | Minor margin to more link | Sarven Capadisli | |
2010-03-25 | Updated biz theme logo | Sarven Capadisli | |
2010-03-25 | Added processing indicator for more anchor | Sarven Capadisli | |
2010-03-25 | Using an icon to represent the action for more text | Sarven Capadisli | |
2010-03-25 | Using … (hellip) instead of "more" for link text | Sarven Capadisli | |
2010-03-25 | Updated 'more' anchor for attachments to do an XHR GET | Brion Vibber | |
Conflicts: lib/attachmentlist.php plugins/OStatus/classes/Ostatus_profile.php Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem. | |||
2010-03-25 | Removed unnecessary form_id. Using jQuery .find() instead of | Sarven Capadisli | |
constructing the selector. | |||
2010-03-25 | Added extra condition to focusing on notice form on page load. If the | Sarven Capadisli | |
window location contains a fragument identifier, it will skip focus and do what the UA does natively. | |||
2010-03-25 | Removed dangling stylesheet | Sarven Capadisli | |
2010-03-25 | Using rel=external instead of class=external for jOverlay title link | Sarven Capadisli | |
2010-03-25 | Added rel=external to geo location link | Sarven Capadisli | |
2010-03-25 | Updated plugin to open external links on a new window that are not | Sarven Capadisli | |
attachments | |||
2010-03-25 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-25 | Merge commit 'origin/master' into testing | Brion Vibber | |
Conflicts: classes/Notice.php | |||
2010-03-25 | Merge branch 'blacklisttable' into testing | Evan Prodromou | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-25 | Store blacklist patterns in their own tables | Evan Prodromou | |
We were bumping into limits on the config format in the Blacklist plugin. So, added new tables for nickname and homepage blacklists, and changed the plugin to use those instead of config file (actually, still uses config file in addition, for compatibility). | |||
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling ↵ | Brion Vibber | |
up local groups by name in api/statusnet/groups/is_member.json/xml | |||
2010-03-24 | Fix for API group methods, caused failure or output corruption when pulling ↵ | Brion Vibber | |
up local groups by name in api/statusnet/groups/is_member.json/xml | |||
2010-03-24 | Make sure we're requiring the library | James Walker | |
2010-03-24 | Updated Math_Biginteger from upstream - removing safe* workarounds | James Walker | |
2010-03-24 | Check for 0.9.0 bad keys from old Crypt_RSA library | James Walker | |
2010-03-24 | A bit safer checking in the keypair parsing | James Walker | |
2010-03-24 | Look for the first object in the Activity | Zach Copley | |
2010-03-23 | Improve legibility of OStatus remote tests output | Brion Vibber | |
2010-03-23 | add a general PuSHed post and an @-reply back to a subscribee by name to ↵ | Brion Vibber | |
OStatus remote test cases | |||
2010-03-23 | fixup_deletions.php script to look for notices posted by now-deleted ↵ | Brion Vibber | |
profiles and remove them. | |||
2010-03-23 | fixup_deletions.php script to look for notices posted by now-deleted ↵ | Brion Vibber | |
profiles and remove them. | |||
2010-03-23 | Add basic subscribe/unsubscribe test to OStatus test cases | Brion Vibber | |
2010-03-23 | Don't spew XML parse warnings to output when checking a remote XRD page | Brion Vibber | |
2010-03-23 | FOAF was missing OStatus remote subscriptions, now fixed. | Brion Vibber | |
2010-03-23 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-23 | Consistently send Profiles into Fave::addNew() | Brion Vibber | |
2010-03-23 | prevent password login actions in OpenID-only mode | Evan Prodromou | |
2010-03-23 | Don't add PHPSESSID parameter onto notice and conversation URIs if we save a ↵ | Brion Vibber | |
notice during a session override. This was being triggered by welcomebot messages created at account creation time, then propagated through replies. | |||
2010-03-23 | change router to allow hooking path connections | Evan Prodromou | |
2010-03-23 | start making OpenID-only mode work | Evan Prodromou | |
2010-03-23 | reformat OpenIDPlugin for PHPCS | Evan Prodromou | |
2010-03-22 | Fix reference. Look at the first ActivityObject in the list. | Zach Copley | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-22 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus remote sending test cases. Doesn't actually run within PHPUnit right now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other. Math_BigInteger doesn't correctly handle serialization/deserialization for a value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. Log backtraces for non-ClientException exceptions caught at the top-level handler. Confirm there's actually user and domain portions of acct string before assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd Fixing HTTP Header LRDD parsing (sites in subdirectories need this) Replace the "give up and dump object" attachment view fallback with a client-side redirect to the target URL, which will at least be useful. ignore unrecognized object types Pull <atom:author> info as well as <activity:actor> when we have an old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri Accept 'tag' and other non-http id URIs in Ostatus_profile::getActivityObjectProfileURI(). | |||
2010-03-22 | OStatus remote sending test cases. Doesn't actually run within PHPUnit right ↵ | Brion Vibber | |
now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other. Current test run includes: * register accounts (via web form) * local post * @-mention using path (@domain/path/to/user) Subscriptions, webfinger mentions, various paths to subscription and unsubscription, etc to come. | |||
2010-03-22 | Math_BigInteger doesn't correctly handle serialization/deserialization for a ↵ | Brion Vibber | |
value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. Worked around this with a subclass that fixes the wakeup, used for the stored 0 value in the subclassed Crypt_RSA. | |||
2010-03-22 | Log backtraces for non-ClientException exceptions caught at the top-level ↵ | Brion Vibber | |
handler. | |||
2010-03-22 | Confirm there's actually user and domain portions of acct string before ↵ | Brion Vibber | |
assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd | |||
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. | |||
2010-03-22 | Fixing HTTP Header LRDD parsing (sites in subdirectories need this) | James Walker | |
2010-03-22 | Replace the "give up and dump object" attachment view fallback with a ↵ | Brion Vibber | |
client-side redirect to the target URL, which will at least be useful. |