]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions
Made Blogspam Plugin Respect textlimit Setting.
[quix0rs-gnu-social.git] / actions /
2010-02-09 Zach CopleyBetter checking for duplicate app names
2010-02-09 Brion VibberDisable deprecated 'since' parameter on public_timeline...
2010-02-05 Zach CopleyMerge branch 'temp'
2010-02-05 Zach CopleyFix issue with OAuth request parameters being parsed...
2010-02-05 Zach CopleyConfirm dialog for reset OAuth consumer key and secret...
2010-02-05 Zach CopleySuppress notice input box on OAuth authorization page
2010-02-05 Zach CopleyBetter token revocation
2010-02-05 Zach CopleyAllow developers to delete OAuth applications
2010-02-05 Zach CopleyOAuth app names should be unique.
2010-02-05 Sarven CapadisliSentence case for app statistics
2010-02-04 Eric HelgesonMissed change when refactoring groups. Thanks macno
2010-02-04 Brion VibberShould fix spurious 'nickname taken' and 'email taken...
2010-02-04 Brion VibberAdd time-based cutoffs for public tag cloud, favorited...
2010-02-03 Evan ProdromouMerge branch 'master' of git@gitorious.org:statusnet...
2010-02-01 Brion VibberImprove name validation checks on local File references
2010-02-01 Evan Prodromoufix local file include vulnerability in doc.php
2010-01-31 Evan ProdromouAdd a robots.txt URL to the site root
2010-01-30 Evan Prodromouadd lat, lon, location and remove closing tag from...
2010-01-30 Evan ProdromouUse passed-in lat long in geocode.php
2010-01-29 Brion VibberMerge branch 'master' of git@gitorious.org:statusnet...
2010-01-29 Zach CopleyMerge branch 'testing'
2010-01-29 Zach CopleyMove sessions settings to its own panel
2010-01-29 Brion VibberMerge branch 'testing'
2010-01-28 Brion VibberMerge commit 'origin/master' into testing
2010-01-28 Zach CopleyMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-28 Sarven CapadisliRemoved avatar from repeat of username (matches noticelist)
2010-01-28 Brion VibberMerge branch 'master' of gitorious.org:statusnet/mainline
2010-01-28 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-28 Evan ProdromouMerge branch 'master' of git@gitorious.org:statusnet...
2010-01-28 Evan ProdromouMerge branch 'testing'
2010-01-28 Zach CopleyMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-28 Zach CopleyNumbered format specifiers
2010-01-28 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainline
2010-01-28 Zach CopleyThese API methods should return true for ->isReadOnly...
2010-01-27 Evan ProdromouOptionally set a separate Javascript server and path
2010-01-27 Zach Copleys/LOG_WARN/LOG_WARNING/
2010-01-27 Zach Copley- Check for read-only vs. read-write access to protecte...
2010-01-27 Siebrand MazelandFix casing for HMAC-SHA1.
2010-01-27 Siebrand MazelandFix inconsistent title case in page title
2010-01-26 Zach CopleyNew access admin panel for site registration settings
2010-01-26 Zach Copley- Remove redudant/unused 'server' setting from site...
2010-01-26 Sarven CapadisliMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-26 Sarven CapadisliMerge branch 'master' of git@gitorious.org:statusnet...
2010-01-26 Sarven CapadisliMissing null className for incoming email form legend
2010-01-26 Sarven CapadisliUpdated path to farbtastic stylesheet
2010-01-25 Evan ProdromouMerge branch 'master' into testing
2010-01-25 Evan ProdromouOffload inbox updates to a queue handler to speed up...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation of positional arguments to sprintf...
2010-01-25 Evan Prodromoufix interpolation for positional arguments in replies
2010-01-25 Evan Prodromoufix interpolation for positional arguments in showstream
2010-01-25 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-25 Zach Copley- Had to remove checking read vs. read-write in OAuth...
2010-01-25 Zach CopleyRevoke access token UI
2010-01-25 Sarven CapadisliChanged legend text from Login to Account because it...
2010-01-25 Sarven CapadisliUpdated apioauthauthorize markup and styles
2010-01-25 Zach CopleyEnsure only the application's owner can edit it
2010-01-25 Zach CopleyFix user count
2010-01-25 Zach CopleyMake sure applications are really looked up by consumer key
2010-01-25 Zach CopleyRework application registration workflow to be more...
2010-01-25 Zach CopleyFix icon upload on new apps
2010-01-25 Zach CopleyOAuth 1.0 working now
2010-01-25 Zach CopleyCan now edit/change application icon
2010-01-25 Sarven CapadisliAdded anchors to application source and homepage
2010-01-25 Sarven CapadisliUpdated markup for application details page. Similar...
2010-01-25 Sarven CapadisliUpdated markup for application details
2010-01-25 Sarven CapadisliUpdated markup for application registration and view...
2010-01-25 Zach CopleyBetter detial in connected OAuth applications list
2010-01-25 Zach CopleyIssue a warning when someone tries to exchange an unaut...
2010-01-25 Zach CopleyExchanging authorized request tokens for access tokens...
2010-01-25 Zach CopleyAssociate request tokens with OAuth apps and app users
2010-01-25 Zach CopleyWorkflow for request tokens and authorizing request...
2010-01-25 Zach CopleyAction for issuing a request token
2010-01-25 Zach CopleyStubs for API OAuth token exchange stuff
2010-01-25 Zach CopleyAdd icons/icon upload to Oauth apps
2010-01-25 Zach CopleyAdded session token checking.
2010-01-25 Zach CopleyWorkflow for registering new OAuth apps pretty much...
2010-01-25 Zach CopleyReorganized the OAuth app URLs and more work on the...
2010-01-25 Zach CopleyStarted work on interface for displaying connected...
2010-01-23 Sarven CapadisliMissing null className for incoming email form legend
2010-01-23 Sarven CapadisliUpdated path to farbtastic stylesheet
2010-01-22 Brion VibberXMPP queued output & initial retooling of DB queue...
2010-01-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-01-22 Evan Prodromoudo actual language negotiation for help docs
2010-01-22 Evan Prodromourestructure doc.php for new use
2010-01-22 Evan Prodromouaction/doc.php is PHPCS clean
2010-01-22 Brion VibberXMPP queued output & initial retooling of DB queue...
2010-01-21 Evan ProdromouUnimplement retweeted_by_me API action until we have...
2010-01-21 Evan Prodromouretweet API methods are readonly
2010-01-20 Evan Prodromoumark retweet api actions read-only where applicable
2010-01-14 Brion VibberMerge branch 'master' of gitorious.org:statusnet/mainline
2010-01-14 Evan Prodromouremove debugging statement for friends_timeline
2010-01-14 Evan Prodromouchange double quotes to single quotes in numbered forma...
2010-01-14 Evan ProdromouMerge branch 'master' of git@gitorious.org:statusnet...
2010-01-13 Siebrand MazelandMerge branch '0.9.x' of git://gitorious.org/statusnet...
2010-01-13 Zach CopleyMerge branch '0.9.x' of git@gitorious.org:statusnet...
next