summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-20Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-19merge from testingEvan Prodromou
2009-10-19Ignoring Sent from my* line in mail (iPhone/Pre)Eric Helgeson
2009-10-16Merge branch '0.9.x' into TwitterBridgePluginZach Copley
2009-10-14Make queuing and daemons work via eventsZach Copley
2009-10-13Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: install.php
2009-10-13define LACONICA for compatibility on scriptsEric Helgeson
fixup_conversations.php fixes
2009-10-13Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
* 0.9.x: (247 commits) Added in credits. Use site's name for basic auth realm Make apigroupcreate.php pass phpcs Took out some unnecessary intializations Implemented create group api CamelCase all function names in the API code These same params are used in most API actions; moved to base API class Missed some of the references to the old TwitterApiAction - removed Remove more redundant $formats Remove dead code Move all basic auth output and processing to base classes $format is used by every API action. Set it in the base class. Delete action/api.php and rename lib/twitterapi.php to lib/api.php New actions for blocks via API fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled ...
2009-10-08Revert "Open tags should have closing tags"Evan Prodromou
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f. We specifically DON'T have closing tags so we don't get errors with whitespace after the closing tag. I realize this is less of an issue with scripts, but we should still not use closing tags.
2009-10-05Open tags should have closing tagsEric Helgeson
2009-10-04Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: classes/Profile.php
2009-10-02better handling of y response in deleteuser.phpEvan Prodromou
2009-10-02script to permanently delete a userEvan Prodromou
2009-10-01check the schemaEvan Prodromou
2009-10-01Merge branch '0.9.x' into schemaEvan Prodromou
2009-09-29remove string-checks from code using Notice::saveNew()Evan Prodromou
2009-09-27Merge commit 'refs/merge-requests/1633' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.9.x
2009-09-27fix for a misnamed variable in subscription function in the "create ↵unknown
simulation data" script
2009-09-23statusize schema-related modulesEvan Prodromou
2009-09-23test script for schema codeEvan Prodromou
2009-09-21add the plugin daemonEvan Prodromou
2009-09-21have to provide full path for daemonsEvan Prodromou
2009-09-21'easy' way to handle notices at queue timeEvan Prodromou
2009-09-21you can add a daemon to getvaliddaemonsEvan Prodromou
2009-09-08Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
Conflicts: plugins/TwitterBridge/twitterauthorization.php
2009-09-02Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php lib/twitter.php
2009-08-28Take out unnecessary definesZach Copley
2009-08-28Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵Zach Copley
Auth as well as OAuth
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-08-26Moved the rest of the Twitter stuff into the TwitterBridge pluginZach Copley
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25update names in shell scriptsEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25merge problem with scripts/twitterstatusfetcherEvan Prodromou
2009-08-25Rename Laconica to StatusNetEvan Prodromou
2009-08-24Merge branch '0.8.x' into testingEvan Prodromou
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php
2009-08-24Better (hopefully) database connection management for child processesEvan Prodromou
Conflicts: scripts/twitterstatusfetcher.php
2009-08-24Make TwitterStatusFetcher daemon work with OAuthZach Copley
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-21maildaemon correctly checks max notice lengthEvan Prodromou
2009-08-21correctly check for max notice length in xmppdaemonEvan Prodromou
2009-08-20var empty check did not function as expected.Eric Helgeson
made script executable
2009-08-10Replace own OMB stack with libomb.Adrian Lang