|
|
a8d5617cf2
|
Treat email and news posts as distinct types on the frontend and backend
|
2024-08-31 11:40:06 -07:00 |
|
|
|
760cec01a8
|
Refactor thread responses into an enum.
Lays ground work for different types of views, i.e. email, news, docs, etc.
|
2024-08-26 21:48:53 -07:00 |
|
|
|
446fcfe37f
|
server: fix url for graphiql
|
2024-08-26 21:48:25 -07:00 |
|
|
|
71de3ef8ae
|
server: add ability to slurp contents from site
|
2024-08-25 19:37:53 -07:00 |
|
|
|
cf5a6fadfd
|
server: sort dependencies
|
2024-08-24 09:26:52 -07:00 |
|
|
|
9a078cd238
|
server: only add "view on site" link if it's not in the html body
|
2024-08-19 10:57:09 -07:00 |
|
|
|
a81a803cca
|
server: include default chrome CSS as a baseline for news threads
|
2024-08-19 10:47:38 -07:00 |
|
|
|
816587b688
|
server: fix download of chrome default CSS
|
2024-08-19 10:47:14 -07:00 |
|
|
|
4083c58bbd
|
server: add chrome default styles
From:
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/resources/html.css
|
2024-08-19 10:31:59 -07:00 |
|
|
|
5279578c64
|
server: fix inline image loading
|
2024-08-17 16:33:53 -07:00 |
|
|
|
632f64261e
|
server: fix notmuch paging bug
|
2024-08-15 16:21:27 -07:00 |
|
|
|
b5e25eef78
|
server: fix paging if only notmuch results are found
|
2024-08-15 14:58:23 -07:00 |
|
|
|
8a237bf8e1
|
server: add link to news posts back to original article
|
2024-08-12 21:14:32 -07:00 |
|
|
|
d1cfc77148
|
server: more news title/body cleanup, and don't search news so much
|
2024-08-12 20:53:48 -07:00 |
|
|
|
7c5ef96ff0
|
server: fix paging bug where p1->p2->p1 wouldn't show consistent results
|
2024-08-06 21:15:10 -07:00 |
|
|
|
474cf38180
|
server: cargo sqlx prepare
|
2024-08-06 20:55:05 -07:00 |
|
|
|
e570202ba2
|
Merge news and email search results
|
2024-08-06 20:44:25 -07:00 |
|
|
|
a84c9f0eaf
|
server: address some lint
|
2024-08-05 15:54:26 -07:00 |
|
|
|
530bd8e350
|
Inline mvp and custom override CSS when rendering RSS posts
|
2024-08-05 15:47:31 -07:00 |
|
|
|
359e798cfa
|
server: going with mvp.css not normalize.css
|
2024-08-04 21:23:05 -07:00 |
|
|
|
d7d257a6b5
|
https://andybrewer.github.io/mvp/mvp.css
|
2024-08-04 21:22:34 -07:00 |
|
|
|
9ad9ff6879
|
https://necolas.github.io/normalize.css/8.0.1/normalize.css
|
2024-08-03 21:31:09 -07:00 |
|
|
|
56bc1cf7ed
|
server: escape RSS feeds that are HTML escaped
|
2024-08-03 11:29:20 -07:00 |
|
|
|
3838cbd6e2
|
cargo fix
|
2024-07-24 11:08:47 -07:00 |
|
|
|
7b511c1673
|
Fix cleanhtml build
|
2024-07-22 16:41:14 -07:00 |
|
|
|
bfd5e12bea
|
Make URL joining more robust
|
2024-07-22 16:39:59 -07:00 |
|
|
|
831466ddda
|
Add mark read/unread support for news
|
2024-07-22 14:43:05 -07:00 |
|
|
|
4ee34444ae
|
Move thread: and id: prefixing to server side.
This paves way for better news: support
|
2024-07-22 14:26:48 -07:00 |
|
|
|
879ddb112e
|
Remove some logging and fix a comment
|
2024-07-22 14:26:24 -07:00 |
|
|
|
331fb4f11b
|
Fix build
|
2024-07-22 12:19:45 -07:00 |
|
|
|
4e5275ca0e
|
cargo sqlx prepare
|
2024-07-22 12:19:38 -07:00 |
|
|
|
1106377550
|
Normalize links and images based on post's URL
|
2024-07-22 11:27:15 -07:00 |
|
|
|
b5468bced2
|
Implement pagination for newsreader
|
2024-07-22 09:28:12 -07:00 |
|
|
|
d0a02c2f61
|
cargo fix lint
|
2024-07-22 08:19:07 -07:00 |
|
|
|
c499672dde
|
Rollback attempt to make unread tag queries faster for newsreader
|
2024-07-22 08:17:46 -07:00 |
|
|
|
cdb64ed952
|
Remove old search URLs
|
2024-07-22 07:25:15 -07:00 |
|
|
|
834efc5c94
|
Handle needs_unread on tag query. Move News to top of tag list
|
2024-07-22 07:24:28 -07:00 |
|
|
|
79db94f67f
|
Add pretty site names to search and thread views
|
2024-07-21 20:50:50 -07:00 |
|
|
|
ec41f840d5
|
Store remaining text when parsing query
|
2024-07-21 15:19:19 -07:00 |
|
|
|
d9d57c66f8
|
Sort by title on date tie breaker
|
2024-07-21 15:18:31 -07:00 |
|
|
|
9746c9912b
|
Implement newsreader counting
|
2024-07-21 15:13:09 -07:00 |
|
|
|
abaaddae3a
|
Implement unread filtering on threads
|
2024-07-21 15:12:32 -07:00 |
|
|
|
0bf64004ff
|
server: order tags alphabetically
|
2024-07-21 13:09:08 -07:00 |
|
|
|
6fae9cd018
|
WIP basic news thread rendering
|
2024-07-21 12:50:21 -07:00 |
|
|
|
65fcbd4b77
|
WIP move thread loading for notmuch into nm mod
|
2024-07-21 09:31:37 -07:00 |
|
|
|
dd09bc3168
|
WIP add search
|
2024-07-21 09:05:03 -07:00 |
|
|
|
0bf865fdef
|
WIP reading news from app
|
2024-07-21 07:53:02 -07:00 |
|
|
|
0482713241
|
address cargo udeps
|
2024-07-07 15:06:04 -07:00 |
|
|
|
30064d5904
|
server: fix broken open-link-in-new-tab from recent changes
|
2024-07-07 14:40:37 -07:00 |
|
|
|
5fc272054c
|
Put all URLs under /api/
|
2024-07-05 20:00:52 -07:00 |
|