pimlie
|
3301da1ef1
|
feat: add support to blur spoiler previews
|
2024-06-22 12:16:12 +02:00 |
|
Matthew Esposito
|
213481ef53
|
Merge pull request #148 from Pix3l01/fix-healthcheck
Make server listen on both IPv6 and IPv4 by default to fix docker healthcheck
|
2024-06-20 08:06:27 -04:00 |
|
Matthew Esposito
|
f460895cc0
|
chore(clippy): fix lint
|
2024-06-20 07:56:43 -04:00 |
|
ac615223s5
|
5193164719
|
Merge branch 'redlib-org:main' into default-filter
|
2024-06-19 20:10:05 -04:00 |
|
Matthew Esposito
|
9013e589dd
|
chore(clippy): fix lint
|
2024-06-19 14:45:55 -04:00 |
|
Matthew Esposito
|
997cd8f829
|
feat(bug): Improve bug reporting while keeping logs private
|
2024-06-19 14:45:32 -04:00 |
|
Matthew Esposito
|
5a13b9892b
|
chore(clippy): add lint
|
2024-06-19 14:28:48 -04:00 |
|
Alessandro Pizzorni
|
91975865b8
|
Make server listen on both IPv6 and IPv4 by default
|
2024-06-19 00:42:38 +02:00 |
|
nieve
|
30944579d7
|
add default filter config
|
2024-06-18 00:21:00 -04:00 |
|
Ben Sherman
|
17c7738d6e
|
Properly apply REDLIB_DEFAULT_HIDE_SIDEBAR_AND_SUMMARY
This change fixes the REDLIB_DEFAULT_HIDE_SIDEBAR_AND_SUMMARY environment variable being ignored.
|
2024-05-30 20:40:16 -07:00 |
|
Matthew Esposito
|
bd47c206a1
|
fix(oauth): Make Android user-agent patching unconditional
|
2024-05-30 18:08:45 -04:00 |
|
Matthew Esposito
|
1715b36ae9
|
Update fix for submitted route
|
2024-05-29 20:02:56 -04:00 |
|
Matthew Esposito
|
892b0e89c8
|
Cargo fmt
|
2024-05-29 19:15:54 -04:00 |
|
Matthew Esposito
|
a64e2143f3
|
Fix Display impl, resolving clippy
|
2024-05-29 18:51:20 -04:00 |
|
Matthew Esposito
|
e13d9b7239
|
Merge pull request #86 from EMarshal/main
Update hide HLS env var to match documentation
|
2024-05-29 18:49:40 -04:00 |
|
Matthew Esposito
|
8c67d33721
|
Merge pull request #102 from ismailkarsli/main
added geo_filter query param to /r/popular endpoint
|
2024-05-29 18:48:48 -04:00 |
|
Matthew Esposito
|
093d240530
|
Merge branch 'main' into feat/hide-summary-and-sidebar
|
2024-05-29 18:46:10 -04:00 |
|
Matthew Esposito
|
6b2aab23c8
|
Merge pull request #92 from ButteredCats/fix_preview_captions
Update embedding Reddit preview links to include captions and support i.redd.it embeds
|
2024-05-29 18:44:48 -04:00 |
|
Matthew Esposito
|
6b11d936b3
|
Fix clippys
|
2024-05-29 18:44:19 -04:00 |
|
Butter Cat
|
34692359cf
|
Merge branch 'redlib-org:main' into fix_preview_captions
|
2024-05-29 18:42:39 -04:00 |
|
Matthew Esposito
|
5a0f0f96f5
|
Update OAuth resources
|
2024-05-29 18:37:13 -04:00 |
|
Matthew Esposito
|
273d889f1b
|
Fix retrieval of multi-subs
|
2024-05-29 18:36:56 -04:00 |
|
Butter Cat
|
62b791bb24
|
Add in support for embedding i.redd.it images and gifs and remove leftover println
|
2024-05-23 21:29:36 -04:00 |
|
Butter Cat
|
2f2cded671
|
Make sure new system can handle both normal and external previews
|
2024-05-22 17:22:10 -04:00 |
|
Butter Cat
|
75b0149313
|
Remove useless replace
|
2024-05-22 16:34:39 -04:00 |
|
Butter Cat
|
50fad938dd
|
Fix infinite loop when replacing text that contains dollar signs
|
2024-05-22 16:31:07 -04:00 |
|
Ales Lerch
|
b6f5831d10
|
feat: adds hide summary sidebar option
|
2024-05-13 23:49:59 +02:00 |
|
İsmail Karslı
|
565b50646f
|
added geo_filter query param to /r/popular endpoint
|
2024-04-25 14:01:06 +03:00 |
|
Butter Cat
|
6484ebf897
|
Fix failing check
|
2024-04-14 17:32:10 -04:00 |
|
Butter Cat
|
3f863c8991
|
Prevent panic if image_caption is empty, don't replace <p>'s in case text is inside them with the image, update test to reflect change in image replacing
|
2024-04-14 17:26:43 -04:00 |
|
Butter Cat
|
e581f432dd
|
Use substring instead of .remove and .pop, change image_text to image_caption to better reflect its usage, only replace quotes in image_caption when needed, and add comments for what some of the code does
|
2024-04-10 10:47:24 -04:00 |
|
Butter Cat
|
6d83b07aaa
|
Update embedding Reddit preview links to include captions where applicable
|
2024-04-09 18:33:13 -04:00 |
|
Butter Cat
|
89140c8cf7
|
Actually fix checks this time
|
2024-04-07 19:59:54 -04:00 |
|
Butter Cat
|
99048c4683
|
Fix failing checks
|
2024-04-07 19:51:20 -04:00 |
|
Butter Cat
|
f7c182dcd8
|
Fix a couple of edge cases with image embedding and don't check if REDDIT_PREVIEW_REGEX matches before executing loop
|
2024-04-07 19:22:20 -04:00 |
|
Éli Marshal
|
4f6a14739b
|
Update hide HLS env var to match documentation
|
2024-04-07 14:43:39 -06:00 |
|
Butter Cat
|
75b139dff2
|
Update image link test to account for embedded images
|
2024-04-07 12:08:53 -04:00 |
|
Butter Cat
|
10499df423
|
Make image preview links embed
|
2024-04-07 12:07:53 -04:00 |
|
Butter Cat
|
858299c861
|
Add test for rewriting multiple preview links
|
2024-04-07 11:24:18 -04:00 |
|
Butter Cat
|
4f0b29f930
|
Fix failing checks
|
2024-03-30 18:53:46 -04:00 |
|
Butter Cat
|
4e2648280d
|
Fix multiple Reddit preview links becoming the same
|
2024-03-30 18:36:28 -04:00 |
|
Nazar
|
3bb5dc5f3e
|
Update dependencies (Hyper v1.x) (#39)
* Cargo update
* Update major non-breaking changes
* Add deprecation feature-flags to hyper v0.14
* Semi-upgrade hyper-rustls
* Revert deprecated warnings
|
2024-02-06 08:01:59 -05:00 |
|
Midou36O
|
35927287f1
|
Replace www.unddit.com with undelete.pullpush.io (#42)
* Replace www.unddit.com with undelete.pullpush.io
* Update comment
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
|
2024-02-05 16:50:09 -05:00 |
|
Nazar
|
469d0994f1
|
Handle errors from reddit (#35)
* Fix error handling logic
A 401 code is still an Ok(<...>) response
* Fix json key
* Run `cargo fmt`
|
2024-02-02 14:53:15 -05:00 |
|
Matthew Esposito
|
99097da6b8
|
Remove pedantic clippy's
|
2024-01-28 13:36:27 -05:00 |
|
Nazar
|
3d2c936a9e
|
Refresh OAuth on 401 only (#33)
|
2024-01-28 09:28:42 -05:00 |
|
Matthew Esposito
|
03e267f02e
|
Fix pedantic clippy
|
2024-01-27 23:34:23 -05:00 |
|
Matthew Esposito
|
6c2579cda9
|
Add check for unauthorized - refresh token
|
2024-01-27 23:31:21 -05:00 |
|
Matthew Esposito
|
ea3d248766
|
Update oauth_resources.rs
|
2024-01-24 14:30:17 -05:00 |
|
Matthew Esposito
|
9f9ae45f6e
|
Add many Clippy's, fix many Clippy's
|
2024-01-19 20:16:17 -05:00 |
|