Kitaiti Makoto
7c00d4a88a
Remove no-landing-pads option from CI environment
2021-01-16 12:03:56 +09:00
Kitaiti Makoto
476310a217
Update plume.pot
2021-01-16 01:15:48 +09:00
Kitaiti Makoto
26ffde726f
Run cargo fmt
2021-01-16 01:13:45 +09:00
Kitaiti Makoto
3fd89e6b48
Remove unnecessary wraps
2021-01-16 01:05:42 +09:00
Kitaiti Makoto
be939cf169
Suppress clippy
2021-01-16 00:59:07 +09:00
Kitaiti Makoto
4a15bef34f
Impl From<ListType> for i32 instead of Into<i32> for ListType
2021-01-16 00:49:34 +09:00
Kitaiti Makoto
6eee4b0b65
Define custom errors
2021-01-16 00:43:41 +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
4cdc1a3655
Use char instead of one length &str
2021-01-15 23:01:37 +09:00
Kitaiti Makoto
bbd415c392
Use strip_prefix() instead of range access
2021-01-15 23:00:15 +09:00
Kitaiti Makoto
a236f33269
Remove unused macro_use
2021-01-15 22:38:40 +09:00
Kitaiti Makoto
9b593c76e4
Remove unused doc comments
2021-01-15 22:36:59 +09:00
Kitaiti Makoto
012c8d2026
Remove redundant imports
2021-01-15 22:35:19 +09:00
Kitaiti Makoto
cb05571339
Upgrade tantivy to 0.13.3
2021-01-15 10:19:54 +09:00
Kitaiti Makoto
64e4550dea
Update rust-toolchain to nightly-2021-01-15
2021-01-15 10:19:12 +09:00
KitaitiMakoto
ec8c17482d
Merge pull request 'proxy support' ( #829 ) from dr-bonez/Plume:feature/proxy into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/829
Reviewed-by: KitaitiMakoto <kitaitimakoto@noreply@joinplu.me>
2021-01-13 14:20:36 +00:00
Aiden McClelland
f167aad0fb
fix doc tests
2021-01-11 13:29:01 -07:00
Aiden McClelland
24aac22b89
proxy support
2021-01-11 13:27:52 -07:00
KitaitiMakoto
615a5fe346
Merge pull request 'Update CHANGELOG' ( #877 ) from changelog into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/877
2021-01-11 18:15:58 +00:00
Kitaiti Makoto
a6699a7319
Add about translation languages to CHANGELOG
2021-01-12 03:12:59 +09:00
Kitaiti Makoto
0f408bc738
Update CHANGELOG
2021-01-12 03:11:29 +09:00
KitaitiMakoto
44a7953c20
Merge pull request 'GitHub 838: Fix menu animation not opening on iOS' ( #876 ) from ios_nav_menu_animation_fixed-4 into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/876
2021-01-11 17:53:30 +00:00
Marek Ľach
21069ea18e
Fix code formatting
2021-01-11 18:04:21 +01:00
Marek Ľach
1e1fd49c8c
Update _header.scss
2021-01-11 17:48:39 +01:00
Marek Ľach
84621d1d27
Update _header.scss
2021-01-11 01:40:17 +01:00
Marek Ľach
ba4476bf5a
Update _header.scss
2021-01-11 01:34:09 +01:00
KITAITI Makoto
f87bc455b7
Merge branch 'main' into ios_nav_menu_animation_fixed-4
2021-01-11 09:26:37 +09:00
KitaitiMakoto
76ec0d2b13
Merge pull request 'Initialize tracing subscriber' ( #875 ) from init-tracing into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/875
2021-01-11 00:24:54 +00:00
Kitaiti Makoto
4d547082e0
Update pot
2021-01-11 09:15:45 +09: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
894c4fee2c
Add tracing-subscriber to dependencies
2021-01-11 09:05:28 +09:00
Kitaiti Makoto
27a33c833d
Run cargo fmt
2021-01-11 08:38:41 +09:00
Marek Ľach
b52d8e4e26
Fix menu animation not working on mobile iOS (also Midori)
2021-01-10 21:23:11 +01:00
Marek Ľach
b059fb48fc
Update _header.scss
...
The menu does not open on iOS Safari because of how it can't handle translateZ, and needs an -webkit specific prefix for the @keyframes property for the animation to work. This PR fixes the issue.
2021-01-10 18:32:21 +01:00
KitaitiMakoto
f33b057961
Merge pull request 'Add SQlite journal files to .gitignore' ( #874 ) from ignore-journal into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/874
2021-01-10 09:08:36 +00:00
Kitaiti Makoto
663ca4f530
Add SQlite journal files to .gitignore
2021-01-10 18:05:17 +09:00
KitaitiMakoto
5892c0b088
Merge pull request 'Remove SQLite journal files' ( #873 ) from sqlite-journal into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/873
2021-01-10 06:31:14 +00:00
Kitaiti Makoto
044a24eac8
Remove SQLite journal files
2021-01-10 10:27:53 +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
KitaitiMakoto
8539bdaf72
Merge pull request 'Fix #623 tracing crate' ( #868 ) from logging into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/868
I read tracing's documentation and thought that is what I need. I decided use it instead of log crate. Thank you for info, igalic.
2021-01-06 13:38:48 +00: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
7f1b33a567
Add tracing crate to dependences
2021-01-06 21:40:07 +09:00