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
afad55749b
Increase max concurrent reqs per account
2025-02-05 03:49:34 +01:00
Zed
5265de101d
Skip null fetch errors
2025-02-05 03:49:17 +01:00
Zed
5edaea2359
Silence 404 proxy errors
2025-02-05 03:20:05 +01:00
Zed
c0f2eea276
Fix missing video thumbnail being too small
2025-02-05 03:19:10 +01:00
Zed
7728899948
Add lazy loading for images
2025-02-05 03:18:49 +01:00
Zed
b43bfc5d42
Return 403 on hmac error
2025-02-05 01:19:27 +01:00
Zed
81764ea0f8
Update endpoint versions, switch tweet endpoint
2025-02-05 01:19:06 +01:00
Zed
5b6dae5228
Add regex for x.com links
2025-02-05 01:16:52 +01:00
Zed
e38276a638
Update authority header
2025-02-05 00:40:19 +01:00
Zed
2e13d7b57c
Capture "account locked" API error
2025-02-05 00:35:39 +01:00
Zed
1aa9b0dba6
Move limited flag to be account-level
2025-02-05 00:34:50 +01:00
Zed
28d3ed7d9f
Raise NoAccountsError when all accounts limited
2025-02-05 00:32:55 +01:00
Zed
19569bb19f
Replace old v1 photo rail API with gql
2025-02-05 00:25:50 +01:00
somini
c6edec0490
Update auth.nim ( #1164 )
...
Avoid expiring the tokens for now.
See:
- https://github.com/zedeus/nitter/issues/983#issuecomment-1923046398
- https://github.com/zedeus/nitter/issues/1155#issuecomment-1917167072
Thanks @cmj
2024-02-26 03:08:25 +00:00
jackyzy823
cdff5e9b1c
Fix for #1147 , Proxy for audio URL and upgrade hls.js ( #1178 )
...
* Revert "Fix broken video playback by forcing fmp4"
This reverts commit 52db03b73a
.
* Fix audio url in video m3u8
* Upgrade hls.js to 1.5.1 and use full version
2024-02-21 23:10:54 +00:00
Zed
52db03b73a
Fix broken video playback by forcing fmp4
2024-01-12 03:48:42 +01:00
blankie
583c858cdf
Fix search queries in user search RSS feeds ( #1126 )
...
Fixes #992
2023-12-03 09:54:24 +01:00
Zed
a9740fec8b
Fix compilation with old Nim again
2023-11-25 10:11:57 +00:00
Zed
f8254c2f0f
Add support for business and gov verification
...
Also improve icon rendering on Firefox
2023-11-25 10:07:28 +00:00
Zed
d6be08d093
Fix jobDetails error on old Nim versions
2023-11-25 05:53:13 +00:00
Zed
4dac9f0798
Add simple job_details card support
2023-11-25 05:31:15 +00:00
Zed
06ab1ea2e7
Enable disabled tests
2023-11-15 11:11:56 +00:00
Zed
c2819dab44
Fix #1106
...
Closes #831
2023-11-15 11:11:53 +00:00
Zed
eaedd2aee7
Fix ARM64 Dockerfile versions
2023-11-08 16:38:43 +00:00
Zed
5e188647fc
Bump Nim in the ARM64 Dockerfile, add nitter user
2023-11-08 14:53:35 +00:00
Zed
e0d9dd0f9c
Fix #670
2023-11-08 14:27:22 +00:00
Zed
d17583286a
Don't requests made before reset
2023-11-01 05:44:59 +00:00
Zed
209f453b79
Purge expired accounts after parsing
2023-11-01 05:09:44 +00:00
Zed
e1838e0933
Move CI workflow to buildjet
2023-11-01 05:09:35 +00:00
Zed
623424f516
Fix outdated test
2023-11-01 04:52:44 +00:00
Zed
7b3fcdc622
Fix guest accounts CI setup attempt 4
2023-11-01 04:19:10 +00:00
Zed
1d20bd01cb
Remove redundant "active" field from /.health
2023-11-01 04:16:33 +00:00
Zed
58e73a14c5
Fix guest accounts CI setup attempt 3
2023-11-01 04:13:22 +00:00
Zed
b0b335106d
Fix missing CI file argument
2023-11-01 04:06:42 +00:00
Zed
006b91c903
Prevent annoying warnings on devel
2023-11-01 04:04:45 +00:00
Zed
33bad37128
Fix guest accounts CI setup attempt 2
2023-11-01 01:25:00 +00:00
Zed
b930a3d5bf
Fix guest accounts CI setup
2023-10-31 23:54:11 +00:00
Zed
bd0be724f0
Merge branch 'master' into guest_accounts
2023-10-31 23:47:02 +00:00
Zed
60a82563da
Run tests on multiple Nim versions
2023-10-31 23:46:24 +00:00
Zed
b8103cf501
Fix compilation on Nim 1.6.x
2023-10-31 23:02:45 +00:00
Émilien (perso)
b62d73dbd3
nim version min require + update dockerfile arm ( #1053 )
2023-10-31 22:33:08 +00:00
Zed
4120558649
Replace /.tokens with /.health and /.accounts
2023-10-31 12:04:32 +00:00
Zed
089275826c
Bump minimum Nim version
2023-10-31 11:33:24 +00:00
Zed
edad09f4c9
Update nimcrypto and jsony
2023-10-31 08:31:51 +00:00
Zed
32e3469e3a
Fix multi-user timelines
2023-10-31 05:53:55 +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
537af7fd5e
Improve Liberapay css for Firefox compatibility
2023-09-19 01:29:41 +00:00
Zed
7d14789910
Improve guest accounts loading, add JSONL support
2023-09-18 18:26:01 +00:00
Zed
7abcb489f4
Increase photo rail cache ttl
2023-09-18 17:15:09 +00:00