Commit Graph

355 Commits

Author SHA1 Message Date
Lynne Megido 07e559f7d9 better error message 2019-09-23 11:15:40 +10:00
Lynne Megido 168c5a0bb2 check for correct username 2019-09-22 20:10:33 +10:00
Lynne Megido c7241ca9ea require authentication to learn from accounts 2019-09-22 15:18:55 +10:00
Lynne Megido 48eb730aa2 show error message when you try to create a bot using a handle that's already in use 2019-09-22 13:35:55 +10:00
Lynne Megido 8f6dbfeaf4 show profile picture on bot delete page, clean up icon display code 2019-09-21 15:54:57 +10:00
Lynne Megido 11d6d06695 fix another broken link 2019-09-21 15:42:37 +10:00
Lynne Megido 39d2be53ad delete push subscription data when deleting bot 2019-09-21 15:41:57 +10:00
Lynne Megido 53c44ec8ac don't really need all those backticks 2019-09-21 15:29:29 +10:00
Lynne Megido 7ad540777a mark regex strings as raw 2019-09-21 15:10:40 +10:00
Lynne Megido eb5e8977c2 Merge branch 'master' of https://github.com/Lynnesbian/FediBooks 2019-09-21 15:07:18 +10:00
Lynne Megido ec087b5136 fix regex that matched https://x/users/y/z when it shouldn't match z 2019-09-21 15:07:09 +10:00
Lynne Megido c474f988bb
fixed typo 2019-09-19 19:56:34 +10:00
Lynne Megido ba1edf9768
fixed another bad link 2019-09-19 19:54:28 +10:00
Lynne Megido 798b5a484b i forgot to strip mentions from the code when fake_mentions is set to never because i'm have smol bun brain please give headpat 2019-09-19 16:17:26 +10:00
Lynne Megido 8b26dfbfc0 add missing import 2019-09-19 16:08:25 +10:00
Lynne Megido f4505012ae updated url_for links 2019-09-19 15:51:46 +10:00
Lynne Megido ded8fac097 send status to users when they are added to a bot's learning list 2019-09-19 14:40:41 +10:00
Lynne Megido d835604b16 new logo 2019-09-19 07:53:29 +10:00
Lynne Megido a90703b842 added vscode settings 2019-09-18 21:39:16 +10:00
Lynne Megido ed0140c2db
merge restructure with master (#25) 2019-09-18 21:29:50 +10:00
Lynne Megido 418189c68e corrected import names 2019-09-18 21:27:36 +10:00
Lynne Megido d68a8071fa moved accounts_add and create to their own files 2019-09-18 21:27:07 +10:00
Lynne Megido 3e8acd28ac moved bot_edit to its own file 2019-09-18 21:18:01 +10:00
Lynne Megido b67622b1d7 moved home and settings pages into their own files 2019-09-18 21:13:51 +10:00
Lynne Megido 5dfb8766d6 moved bot and help pages into their own dirs 2019-09-18 21:02:23 +10:00
Lynne Megido d9447fcec7 add missing %s to sql statement 2019-09-18 14:29:35 +10:00
Lynne Megido 7e9698eae5 removed docker files on master branch 2019-09-18 13:11:33 +10:00
Lynne Megido cbe491f1af reorganised directory structure 2019-09-18 13:04:44 +10:00
Lynne Megido 344e552729 don't repeat bot image 2019-09-18 12:56:33 +10:00
Lynne Megido 001dbadf9e started work on docker stuff 2019-09-17 20:00:38 +10:00
Lynne Megido c9dbc6fba4 Merge branch 'master' of https://github.com/Lynnesbian/FediBooks 2019-09-17 19:59:39 +10:00
Lynne Megido a34cf43f75
Merge pull request #24 from Lynnesbian/dependabot/pip/beautifulsoup4-4.8.0
Bump beautifulsoup4 from 4.7.1 to 4.8.0
2019-09-17 19:59:25 +10:00
dependabot-preview[bot] aebe495282
Bump beautifulsoup4 from 4.7.1 to 4.8.0
Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.7.1 to 4.8.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 09:59:16 +00:00
Lynne Megido 03da5cb44f
Merge pull request #23 from Lynnesbian/dependabot/pip/markovify-0.7.2
Bump markovify from 0.7.1 to 0.7.2
2019-09-17 19:58:07 +10:00
dependabot-preview[bot] 4cddfdd50b
Bump markovify from 0.7.1 to 0.7.2
Bumps [markovify](https://github.com/jsvine/markovify) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/jsvine/markovify/releases)
- [Commits](https://github.com/jsvine/markovify/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 09:54:10 +00:00
Lynne Megido 421cc04e74 minor css change 2019-09-17 19:20:27 +10:00
Lynne Megido e8c666c711 display bot icons! 2019-09-17 19:13:36 +10:00
Lynne Megido f46e954f5a update cached icons periodically 2019-09-17 19:06:40 +10:00
Lynne Megido fc8be5db40 save bot's instance type in db 2019-09-17 18:24:23 +10:00
Lynne Megido 5d35519818 fixed indentation issue, hopefully #21 is fixed now 2019-09-17 18:12:32 +10:00
Lynne Megido 386d32367a respect maximum post privacy setting when replying 2019-09-16 12:37:00 +10:00
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 ac9ea67edb handle @x as well as @x@y, fixes #20 2019-09-14 14:25:54 +10:00
Lynne Megido 7ee4042592 fix an SQL query that was causing bots to use the wrong credentials 2019-09-14 11:49:34 +10:00
Lynne Megido a9fcda794c use a new db connection for each scrape thread 2019-09-13 12:11:01 +10:00
Lynne Megido af1f8c6d8b warn about rate limit 2019-09-13 12:03:59 +10:00
Lynne Megido be9685a881 don't 500 on instances without contact_account 2019-09-13 11:56:38 +10:00
Lynne Megido ea8e46c07c better warning for pleroma users 2019-09-12 21:56:41 +10:00
Lynne Megido 129a7a78f8 fix pleroma support 2019-09-12 21:54:55 +10:00