Kitaiti Makoto
|
ba29c8ef6f
|
Follow atom_syndication API change
|
2022-01-16 12:02:12 +09:00 |
|
Kitaiti Makoto
|
43b46a8be4
|
Make email_signups::create return ErrorPage on error
|
2022-01-12 09:20:20 +09:00 |
|
Kitaiti Makoto
|
9bbfc71fc8
|
Fix registration openess condition mistake
|
2022-01-12 09:19:48 +09:00 |
|
Kitaiti Makoto
|
5d58b31f1c
|
Remove unreachable code
|
2022-01-12 09:00:04 +09:00 |
|
Kitaiti Makoto
|
e31a2238fb
|
Respond with error status code when error
|
2022-01-12 08:58:42 +09:00 |
|
Kitaiti Makoto
|
7de37bc9b7
|
Hide password sign-up routings when it's disabled
|
2022-01-12 08:46:11 +09:00 |
|
Kitaiti Makoto
|
13f7734751
|
Hide email sign-up routings when it's disabled
|
2022-01-12 08:40:20 +09:00 |
|
Kitaiti Makoto
|
7c82b08615
|
Use into() instead of explicitly wrapping return values
|
2022-01-12 04:36:01 +09:00 |
|
Kitaiti Makoto
|
6498dbfbb7
|
Reuse form values
|
2022-01-12 04:28:02 +09:00 |
|
Kitaiti Makoto
|
74254aed4a
|
Move require_logins from plume-common to plume
|
2022-01-12 04:18:13 +09:00 |
|
Kitaiti Makoto
|
800e74da67
|
Follow API change of validator
|
2022-01-07 04:55:49 +09:00 |
|
Kitaiti Makoto
|
efaf1295e9
|
Suppress clippy
|
2022-01-06 20:43:40 +09:00 |
|
Kitaiti Makoto
|
b6d38536e3
|
Add email signup feature
|
2022-01-06 20:18:20 +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
|
43656d8e46
|
Create instance for test
|
2021-12-06 00:33:48 +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
|
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
|
8f90ea18bf
|
Add tests for edit link presence
|
2021-01-24 19:37:49 +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
|
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
|
4a4534d6f3
|
Run cargo fmt
|
2021-01-11 09:05:31 +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
|
bca870f1f8
|
Percent encode URI for remote_interact
|
2021-01-03 05:49:45 +09:00 |
|
Kitaiti Makoto
|
50462204e8
|
Run cargo fmt
|
2020-12-07 02:04:37 +09:00 |
|
Kitaiti Makoto
|
4e6d7b70cf
|
Keep tags as-is
|
2020-11-22 22:24:43 +09:00 |
|
Ana Gelez
|
f28ab19dc0
|
Merge branch 'serra-allgood/#754-display-error-for-duplicated-blocklist-email' of https://github.com/serra-allgood/Plume into gh-pr-818
|
2020-11-22 12:43:46 +01:00 |
|
Serra Allgood
|
43fde90387
|
Fix displaying not found page when submitting a duplicated blocklist email
Signed-off-by: Serra Allgood <serra@allgood.dev>
|
2020-10-05 20:17:30 -07:00 |
|
Trinity Pointard
|
d626f3366d
|
add support for ldap
|
2020-10-04 12:18:22 +02:00 |
|