Commit Graph

1220 Commits

Author SHA1 Message Date
Matthew Esposito
3e459f5415
Cargo update - fix possible DoS 2024-01-19 19:06:47 -05:00
Matthew Esposito
95373f8261
More succinct fix to header parsing 2024-01-19 19:06:05 -05:00
Matthew Esposito
3609564db0
Add error logging when rendering the Error page 2024-01-19 19:00:13 -05:00
Matthew Esposito
fcde6ff689
Fix client.rs - properly return Err on invalid header (fix #28) 2024-01-19 18:58:08 -05:00
Matthew Esposito
0f148c58d3
Merge pull request #21 from dethos/patch-1
Fix app.json
2024-01-12 16:56:59 -05:00
Matthew Esposito
b1ef598f3c
Update README.md to remove old referenced links 2024-01-12 16:53:40 -05:00
Gonçalo Valério
825e38b25f
fix app.json
Remove a comma that was left behind and made the JSON content invalid.
2024-01-12 18:38:56 +00:00
Matthew Esposito
f50872a88c
Merge pull request #18 from ButteredCats/fix_footer
Less buggy solution to solving the floating footer problem
2024-01-07 16:54:50 -05:00
Butter Cat
a445759a69
Be slightly smarter with options, fix footer being 30px above or below bottom on short posts 2024-01-06 16:53:58 -05:00
Butter Cat
b578b717d7
Less buggy solution to solving the floating footer problem 2024-01-06 03:49:38 +00:00
Matthew Esposito
78e51eb11f
Merge pull request #17 from ButteredCats/fix_footer
Fix floating footer with "Keep navbar fixed" off
2024-01-03 21:31:26 -05:00
Butter Cat
5d8529d6bb
Fix floating footer with "Keep navbar fixed" off 2024-01-03 21:26:56 -05:00
Matthew Esposito
c597a20311
Add websockets URL to parsing 2024-01-03 20:06:08 -05:00
Matthew Esposito
89ba46e15d
Redirect and proxy redditstatic gifs in-body (fix #14) 2024-01-03 09:36:19 -05:00
Matthew Esposito
3dee29f3ef
Add scrolling to highlighted comment (fix #13) 2024-01-02 19:43:00 -05:00
Matthew Esposito
dea805936c
Fix preview URL (fixes libreddit/libreddit/issues/559) 2024-01-02 19:21:24 -05:00
Matthew Esposito
0c79cefed7
Fix publish action 2024-01-02 19:05:36 -05:00
Matthew Esposito
5cb36ee15d
v0.31.0 2024-01-02 18:45:19 -05:00
Matthew Esposito
5bdcf64237
Update links and branches 2024-01-02 16:45:31 -05:00
Matthew Esposito
3755f0cb24
README images (fix #9) 2024-01-02 00:39:11 -05:00
Matthew Esposito
3145a6286b
Update test runner to *run* cargo nextest run 2023-12-31 13:26:46 -05:00
Matthew Esposito
c2e650b03b
Update test runner to cargo nextest run 2023-12-30 21:46:37 -05:00
Matthew Esposito
6d97f4c8dd
Change Tokio tests - fix GHA runner (again) 2023-12-30 21:33:27 -05:00
Matthew Esposito
cd836308db
Update oauth.rs to use Android client only (fixes #8) 2023-12-30 17:32:54 -05:00
Matthew Esposito
d327ab2c95
Small changes to params generation in subreddit.rs 2023-12-30 17:10:46 -05:00
Matthew Esposito
53e8811f32
Remove all stats tracking (fixes #7) 2023-12-30 10:22:49 -05:00
Matthew Esposito
d86b77ab56
Reset test threads to 1 (should fix test issues in GHA) 2023-12-29 20:33:43 -05:00
Matthew Esposito
90a800ff44
Remove share parameters at canonical_path 2023-12-29 19:34:57 -05:00
Matthew Esposito
45d8f1bbc8
Better handle redirects with new OAuth endpoints 2023-12-29 19:28:41 -05:00
Matthew Esposito
3a4a39f577
Add config tests 2023-12-28 19:15:00 -05:00
Matthew Esposito
ce0c6eca8a
Fix obfuscated link handling 2023-12-28 18:21:07 -05:00
Matthew Esposito
878ef8e95e
Change formatting of autogenerated script 2023-12-28 17:36:45 -05:00
Matthew Esposito
05f9d4f3bd
Add count to update_oauth_resources.sh 2023-12-28 15:53:09 -05:00
Matthew Esposito
0955f902f8
Fix update_oauth_resources.sh 2023-12-28 15:49:29 -05:00
Matthew Esposito
d4c4d61ce8
Merge pull request #5 from redlib-org/improve_spoofing
Improve spoofing
2023-12-28 15:44:52 -05:00
Matthew Esposito
c1214939ef
Add requirements to scripts/update_oauth_resources.sh 2023-12-28 15:38:31 -05:00
Matthew Esposito
9f41af6eee
Improve spoofing - match headers more closely, pull in real versions/builds 2023-12-28 15:37:02 -05:00
Matthew Esposito
4461a7d172
Only rerun build script if src/ changes 2023-12-28 15:21:06 -05:00
Matthew Esposito
9850109326
Minor stylistic changes 2023-12-28 12:42:06 -05:00
Matthew Esposito
bfe1c3db57
Fix Settings HTML 2023-12-28 11:35:06 -05:00
Matthew Esposito
28f39329ad
Add package name to instance_info in order to identify redlib instances 2023-12-28 11:21:56 -05:00
Matthew Esposito
1316c8491c
Merge pull request #4 from redlib-org/fix_popular_localization
Fix /r/popular localization - set geo filter to global
2023-12-28 10:43:10 -05:00
Matthew Esposito
42902cc8d0
Add test for popular globalization 2023-12-28 10:40:17 -05:00
Matthew Esposito
b43ed01958
Fix /r/popular localization - set geo filter to global 2023-12-28 10:30:42 -05:00
Matthew Esposito
7d952f7f18
[FIX] Readme fix commands 2023-12-27 00:20:22 -05:00
Matthew Esposito
819be89f84
Update cargo.toml 2023-12-27 00:19:54 -05:00
Matthew Esposito
5f84d12774
0.30.2 (update config handling + test GH release) 2023-12-27 00:11:24 -05:00
Matthew Esposito
5e68a66e40
Accept legacy config files 2023-12-27 00:11:06 -05:00
Matthew Esposito
457b0bd57e
Accept legacy environment variables 2023-12-26 23:16:36 -05:00
Matthew Esposito
47822d8d6c
Fix clippy warning 2023-12-26 23:15:06 -05:00