9001a92273
Merge remote-tracking branch 'upstream/main'
2025-05-24 01:01:17 +12:00
Matthew Esposito
bb20190555
fix: control rendering behavior based on routing
2025-02-09 17:10:12 -05:00
Matthew Esposito
2e95e1fc6e
feat: smaller imports and exports ( #373 )
...
* feat: smaller imports and exports
* test(prefs): extend tests
* style(clippy)
* style: bubble up error
* style: update some wording
2025-02-06 20:34:12 -05:00
Matthew Esposito
5265ccb033
feat: hide default feeds option ( #370 )
2025-02-06 13:03:42 -05:00
freedit-dev
7770c57856
fix Code blocks err #227 ( #323 )
...
* fix Code blocks https://github.com/redlib-org/redlib/issues/227
* add pulldown-cmark
* add pulldown-cmark
* fix Code blocks err #227
* add pre style for post codeblock
* Update style.css (fix Code blocks err #227 )
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2025-02-03 00:58:14 -05:00
Matthew Esposito
c7f55c146a
fix(clippy): minor clippy changes
2025-02-03 00:53:13 -05:00
Integral
ef2cc01bf7
refactor(utils): avoid redundant String conversions & use match ( #347 )
...
* refactor(utils): avoid redundant String conversions & use match
* ci: fix clippy lint
2025-02-03 00:51:54 -05:00
Matthew Esposito
7930b19809
fix: fix clippy + tests
2025-02-03 00:47:25 -05:00
Matthew Esposito
257871b56c
fix(tests)
2025-02-03 00:30:48 -05:00
Butter Cat
51386671d3
Fix embedded images sometimes having gaps around them ( #295 )
...
* Fix images embedded by rewrite_urls() having an empty <p></p> above and below them that caused weird gaps in some scenarios
* Fix test for new embedding behavior
* fix: remove println
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2025-02-02 23:38:52 -05:00
Butter Cat
2e0e1a1aaa
Fix crossposted galleries not working ( #293 )
2025-02-02 23:31:37 -05:00
mooons
96ad7bf163
feat: render bullet lists ( #321 )
...
* feat: render bullet lists
* tests: add tests
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2025-02-02 23:26:36 -05:00
Martin Lindhe
adf25cb15b
unescape selftext_html from json api, fixes #354 ( #357 )
...
* unescape selftext_html from json api, fixes #354
* fix(fmt)
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2025-02-02 21:56:47 -05:00
Butter Cat
5c1e15c359
Make subscription and filter cookies split into multiple cookies if they're too large ( #288 )
...
* Split subscriptions and filters cookies into multiple cookies and make old cookies properly delete
* Cleanup
* Fix mispelling for removing subscription cookies
* Fix many subscription misspellings
* Fix subreddits and filters that were at the end and beginning of the cookies getting merged
* Make join_until_size_limit take the +'s into account when calculating length
* Start cookies without number to be backwards compatible
* Fix old split cookies not being removed and subreddits/filters between cookies occasionally getting merged
* Make updating subscription/filters cookies safer
* Small cleanup
* Make restore properly add new subscriptions/filters cookies and delete old unused subscriptions/filters cookies
* Fix misspellings on variable name
2025-02-02 21:48:46 -05:00
0dcda02d27
Merge branch 'main' into subreddit-banners
2025-01-13 14:48:11 +13:00
49afd83ad3
subreddit-created-date
2025-01-13 14:41:49 +13:00
200509255c
allow disabling of banner
2025-01-13 14:15:35 +13:00
bfcc946baa
subreddit banners
2025-01-11 15:05:18 +13:00
fe9128a5e2
Merge branch 'quicklist'
2025-01-06 12:44:33 +13:00
5959464bbe
fix typo, lol..
2025-01-06 08:04:41 +13:00
10c7327c39
colorway toggle
2025-01-06 07:15:24 +13:00
9856b7fd47
create basic quicklist functionality
2024-12-22 04:04:43 +13:00
Jeidnx
d7ec07cd0d
Implement a serializer for user preferences ( #336 )
2024-12-02 11:29:57 -05:00
7afc0d006c
Merge remote-tracking branch 'upstream/main'
2024-11-21 00:53:33 +13:00
Matthew Esposito
96e40e8887
style(clippy): small clippy change
2024-11-19 11:40:17 -05:00
a9c99cc752
Merge remote-tracking branch 'upstream/main'
2024-11-03 09:34:12 +13:00
Matthew Esposito
2fd358f3ed
feat(hls): add video quality preference ( #306 )
2024-11-01 12:28:52 -04:00
Nolan Poe
d17d097b12
Fix parts of CI ( #304 )
...
* Run cargo fmt, hide clippy::cmp_owned errors
* Bump deps
* Fix failing test
* Update src/client.rs
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2024-10-31 22:50:50 -04:00
Matthew Esposito
f3d2f0cc59
feat(scraper): add scraper CLI
2024-10-21 20:54:05 -04:00
64eec64ebe
Merge remote-tracking branch 'upstream/main'
2024-10-20 17:32:13 +13:00
Guillaume Gomez
1838fdaea4
Replace askama
with rinja
( #276 )
2024-10-02 17:43:13 -04:00
Butter Cat
a807002ddf
Fix #206 and make (most) emotes embed in comments ( #209 )
...
* Fix links not being converted when multiple emojis are in one comment
* Make (most) emotes embed within comments
* Restore the behavior that the "rewrite_urls_removes_backslashes_and_rewrites_url" test looks for
* Listen to cargo fmt and cargo clippy's suggestions as well as removing some leftover comments and code
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2024-09-25 13:36:23 -04:00
f2c410f9ea
Merge remote-tracking branch 'upstream/main'
2024-09-17 12:28:21 +12:00
Kot C
c494fbec31
Insert noindex meta for ROBOTS_DISABLE_INDEXING ( #199 ) ( #207 )
2024-09-03 19:44:04 -04:00
Matthew Esposito
374238abc3
Add RSS feeds ( fix #57 ) ( #90 )
...
* Add RSS feeds
* feat(rss): feature-ify rss
* feat(rss): config-ify rss
* fix(rss): update info page
* feat(rss): conditionally add RSS feeds to user and sub pages
* feat(rss): implement URLs for RSS
2024-07-21 14:09:34 -04:00
7e85ae25b1
Merge remote-tracking branch 'upstream/main'
...
+ repository link update
2024-07-07 17:19:28 +12:00
Pim
8a917fcde3
feat: add download button on image/gif/video posts ( #173 )
...
* feat: add download button on image/gif/video posts
* chore: fix formatting
* chore: dont create reference
2024-07-04 21:32:12 -04:00
Matthew Esposito
67a890cab3
fix(posts): fix sort call on new ( #171 )
2024-07-02 08:04:27 -04:00
Pim
366bc17f97
feat: show post link title for comments on user page ( #169 )
2024-07-01 17:15:50 -04:00
Matthew Esposito
f74d1affb6
fix(posts): manually sort by flags ( #168 )
...
* fix(posts): manually sort by flags
* fix(posts): shorten sort call
2024-06-29 13:26:09 -04:00
Matthew Esposito
beb4cf193b
fix(posts): manually sort by created date ( #166 )
2024-06-29 11:48:42 -04:00
f22f7841a8
Merge remote-tracking branch 'upstream/main'
2024-06-28 12:40:15 +12:00
7aca5791b1
Merge branch 'hls-video-downloads'
2024-06-23 20:41:27 +12:00
pimlie
3301da1ef1
feat: add support to blur spoiler previews
2024-06-22 12:16:12 +02: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
846377b586
implement mascots
2024-06-17 22:29:52 +12:00
5c73f043cd
add preference option
2024-06-16 15:01:17 +12:00
Matthew Esposito
093d240530
Merge branch 'main' into feat/hide-summary-and-sidebar
2024-05-29 18:46:10 -04:00