Commit Graph

1288 Commits (192c0f8efd75c24428b4a10428294c25e99c861b)
 

Author SHA1 Message Date
Kitaiti Makoto 192c0f8efd Remove unused lifetime 3 years ago
Kitaiti Makoto 35e71b0f8a Replace string range access with strip_prefix() 3 years ago
Kitaiti Makoto 1a24ba44b2 Remove redundant imports 3 years ago
Kitaiti Makoto 7c00d4a88a Remove no-landing-pads option from CI environment 3 years ago
Kitaiti Makoto 476310a217 Update plume.pot 3 years ago
Kitaiti Makoto 26ffde726f Run cargo fmt 3 years ago
Kitaiti Makoto 3fd89e6b48 Remove unnecessary wraps 3 years ago
Kitaiti Makoto be939cf169 Suppress clippy 3 years ago
Kitaiti Makoto 4a15bef34f Impl From<ListType> for i32 instead of Into<i32> for ListType 3 years ago
Kitaiti Makoto 6eee4b0b65 Define custom errors 3 years ago
Kitaiti Makoto f720dcbe9a Remove underscore prefix from route methods to suppress clippy 3 years ago
Kitaiti Makoto 33fceddc08 Use is_empty() instead of comparing with "" 3 years ago
Kitaiti Makoto dfe83aafc5 Replace as_ref().map() with as_deref() 3 years ago
Kitaiti Makoto 0775c8f3f9 Fix redundant method chains 3 years ago
Kitaiti Makoto 4cdc1a3655 Use char instead of one length &str 3 years ago
Kitaiti Makoto bbd415c392 Use strip_prefix() instead of range access 3 years ago
Kitaiti Makoto a236f33269 Remove unused macro_use 3 years ago
Kitaiti Makoto 9b593c76e4 Remove unused doc comments 3 years ago
Kitaiti Makoto 012c8d2026 Remove redundant imports 3 years ago
Kitaiti Makoto cb05571339 Upgrade tantivy to 0.13.3 3 years ago
Kitaiti Makoto 64e4550dea Update rust-toolchain to nightly-2021-01-15 3 years ago
KitaitiMakoto ec8c17482d Merge pull request 'proxy support' (#829) from dr-bonez/Plume:feature/proxy into main
Reviewed-on: #829
Reviewed-by: KitaitiMakoto <kitaitimakoto@noreply@joinplu.me>
3 years ago
Aiden McClelland f167aad0fb fix doc tests 3 years ago
Aiden McClelland 24aac22b89
proxy support 3 years ago
KitaitiMakoto 615a5fe346 Merge pull request 'Update CHANGELOG' (#877) from changelog into main
Reviewed-on: #877
3 years ago
Kitaiti Makoto a6699a7319 Add about translation languages to CHANGELOG 3 years ago
Kitaiti Makoto 0f408bc738 Update CHANGELOG 3 years ago
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: #876
3 years ago
Marek Ľach 21069ea18e
Fix code formatting 3 years ago
Marek Ľach 1e1fd49c8c
Update _header.scss 3 years ago
Marek Ľach 84621d1d27
Update _header.scss 3 years ago
Marek Ľach ba4476bf5a
Update _header.scss 3 years ago
KITAITI Makoto f87bc455b7
Merge branch 'main' into ios_nav_menu_animation_fixed-4 3 years ago
KitaitiMakoto 76ec0d2b13 Merge pull request 'Initialize tracing subscriber' (#875) from init-tracing into main
Reviewed-on: #875
3 years ago
Kitaiti Makoto 4d547082e0 Update pot 3 years ago
Kitaiti Makoto b9b9af6c44 Initialize tracing subscriber 3 years ago
Kitaiti Makoto 4a4534d6f3 Run cargo fmt 3 years ago
Kitaiti Makoto 894c4fee2c Add tracing-subscriber to dependencies 3 years ago
Kitaiti Makoto 27a33c833d Run cargo fmt 3 years ago
Marek Ľach b52d8e4e26
Fix menu animation not working on mobile iOS (also Midori) 3 years ago
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.
3 years ago
KitaitiMakoto f33b057961 Merge pull request 'Add SQlite journal files to .gitignore' (#874) from ignore-journal into main
Reviewed-on: #874
3 years ago
Kitaiti Makoto 663ca4f530 Add SQlite journal files to .gitignore 3 years ago
KitaitiMakoto 5892c0b088 Merge pull request 'Remove SQLite journal files' (#873) from sqlite-journal into main
Reviewed-on: #873
3 years ago
Kitaiti Makoto 044a24eac8 Remove SQLite journal files 3 years ago
Kitaiti Makoto b93ebedaf3 Revert "Initialize Rocket early to initialize logger early"
This reverts commit 30093d3a9f.
3 years ago
KitaitiMakoto 8539bdaf72 Merge pull request 'Fix #623 tracing crate' (#868) from logging into main
Reviewed-on: #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.
3 years ago
Kitaiti Makoto c1abd3d6f9 Use eprintln! instead of println! for console message 3 years ago
Kitaiti Makoto becb40544c Replace println!()s with logging macros 3 years ago
Kitaiti Makoto ee96d2b754 Fix a typo 3 years ago