Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-24 | fix interpolation of positional arguments to sprintf in outbox | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in replies | Evan Prodromou | |
2010-01-24 | fix interpolation for positional arguments in showstream | Evan Prodromou | |
2010-01-25 | - Had to remove checking read vs. read-write in OAuth authenticated methods | Zach Copley | |
- Will now pick up source attr from OAuth app | |||
2010-01-24 | Revoke access token UI | Zach Copley | |
2010-01-24 | Changed legend text from Login to Account because it is not really | Sarven Capadisli | |
logging iny | |||
2010-01-24 | Updated apioauthauthorize markup and styles | Sarven Capadisli | |
2010-01-24 | Ensure only the application's owner can edit it | Zach Copley | |
2010-01-24 | Fix user count | Zach Copley | |
2010-01-24 | Make sure applications are really looked up by consumer key | Zach Copley | |
2010-01-24 | Rework application registration workflow to be more private | Zach Copley | |
2010-01-24 | Fix icon upload on new apps | Zach Copley | |
2010-01-24 | OAuth 1.0 working now | Zach Copley | |
2010-01-24 | Can now edit/change application icon | Zach Copley | |
2010-01-24 | Added anchors to application source and homepage | Sarven Capadisli | |
2010-01-24 | Updated markup for application details page. Similar to user/group | Sarven Capadisli | |
profile page. | |||
2010-01-24 | Updated markup for application details | Sarven Capadisli | |
2010-01-24 | Updated markup for application registration and view links | Sarven Capadisli | |
2010-01-24 | Better detial in connected OAuth applications list | Zach Copley | |
2010-01-24 | Issue a warning when someone tries to exchange an unauthorized or | Zach Copley | |
otherwise bad req token for an access token. | |||
2010-01-24 | Exchanging authorized request tokens for access tokens working | Zach Copley | |
2010-01-24 | Associate request tokens with OAuth apps and app users | Zach Copley | |
2010-01-24 | Workflow for request tokens and authorizing request tokens | Zach Copley | |
2010-01-24 | Action for issuing a request token | Zach Copley | |
2010-01-24 | Stubs for API OAuth token exchange stuff | Zach Copley | |
2010-01-24 | Add icons/icon upload to Oauth apps | Zach Copley | |
2010-01-24 | Added session token checking. | Zach Copley | |
2010-01-24 | Workflow for registering new OAuth apps pretty much done. | Zach Copley | |
2010-01-24 | Reorganized the OAuth app URLs and more work on the register app workflow | Zach Copley | |
2010-01-24 | Started work on interface for displaying connected OAuth apps | Zach Copley | |
2010-01-24 | Missing null className for incoming email form legend | Sarven Capadisli | |
2010-01-24 | Updated path to farbtastic stylesheet | Sarven Capadisli | |
2010-01-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-01-22 | do actual language negotiation for help docs | Evan Prodromou | |
2010-01-22 | restructure doc.php for new use | Evan Prodromou | |
2010-01-22 | action/doc.php is PHPCS clean | Evan Prodromou | |
2010-01-21 | XMPP queued output & initial retooling of DB queue manager to support ↵ | Brion Vibber | |
non-Notice objects. Queue handlers for XMPP individual & firehose output now send their XML stanzas to another output queue instead of connecting directly to the chat server. This lets us have as many general processing threads as we need, while all actual XMPP input and output go through a single daemon with a single connection open. This avoids problems with multiple connected resources: * multiple windows shown in some chat clients (psi, gajim, kopete) * extra load on server * incoming message delivery forwarding issues Database changes: * queue_item drops 'notice_id' in favor of a 'frame' blob. This is based on Craig Andrews' work branch to generalize queues to take any object, but conservatively leaving out the serialization for now. Table updater (preserves any existing queued items) in db/rc3to09.sql Code changes to watch out for: * Queue handlers should now define a handle() method instead of handle_notice() * QueueDaemon and XmppDaemon now share common i/o (IoMaster) and respawning thread management (RespawningDaemon) infrastructure. * The polling XmppConfirmManager has been dropped, as the message is queued directly when saving IM settings. * Enable $config['queue']['debug_memory'] to output current memory usage at each run through the event loop to watch for memory leaks To do: * Adapt XMPP i/o to component connection mode for multi-site support. * XMPP input can also be broken out to a queue, which would allow the actual notice save etc to be handled by general queue threads. * Make sure there are no problems with simply pushing serialized Notice objects to queues. * Find a way to improve interactive performance of the database-backed queue handler; polling is pretty painful to XMPP. * Possibly redo the way QueueHandlers are injected into a QueueManager. The grouping used to split out the XMPP output queue is a bit awkward. | |||
2010-01-21 | Unimplement retweeted_by_me API action until we have a more efficient query | Evan Prodromou | |
2010-01-21 | retweet API methods are readonly | Evan Prodromou | |
2010-01-20 | mark retweet api actions read-only where applicable | Evan Prodromou | |
2010-01-13 | remove debugging statement for friends_timeline | Evan Prodromou | |
2010-01-13 | change double quotes to single quotes in numbered format string | Evan Prodromou | |
2010-01-13 | correct check for error in subscribe and unsubscribe actions | Evan Prodromou | |
2010-01-13 | add events for subscribing to people and joining groups | Evan Prodromou | |
2010-01-11 | Merge branch 'sessionidparam' into 0.9.x | Evan Prodromou | |
Conflicts: lib/command.php | |||
2010-01-11 | inject session before redirect for login | Evan Prodromou | |
2010-01-10 | remove redirect to OTP on login from login, register | Evan Prodromou | |
2010-01-10 | Lots of tiny message changes. | Siebrand Mazeland | |
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently. | |||
2010-01-10 | fix check for ssl diff in login | Evan Prodromou | |
2010-01-10 | correctly check for ssl enabled | Evan Prodromou | |