99ef17f820
Fix likes 'sort_order' being unique when '-1' is used as 'unknown' value
2023-10-13 17:55:40 -03:00
72df452401
Add "with replies", "without replies", "media" and "likes" tab to User Feed
...
- Also add UI option to scrape a user's Likes from their user profile
2023-10-13 17:47:13 -03:00
d1edcbf363
Add tweet detail "/like" and "/unlike" URLs
...
- refactor TweetDetail to determine a bit more systematically whether scraping is required
2023-10-13 00:18:31 -03:00
dc1bde2fe6
Implement 'likes sort order' for Likes tab
2023-10-12 15:34:24 -03:00
9aff2b8a93
Add search filters for 'media' (union of video and image) and negative search filters (prefixed with '-')
2023-10-12 10:30:33 -07:00
9bb751afa5
BUGFIX: Fix retweeted-by button trying to open 2 pages simultaneously (user feed and the retweeted tweet)
2023-10-12 10:08:22 -07:00
f4ccc075f6
Show threads in the UI
2023-10-12 09:47:02 -07:00
cf41786843
Fix previous commit
2023-10-09 20:00:34 -07:00
392e836689
Update URL parser to handle 'x.com' links
2023-10-09 19:40:34 -07:00
0907fe7fa8
Remove new sample data from 'followed' list
2023-10-08 18:34:54 -07:00
407d9fc3b6
Add sample data for threads
2023-10-08 18:19:04 -07:00
5bb65853da
Fix a previous test that had a thread in it
2023-10-08 14:55:10 -07:00
4343ab7971
Include entire thread in tweet-detail query result
2023-10-08 14:42:42 -07:00
4c81846d15
BUGFIX: fix embedded links not being clickable
...
- also improve the display to show the domain name when other info is missing
2023-09-13 23:52:04 -07:00
34d3e16439
Update tombstone texts that will be parsed from the Twitter response to say Post instead of Tweet
2023-09-09 19:35:22 -03:00
162802914f
Add a parameter to a Cursor to fetch a user's likes
2023-09-09 18:24:01 -03:00
0113e86a00
Show filled-in 'like' icon when tweet is liked
2023-09-04 13:29:10 -03:00
14b9143f76
Compound db queries now fetch whether the tweet is liked by the current logged-in user
2023-09-04 13:11:58 -03:00
3e9bc9f4f3
Update main function to use the -n flag for GetUserLikes
2023-09-01 22:33:47 -03:00
0b0f1a09f2
Make GetUserLikes respect the -n flag
2023-09-01 22:32:32 -03:00
78e33be780
Add function to delete a like
2023-09-01 22:19:43 -03:00
fc5096997c
Update CHANGELOG.txt for v0.4.2
2023-08-31 18:39:44 -03:00
bf147a1313
Fix weird scrolling issues by specifying width and height for image/video elements
2023-08-29 14:04:57 -03:00
b2df94f041
Show tombstones
2023-08-29 12:27:53 -03:00
8aca7d4ebe
Add manual re-scrape for user feeds and quote-tweets stat on tweets
2023-08-27 22:55:40 -03:00
655a47ec21
Remove debugging panic
2023-08-27 22:00:58 -03:00
8349ca4ae3
Add background scraping of the logged-in user's home timeline
2023-08-27 21:05:09 -03:00
09356ecc04
Add template file for previous commit
2023-08-27 15:49:26 -03:00
47d206666b
Add entity recognition in user bios as well
2023-08-27 15:46:57 -03:00
8608f06bca
Fix entity recognition to avoid matching email
2023-08-27 15:33:22 -03:00
f8cd326440
Add clickable entities to tweet text
2023-08-27 15:09:35 -03:00
11c94511d5
Add support for pasting 'with_replies' links
2023-08-27 13:30:02 -03:00
f245054fe6
Enable pasting links in the search bar
2023-08-26 19:56:26 -03:00
e3928cc92f
Search bar redirects to user feed if you search '@somehandle'
2023-08-26 16:50:15 -03:00
bde911b56d
Fix long tweets rendering paragraphs in the wrong order
2023-08-26 12:48:25 -03:00
653e365ffd
Temporarily change the user in the version bump test to pcmonk
2023-08-23 13:00:08 -03:00
d79433e323
Run the integration tests manually
2023-08-22 20:31:06 -03:00
111de20734
Run the integration tests on release branches
2023-08-22 20:24:59 -03:00
b47cfc9f78
First go at fixing integration tests
2023-08-22 20:22:08 -03:00
efae882c96
Add missing SVG assets from a previous commit
2023-08-22 20:11:06 -03:00
eaa01a2360
Fix fetching users and search
...
- Add is_deleted field on Users
- Fix fetching of tombstoned users including deleted users
- Fix "verified" bluechecks not being scraped anymore
- Fix search to use new graphql endpoint (old one got taken down)
2023-08-22 20:07:32 -03:00
e09c97a85e
Fix crashing on failing to parse the 'messageprompt' entry telling you to subscribe to twitter blue
2023-08-22 19:52:04 -03:00
134b17ee79
Update CHANGELOG.txt for v0.4.1
2023-08-22 14:25:17 -03:00
7f0056f2a0
Add buttons to trigger re-scrape a tweet and to open on twitter.com
...
- also fix link preview image sizing a bit
2023-08-22 13:52:58 -03:00
e1b2968332
Add subcommand to fetch home timelines (both regular and 'for you')
2023-08-20 20:45:03 -03:00
466000f152
Add 'for you' option for HomeTimeline
2023-08-20 18:47:30 -03:00
4c91977e38
Add parsing of HomeTimeline (not For You)
2023-08-20 18:29:55 -03:00
72110e6558
Enable searching through the search bar
2023-08-20 15:02:47 -03:00
b8d0d6be7a
Fix bug
2023-08-20 11:49:57 -03:00
d6e0ef82b9
Add sleep 1 after starting webserver
2023-08-20 11:44:09 -03:00