9001a92273
Merge remote-tracking branch 'upstream/main'
2025-05-24 01:01:17 +12:00
dependabot[bot]
e80ec5d16b
build(deps): bump tokio from 1.44.0 to 1.44.2
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.44.0 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 01:45:01 +00:00
Matthew Esposito
cbc3e49923
v0.36.0
2025-03-19 23:05:28 -04: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
a732f18143
chore: remove scraper cli
2025-02-03 14:25:16 -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
Martin Lindhe
fd1c32f555
rss: add <pubDate> field, fixes #356 ( #358 )
...
* rss: add <pubDate> field, fixes #356
* rss: also add pub_date on user feed
* fix(fmt)
---------
Co-authored-by: Matthew Esposito <matt@matthew.science>
2025-02-02 22:00:44 -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
d7cff4203a
v0.35.4
2025-01-07 07:28:00 +13:00
Jeidnx
d7ec07cd0d
Implement a serializer for user preferences ( #336 )
2024-12-02 11:29:57 -05:00
Matthew Esposito
6be6f892a4
feat(oauth): better oauth client matching
2024-11-20 19:19:29 -05:00
7afc0d006c
Merge remote-tracking branch 'upstream/main'
2024-11-21 00:53:33 +13:00
Matthew Esposito
cb9a2a3c39
fix(client): revert to hyper_rustls :P hi SWE 👋
2024-11-19 15:48:42 -05:00
Matthew Esposito
f8a9ad363d
chore(deps): updates
2024-11-19 11:37:30 -05:00
Matthew Esposito
f7240208f1
fix(tls): vendor native-tls
2024-11-19 11:18:20 -05:00
Matthew Esposito
a96bebb099
fix(client): switch to hyper-tls
2024-11-19 11:08:00 -05:00
Matthew Esposito
6c64ebd56b
fix(scraper): additionally grab common words
2024-11-15 16:53:00 -05:00
feedc572cd
change bin name
2024-11-03 10:36:46 +13:00
a9c99cc752
Merge remote-tracking branch 'upstream/main'
2024-11-03 09:34:12 +13:00
Alex
a96894c743
enables http2 crate feature, replaces http1 protocol with http2 on co… ( #305 )
2024-10-31 22:48:19 -04:00
Matthew Esposito
f3d2f0cc59
feat(scraper): add scraper CLI
2024-10-21 20:54:05 -04:00
1c1e627815
v0.35.3
2024-10-20 19:31:07 +13: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
Ben Beasley
f71b0cd178
chore(deps): Update brotli from 6.0 to 7.0 ( #277 )
...
* chore(deps): Update brotli from 6.0 to 7.0
* Update Cargo.lock for brotli 7.0
2024-10-02 14:18:41 -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
Matthew Esposito
b54620b5aa
fix(client): use async_recursion crate
2024-09-21 15:44:27 -04:00
1ffbce1ad8
Merge remote-tracking branch 'upstream/main'
2024-09-19 14:14:17 +12:00
Matthew Esposito
793047f63f
fix(client): revert to hyper-rustls=0.24.2
2024-09-18 11:24:00 -04:00
f2c410f9ea
Merge remote-tracking branch 'upstream/main'
2024-09-17 12:28:21 +12:00
b076b076e3
v0.35.2
2024-08-31 10:20:57 +12:00
Davide Cavalca
041ecceeaf
Update license tag ( #200 )
2024-08-07 14:09:54 -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
Matthew Esposito
d9e7681004
v0.35.1
2024-06-29 13:28:18 -04:00
Matthew Esposito
f44638a2cb
v0.35.0
2024-06-29 12:00:34 -04:00
Matthew Esposito
3b2ad212d5
fix(oauth): arc_swap
2024-06-28 18:14:47 -04:00
1644e68e43
v0.35.1
2024-06-28 13:34:12 +12:00
ff2e274e5e
v0.35.0
2024-06-23 20:48:26 +12:00
f8f964741a
super minimal rebrand
2024-06-02 22:33:45 +12:00
83d50316fb
moved repo org
2024-05-31 20:00:00 +12:00
e187ccd14a
Merge remote-tracking branch 'upstream/main'
2024-05-31 19:54:04 +12:00
Matthew Esposito
7a099f259f
v0.34.0
2024-05-29 20:59:27 -04:00
Matthew Esposito
96a7e155c5
v0.33.3
2024-05-29 20:49:29 -04:00
Matthew Esposito
4cc8bf8318
v0.33.2
2024-05-29 20:05:56 -04:00
Matthew Esposito
6102b08894
v0.33.1
2024-05-29 19:24:09 -04:00
Matthew Esposito
33411a7588
Bump version
2024-05-29 18:40:09 -04:00
8307aa1e42
show fork info
2024-04-09 06:19:00 +12:00
63e2fadf4a
monumental fuckup :D
...
revert revert
2024-04-09 01:00:04 +12:00
4ba26285d7
revert e79242c9e7aefa4ec5d1281385beab2faa7447ce
...
revert v0.31.2
2024-04-09 01:00:04 +12:00