1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-27 14:43:04 +00:00
Commit graph

236 commits

Author SHA1 Message Date
adc39d1a15 enable mysql, remove hardcoded session stuff 2019-09-01 16:28:45 +10:00
44dda79d9a
i don't know why it was broken but now it isn't 2019-09-01 16:26:14 +10:00
998cc80d3f
Create FUNDING.yml 2019-09-01 16:21:34 +10:00
4cab9b2f36 fix foreign key errors 2019-09-01 16:10:30 +10:00
d2fb6f341e specify innoDB engine 2019-09-01 16:02:25 +10:00
40a426483f set up foreign keys correctly 2019-09-01 16:01:53 +10:00
5dd0b2aa03 change varchar(65535) to text 2019-09-01 15:57:42 +10:00
0895444405 prepare for backend dev 2019-09-01 15:19:30 +10:00
2ed7c96434 use flask-mysqldb 2019-09-01 15:15:30 +10:00
8409702081 add columns for caching user/bot icons 2019-09-01 15:06:25 +10:00
7a1658c3c9 create contact history table to track sent emails 2019-09-01 15:03:18 +10:00
316f7291dd add error message on unknown step 2019-09-01 14:59:21 +10:00
7c2c8a01f5 reset step on home page 2019-09-01 14:57:03 +10:00
da3084f76e fix bot delete icon 2019-09-01 14:52:39 +10:00
3a2cbdc267 add missing classes to cancel buttons 2019-09-01 14:51:14 +10:00
a7bde87a45 cancel button 2019-09-01 14:46:42 +10:00
5336013a95 don't show back button on first page 2019-09-01 14:43:05 +10:00
f2a124aff5 bot accounts add page 2019-09-01 14:41:33 +10:00
07430c4d64 add issue templates 2019-09-01 14:37:56 +10:00
fdacc204bf fixed missing icon 2019-09-01 14:08:47 +10:00
1d2095015c made subtle more subtle 2019-09-01 14:04:32 +10:00
226654bf2d removed outer div 2019-09-01 14:04:06 +10:00
043f85a9b3 add bot accounts management page 2019-09-01 14:02:42 +10:00
e0f3a232bc added blacklisted word table 2019-09-01 13:59:44 +10:00
ba81cbbef5 add checkbox for en/disabling replies 2019-09-01 11:53:24 +10:00
feabb82386 add missing names to bot edit form 2019-09-01 11:50:34 +10:00
21781f4e01 add indicators for when bots are offline 2019-09-01 11:48:08 +10:00
e19abc6a18 the handle should really be the PK 2019-09-01 00:08:58 +10:00
037dd05148 remove instance column from fedi account table 2019-09-01 00:01:53 +10:00
1d296ec3bd add user handle column to fedi account table 2019-08-31 23:59:31 +10:00
3041310004 rename bot- classes to panel- 2019-08-31 23:57:38 +10:00
743066cb3d fix cancel link 2019-08-31 20:49:50 +10:00
44451b87bf change edit bot page header to say configure bot 2019-08-31 20:45:49 +10:00
e8fed0cd2f add bcrypt dependency 2019-08-31 20:41:07 +10:00
29e935f64f use unsigned ints 2019-08-31 20:38:40 +10:00
5a419376fd format sql 2019-08-31 20:34:45 +10:00
e5ba2258e2 correctly format enums 2019-08-31 20:34:05 +10:00
72e5b56401 quote cw in sql 2019-08-31 20:26:35 +10:00
e0a5cff3a7 oops forgot the semicolons 2019-08-31 20:08:24 +10:00
bb37f226b2 define db structure in sql 2019-08-31 20:06:53 +10:00
12d34a0a8a don't commit my planning document uwu 2019-08-31 20:06:40 +10:00
aea1cc7ccc read secret key from json file 2019-08-31 13:26:20 +10:00
bc0dcfb754 add mysql connector dependency 2019-08-30 23:52:06 +10:00
7f6f18cc14 making a commitment to stay free! 2019-08-30 22:44:13 +10:00
d2f11e5fb5 moved about.html to where it's supposed to be ~u0; 2019-08-30 22:31:48 +10:00
17690226f0 added app route for about.html 2019-08-30 22:30:59 +10:00
b02a635d9e added about page 2019-08-30 22:29:58 +10:00
2150d1fa6f added a 'learn more' button 2019-08-30 21:39:09 +10:00
6e4963df0b added bot deletion page 2019-08-30 21:28:34 +10:00
6093fd6f27 added step 4! 2019-08-30 19:24:58 +10:00