summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-24Better detial in connected OAuth applications listZach Copley
2010-01-24Issue a warning when someone tries to exchange an unauthorized orZach Copley
otherwise bad req token for an access token.
2010-01-24Decided we didn't need to keep the token secret in theZach Copley
Oauth_application_user record
2010-01-24Exchanging authorized request tokens for access tokens workingZach Copley
2010-01-24Associate request tokens with OAuth apps and app usersZach Copley
2010-01-24Workflow for request tokens and authorizing request tokensZach Copley
2010-01-24Action for issuing a request tokenZach Copley
2010-01-24Stubs for API OAuth token exchange stuffZach Copley
2010-01-24Add icons/icon upload to Oauth appsZach Copley
2010-01-24Added session token checking.Zach Copley
2010-01-24Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-24It might help if I checkd in statusnet.ini.Zach Copley
2010-01-24Reorganized the OAuth app URLs and more work on the register app workflowZach Copley
2010-01-24Started work on interface for displaying connected OAuth appsZach Copley
2010-01-24Changed the OAuth app tables to refer to profiles instead of users.Zach Copley
Added an owner column to oauth_application.
2010-01-24Add new OAuth application tables and DataObjects. Also add a newZach Copley
column for consumer secret to consumer table.
2010-01-24Use 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-24defaults for nickname and wildcardEvan Prodromou
2010-01-24save nickname and wildcard when setting up status networkEvan Prodromou
2010-01-24Added version info for MobileProfile pluginSarven Capadisli
2010-01-24Removed mobile stylesheet from core output. If Mobile support isSarven Capadisli
seeked, MobileProfile plugin should be used.
2010-01-24Better alignment for notice options in MobileProfileSarven Capadisli
2010-01-24Updated notice item view where a) notice text no longer wraps aroundSarven Capadisli
(under author's photo) b) supplemental notice content and options will start right under notice text.
2010-01-24Missing null className for incoming email form legendSarven Capadisli
2010-01-24Some JS cleaning up for NoticeLocationAttach (which fixes also fixes aSarven Capadisli
few bugs in WebKit)
2010-01-24Updated path to farbtastic stylesheetSarven Capadisli
2010-01-24Moved farbtastic's stylesheet to use relative paths for its own imagesSarven Capadisli
2010-01-24Took 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-24Updated UI for notice aside content and notice options in MobileProfileSarven Capadisli
2010-01-24Inline script for maxlength is deprecatedSarven Capadisli
2010-01-24Using visibility:hidden instead of display:none for checkboxSarven Capadisli
2010-01-24Added missing position paramaterSarven Capadisli
2010-01-24JSLinting on JSONSarven Capadisli
2010-01-24Some JSlint-ingSarven Capadisli
2010-01-24Removed extra comma in objectSarven Capadisli
2010-01-24Revert "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-24Styles for image max width/height and radio form controlsSarven Capadisli
2010-01-24Added key icon for application key and secret rest actionSarven Capadisli
2010-01-24Styles for application listSarven Capadisli
2010-01-24Styles for application details pageSarven Capadisli
2010-01-24Event hooks for before and after site_noticeSarven Capadisli
2010-01-22Fix 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-22Consolidate 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-22Fix unqueuemanager for updated QueueHandler interfaceBrion Vibber
2010-01-22Fix 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-22Fixed innerHTML problem in IE7 and 8 for badge scriptSarven Capadisli
2010-01-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-01-22do actual language negotiation for help docsEvan Prodromou
2010-01-22restructure doc.php for new useEvan Prodromou
2010-01-22action/doc.php is PHPCS cleanEvan Prodromou