163 Commits

Author SHA1 Message Date
1a9ba75355 Add checking for banned users 2022-01-06 14:39:31 -05:00
b1c7db6540 Add helper method to parse tweet URLs 2022-01-06 13:43:22 -05:00
bf2dbede94 Escape HTML entities in tweet text 2022-01-05 21:04:40 -05:00
8af6b6d3a6 Change dpkg build to compile in the version number 2022-01-05 14:10:55 -05:00
6ddb94d44c Update CHANGELOG.txt for v0.0.3 2022-01-05 14:01:21 -05:00
f25f1ae024 Change profile image downloading to use tiny profile image if appropriate 2022-01-05 12:37:11 -05:00
2210b61b3c Create a 'Follow' type 2022-01-04 14:40:51 -05:00
80f6787aa0 Add getter for User tiny-profile-image URL 2022-01-04 13:15:47 -05:00
e06b0bff30 Add --version flag to the executable 2022-01-04 12:57:43 -05:00
a23d3b98e7 Remove unneeded 'reflect' import 2021-12-24 16:40:50 -05:00
28e139a3e4 Add video durations and view counts 2021-12-24 16:26:34 -05:00
f73ef57cf2 Remove unique keyword from migration since that's apparently not allowed 2021-12-23 15:36:14 -05:00
51163af7d6 Update CHANGELOG.txt 2021-12-23 15:26:17 -05:00
93bfdf0721 Add doc file defining release process 2021-12-23 15:24:59 -05:00
fbbb6834de Add video thumbnails 2021-12-23 15:12:01 -05:00
692d3de564 Don't double-download tweet contents 2021-12-21 21:57:00 -05:00
5d44186f91 Add conditional content downloading for tweets 2021-12-21 21:49:42 -05:00
469d846db4 Add another section of avoiding double-downloading user content 2021-12-21 21:37:04 -05:00
5a4da58572 Add conditional downloading for user content 2021-12-21 21:29:27 -05:00
c173f7e64e Fix missing trailing comma 2021-12-21 20:31:33 -05:00
5d054b5096 Add check for whether user needs content downloaded 2021-12-21 20:27:38 -05:00
13299233c0 Add 'suspended' tombstone text; add 'violated twitter rules' and 'account no longer exists' tombstone types 2021-12-21 16:05:51 -05:00
d91e76f664 Remove print statements 2021-12-20 18:17:39 -05:00
8e13e30ac5 Scraping now updates last_scraped_at and sets is_conversation_scraped 2021-12-20 15:27:59 -05:00
c1bcd54a11 Add Tweet#last_scraped_at and Tweet#is_conversation_scraped fields 2021-12-20 14:07:20 -05:00
c95ed6c918 Fix directory error in version bump test task 2021-12-12 20:17:05 -08:00
1e9f60db25 Fix permission error with version bump test task in CI build 2021-12-12 20:10:38 -08:00
81a361d87e Add color to version upgrading messages 2021-12-12 20:10:08 -08:00
713c91ee61 Screen for being on a release branch before doing the version bump test in CI build 2021-12-12 19:43:35 -08:00
9357974a29 Make preparations for first upgrade release
- Create `CHANGELOG.txt` file
- Bump ENGINE_DATABASE_VERSION
- Add an upgrade-testing step to the CI build
2021-12-12 19:38:28 -08:00
28e44897b5 Add poll updating 2021-12-12 18:42:27 -08:00
c15ac9d751 Add persistence for polls 2021-12-12 16:42:32 -08:00
ab89d53cc6 Add Poll#LastUpdatedAt processing 2021-12-12 16:39:01 -08:00
ddb16c9e64 Remove integration test for tombstones because the guy un-privated for some reason 2021-12-12 16:14:11 -08:00
2475f3d3e9 Fix build file for non-release branches 2021-12-12 15:16:01 -08:00
0f4c501779 Merge two dpkg tasks into one 2021-11-29 15:43:41 -08:00
b167742f24 Add known hosts for the apt server 2021-11-29 15:38:27 -08:00
30c8553470 Fix the version checking 2021-11-29 15:31:10 -08:00
abbc525df9 Create first release attempt 2021-11-29 15:23:16 -08:00
ce6851a198 Fix errors in build file 2021-11-29 14:32:49 -08:00
dad63a0ad4 Test commit for new branch 2021-11-29 14:18:20 -08:00
7f02d6acec Fix linting error 2021-11-22 17:03:57 -08:00
5f97014bdc Add database versioning 2021-11-22 16:55:27 -08:00
0de9b25dfe Change 'in_reply_to' and 'quoted_tweet' ID fields to say '_id' (hungarian notation) 2021-11-22 14:56:57 -08:00
d0cb857acb Fix embedded link parsing for youtube links with no thumbnails 2021-11-22 14:52:18 -08:00
658f3c338f Add parsing of twitter polls 2021-11-07 21:10:24 -08:00
4793cf8a4d Change users text file into a yaml file 2021-11-07 12:37:21 -08:00
681cd59e64 Add the actual search file 2021-11-06 14:55:15 -07:00
6d7d940df4 Add search 2021-11-06 14:50:39 -07:00
470dce1d27 Persist tombstone data 2021-11-06 13:37:46 -07:00