nitter/src/views
Zed 1ac389e7c7
GraphQL timeline (#812)
* Update deps

* Replace profile timeline with GraphQL endpoint

* Update GraphQL endpoint versions

* Use GraphQL for profile media tab

* Fix UserByRestId request

* Improve routing, fixes #814

* Fix token pool JSON

* Deduplicate GraphQL timeline endpoints

* Update list endpoints

* Use GraphQL for list tweets

* Remove debug leftover

* Replace old pinned tweet endpoint with GraphQL

* Validate tweet ID

* Minor token handling fix

* Hide US-only commerce cards

* Update config example

* Remove http pool and gzip from token pool

* Support tombstoned tweets in threads

* Retry GraphQL timeout errors

* Remove unnecessary 401 retry

* Remove broken timeout retry

* Update karax, use new bool attribute feature

* Update card test

* Fix odd edgecase with broken retweets

* Replace search endpoints, switch Bearer token

* Only parse user search if it's a list

* Fix quoted tweet crash

* Fix empty search query handling

* Fix invalid user search errors again
2023-04-21 14:41:30 +02:00
..
about.nim Prevent bad staticDir from causing problems 2022-01-09 23:55:17 +01:00
embed.nim emit body and doctype on iframe embed endpoint (#640) 2022-06-16 18:46:41 +02:00
feature.nim Render markdown files with a tool 2022-01-09 23:35:56 +01:00
general.nim Use webp for thumbnails when available 2023-01-09 00:29:59 +01:00
list.nim Rework list api 2021-12-30 08:36:43 +01:00
opensearch.nimf Add more license headers 2021-12-27 02:43:27 +01:00
preferences.nim Disable input autocomplete 2022-01-30 17:19:00 +01:00
profile.nim Add "Search (...)" to tab title 2022-11-27 16:19:30 +01:00
renderutils.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
rss.nimf Use strformat more 2022-06-04 02:18:26 +02:00
search.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
status.nim Rearchitect profile, support pins, Profile -> User 2022-01-23 07:23:09 +01:00
timeline.nim Fix hidePinned preference 2022-01-30 16:59:07 +01:00
tweet.nim GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00