Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Merge commit 'origin/master' into testing | Brion Vibber | |
2010-03-08 | make common_copy_args() work when the post/get request includes arrays (form ↵ | Craig Andrews | |
elements with names ending in [] having multiple values) | |||
2010-03-08 | Added Memcached plugin (using pecl/memcached versus pecl/memcache) | Craig Andrews | |
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-08 | Fix ticket #2208: regression in XMPP sending when server != host | Brion Vibber | |
The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection. Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly. | |||
2010-03-08 | XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for ↵ | Brion Vibber | |
first access to undefined member variable | |||
2010-03-08 | make API realm configurable | Evan Prodromou | |
2010-03-04 | implement mail headers | Dave Hall | |
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-04 | Add Breton to language.php | Siebrand Mazeland | |
2010-03-04 | update version number | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-04 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-04 | Bringing aside back because it is needed for Design values. Will hide | Sarven Capadisli | |
from CSS instead. | |||
2010-03-04 | Ignore API 'since' silently as Twitter does instead of throwing a 403 error. ↵ | Brion Vibber | |
Getting extra results is less disruptive than total failure. Threw in an X-StatusNet-Warning header on the off chance some API client developer notices it. :) | |||
2010-03-04 | OStatus enabled by default | Evan Prodromou | |
2010-03-04 | Merge branch 'testing' | Brion Vibber | |
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-04 | Removed unused stub class | Zach Copley | |
2010-03-04 | Add generator tag into Atom feeds. | Zach Copley | |
2010-03-04 | Fix variable name in NoConfigException | Zach Copley | |
2010-03-03 | Temp fix for problem getting actor from PuSH updates where actor is only ↵ | Zach Copley | |
specified in subject | |||
2010-03-03 | Revert "Revert "Show <activity:subject> and no activity actors for user feed"" | Zach Copley | |
This reverts commit e2578cfad68c45ca177c51997c4cc7c0abafbd9a. | |||
2010-03-03 | Move snapshot configuration to its own admin panel | Zach Copley | |
Turn on with: $config['admin']['panels'][] = 'snapshot'; | |||
2010-03-03 | Put all required field setup into AtomUserNoticeFeed and ↵ | Brion Vibber | |
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey. | |||
2010-03-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-03-03 | Merge branch 'testing' | Evan Prodromou | |
2010-03-03 | Site-wide notice text admin panel | Zach Copley | |
2010-03-03 | Removed aside container from output for the admin panel sections | Sarven Capadisli | |
2010-03-03 | Add class="admin" to the content div of admin panels for styling | Zach Copley | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-03-03 | Fix for 4113f2884113f288: show regular subscribe form for all non-OMB ↵ | Brion Vibber | |
profiles. We can't initiate remote sub for an OMB from our end, so dropping there. | |||
2010-03-03 | Use poster's subscribed groups to disambiguate group linking when a remote ↵ | Brion Vibber | |
group and a local group exist with the same name. (If you're a member of two groups with the same name though, there's not a defined winner.) | |||
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Using position relative only for the remote subscription in section Added group subscription button to groups mini list Added event hooks at the start and end of groups mini list | |||
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 | Added event hooks at the start and end of groups mini list | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-03-03 | Added event hooks for start and end of subscriptions mini list | Sarven Capadisli | |
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 | OStatus fix: look for <link>s in the current element's children, not in all ↵ | Brion Vibber | |
its descendants. Was breaking notice URL transfer, pulling a profile link by mistake. | |||
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 0.9.x | Brion Vibber | |
2010-03-02 | Add translator documentation | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
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 | 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. |