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

230 commits

Author SHA1 Message Date
d9447fcec7 add missing %s to sql statement 2019-09-18 14:29:35 +10:00
7e9698eae5 removed docker files on master branch 2019-09-18 13:11:33 +10:00
cbe491f1af reorganised directory structure 2019-09-18 13:04:44 +10:00
344e552729 don't repeat bot image 2019-09-18 12:56:33 +10:00
001dbadf9e started work on docker stuff 2019-09-17 20:00:38 +10:00
c9dbc6fba4 Merge branch 'master' of https://github.com/Lynnesbian/FediBooks 2019-09-17 19:59:39 +10:00
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
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
421cc04e74 minor css change 2019-09-17 19:20:27 +10:00
e8c666c711 display bot icons! 2019-09-17 19:13:36 +10:00
f46e954f5a update cached icons periodically 2019-09-17 19:06:40 +10:00
fc8be5db40 save bot's instance type in db 2019-09-17 18:24:23 +10:00
5d35519818 fixed indentation issue, hopefully #21 is fixed now 2019-09-17 18:12:32 +10:00
386d32367a respect maximum post privacy setting when replying 2019-09-16 12:37:00 +10:00
6b8931ec3d add a help menu for the settings page 2019-09-14 14:51:07 +10:00
ad1b59a401 fix #18 by replacing \0 with \1 2019-09-14 14:37:25 +10:00
ac9ea67edb handle @x as well as @x@y, fixes #20 2019-09-14 14:25:54 +10:00
7ee4042592 fix an SQL query that was causing bots to use the wrong credentials 2019-09-14 11:49:34 +10:00
a9fcda794c use a new db connection for each scrape thread 2019-09-13 12:11:01 +10:00
af1f8c6d8b warn about rate limit 2019-09-13 12:03:59 +10:00
be9685a881 don't 500 on instances without contact_account 2019-09-13 11:56:38 +10:00
ea8e46c07c better warning for pleroma users 2019-09-12 21:56:41 +10:00
129a7a78f8 fix pleroma support 2019-09-12 21:54:55 +10:00
30ccd37505 fix potential reference before assignment 2019-09-12 21:31:19 +10:00
382ef00f85 display time correctly 2019-09-11 21:05:28 +10:00
0df53877ab only display time til next post if bot is enabled 2019-09-11 21:04:24 +10:00
34c88984e8 display time until next post on home page 2019-09-11 21:03:43 +10:00
6d6b975fc0 fix default datetime values 2019-09-11 20:43:33 +10:00
b688186c28 render bot_create template when there's an error 2019-09-11 18:37:29 +10:00
63722bb7a2 handle connection errors on bot creation page 2019-09-11 18:33:02 +10:00
f982e54a2d fixed some more issues that didn't happen before 2019-09-11 18:16:36 +10:00
8fceadf93d handle revoked access tokens 2019-09-11 18:02:26 +10:00
a981c7a171 print a 'finished' message when done scraping a given user's posts 2019-09-11 15:47:48 +10:00
de0505004d oops 2019-09-11 15:43:44 +10:00
8b16e698c8 handle case where there's no posts to learn from 2019-09-11 15:43:18 +10:00
f0139a61a7 commit earlier on service.py 2019-09-11 15:35:09 +10:00
ac29216973 make scrape.py commit more frequencly 2019-09-11 15:28:50 +10:00
cfa32589d4 handle case where we haven't scraped any posts yet i guess 2019-09-11 15:26:28 +10:00
bb7c50a648 commit to db when done 2019-09-11 15:23:00 +10:00
83ceb83e72 handle replies properly, including mentions and privacy 2019-09-11 15:00:15 +10:00
630ab4c34e fix silly indentation mistake 2019-09-11 14:39:13 +10:00
87cd5ccd7c ignore .pyc files 2019-09-11 14:38:05 +10:00
f92951e91f implement replies 2019-09-11 14:37:13 +10:00
7e1393e7b9 decrypt incoming push objects 2019-09-11 14:15:26 +10:00
8e5538dc7d exempt /push from authenticated pages 2019-09-10 22:53:15 +10:00
80b683cfde remove comment that no longer applies 2019-09-10 22:25:04 +10:00
38463fefb2 enable db unicode support 2019-09-10 22:21:22 +10:00
57278a65ba fix keyerror 2019-09-10 22:03:56 +10:00