Kitaiti Makoto
|
ee6064eee8
|
Don't unwrap()
|
2022-01-03 23:28:05 +09:00 |
|
Kitaiti Makoto
|
8888dbba0a
|
Initialize SMTP client with port number
|
2022-01-03 18:09:26 +09:00 |
|
Kitaiti Makoto
|
a599760891
|
Use smtp module from plume_models instead of lettre directly
|
2022-01-03 17:36:11 +09:00 |
|
Kitaiti Makoto
|
0058c3053d
|
Move mail config from plume::mail::mailer to plume_models::CONFIG
|
2022-01-03 15:50:04 +09:00 |
|
Kitaiti Makoto
|
43656d8e46
|
Create instance for test
|
2021-12-06 00:33:48 +09:00 |
|
Kitaiti Makoto
|
05a98175bf
|
Assign unsed return value to underscore variable
|
2021-12-05 21:56:00 +09:00 |
|
Kitaiti Makoto
|
346a67fe1c
|
Create local instance user on start
|
2021-12-05 21:34:36 +09:00 |
|
Kitaiti Makoto
|
d3c035aa39
|
Remove needless code
|
2021-12-05 19:32:27 +09:00 |
|
Kitaiti Makoto
|
2f7a5cbf56
|
Cache local instance user on start
|
2021-12-05 19:32:27 +09:00 |
|
Kitaiti Makoto
|
ae3344f318
|
Follow Rust and crates update
|
2021-11-28 08:06:29 +09:00 |
|
Kitaiti Makoto
|
6345a57498
|
Don't modify article title for slug
|
2021-04-10 16:37:26 +09:00 |
|
Kitaiti Makoto
|
7b2bab0f9d
|
Extract Post::ap_url()
|
2021-04-09 10:55:09 +09:00 |
|
Kitaiti Makoto
|
2ffd357d95
|
Update Post.ap_url when published
|
2021-03-29 01:38:28 +09:00 |
|
Kitaiti Makoto
|
8e50d95a7a
|
Fix code according to clippy
|
2021-03-28 03:46:37 +09:00 |
|
Kitaiti Makoto
|
b7c7b6da9f
|
Percent encode remote interact URI
|
2021-02-14 22:59:01 +09:00 |
|
Kitaiti Makoto
|
703328601c
|
[BUG FIX] Don't append host part twice to remote interact URI
|
2021-02-14 22:15:32 +09:00 |
|
Kitaiti Makoto
|
e7ab80d5c8
|
Move worker tasks in routes::user::details to RemoteFetchActor
|
2021-02-01 00:51:37 +09:00 |
|
Kitaiti Makoto
|
61b68c3a42
|
Initialize RemoteFetchActor
|
2021-02-01 00:50:48 +09:00 |
|
Kitaiti Makoto
|
ad285898f6
|
Replace PlumeRocket.conn with DbConn
|
2021-01-31 21:58:44 +09:00 |
|
Kitaiti Makoto
|
dbf36ddf05
|
Cache fetched instance
|
2021-01-25 00:06:40 +09:00 |
|
Kitaiti Makoto
|
84a3d53075
|
Use uri! macro to generate URI strings
|
2021-01-24 23:30:24 +09:00 |
|
Kitaiti Makoto
|
b5eb2628f9
|
Don't remove records after testing
|
2021-01-24 23:30:20 +09:00 |
|
Kitaiti Makoto
|
4ef6561cc6
|
Extract login() from test function
|
2021-01-24 21:38:51 +09:00 |
|
Kitaiti Makoto
|
7f54f418a8
|
Suppress clippy
|
2021-01-24 19:49:49 +09:00 |
|
Kitaiti Makoto
|
8f90ea18bf
|
Add tests for edit link presence
|
2021-01-24 19:37:49 +09:00 |
|
Kitaiti Makoto
|
e12528aae4
|
Extract launch_rocket() from main() as public within crate scope
|
2021-01-24 19:28:05 +09:00 |
|
Kitaiti Makoto
|
fc8ee1c3bc
|
Remove searcher from arguments of Post::delete() and dependented methods
|
2021-01-16 16:38:18 +09:00 |
|
Kitaiti Makoto
|
864379fb81
|
Remove searcher from arguments of Post::update()
|
2021-01-16 16:34:36 +09:00 |
|
Kitaiti Makoto
|
6ad3359609
|
Remove searcher from arguments of Post::insert()
|
2021-01-16 16:25:36 +09:00 |
|
Kitaiti Makoto
|
e18be6ec95
|
Initialize SearchActor at start
|
2021-01-16 16:22:39 +09:00 |
|
Kitaiti Makoto
|
996dc309f7
|
Make Searcher::open_or_create() accept path and tokenizers
|
2021-01-16 16:22:38 +09:00 |
|
Kitaiti Makoto
|
09d9164a1c
|
Extract Searcher::open_or_recreate() from main()
|
2021-01-16 16:22:38 +09:00 |
|
Kitaiti Makoto
|
26ffde726f
|
Run cargo fmt
|
2021-01-16 01:13:45 +09:00 |
|
Kitaiti Makoto
|
f720dcbe9a
|
Remove underscore prefix from route methods to suppress clippy
|
2021-01-15 23:58:48 +09:00 |
|
Kitaiti Makoto
|
33fceddc08
|
Use is_empty() instead of comparing with ""
|
2021-01-15 23:25:07 +09:00 |
|
Kitaiti Makoto
|
dfe83aafc5
|
Replace as_ref().map() with as_deref()
|
2021-01-15 23:21:33 +09:00 |
|
Kitaiti Makoto
|
0775c8f3f9
|
Fix redundant method chains
|
2021-01-15 23:19:47 +09:00 |
|
Kitaiti Makoto
|
012c8d2026
|
Remove redundant imports
|
2021-01-15 22:35:19 +09:00 |
|
Aiden McClelland
|
24aac22b89
|
proxy support
|
2021-01-11 13:27:52 -07:00 |
|
Kitaiti Makoto
|
b9b9af6c44
|
Initialize tracing subscriber
|
2021-01-11 09:15:34 +09:00 |
|
Kitaiti Makoto
|
4a4534d6f3
|
Run cargo fmt
|
2021-01-11 09:05:31 +09:00 |
|
Kitaiti Makoto
|
b93ebedaf3
|
Revert "Initialize Rocket early to initialize logger early"
This reverts commit 30093d3a9f .
|
2021-01-09 18:41:47 +09:00 |
|
Kitaiti Makoto
|
c1abd3d6f9
|
Use eprintln! instead of println! for console message
|
2021-01-06 21:40:14 +09:00 |
|
Kitaiti Makoto
|
becb40544c
|
Replace println!()s with logging macros
|
2021-01-06 21:40:14 +09:00 |
|
Kitaiti Makoto
|
ee96d2b754
|
Fix a typo
|
2021-01-06 21:40:14 +09:00 |
|
Kitaiti Makoto
|
30093d3a9f
|
Initialize Rocket early to initialize logger early
|
2021-01-06 21:40:14 +09:00 |
|
Kitaiti Makoto
|
29f2239e3f
|
Extract dotenv initialization from init_pool because it affects not only database
|
2021-01-06 21:40:14 +09:00 |
|
Kitaiti Makoto
|
bca870f1f8
|
Percent encode URI for remote_interact
|
2021-01-03 05:49:45 +09:00 |
|
Kitaiti Makoto
|
51e5a401a5
|
Update Welsh translation
|
2021-01-02 22:45:04 +09:00 |
|
KitaitiMakoto
|
d44c034f6a
|
Merge branch 'main' into better-caching
|
2020-12-06 17:31:53 +00:00 |
|