Commit graph nitter/src/routes
Author SHA1 Message Date
Zed
06e59f0615 Fix oEmbed CI: accept any host in URL parsing 2026-08-15 00:23:53 +07:00
Zed
7f6c083dce Add oEmbed discovery and standard support
Fixes #696
2026-08-15 00:00:10 +07:00
Zed
67f620c83c Improve video and error embeds 2026-08-10 22:51:12 +07:00
Zed
ccde22aa0b Use TweetResultByRestId for embeds 2026-08-08 23:00:19 +07:00
Zed
9be0b8f826 Add tweet embed and oEmbed API support 2026-07-18 12:46:43 +02:00
Zed
8394b044ef Qualify QueryKind.media to fix Nim 2.0.x build
Fixes #1422
2026-07-09 11:32:31 +02:00
Zed
61246df9de Support Top, Latest, Media, and Lists search
Fixes #1335
2026-07-08 18:56:12 +02:00
Zed
2f07fa6151 Sort replies by relevance, recency, or likes
Fixes #1336
2026-07-08 00:11:52 +02:00
Zed
0344b99b69 Fix mp4 overflow issue
Fixes #1416
2026-06-21 15:49:34 +02:00
Zed
55a331cc50 Add followers and following pages
Fixes #187
2026-06-21 06:12:24 +02:00
Zed
1e03595784 Follow same-host redirects in media proxy
Fixes #1415
2026-06-21 03:22:29 +02:00
Zed
db5a229bfe Add Twitter Spaces support
Fixes #459
2026-06-19 22:02:24 +02:00
Zed
581c6f1714 Add retry logic and timeout to media proxy 2026-06-19 22:00:28 +02:00
Zed
44b2f096f6 Fix SSRF in /video proxy and API JSON injection
Validate the target host on the /video media route with
isTwitterUrl() (mirroring /pic) and reject non-http(s) schemes,
and stop the media proxy following redirects off the validated
host. JSON-escape user-controlled GraphQL cursors and build id
variables with packedjson so untrusted input can't break out of
the query. Warn on startup when the insecure default hmacKey is
in use.

Fixes #1411
2026-06-18 15:01:48 +02:00
Zed
7b27c2c629 Add support for Communities
Fixes #1270
2026-06-18 13:32:20 +02:00
Zed
35882ed88d Add Twitter Article rendering
Fixes #646
2026-06-16 15:47:13 +02:00
Zed
60cb10229f Fix SameSite cookie handling for HTTP 2026-06-08 06:12:58 +02:00
Ian Brown
5a4faa0367
Fix OpenSearch response crash (#1400) 2026-06-02 22:31:40 +02:00
Zed
8114eefa19 Add support for broadcasts
Fixes #303
2026-03-31 07:28:45 +02:00
Zed
e7e7050c6e Add support for viewing account info
Fixes #1381
2026-03-30 00:58:02 +02:00
Zed
7ce29bd8f1 Add new media grid and gallery views
Fixes #199
Fixes #1342
2026-03-15 09:31:55 +01:00
Zed
35a929c415 Implement mixed-media tweet support
Fixes #697 #1101
2026-03-13 05:47:37 +01:00
Zed
2898efab6b Fix search repeating when the end has been reached 2026-03-04 11:56:53 +01:00
Zed
d187b1cc3f Fix video thumbnails not loading
Fixes #1371
2026-02-22 07:02:45 +01:00
Zed
a15d1ce16b Add full support for tweet edit history
Fixes #700
2026-02-16 00:52:17 +01:00
Zed
05b6dd2a43 Add config options to enable subset of RSS feeds
Fixes #1363
2026-02-11 23:49:50 +01:00
Zed
dcec1eb458 Fix invalid search link formatting 2026-02-10 22:53:54 +01:00
Zed
1c06a67afd Support image alt text
Fixes #559
2026-02-10 22:43:10 +01:00
Zed
b85e8c5d7d Support preference overrides using URL params
Fixes #186
2026-02-09 21:54:57 +01:00
Zed
db36f75519 Support restoring preferences via new prefs param
Fixes #1352
Fixes #553
Fixes #249
2026-02-09 20:23:31 +01:00
Zed
5d28bd18c6 Add preference for configuring sticky navbar
Fixes #1354
2026-02-09 17:38:14 +01:00
Zed
33dd9b6668 Fix /pic/ exploit 2026-02-06 20:44:37 +01:00
Zed
17fc2628f9 Minor fix 2025-11-30 18:07:27 +01:00
Zed
e741385828 Allow , in username to support multiple users
Fixes #1329
2025-11-30 18:06:22 +01:00
Zed
7734d976f7 Add username validation
Fixes #1317
2025-11-30 04:12:38 +01:00
Zed
a62ec9cbb4 Normalize headers 2025-11-30 03:58:43 +01:00
Zed
4748311f8d Fix intent/follow URL redirect
Fixes #629
2025-11-24 23:04:25 +01:00
Zed
5b4a3fe691 Redirect /i/status/id/history to /i/status/id
Fixes #1231
2025-11-23 19:27:13 +01:00
Zed
9e95615021 Remove unused skipPinned parameter 2025-11-15 07:01:03 +01:00
Zed
6fcd849eff Rename accounts/guest accounts to sessions
The new file loaded by default is now ./sessions.jsonl
JSONL is also required, .json support dropped.
2025-02-05 04:15:53 +01:00
Zed
5edaea2359 Silence 404 proxy errors 2025-02-05 03:20:05 +01:00
Zed
b43bfc5d42 Return 403 on hmac error 2025-02-05 01:19:27 +01:00
Zed
19569bb19f Replace old v1 photo rail API with gql 2025-02-05 00:25:50 +01:00
blankie
583c858cdf
Fix search queries in user search RSS feeds (#1126)
Fixes #992
2023-12-03 09:54:24 +01:00
Zed
4120558649 Replace /.tokens with /.health and /.accounts 2023-10-31 12:04:32 +00:00
LS
735b30c2da
fix(nitter): add graphql user search (#1047)
* fix(nitter): add graphql user search

* fix(nitter): rm gitignore 2nd guest_accounts

* fix(nitter): keep query from user search in result. remove personal mods

* fix(nitter): removce useless line gitignore
2023-10-30 12:13:06 +00:00
Zed
4250245263 Shorten media proxy error log 2023-09-02 07:28:56 +02:00
Zed
b8fe212e94 Add media proxying error logging 2023-09-01 21:39:02 +02:00
Zed
88b005c9da Revert "Switch to using typeahead for user search"
This reverts commit a3e11e3272.
2023-08-23 19:31:40 +02:00
Zed
a3e11e3272 Switch to using typeahead for user search 2023-08-23 10:14:44 +02:00