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

64 commits

Author SHA1 Message Date
c9da5d9f40 block certain instance types in accounts_add 2019-09-10 13:03:28 +10:00
fb017468fd less inflammatory error message 2019-09-10 11:41:27 +10:00
d7f15601d5 implement email verification in db 2019-09-10 11:17:06 +10:00
49ddde2b9f clean up error handling 2019-09-09 22:15:10 +10:00
eb3fb77c18 implemented settings 2019-09-09 22:08:43 +10:00
3a0c67fc4e minor cleanup 2019-09-09 19:56:19 +10:00
e5064d14ce fix authentication bug and user add bug 2019-09-07 19:55:37 +10:00
34db513785 remove unecessary call to login_check 2019-09-07 13:51:30 +10:00
e6e6ed9c28 redirect to home if user tries to access page requiring authentication while signed out 2019-09-07 13:51:02 +10:00
7015431687 created bug report page 2019-09-06 20:54:29 +10:00
c38f01b07a display posts in DB on /bot/accounts 2019-09-06 12:47:39 +10:00
9ccd5586bf scrape user posts 2019-09-06 12:38:50 +10:00
0294f8e004 redirect to accounts page after successful add 2019-09-03 14:27:03 +10:00
802120540a request and store web push credentials 2019-09-03 14:17:20 +10:00
be0a843c1a fix a few render_template calls 2019-09-03 13:31:44 +10:00
1f7bcf58db minor stuff 2019-09-03 13:29:50 +10:00
fb54d65d74 implement errors that can be shown to the user 2019-09-03 13:22:00 +10:00
4e79872eae add push scope 2019-09-03 11:47:59 +10:00
c25e0764fe allow users to stop learning from fedi accounts 2019-09-03 11:44:54 +10:00
ec758d9d8f users can now toggle accounts the bot learns from 2019-09-02 20:44:03 +10:00
f4465219d0 list accounts bot is learning from 2019-09-02 20:26:45 +10:00
bf10de0e17 implemented adding accounts to bots 2019-09-02 20:07:16 +10:00
fad45bd6d3 add timeout to requests.get 2019-09-02 18:06:21 +10:00
46118ae9fa implemented bot deletion 2019-09-02 18:02:26 +10:00
bf7571eba1 settings page reflects user's settings 2019-09-02 17:49:39 +10:00
913b5ed338 implemented bot toggle 2019-09-02 17:38:29 +10:00
3b7b479b1b show basic coming soon page for unimplemented features 2019-09-02 17:20:28 +10:00
887aab6a71 make the delete page look and work better 2019-09-02 16:59:49 +10:00
8f72d14243 correctly display bot enabled status 2019-09-02 16:49:21 +10:00
950db1de8e fix bot creation and home pages 2019-09-02 16:47:49 +10:00
879b53889d use bot handle as PK 2019-09-02 16:36:42 +10:00
1d3f9fbc73 implement bot back button 2019-09-02 15:35:02 +10:00
c060f8d7ca list bot accounts on front page 2019-09-02 13:42:34 +10:00
556dea9fae authentication worksgit status 2019-09-02 13:07:46 +10:00
7572536361 step one - basic instance validation 2019-09-02 01:07:50 +10:00
ef27eacb69 add requests dependency 2019-09-02 00:22:26 +10:00
7eac3f6f11 display correct number of bots on home page 2019-09-01 20:24:45 +10:00
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
20b0c46046 logging in done 2019-09-01 17:30:00 +10:00
f2f9dc5cff /do/signout 2019-09-01 17:19:17 +10:00
8cda8b371c reduce rounds 2019-09-01 17:17:07 +10:00
3781a04965 redirect after signup 2019-09-01 17:16:52 +10:00
2f242069ba sign up done./run.sh 2019-09-01 17:09:08 +10:00
adc39d1a15 enable mysql, remove hardcoded session stuff 2019-09-01 16:28:45 +10:00
0895444405 prepare for backend dev 2019-09-01 15:19:30 +10:00
7c2c8a01f5 reset step on home page 2019-09-01 14:57:03 +10:00
f2a124aff5 bot accounts add page 2019-09-01 14:41:33 +10:00
043f85a9b3 add bot accounts management page 2019-09-01 14:02:42 +10:00
aea1cc7ccc read secret key from json file 2019-08-31 13:26:20 +10:00
17690226f0 added app route for about.html 2019-08-30 22:30:59 +10:00