Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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 | |
2010-02-10 | Queue daemon fixes: | Brion Vibber | |
* skip unnecessary unsubscribes on graceful shutdown -- takes a long time for many queues, slows down our restarts when hitting graceful mem limit * fix control channel (was broken when we switched to support multiple queue servers) | |||
2010-02-10 | Filename case fix | Brion Vibber | |
2010-02-10 | Fix to Realtime's repeat notice form legend and notice id | Sarven Capadisli | |
2010-02-10 | Refactored repeat confirmation dialog. Also fixes dialog skipping. | Sarven Capadisli | |
2010-02-09 | removing the webfinger hack for Notice::asAtomEntry since salmon can use a ↵ | James Walker | |
profile URL | |||
2010-02-09 | moving salmon endpoint under 'main/' | James Walker | |
2010-02-09 | OStatus partial support for group subscriptions: | Brion Vibber | |
* detection of group feeds is currently a nasty hack based on presence of '/groups/' in URL -- should use some property on the feed? * listing for the remote group is kinda cruddy; needs to be named more cleanly * still need to establish per-author profiles (easier once we have the updated Atom code in) * group delivery probably not right yet * saving of group messages still triggering some weird behavior Added support for since_id and max_id on group timeline feeds as a free extra. Enjoy! | |||
2010-02-09 | Configurable delay between queuedaemon.php spawns/respawns to help stagger ↵ | Brion Vibber | |
out startups and subscriptions. Defaults to 1 second. $config['queue']['spawndelay'] = 1; | |||
2010-02-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-09 | Configurable delay between queuedaemon.php spawns/respawns to help stagger ↵ | Brion Vibber | |
out startups and subscriptions. Defaults to 1 second. $config['queue']['spawndelay'] = 1; | |||
2010-02-09 | in progress Salmon responses | James Walker | |
2010-02-09 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-09 | discovery piece - hand merged :P | James Walker | |