Age | Commit message (Expand) | Author |
2010-02-17 | - conversation.uri needs to be nullable | Zach Copley |
2010-02-16 | New Conversation DO to handle remote notices as conversation roots | Zach Copley |
2010-02-05 | OAuth app name should not be null | Zach Copley |
2010-02-02 | Better token revocation | Zach Copley |
2010-02-02 | OAuth app names should be unique. | Zach Copley |
2010-01-27 | fix update script -- read the diff wrong and put a couple fields on wrong tab... | Brion Vibber |
2010-01-27 | Rename rc3to09.sql to rc3torc4.sql to avoid confusion if we add a last-minute... | Brion Vibber |
2010-01-27 | Add new oauth tables and modifications to 'consumer' table for rc4 | Brion Vibber |
2010-01-26 | Site metadata tags in status_network: single 'tags' field, pipe-separated. | Brion Vibber |
2010-01-24 | Add verifier and verified callback to token for OAuth 1.0a | Zach Copley |
2010-01-24 | Remove verifier from Oauth_application_user (not needed there) | Zach Copley |
2010-01-24 | Callback URL can be null | Zach Copley |
2010-01-24 | Decided we didn't need to keep the token secret in the | Zach Copley |
2010-01-24 | Associate request tokens with OAuth apps and app users | Zach Copley |
2010-01-24 | Workflow for registering new OAuth apps pretty much done. | Zach Copley |
2010-01-24 | Changed the OAuth app tables to refer to profiles instead of users. | Zach Copley |
2010-01-24 | Add new OAuth application tables and DataObjects. Also add a new | Zach Copley |
2010-01-21 | XMPP queued output & initial retooling of DB queue manager to support non-Not... | Brion Vibber |
2010-01-13 | script to upgrade from RC2 to RC3 | Evan Prodromou |
2010-01-11 | Merge branch '0.9.x' into inblob | Evan Prodromou |
2010-01-10 | fixed stray comma | Brenda Wallace |
2010-01-10 | Revert "fixed stay comma" | Brenda Wallace |
2010-01-10 | fixed stay comma | Brenda Wallace |
2010-01-09 | add an inbox blob table | Evan Prodromou |
2009-12-28 | Add user_location_prefs to upgrade script | Evan Prodromou |
2009-12-28 | add table user_location_prefs | Evan Prodromou |
2009-12-13 | fix typo / parse error in sql comment syntax | Brenda Wallace |
2009-12-11 | add repeat_of column to notice table | Evan Prodromou |
2009-12-10 | remove forward table from PostgreSQL scripts | Evan Prodromou |
2009-12-10 | remove forward table from db scripts | Evan Prodromou |
2009-12-09 | add missing table "forward" | Brenda Wallace |
2009-12-09 | added missing table: location_namespace | Brenda Wallace |
2009-12-08 | add forward table to updates | Evan Prodromou |
2009-12-08 | add forward table | Evan Prodromou |
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ... | Craig Andrews |
2009-12-01 | ticket 1100: add Drupal source link | Brion Vibber |
2009-11-30 | Merge branch 'master' into 0.9.x | Zach Copley |
2009-11-26 | added missing columns from mysql upgrade script into pgsql script | Brenda Wallace |
2009-11-26 | Transactional DDL rocks my world, but shouldn't be left in that file. | Brenda Wallace |
2009-11-26 | added missing columns in notice table | Brenda Wallace |
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to login... | Evan Prodromou |
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename user_role... | Brion Vibber |
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename user_role... | Brion Vibber |
2009-11-18 | Add MuSTArD to notice sources | Zach Copley |
2009-11-18 | Another syntax error in the postgres db create script | Ciaran Gultnieks |
2009-11-18 | Missing quotes in postgres db create script | Ciaran Gultnieks |
2009-11-17 | bring the 08-to-09 SQL update script up-to-date | Evan Prodromou |
2009-11-16 | Rename user_role to profile_role | Evan Prodromou |
2009-11-14 | postgresl update script now working in postgres | brenda |
2009-11-12 | Fix index on notice for efficient querying of notice(s) by order for a profile. | Brion Vibber |