Evan Prodromou
79ede2afdb
add get2gnow
2009-05-30 01:30:10 -04:00
Zach Copley
6885f082ea
Added Afficheur to notice sources
2009-05-28 17:51:45 -07:00
Evan Prodromou
047038959c
Add any.io to sources
2009-05-28 17:37:17 -04:00
Evan Prodromou
74b08bff53
Added AgentSolo.com
2009-05-26 15:27:13 -04:00
Evan Prodromou
1306deff38
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-05-26 15:22:59 -04:00
Evan Prodromou
a1f83b2933
added qtwitter
2009-05-26 15:22:12 -04:00
Zach Copley
18b1304562
Add EventBox to notice sources
2009-05-25 14:23:00 -07:00
Evan Prodromou
b118ef633a
Add Gravity to notice sources
2009-05-22 10:03:47 -04:00
CiaranG
9a8095079d
PostgreSQL - added dirty dates to Foreign_link - see 3e7b1e69e3
2009-05-08 08:14:50 +01:00
Zach Copley
3e7b1e69e3
Added dirty dates to Foreign_link
2009-05-07 15:55:04 -07:00
Evan Prodromou
6a12598695
add pingvine notice source
2009-05-03 21:36:03 -07:00
CiaranG
4cb0a92980
Add feed2omb to notice sources
2009-04-21 20:43:57 +01:00
Evan Prodromou
e9213043a8
add reply_to index to notice
2009-04-18 19:36:25 -07:00
Zach Copley
9f2e2e4b2c
Notice sources: Fixed Nambu, added Tricklepost and sorted the list.
2009-04-14 11:50:59 -07:00
Evan Prodromou
fba0249932
add cliqset
2009-04-10 11:36:46 -04:00
Evan Prodromou
08c08d02aa
Added maisha to notice_source
2009-04-10 10:47:53 -04:00
Evan Prodromou
770788d98e
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-07 11:40:38 -04:00
Evan Prodromou
f09886672b
add peoplebrowsr
2009-04-06 15:51:57 -04:00
Zach Copley
d83f6c3269
Add Yatca to notice sources
2009-04-03 14:16:32 -07:00
Robin Millette
d5032a0277
trac#776 changed db collations from utf8_bin to utf8_general_ci for case insensitive search
2009-03-30 19:47:55 +00:00
Evan Prodromou
24ce3928e3
fix sql error in notice source script
2009-03-23 16:37:13 -04:00
Evan Prodromou
92da8a59cb
add Mobidentica
2009-03-22 10:51:00 -04:00
Evan Prodromou
3eff673a0f
Add Adium to notice sources
2009-03-14 23:25:43 -04:00
CiaranG
a5f1124830
PostgreSQL - use the specific sequence names required by DB_DataObject, otherwise rebuilding can't work
2009-03-08 15:51:31 +00:00
CiaranG
a4091c878a
PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 or 1179ecd13d
2009-03-07 23:28:59 +00:00
Evan Prodromou
1179ecd13d
Fix nonce usage in OAuth store
...
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-07 12:55:09 -08:00
CiaranG
3c53e821cc
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-03-05 16:18:59 +00:00
CiaranG
97bc187e31
PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. (fix submitted by oxygene)
2009-03-05 16:15:29 +00:00
Evan Prodromou
8cc19b90ee
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-03-04 11:05:58 -08:00
CiaranG
c02a2f1891
PostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL version, and made sure all 'modified' fields are not null
2009-03-04 15:30:17 +00:00
Evan Prodromou
43ef29ba0c
all inserts in one statement for foreign services
2009-03-04 05:47:24 -08:00
Evan Prodromou
f53b6470cf
add notice source to default install
2009-03-04 05:42:20 -08:00
CiaranG
8408e82f92
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
2009-03-03 20:18:26 +00:00
Evan Prodromou
1d610d3c6f
don't use semicolons in comments
2009-02-28 20:32:53 -08:00
Evan Prodromou
affb2f9359
add email notify flag for @-replies
2009-02-16 18:24:43 -05:00
Evan Prodromou
e686ef042b
Make ID of SMS Carrier not autoincrement
...
Since we're doing fixed IDs for SMS Carrier, we change the definition
so it's not auto increment.
2009-02-12 14:16:58 -05:00
Evan Prodromou
654a91cc1c
Add fixed IDs to SMS carrier list
...
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 14:03:15 -05:00
Evan Prodromou
5118643695
move carrier.sql to sms_carrier.sql
2009-02-12 13:58:05 -05:00
Evan Prodromou
2393fbec60
add some indices for performance
2009-02-09 14:47:23 -05:00
CiaranG
8c8feb59b5
PostgreSQL - database creation script updated to cover 0.7.x features
2009-02-05 22:15:45 +00:00
Ciaran Gultnieks
a4291d64ce
PostgreSQL - remaining changes to fix db create script up to laconica 0.6.4 level
2009-01-30 01:11:03 +00:00
Evan Prodromou
a7c85bebd5
Merge branch 'master' of /var/www/mublog
...
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-23 08:58:31 +01:00
CiaranG
33c13030e5
PostgreSQL - added the rest of the recently added tables for blocking, notice inboxes, etc. Needs testing
2009-01-14 11:05:15 -05:00
CiaranG
140bee20a2
Some more PostgreSQL script updates - some recently added fields were missing
2009-01-14 11:05:02 -05:00
CiaranG
9e64492c29
Added the inboxed field to the user table for PostgreSQL - resolves bug #892
2009-01-14 11:04:46 -05:00
Evan Prodromou
51064cc14a
SQL setup for groups.
2009-01-13 00:26:13 -05:00
Zach Copley
dccf8374cf
trac750 - Exoskeleton of a nascent Facebook app
...
darcs-hash:20081206030132-7b5ce-96c38ab67edd3d58f8722ef25852a6143f05a86b.gz
2008-12-05 22:01:32 -05:00
Evan Prodromou
a68f513cc8
database changes to say whether to deliver messages for a subscription
...
darcs-hash:20081209033637-5ed1f-df5ef40e57cc0e9485e34e2f5e46249dcb0d9130.gz
2008-12-08 22:36:37 -05:00
Evan Prodromou
9c3fdeeafb
whitespace in laconica.sql
...
darcs-hash:20081203222819-5ed1f-49d1657730072be304ea6455ac96637ab47191f3.gz
2008-12-03 17:28:19 -05:00
Evan Prodromou
cb93e214f8
add profile block data object
...
darcs-hash:20081203222619-5ed1f-b313092893c67a3ec1dc92a79aa7fed4ab583729.gz
2008-12-03 17:26:19 -05:00