Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-19 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-18 | add reply_to index to notice | Evan Prodromou | |
2009-04-14 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-14 | Notice sources: Fixed Nambu, added Tricklepost and sorted the list. | Zach Copley | |
2009-04-10 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-10 | add cliqset | Evan Prodromou | |
2009-04-10 | Added maisha to notice_source | Evan Prodromou | |
2009-04-07 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-07 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
2009-04-07 | Host multiple sites with the same codebase | Evan Prodromou | |
This is the beginning of the code for status.net and related status farms. It will read basic information about a site from a shared, central database and use the data stored there to switch on the hostname. | |||
2009-04-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-06 | add peoplebrowsr | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-03 | Add Yatca to notice sources | Zach Copley | |
2009-04-02 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-30 | trac#776 changed db collations from utf8_bin to utf8_general_ci for case ↵ | Robin Millette | |
insensitive search | |||
2009-03-30 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-23 | fix sql error in notice source script | Evan Prodromou | |
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-22 | add Mobidentica | Evan Prodromou | |
2009-03-14 | Add Adium to notice sources | Evan Prodromou | |
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-08 | PostgreSQL - use the specific sequence names required by DB_DataObject, ↵ | CiaranG | |
otherwise rebuilding can't work | |||
2009-03-07 | PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 ↵ | CiaranG | |
or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe | |||
2009-03-07 | Fix nonce usage in OAuth store | Evan Prodromou | |
The OAuth store was failing on getting a request token, because the token value was forced to be non-null in the DB. Let this value be null, and use the correct primary key (consumer, timestamp, nonce). Drop the reference to token table, and don't ever use it. | |||
2009-03-06 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | CiaranG | |
2009-03-05 | PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. ↵ | CiaranG | |
(fix submitted by oxygene) | |||
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-04 | PostgreSQL - added defaults for 'created' fields, so they work the same as ↵ | CiaranG | |
the MySQL version, and made sure all 'modified' fields are not null | |||
2009-03-04 | all inserts in one statement for foreign services | Evan Prodromou | |
2009-03-04 | add notice source to default install | Evan Prodromou | |
2009-03-03 | PostgreSQL - added new emailnotifyattn field to user table, to match MySQL ↵ | CiaranG | |
version | |||
2009-03-02 | add notice source to default install | Evan Prodromou | |
2009-02-28 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-28 | don't use semicolons in comments | Evan Prodromou | |
2009-02-26 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-26 | add conversation id to notice | Evan Prodromou | |
2009-02-16 | add email notify flag for @-replies | Evan Prodromou | |
2009-02-12 | Make ID of SMS Carrier not autoincrement | Evan Prodromou | |
Since we're doing fixed IDs for SMS Carrier, we change the definition so it's not auto increment. | |||
2009-02-12 | Add fixed IDs to SMS carrier list | Evan Prodromou | |
Changed the SMS carrier list to use a fixed ID number for each carrier distributed with the software. We claim IDs > 100000; admins can use IDs < 100000 for local values. I'd be pretty surprised if there were more than 100K wireless carriers in the world, but hey. | |||
2009-02-12 | move carrier.sql to sms_carrier.sql | Evan Prodromou | |
2009-02-09 | add some indices for performance | Evan Prodromou | |
2009-02-05 | PostgreSQL - database creation script updated to cover 0.7.x features | CiaranG | |
2009-01-30 | PostgreSQL - remaining changes to fix db create script up to laconica 0.6.4 ↵ | Ciaran Gultnieks | |
level | |||
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou | |
Conflicts: actions/api.php actions/deletenotice.php actions/recoverpassword.php actions/remotesubscribe.php actions/tag.php actions/tagrss.php actions/twitapiaccount.php actions/twitapiusers.php classes/Notice.php classes/User.php lib/common.php lib/language.php lib/subs.php lib/twitterapi.php lib/util.php scripts/inbox_users.php scripts/update_translations.php Merged development trunk into laconica head. woohoo! | |||
2009-01-14 | PostgreSQL - added the rest of the recently added tables for blocking, ↵ | CiaranG | |
notice inboxes, etc. Needs testing | |||
2009-01-14 | Some more PostgreSQL script updates - some recently added fields were missing | CiaranG | |
2009-01-14 | Added the inboxed field to the user table for PostgreSQL - resolves bug #892 | CiaranG | |
2009-01-13 | SQL setup for groups. | Evan Prodromou | |