Commit Graph

33 Commits

Author SHA1 Message Date
Lynne Megido d7f15601d5 implement email verification in db 2019-09-10 11:17:06 +10:00
Lynne Megido 33cbbd1de9 update post privacy enum to match mastodon's naming scheme 2019-09-09 19:51:45 +10:00
Lynne Megido 1d3b06cb0b change fake_mentions start setting to middle 2019-09-09 19:40:22 +10:00
Lynne Megido 4680bc19c1 bots default to being offline 2019-09-03 14:17:50 +10:00
Lynne Megido 802120540a request and store web push credentials 2019-09-03 14:17:20 +10:00
Lynne Megido 4f2741c384 prepare for webpush integration 2019-09-03 12:03:16 +10:00
Lynne Megido ca6e06668f add enabled column to bot_learned_accounts 2019-09-02 20:14:03 +10:00
Lynne Megido bf10de0e17 implemented adding accounts to bots 2019-09-02 20:07:16 +10:00
Lynne Megido 879b53889d use bot handle as PK 2019-09-02 16:36:42 +10:00
Lynne Megido 4230986c2b fix old table name being used 2019-09-02 15:57:11 +10:00
Lynne Megido a5d775d5e7 reduce size of bot id column 2019-09-02 15:55:51 +10:00
Lynne Megido 025b56e1b6 add table for accounts bot is learning from 2019-09-02 13:31:29 +10:00
Lynne Megido 461d5fa1be add column for bot handle 2019-09-02 12:43:37 +10:00
Lynne Megido 7eac3f6f11 display correct number of bots on home page 2019-09-01 20:24:45 +10:00
Lynne Megido 6b24fb667b add FK for posts table referencing fedi table 2019-09-01 20:01:27 +10:00
Lynne Megido 86f68cfa37 merge contact settings and user tables 2019-09-01 19:57:49 +10:00
Lynne Megido cae7cfe8c2 make user_id an AI int to allow for signing up with an email previously used by someone else 2019-09-01 19:53:38 +10:00
Lynne Megido 4cab9b2f36 fix foreign key errors 2019-09-01 16:10:30 +10:00
Lynne Megido d2fb6f341e specify innoDB engine 2019-09-01 16:02:25 +10:00
Lynne Megido 40a426483f set up foreign keys correctly 2019-09-01 16:01:53 +10:00
Lynne Megido 5dd0b2aa03 change varchar(65535) to text 2019-09-01 15:57:42 +10:00
Lynne Megido 8409702081 add columns for caching user/bot icons 2019-09-01 15:06:25 +10:00
Lynne Megido 7a1658c3c9 create contact history table to track sent emails 2019-09-01 15:03:18 +10:00
Lynne Megido e0f3a232bc added blacklisted word table 2019-09-01 13:59:44 +10:00
Lynne Megido e19abc6a18 the handle should really be the PK 2019-09-01 00:08:58 +10:00
Lynne Megido 037dd05148 remove instance column from fedi account table 2019-09-01 00:01:53 +10:00
Lynne Megido 1d296ec3bd add user handle column to fedi account table 2019-08-31 23:59:31 +10:00
Lynne Megido 29e935f64f use unsigned ints 2019-08-31 20:38:40 +10:00
Lynne Megido 5a419376fd format sql 2019-08-31 20:34:45 +10:00
Lynne Megido e5ba2258e2 correctly format enums 2019-08-31 20:34:05 +10:00
Lynne Megido 72e5b56401 quote cw in sql 2019-08-31 20:26:35 +10:00
Lynne Megido e0a5cff3a7 oops forgot the semicolons 2019-08-31 20:08:24 +10:00
Lynne Megido bb37f226b2 define db structure in sql 2019-08-31 20:06:53 +10:00