Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-24 | Updated class for application list | Sarven Capadisli | |
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 | Updated markup for application edit form submits | 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 | Decided we didn't need to keep the token secret in the | Zach Copley | |
Oauth_application_user record | |||
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 | It might help if I checkd in statusnet.ini. | 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 | Changed the OAuth app tables to refer to profiles instead of users. | Zach Copley | |
Added an owner column to oauth_application. | |||
2010-01-24 | Add new OAuth application tables and DataObjects. Also add a new | Zach Copley | |
column for consumer secret to consumer table. | |||
2010-01-24 | Use new StatusNetwork->serverName() to get full domain for wildcard config ↵ | Brion Vibber | |
until we rebuild queues to be based on nicknames. Fixes live bug with new *.status.net sites breaking queuedaemon.php | |||
2010-01-24 | defaults for nickname and wildcard | Evan Prodromou | |
2010-01-24 | save nickname and wildcard when setting up status network | Evan Prodromou | |
2010-01-24 | Added version info for MobileProfile plugin | Sarven Capadisli | |
2010-01-24 | Removed mobile stylesheet from core output. If Mobile support is | Sarven Capadisli | |
seeked, MobileProfile plugin should be used. | |||
2010-01-24 | Better alignment for notice options in MobileProfile | Sarven Capadisli | |
2010-01-24 | Updated notice item view where a) notice text no longer wraps around | Sarven Capadisli | |
(under author's photo) b) supplemental notice content and options will start right under notice text. | |||
2010-01-24 | Missing null className for incoming email form legend | Sarven Capadisli | |
2010-01-24 | Some JS cleaning up for NoticeLocationAttach (which fixes also fixes a | Sarven Capadisli | |
few bugs in WebKit) | |||
2010-01-24 | Updated path to farbtastic stylesheet | Sarven Capadisli | |
2010-01-24 | Moved farbtastic's stylesheet to use relative paths for its own images | Sarven Capadisli | |
2010-01-24 | Took out focus out of textare when location share is enabled/disabled. | Sarven Capadisli | |
Also avoids the conflict with the URL fragment on the conversation page. | |||
2010-01-24 | Updated UI for notice aside content and notice options in MobileProfile | Sarven Capadisli | |
2010-01-24 | Inline script for maxlength is deprecated | Sarven Capadisli | |
2010-01-24 | Using visibility:hidden instead of display:none for checkbox | Sarven Capadisli | |
2010-01-24 | Added missing position paramater | Sarven Capadisli | |
2010-01-24 | JSLinting on JSON | Sarven Capadisli | |
2010-01-24 | Some JSlint-ing | Sarven Capadisli | |
2010-01-24 | Removed extra comma in object | Sarven Capadisli | |
2010-01-24 | Revert "Drop the Google Client API-based AJAX geolocation lookup shim -- it ↵ | Craig Andrews | |
fails to ask for user permission, causing us quite a bit of difficulty." This reverts commit 749b8b5b8ca4d1c39d350879aadddbdb9d8b71d5. | |||
2010-01-24 | Styles for image max width/height and radio form controls | Sarven Capadisli | |
2010-01-24 | Added key icon for application key and secret rest action | Sarven Capadisli | |
2010-01-24 | Styles for application list | Sarven Capadisli | |
2010-01-24 | Styles for application details page | Sarven Capadisli | |
2010-01-24 | Event hooks for before and after site_notice | Sarven Capadisli | |
2010-01-22 | Fix for PoweredByStatusNetPlugin to be localizable (was broken for ↵ | Brion Vibber | |
non-English word order) (Note the .po files will have to be added manually for now as we haven't set TranslateWiki up for plugins I think) | |||
2010-01-22 | Consolidate PuSH publishing ping into a single POST for all feeds, and fix ↵ | Brion Vibber | |
server response (if any on failure) to go to log instead of stdout. | |||
2010-01-22 | Fix unqueuemanager for updated QueueHandler interface | Brion Vibber | |
2010-01-22 | Fix for stuck queue messages: wrap processing in stomp transactions so our ↵ | Brion Vibber | |
lack of an ACK if PHP dies actually triggers redelivery. Previously, messages once delivered would just get stuck in the queue seemingly forever if they never got ACKed. Note this could lead to partial duplication, for instance if the OMB or Twitter queue handlers die after 1/2 of the outgoing sends. Recommendations: * catch exceptions more aggressively within queue handlers (so only PHP fatal errors are likely to kill in the middle) * for processing that involves sending to multiple clients, consider a second queue similar to the XMPP output, eg for OMB: - first queue gets delivery list and builds message data, enqueueing it for each target address - second queue can handle each individual outgoing message (and attempt redelivery etc separately) This would also protect better against a recurring error preventing delivery in the second part, and could spread out any slow sends over multiple threads. | |||
2010-01-22 | Fixed innerHTML problem in IE7 and 8 for badge script | Sarven Capadisli | |