Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-14 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-14 | More complete activity parsing | Evan Prodromou | |
Began the process of actually digging up activity information from an Atom entry. Added a test script to make sure parsing is working right. | |||
2010-02-13 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-13 | Dialogbox for OStatus remote subscription | Sarven Capadisli | |
2010-02-13 | Added dialogbox styles for OStatus subscribe form | Sarven Capadisli | |
2010-02-13 | Added XHR channel for OStatus Subscribe button | Sarven Capadisli | |
2010-02-13 | Updated feed subscription form markup | Sarven Capadisli | |
2010-02-13 | Updated OStatus form markup | Sarven Capadisli | |
2010-02-13 | Using the new remote subscription event and updated subscribe label | Sarven Capadisli | |
2010-02-13 | Added event hook to remote subscription | Sarven Capadisli | |
2010-02-13 | Merge branch 'ssleverything' into testing | Evan Prodromou | |
2010-02-12 | Add OStatus PuSH hub and Salmon links back into user and group feeds | Zach Copley | |
2010-02-12 | fix for Atom notice output: correct check against conversation & current id | Brion Vibber | |
2010-02-12 | Session fix for PHP 5.3 configurations where cookies are excluded from ↵ | Brion Vibber | |
$_REQUEST via request_order in php.ini (Fedora 12, MacPorts known to be affected) | |||
2010-02-12 | Initial upgraded Atom output for group timelines | Zach Copley | |
2010-02-12 | PHP 5.3 compatibility hack for DB_DataObject | Brion Vibber | |
statusnet.links.ini file could not be read anymore due to the entry for nonce containing a comma in its key value. PHP's parse_ini_file() function no longer allows commas in keys, and rejects the *ENTIRE FILE* if it's present, breaking various automatic joins. | |||
2010-02-12 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-12 | OStatus: prep work for sending notifications on ↵ | Brion Vibber | |
sub/unsub/join/leave/favorite/unfavorite via Salmon; needs to be completed and hooked up once feed gen is fixed. | |||
2010-02-12 | Revert "Added 'pre' to pick up Palm Pre's UA string:" | Sarven Capadisli | |
This reverts commit 094565b4aa1893e6a4422f3d05a0a43844e47a67. On second thought, "pre" is probably the stupidest way of differentiating one agent from another. Need a different solution. | |||
2010-02-12 | Added 'pre' to pick up Palm Pre's UA string: | Sarven Capadisli | |
Mozilla/5.0 (webOS/1.3.5.1; U; en-US) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/1.0 Safari/525.27.1 Pre/1.0 | |||
2010-02-12 | More style generalisation for dialogbox | Sarven Capadisli | |
2010-02-12 | Extracted default values for dialogbox layout and uniqe for form_repeat | Sarven Capadisli | |
2010-02-12 | Moved colour properties out of base stylesheet | Sarven Capadisli | |
2010-02-12 | flesh out salmon endpoint | Evan Prodromou | |
2010-02-12 | stub for activities | Evan Prodromou | |
2010-02-12 | OStatus sub setup code cleanup and partial group fixes (needs more work ↵ | Brion Vibber | |
after the Atom updates are done) | |||
2010-02-11 | Fix retarded spelling mistake | Zach Copley | |
2010-02-11 | ostatus:attention links in Notice Atom output | Zach Copley | |
2010-02-12 | OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ↵ | Brion Vibber | |
ostatus people and groups whether a subscription's active or not (maintains identity over unsub/resub, and between subscribers and subscribees) | |||
2010-02-11 | OStatus: correct parsing of georss:point for max interop (commas allowed, ↵ | Brion Vibber | |
whitespace not strictly defined) | |||
2010-02-11 | let files go to SSL dir too | Evan Prodromou | |
2010-02-11 | let backgrounds be put under SSL | Evan Prodromou | |
2010-02-11 | put Javascript files under SSL | Evan Prodromou | |
2010-02-11 | Make Atom timelines in the API use Atom10feed | Zach Copley | |
2010-02-11 | Added some boilerplate class comments, etc. | Zach Copley | |
2010-02-11 | Some upgrades to Atom output for OStatus | Zach Copley | |
2010-02-11 | Utility classes for atom feeds | Zach Copley | |
2010-02-11 | let avatars be served over SSL | Evan Prodromou | |
2010-02-11 | default theme ssl to null | Evan Prodromou | |
2010-02-11 | null theme ssl setting means 'guess' | Evan Prodromou | |
2010-02-11 | Themes can be served from an SSL server | Evan Prodromou | |
2010-02-11 | OStatus: save Salmon postback URI in feed subscription info, if provided. ↵ | Brion Vibber | |
Will need it for sub/unsub postbacks and other notifications. | |||
2010-02-11 | OStatus: fix salmon link on Atom feeds; add a url spec for group feeds as ↵ | Brion Vibber | |
well (endpoint needs impl) | |||
2010-02-11 | OStatus fix: include feed profile at notice text processing time, fixes replies | Brion Vibber | |
2010-02-11 | OStatus: garbage collect unused PuSH subscriptions when the last local ↵ | Brion Vibber | |
subscriber unsubs | |||
2010-02-10 | OStatus PuSH fixes: | Brion Vibber | |
* HMAC now calculated correctly - confirmed interop with Google's public hub * Can optionally use an external PuSH hub, set URL in $config['ostatus']['hub'] (may have issues in replication environment, and will ping the hub for every update rather than just those with subscribers) Internal hub will still function when this is set, but won't be advertised. Warning: setting this, then turning it off later will break subscriptions as that hub will no longer receive pings. | |||
2010-02-10 | OStatus update: now using standard save/delivery for incoming ostatus ↵ | Brion Vibber | |
messages -- they get reflected to realtime and everything! woooo Group delivery may still need some munging | |||
2010-02-10 | fix hubdistrib | Brion Vibber | |
2010-02-10 | fix up hub queueing to work w/ stomp queues | Brion Vibber | |
2010-02-10 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |