Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
Conflicts: scripts/updateavatarurl.php | |||
2009-11-09 | broadcast profile changes from updateavatarurl.php | Evan Prodromou | |
2009-11-09 | script to update avatar URLs on server | Evan Prodromou | |
2009-11-09 | script to update avatar URLs on server | Evan Prodromou | |
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line. | |||
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-10-19 | Ignoring Sent from my* line in mail (iPhone/Pre) | Eric Helgeson | |
2009-10-13 | define LACONICA for compatibility on scripts | Eric Helgeson | |
fixup_conversations.php fixes | |||
2009-10-08 | Revert "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-05 | Open tags should have closing tags | Eric Helgeson | |
2009-10-02 | better handling of y response in deleteuser.php | Evan Prodromou | |
2009-10-02 | script to permanently delete a user | Evan Prodromou | |
2009-08-28 | Take out unnecessary defines | Zach Copley | |
2009-08-28 | Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵ | Zach Copley | |
Auth as well as OAuth | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-26 | last scrub of Laconica -> StatusNet | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | update names in shell scripts | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | merge problem with scripts/twitterstatusfetcher | Evan Prodromou | |
2009-08-25 | Rename Laconica to StatusNet | Evan Prodromou | |
2009-08-24 | Merge branch '0.8.x' into testing | Evan Prodromou | |
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php | |||
2009-08-24 | Better (hopefully) database connection management for child processes | Evan Prodromou | |
Conflicts: scripts/twitterstatusfetcher.php | |||
2009-08-24 | Make TwitterStatusFetcher daemon work with OAuth | Zach Copley | |
2009-08-20 | var empty check did not function as expected. | Eric Helgeson | |
made script executable | |||
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-10 | Add synctwitterfriends to daemon startup and stop scripts | Zach Copley | |
2009-08-10 | I forgot that we don't do database upgrades for point releases. So I've | Zach Copley | |
changed Twitter OAuth to store token and token secret in the same field in foreign_link (credentials). This should be changed in 0.9. | |||
2009-08-10 | Moved some stuff around. More comments and phpcs compliance. | Zach Copley | |
2009-08-06 | Make TwitterStatusFetcher extend ParallelizingDaemon | Zach Copley | |
2009-08-07 | Added configuration option to disable post-by-email. | Jeffery To | |
This hides the relevant settings from the email settings page and prevents maildaemon.php from processing email if the option is disabled. | |||
2009-08-07 | Added configuration options to enable/disable SMS and Twitter integration. | Jeffery To | |
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options. | |||
2009-08-06 | - Rewrote SyncTwitterFriends as a daemon | Zach Copley | |
- Made it use OAuth - Code clean up | |||
2009-08-05 | Better (hopefully) database connection management for child processes | Zach Copley | |
2009-08-04 | Use empty() for checking whether DB_DataObject returned something | Zach Copley | |
2009-08-04 | Make TwitterStatusFetcher daemon work with OAuth | Zach Copley | |
2009-08-02 | A script to GC sessions correctly | Evan Prodromou | |
2009-07-28 | Avoid potentially double encoding already utf-8 encoded messages | Craig Andrews | |
2009-07-28 | Handle UTF-8 encoded text in emails. | Craig Andrews | |
Thanks to jaakko for pointing this out! http://identi.ca/notice/7169471 |