647 Commits

Author SHA1 Message Date
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
450df74ba8 Add CI test for compiled webserver 2023-08-20 11:41:42 -03:00
fa33199489 Implement search query parsing (not yet hooked up to search bar) 2023-08-20 07:55:57 -03:00
addcf0ea52 Break the HTTP handlers into separate files for maintainability 2023-08-19 22:54:44 -03:00
930af3455f Fix gray connector line showing up on quoted tweets 2023-08-19 22:36:50 -03:00
7a750877f6 Fix spaces timestamps to remove the factor of 1000x 2023-08-19 22:36:50 -03:00
7f24bb7893 Add a lint check to close SQL resources (stmts and rows) 2023-08-19 16:12:46 -03:00
4cabae45dd Fix embedding in production build 2023-08-19 02:14:23 -03:00
ff3dba9980 Add build option to embed static files in the built binary 2023-08-19 01:58:31 -03:00
4273413e98 Try to fix the build 2023-08-18 19:50:13 -03:00
b7ee3e066b Update CHANGELOG.txt for v0.4.0 2023-08-18 19:32:10 -03:00
189fb3c2c1 Fix lint error 2023-08-18 19:15:55 -03:00
2ec44d7415 Temporarily remove the to_json debugging func 2023-08-18 19:15:21 -03:00
3769ca727f Remove logging of every object which is breaking the build and also very noisy 2023-08-18 19:08:03 -03:00
2078eb8026 Add rendering of Spaces 2023-08-18 19:01:58 -03:00
a12dcae4e4 Add helper function to format Space duration 2023-08-18 18:59:15 -03:00
b805b3d1c4 Add lock icon for privated users; also make embedded links display better 2023-08-18 16:45:54 -03:00
77f0db2e11 Fix test 2023-08-18 16:44:23 -03:00
c454162d7d Fix lint error 2023-08-18 16:42:25 -03:00
ff11fdf1af Make quoted tweets not suck anymore 2023-08-18 16:41:12 -03:00
8c3823eea3 Add tests for tweet content rendering 2023-08-18 15:29:51 -03:00
0f9ba6b19b Add polls and urls 2023-08-18 15:18:31 -03:00
57b72549c5 Add helper functions for rendering polls 2023-08-18 14:52:54 -03:00
0c533c632b Add videos 2023-08-17 18:45:55 -03:00
fd0c625de5 Optimize Timeline query by splitting it into sub-queries so it can use indexes 2023-08-17 18:21:26 -03:00
cb6a4b08e2 Fix lint error 2023-08-17 18:15:38 -03:00
901e4dce0e Add following and unfollowing 2023-08-17 18:09:01 -03:00