Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Fix for disappearing 'connect' menu if xmpp and sms are disabled. | Zach Copley | |
All 'connect' menu panels used to be optional, so Action tried to figure out what the first item on the 'connect' menu should be. This is no longer necessary because we have the non-optional OAuth client connections panel now, which is not optional and can't be turned off. | |||
2010-03-03 | Fix for hcard parsing: typo caused notice spew accessing unset array index | Brion Vibber | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-03 | Clean up OStatus mentions finding; separate regexes keeps the code paths a ↵ | Brion Vibber | |
bit clearer. Also switched to hitting HTTP profile first; as the common case it'll be faster. | |||
2010-03-03 | Avoid warning/notice spew in XRD parser. Not all DOM nodes are elements. | Brion Vibber | |
2010-03-03 | Added remote join action for group profile | Sarven Capadisli | |
2010-03-03 | Added event hooks for group subscribe | Sarven Capadisli | |
2010-03-03 | Moved the remote subscription button to subscription mini list | Sarven Capadisli | |
2010-03-03 | Added event hooks for start and end of subscriptions mini list | Sarven Capadisli | |
2010-03-03 | Changed label text for remote subscription to something similar. Given | Sarven Capadisli | |
that this button will be used within context of subscriptions, 'New' works along with the '+' icon. | |||
2010-03-02 | Make Facebook plugin look for API key and secret before doing anything | Zach Copley | |
2010-03-03 | Show global key and secret, if defined, in Twitter bridge admin panel | Zach Copley | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-03-02 | Remove double word from Twitter bridge README | Zach Copley | |
2010-03-02 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: OStatus: save file records for enclosures Changed the geo location cookie Expire to Session. | |||
2010-03-02 | - Have Twitter bridge check for a global key and secret if it can't | Zach Copley | |
find one in the local config - Refuse to work at all if the consumer key and secret aren't set | |||
2010-03-02 | OStatus: save file records for enclosures | Brion Vibber | |
Also stripping id from foreign HTML messages (could interfere with UI) and disabled failing attachment popup for a.attachment links that don't have a proper id, so you can click through instead of getting an error. Issues: * any other links aren't marked and saved * inconsistent behavior between local and remote attachments (local displays in lightbox, remote doesn't) * if the enclosure'd object isn't referenced in the content, you won't be offered a link to it in our UI | |||
2010-03-02 | Changed the geo location cookie Expire to Session. | Sarven Capadisli | |
2010-03-02 | stupid mistake... let's not talk about this. | Craig Andrews | |
2010-03-02 | Updated some references to the long gnone "isEnclosure" function to the new ↵ | Craig Andrews | |
"getEnclosure" | |||
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-02 | Added Subscribe button to remote user entity actions in profie lists | Sarven Capadisli | |
2010-03-02 | Don't need to float the anchor | Sarven Capadisli | |
2010-03-02 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-02 | Performance fix on Sphinx search results: use id instead of created ↵ | Brion Vibber | |
timestamp for reverse date sorting; should give same result but doesn't trigger a filesort. | |||
2010-03-02 | Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵ | Brion Vibber | |
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed. | |||
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 | Refactored remote subscribe action in OStatus | Sarven Capadisli | |
2010-03-02 | Showing remote subscription button on the personal timeline | Sarven Capadisli | |
2010-03-02 | Generalized style for entity remote subscription action | Sarven Capadisli | |
2010-03-02 | Added event hook for before and after personal timeline content | Sarven Capadisli | |
2010-03-02 | Just a label change. Since the user already went ahead with | Sarven Capadisli | |
subscribing, in this step we are just confirming the profile. | |||
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
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 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: don't duplicate title in summary in Atom output per RFC4287 4.2.13 Show <activity:subject> and no activity actors for user feed Revert "show service debug info" | |||
2010-03-02 | Update Facebook plugin README with info about new admin panel | Zach Copley | |
2010-03-02 | don't duplicate title in summary in Atom output per RFC4287 4.2.13 | Evan Prodromou | |
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-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Zach Copley | |
2010-03-01 | Initial Facebook admin panel | Zach Copley | |
2010-03-01 | Some wording / spelling fixes | Zach Copley | |
2010-03-01 | - Make 'Sign in with Twitter' optional | Zach Copley | |
- Updates to the Twitter bridge plugin README | |||
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: High-priority OStatus fixes: OStatus: support @example.com/path/to/profile mentions as well as @profile@example.com (latter requires webfinger, former doesn't) | |||
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 | High-priority OStatus fixes: | Brion Vibber | |
* PuSHing out to multiple client services could fail; only first callback got reached * Correction for re-sub request to a known sub | |||
2010-03-01 | High-priority OStatus fixes: | Brion Vibber | |
* PuSHing out to multiple client services could fail; only first callback got reached * Correction for re-sub request to a known sub | |||
2010-03-01 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |