Commit Graph

88 Commits

Author SHA1 Message Date
Lynne Megido 6b8931ec3d add a help menu for the settings page 2019-09-14 14:51:07 +10:00
Lynne Megido ad1b59a401 fix #18 by replacing \0 with \1 2019-09-14 14:37:25 +10:00
Lynne Megido be9685a881 don't 500 on instances without contact_account 2019-09-13 11:56:38 +10:00
Lynne Megido 129a7a78f8 fix pleroma support 2019-09-12 21:54:55 +10:00
Lynne Megido 30ccd37505 fix potential reference before assignment 2019-09-12 21:31:19 +10:00
Lynne Megido 0df53877ab only display time til next post if bot is enabled 2019-09-11 21:04:24 +10:00
Lynne Megido 34c88984e8 display time until next post on home page 2019-09-11 21:03:43 +10:00
Lynne Megido b688186c28 render bot_create template when there's an error 2019-09-11 18:37:29 +10:00
Lynne Megido 63722bb7a2 handle connection errors on bot creation page 2019-09-11 18:33:02 +10:00
Lynne Megido 83ceb83e72 handle replies properly, including mentions and privacy 2019-09-11 15:00:15 +10:00
Lynne Megido 630ab4c34e fix silly indentation mistake 2019-09-11 14:39:13 +10:00
Lynne Megido f92951e91f implement replies 2019-09-11 14:37:13 +10:00
Lynne Megido 7e1393e7b9 decrypt incoming push objects 2019-09-11 14:15:26 +10:00
Lynne Megido 8e5538dc7d exempt /push from authenticated pages 2019-09-10 22:53:15 +10:00
Lynne Megido 80b683cfde remove comment that no longer applies 2019-09-10 22:25:04 +10:00
Lynne Megido 57278a65ba fix keyerror 2019-09-10 22:03:56 +10:00
Lynne Megido 2cbad2eff3 truly fixed the weird bug. requesting / no longer resets session['step'] 2019-09-10 17:06:24 +10:00
Lynne Megido 28ca5c3d83 add favicon to fix a very weird bug 2019-09-10 17:00:14 +10:00
Lynne Megido fb1f05d96b redirect to the home page on invalid instance type 2019-09-10 16:21:00 +10:00
Lynne Megido 97bfa28694 prepare for initial release 2019-09-10 14:18:21 +10:00
Lynne Megido 787851b13a bot settings page is now fully functional! 2019-09-10 14:07:44 +10:00
Lynne Megido 6838e16b03 bot_edit now displays user's settings 2019-09-10 13:36:36 +10:00
Lynne Megido 9af94124b6 correctly format an error 2019-09-10 13:13:06 +10:00
Lynne Megido 43a1ff62b6 handle errors when adding accounts 2019-09-10 13:12:40 +10:00
Lynne Megido c9da5d9f40 block certain instance types in accounts_add 2019-09-10 13:03:28 +10:00
Lynne Megido fb017468fd less inflammatory error message 2019-09-10 11:41:27 +10:00
Lynne Megido d7f15601d5 implement email verification in db 2019-09-10 11:17:06 +10:00
Lynne Megido 49ddde2b9f clean up error handling 2019-09-09 22:15:10 +10:00
Lynne Megido eb3fb77c18 implemented settings 2019-09-09 22:08:43 +10:00
Lynne Megido 3a0c67fc4e minor cleanup 2019-09-09 19:56:19 +10:00
Lynne Megido e5064d14ce fix authentication bug and user add bug 2019-09-07 19:55:37 +10:00
Lynne Megido 34db513785 remove unecessary call to login_check 2019-09-07 13:51:30 +10:00
Lynne Megido e6e6ed9c28 redirect to home if user tries to access page requiring authentication while signed out 2019-09-07 13:51:02 +10:00
Lynne Megido 7015431687 created bug report page 2019-09-06 20:54:29 +10:00
Lynne Megido c38f01b07a display posts in DB on /bot/accounts 2019-09-06 12:47:39 +10:00
Lynne Megido 9ccd5586bf scrape user posts 2019-09-06 12:38:50 +10:00
Lynne Megido 0294f8e004 redirect to accounts page after successful add 2019-09-03 14:27:03 +10:00
Lynne Megido 802120540a request and store web push credentials 2019-09-03 14:17:20 +10:00
Lynne Megido be0a843c1a fix a few render_template calls 2019-09-03 13:31:44 +10:00
Lynne Megido 1f7bcf58db minor stuff 2019-09-03 13:29:50 +10:00
Lynne Megido fb54d65d74 implement errors that can be shown to the user 2019-09-03 13:22:00 +10:00
Lynne Megido 4e79872eae add push scope 2019-09-03 11:47:59 +10:00
Lynne Megido c25e0764fe allow users to stop learning from fedi accounts 2019-09-03 11:44:54 +10:00
Lynne Megido ec758d9d8f users can now toggle accounts the bot learns from 2019-09-02 20:44:03 +10:00
Lynne Megido f4465219d0 list accounts bot is learning from 2019-09-02 20:26:45 +10:00
Lynne Megido bf10de0e17 implemented adding accounts to bots 2019-09-02 20:07:16 +10:00
Lynne Megido fad45bd6d3 add timeout to requests.get 2019-09-02 18:06:21 +10:00
Lynne Megido 46118ae9fa implemented bot deletion 2019-09-02 18:02:26 +10:00
Lynne Megido bf7571eba1 settings page reflects user's settings 2019-09-02 17:49:39 +10:00
Lynne Megido 913b5ed338 implemented bot toggle 2019-09-02 17:38:29 +10:00