Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Site-wide notice text admin panel | Zach Copley | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Fix to group join event position. | Sarven Capadisli | |
2010-03-03 | quick fix: skip notice from unused variable on group atom feed generation | Brion Vibber | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Added event hooks for before and after user groups content | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Language setting fixes: | |||
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: subscribers list wasn't firing correct events | |||
2010-03-03 | Language setting fixes: | Brion Vibber | |
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?) | |||
2010-03-03 | Fix syntax errors | Zach Copley | |
2010-03-03 | subscribers list wasn't firing correct events | Evan Prodromou | |
2010-03-03 | Added event hooks for group subscribe | Sarven Capadisli | |
2010-03-02 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
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 | Added event hook for before and after personal timeline content | Sarven Capadisli | |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-03-01 | remove strict check on OMB exception strings | Evan Prodromou | |
2010-03-01 | return correct HTTP status code for OMB errors | Evan Prodromou | |
2010-03-01 | send smaller error pages for OMB API endpoints | Evan Prodromou | |
2010-02-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-26 | Updated ShowGroup to Resolve Aliases Again. | Christopher Vollick | |
The way we find groups changed with this new Local_group table. I had to update this too. | |||
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 | Fixed object name | Michele | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
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 | |||
2010-02-25 | Fix atom feed IDs in user and group atom feeds | Zach Copley | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Add an hcard action | Evan Prodromou | |
A dedicated hcard action for users. Our profile page includes an hcard, but it's so full of other hcards that it's ambiguous which one is the "real" one. So, this one make sense for meaning, "This is my hcard." | |||
2010-02-25 | Fix bug on subscribe/unsubscribe in profile lists. Bogus call to nonexisting ↵ | Brion Vibber | |
profile->getProfile() was masked by DB_DataObject | |||
2010-02-25 | OStatus: fix remote groups to work with new user_groups/local_groups split. | Brion Vibber | |
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form | |||
2010-02-25 | save mainpage element for groups | Evan Prodromou | |
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2010-02-23 | Drop user-only requirement for subscribe action | Evan Prodromou | |
I removed the check for local users in the subscribe button. I replaced it with a more specific check for OMB 0.1 remote profiles, which you can't use with this action. I also took the opportunity to split the handle() method into prepare() and handle(), and added PHPCS clean documentation. | |||
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
2010-02-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-22 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-22 | clear the site owner when profile changes | Evan Prodromou | |
2010-02-22 | Added before and after event hooks for subscriptions content | Sarven Capadisli | |
2010-02-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | Performance fix for FriendFeed sup interface: MySQL query optimizer was ↵ | Brion Vibber | |
doing a table scan on notice; explicit subquery makes it run much more efficiently, only scanning items within the period under consideration. Standard subquery should be PostgreSQL-compatible. | |||
2010-02-21 | Fix for doc action on systems that return false for globbing in a ↵ | Brion Vibber | |
non-existing dir | |||
2010-02-20 | make sure argument to Fave::addNew() is a profile | Evan Prodromou | |
2010-02-20 | Change to use TagURI::base() instead of common_config() | Evan Prodromou | |
I changed the way that tag: URIs are minted, so we now use the right base. Ideally most of these would use HTTP URIs instead, but for now at least they use the right base. | |||
2010-02-19 | replace calls to subs_(un)subscribe_user with Subscription methods | Evan Prodromou | |
2010-02-16 | OStatus: temporary output mode hack for apitimelineuser until PuSH feed ↵ | Brion Vibber | |
generation is updated to use the shared code instead of output buffering | |||
2010-02-12 | Add OStatus PuSH hub and Salmon links back into user and group feeds | Zach Copley | |
2010-02-12 | Initial upgraded Atom output for group timelines | Zach Copley | |
2010-02-11 | Make Atom timelines in the API use Atom10feed | Zach Copley | |