Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
2010-02-08 | Better checking for duplicate app names | Zach Copley | |
2010-02-08 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Pull GeoRSS locations over OStatus feeds Allow scripts/decache.php to blow out cache for objects that don't exist (anymore). OStatus cleanup... readme and version for beta5 Delete old Twitter user record when user changes screen name instead of updating. Simpler. Store Twitter screen_name, not name, for foreign_user.nickname when saving Twitter user. Actually store the timestamp on each nonce OAuth app name should not be null Fix issue with OAuth request parameters being parsed/stored twice when - Fix cache handling in TwitterStatusFetcher Added right margin for notice text. Helps Conversation notices look Confirm dialog for reset OAuth consumer key and secret button Always check for an OAuth request. This allows OAuth clients to set an Linkify notice source when posting from registered OAuth apps Suppress notice input box on OAuth authorization page Better token revocation Allow developers to delete OAuth applications OAuth app names should be unique. Prevents app statistic text from wrapping around avatar Sentence case for app statistics | |||
2010-02-08 | Better checking for duplicate app names | Zach Copley | |
2010-02-08 | Disable deprecated 'since' parameter on public_timeline API; causes ↵ | Brion Vibber | |
performance problems. (since_id will work cleanly) | |||
2010-02-08 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-08 | Pull GeoRSS locations over OStatus feeds | Brion Vibber | |
2010-02-08 | Allow scripts/decache.php to blow out cache for objects that don't exist ↵ | Brion Vibber | |
(anymore). May miss keys other than the given or primary key, but should work for a lot of common cases where a bad entry's been removed from DB but lingers in cache. |