60 Commits

Author SHA1 Message Date
5226fe090e server & web: run label_unprocessed before notifying web client 2025-04-22 21:22:50 -07:00
14104f6469 Remove non hermetic default flage values
Some checks failed
Continuous integration / Test Suite (push) Successful in 57s
Continuous integration / Trunk (push) Failing after 38s
Continuous integration / Check (push) Successful in 2m1s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Disallow unused dependencies (push) Successful in 1m14s
Continuous integration / build (push) Successful in 1m37s
2025-04-21 21:59:22 -07:00
9178badfd0 Add mail tagging support 2025-04-21 21:15:55 -07:00
c1496bf87b server: doc cleanup 2025-04-20 10:48:59 -07:00
4da888b240 Move id format check from server into notmuch 2025-04-20 10:47:40 -07:00
c703be2ca5 server: more robust view original serving 2025-04-20 10:01:22 -07:00
1c4f27902e server: add todo 2025-04-20 08:39:47 -07:00
7d9376d607 Add view original functionality 2025-04-19 12:33:11 -07:00
9d232b666b server: add debug message for WS connection 2025-04-15 20:37:35 -07:00
90d7f79ca0 server: slow refresh interval as procmail should be on demand 2025-04-15 19:24:59 -07:00
94f1e84857 server: add notification handlers for refreshing mail and news 2025-04-15 17:45:47 -07:00
225615f4ea server: move config to cmdline args 2025-04-15 16:36:19 -07:00
edc7119fbf server: finish port to axum w/ websockets 2025-04-15 16:09:19 -07:00
6f93aa4f34 server: poll for new messages and update clients via WS 2025-04-15 16:09:19 -07:00
f2042f284e Add websocket handler on server, connect from client
Additionally add /test handler that triggers server->client WS message
2025-04-15 16:09:19 -07:00
b2c73ffa15 Try using axum instead of rocket. WS doesn't seem to work through trunk 2025-04-15 16:09:19 -07:00
d7217d1b3c WIP subscription support, will require switching webserver 2025-04-15 16:09:19 -07:00
2076596f50 Rename all crates to start with letterbox- 2025-02-13 09:48:24 -08:00
2562bdfedf server: tool for testing inline code 2025-02-13 09:47:41 -08:00
12c8e0e33b server: use fetched contents of news for search index 2025-01-29 14:08:20 -08:00
de95781ce7 More lint 2025-01-24 09:38:56 -08:00
e794a902dd server: clean up some renamed imports 2024-12-20 09:06:35 -08:00
b7dcb2e875 server: rename crate and binary to letterbox-server 2024-12-20 09:05:35 -08:00
5ddb4452ff email2db: stub CLI 2024-12-19 18:35:46 -08:00
760f90762d server: refer to async_graphql extensions through extensions module 2024-12-19 18:35:03 -08:00
51154044cc WIP 2024-12-19 12:56:53 -08:00
13eaf33b1a server: add postgres based newsreader search and disable tantivy 2024-12-17 09:31:51 -08:00
e36f4f97f9 server: run DB migrations on startup 2024-12-16 19:21:58 -08:00
872771b02a server: add tracing for graphql handling 2024-12-14 10:09:33 -08:00
3ec1741f10 web & server: using tantivy for news post search 2024-09-29 16:28:05 -07:00
ebf32a9905 server: WIP tantivy integration 2024-09-28 12:29:12 -07:00
3c8d7d4f81 server: move tantivy code to separate mod 2024-09-22 10:26:45 -07:00
539fd469cc server: create index when missing 2024-09-19 17:05:47 -07:00
30f510bb03 server: WIP tantivy, cache slurps, use shared::compute_color, 2024-09-19 15:53:09 -07:00
1f393f1c7f Add server and client build versions 2024-09-01 14:55:51 -07:00
7218c13b9e server: address lint 2024-08-31 16:18:47 -07:00
446fcfe37f server: fix url for graphiql 2024-08-26 21:48:25 -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
331fb4f11b Fix build 2024-07-22 12:19:45 -07:00
cdb64ed952 Remove old search URLs 2024-07-22 07:25:15 -07:00
65fcbd4b77 WIP move thread loading for notmuch into nm mod 2024-07-21 09:31:37 -07:00
0bf865fdef WIP reading news from app 2024-07-21 07:53:02 -07:00
5fc272054c Put all URLs under /api/ 2024-07-05 20:00:52 -07:00
3dfd2d48b3 Fix compile error 2024-07-05 10:40:14 -07:00
3a5a9bd66a Add support for inline images 2024-07-05 10:38:12 -07:00
1f5f10f78d server: properly filter inline vs attaments 2024-04-06 08:34:26 -07:00
9a5dc20f83 server: add functioning download attachment handler 2024-03-26 08:25:52 -07:00
c74cd66826 server: add ability to view inline image attachments 2024-03-24 18:11:15 -07:00
5451dd2056 server: add mutation to mark messages as read 2024-02-11 19:43:34 -08:00