Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | Fix for regression in updated mention checks, sometimes lost links to folks ↵ | Brion Vibber | |
mentioned in the replied message. | |||
2010-03-02 | * Change translator documentation using _m() as designed together with Brion | Siebrand Mazeland | |
* Add more translator documentation Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-02 | Revert "Show <activity:subject> and no activity actors for user feed" | Evan Prodromou | |
This reverts commit c25fc8a4b51466f13c41efc0565bf15f78f6cb4d. | |||
2010-03-02 | Merge branch 'master' into testing | Evan Prodromou | |
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-02 | Show <activity:subject> and no activity actors for user feed | Evan Prodromou | |
We only need one author for user feeds: the user themselves. So, show the user as the activity:subject, and don't repeat the same activity:actor for every notice unnecessarily. | |||
2010-03-01 | Remove un-needed config variable for enabling/disabling Twitter integration | Zach Copley | |
2010-03-01 | Initial Twitter bridge admin panel | Zach Copley | |
2010-03-01 | Use PHP exceptions for PEAR error handling. | Craig Andrews | |
Allows for the common try/catch construct, which makes error handling cleaner and easier. | |||
2010-03-01 | Modify configuration to have an option to allow uploads regardless of mime type | Craig Andrews | |
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: (25 commits) Fix a bunch of notice & warning-level messages that were breaking my inter-instance communications more output in updateostatus.php lost important fields when switching queries show service debug info pass listener URI into consumer for OMB remove strict check on OMB exception strings return correct HTTP status code for OMB errors send smaller error pages for OMB API endpoints Remove check for secret in token deletion on Subscription::cancel() Better logging on bad token in subscription Return empty array when no subscriptions to remote drop tokens for OMB on unsubscribe fix path for updateostatus.php Script to convert OMB subscriptions to OStatus subscriptions show service debug info pass listener URI into consumer for OMB remove strict check on OMB exception strings return correct HTTP status code for OMB errors send smaller error pages for OMB API endpoints Remove check for secret in token deletion on Subscription::cancel() ... | |||
2010-03-01 | Revert "show service debug info" | Evan Prodromou | |
This reverts commit 19ec0e3a62d4c60d7e5581b4e38ec705650b1d18. | |||
2010-03-01 | lost important fields when switching queries | Evan Prodromou | |
2010-03-01 | show service debug info | Evan Prodromou | |
2010-03-01 | pass listener URI into consumer for OMB | Evan Prodromou | |
2010-03-01 | Return empty array when no subscriptions to remote | Evan Prodromou | |
2010-03-01 | Merge branch 'testing' into 0.9.x | Zach Copley | |
* testing: Upgrade XML output scrubbing to better deal with newline and a few other chars | |||
2010-03-01 | Upgrade XML output scrubbing to better deal with newline and a few other chars | Zach Copley | |
2010-03-01 | Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12 | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | Add contextual documentation to allow better localisation. | Siebrand Mazeland | |
2010-03-01 | Change 'Home' to 'Personal' in the header. | Craig Andrews | |
csarven indicated he accepted this change. | |||
2010-03-01 | Use common_nicknamize() in better places. | Craig Andrews | |
2010-03-01 | Add content for all 3 Send buttons (2 are the same as far as I can tell) | Siebrand Mazeland | |
2010-02-27 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-02-27 | Use notice for context when deciding who @nickname refers to | Evan Prodromou | |
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process. | |||
2010-02-27 | add bugfix to version number. | Evan Prodromou | |
2010-02-26 | Pull conversation URL from Conversation instead of assuming it's local | Zach Copley | |
2010-02-26 | add a flag to impede adding sessions to URLs (for permanent stuff) | Evan Prodromou | |
2010-02-26 | nicknamize the requested nickname during autoregistration | Craig Andrews | |
2010-02-26 | Check for conversation with unique conversation ID | Zach Copley | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-26 | 'on' is what checkboxes use for boolean true | Evan Prodromou | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Fix for group timeline feeds by name | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
2010-02-25 | update to beta6 | Evan Prodromou | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | remove linkback from default plugins | Evan Prodromou | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, ↵ | Brion Vibber | |
otherwise if none labeled takes the first) | |||
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: init_conversation.php script to copy old notice conversations into the conversation table cache results of webfinger lookups Parse an hcard for hints, if available use new hcard method for webfinger add hkit for hCard parsing use new dedicated hcard method for Webfinger profile Add an hcard action |