71 Commits

Author SHA1 Message Date
12f1cc6728 Fix some problems associated with banned users 2022-01-07 16:23:02 -05:00
6eac56183d Allow fetching of banned users 2022-01-07 13:40:22 -05:00
fb174df363 Add persistence for is_banned field 2022-01-07 12:38:56 -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
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
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
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
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
81a361d87e Add color to version upgrading messages 2021-12-12 20:10:08 -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
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
4793cf8a4d Change users text file into a yaml file 2021-11-07 12:37:21 -08:00
470dce1d27 Persist tombstone data 2021-11-06 13:37:46 -07:00
4fa30e246d Add dimension info to media content 2021-10-10 16:06:47 -07:00
c219652dcc Make fetching very aggressive by default 2021-10-10 15:13:32 -07:00
1c2f356ee9 Fix re-downloading making users get marked as content-not-downloaded 2021-10-09 18:58:52 -07:00
100fe6c718 Fix gifs 2021-10-04 21:06:53 -07:00
6aa14c32e2 Add persistence for reply-mentions 2021-09-27 18:29:55 -07:00
0bb9ff6c6b Add handling for URL cards with no link preview thumbnail image 2021-09-17 20:50:28 -07:00
f9ddc0f102 Add downloading for link previews 2021-09-17 20:11:36 -07:00
05c3f2289b Add persistence for new Url type 2021-09-17 18:04:57 -07:00
1f5ebf9f8d Enable fetching tweets to the limit of scrollback 2021-08-22 18:22:06 -07:00
9c944cdc5e Remove useless transaction block 2021-08-22 18:20:42 -07:00
1dc9511415 Make user handles case insensitive 2021-08-22 18:04:10 -07:00
08d703a26f Add command to get a user feed 2021-08-19 12:54:08 -07:00
1c67a9039d Add retweet queries 2021-08-16 20:37:35 -07:00
294917124a Add downloading of User banner image and profile image 2021-08-10 21:35:27 -07:00
0a1fa92cdd Add to database: LocalPath version of BannerImage and ProfileImage on Users 2021-08-10 20:51:42 -07:00
9734c09426 Add downloading for media in tweets 2021-08-07 16:51:38 -07:00
d1ba8b48f3 Add RemoteURL and LocalFilename to Images, remove Filename 2021-08-05 14:22:16 -07:00
9c9100d874 Add RemoteURL and LocalFilename fields to Video, remove Filename 2021-08-05 14:10:46 -07:00
3aa03a3903 Make build work 2021-08-04 23:46:28 -07:00
58dc223f84 Use VideoID given by the Twitter API instead of a rowid 2021-08-04 23:41:58 -07:00
e06bb4dc9a Remove unused fmt import 2021-08-04 21:54:40 -07:00
c803794a0f Change TweetID to be an int64 instead of a string 2021-08-04 14:49:20 -07:00
529c181397 Fix build errors 2021-08-04 02:14:06 -07:00
d81fae0013 Make UserID an alias for int64 rather than string 2021-08-04 02:00:58 -07:00
5e32f0605d Remove extra params temporarily (make build work) 2021-08-04 01:42:29 -07:00