Commit Graph

355 Commits

Author SHA1 Message Date
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 1d3f9fbc73 implement bot back button 2019-09-02 15:35:02 +10:00
Lynne Megido c060f8d7ca list bot accounts on front page 2019-09-02 13:42:34 +10:00
Lynne Megido 025b56e1b6 add table for accounts bot is learning from 2019-09-02 13:31:29 +10:00
Lynne Megido 556dea9fae authentication worksgit status 2019-09-02 13:07:46 +10:00
Lynne Megido 461d5fa1be add column for bot handle 2019-09-02 12:43:37 +10:00
Lynne Megido 7572536361 step one - basic instance validation 2019-09-02 01:07:50 +10:00
Lynne Megido ef27eacb69 add requests dependency 2019-09-02 00:22:26 +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 20b0c46046 logging in done 2019-09-01 17:30:00 +10:00
Lynne Megido f2f9dc5cff /do/signout 2019-09-01 17:19:17 +10:00
Lynne Megido 8cda8b371c reduce rounds 2019-09-01 17:17:07 +10:00
Lynne Megido 3781a04965 redirect after signup 2019-09-01 17:16:52 +10:00
Lynne Megido 2f242069ba sign up done./run.sh 2019-09-01 17:09:08 +10:00
Lynne Megido adc39d1a15 enable mysql, remove hardcoded session stuff 2019-09-01 16:28:45 +10:00
Lynne Megido 44dda79d9a
i don't know why it was broken but now it isn't 2019-09-01 16:26:14 +10:00
Lynne Megido 998cc80d3f
Create FUNDING.yml 2019-09-01 16:21:34 +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 0895444405 prepare for backend dev 2019-09-01 15:19:30 +10:00
Lynne Megido 2ed7c96434 use flask-mysqldb 2019-09-01 15:15:30 +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 316f7291dd add error message on unknown step 2019-09-01 14:59:21 +10:00
Lynne Megido 7c2c8a01f5 reset step on home page 2019-09-01 14:57:03 +10:00
Lynne Megido da3084f76e fix bot delete icon 2019-09-01 14:52:39 +10:00
Lynne Megido 3a2cbdc267 add missing classes to cancel buttons 2019-09-01 14:51:14 +10:00
Lynne Megido a7bde87a45 cancel button 2019-09-01 14:46:42 +10:00
Lynne Megido 5336013a95 don't show back button on first page 2019-09-01 14:43:05 +10:00
Lynne Megido f2a124aff5 bot accounts add page 2019-09-01 14:41:33 +10:00
Lynne Megido 07430c4d64 add issue templates 2019-09-01 14:37:56 +10:00
Lynne Megido fdacc204bf fixed missing icon 2019-09-01 14:08:47 +10:00
Lynne Megido 1d2095015c made subtle more subtle 2019-09-01 14:04:32 +10:00
Lynne Megido 226654bf2d removed outer div 2019-09-01 14:04:06 +10:00
Lynne Megido 043f85a9b3 add bot accounts management page 2019-09-01 14:02:42 +10:00
Lynne Megido e0f3a232bc added blacklisted word table 2019-09-01 13:59:44 +10:00
Lynne Megido ba81cbbef5 add checkbox for en/disabling replies 2019-09-01 11:53:24 +10:00
Lynne Megido feabb82386 add missing names to bot edit form 2019-09-01 11:50:34 +10:00
Lynne Megido 21781f4e01 add indicators for when bots are offline 2019-09-01 11:48:08 +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 3041310004 rename bot- classes to panel- 2019-08-31 23:57:38 +10:00