Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
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-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | Merge branch '0.9.x' into schema | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-27 | Merge commit 'refs/merge-requests/1633' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-09-27 | fix for a misnamed variable in subscription function in the "create ↵ | unknown | |
simulation data" script | |||
2009-09-23 | statusize schema-related modules | Evan Prodromou | |
2009-09-23 | test script for schema code | Evan Prodromou | |
2009-09-21 | add the plugin daemon | Evan Prodromou | |
2009-09-21 | have to provide full path for daemons | Evan Prodromou | |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | you can add a daemon to getvaliddaemons | Evan Prodromou | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
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-27 | Merge branch '0.8.x' into 0.9.x | Evan 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-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-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | maildaemon correctly checks max notice length | Evan Prodromou | |
2009-08-21 | correctly check for max notice length in xmppdaemon | Evan Prodromou | |
2009-08-20 | var empty check did not function as expected. | Eric Helgeson | |
made script executable | |||
2009-08-10 | Replace own OMB stack with libomb. | Adrian Lang | |
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 | |