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
KitaitiMakoto
d0dd23a1af
Merge pull request 'Percent encode URI for remote_interact' ( #866 ) from encode-remote-interact into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/866
2021-01-02 21:28:27 +00:00
Kitaiti Makoto
f8774223d4
Update pot file
2021-01-03 05:51:38 +09:00
Kitaiti Makoto
bca870f1f8
Percent encode URI for remote_interact
2021-01-03 05:49:45 +09:00
KitaitiMakoto
64d38c88e8
Merge pull request 'Add scripts to make prebuilt binaries' ( #864 ) from prebuild-script into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/864
2021-01-02 16:46:02 +00:00
Kitaiti Makoto
3ac94b3e43
Add script to prebuild in Docker container
2021-01-02 23:51:09 +09:00
Kitaiti Makoto
254eef6a2a
Add prebuild script
2021-01-02 23:48:30 +09:00
KitaitiMakoto
f1255f477f
Merge pull request 'Add translated languages to plume-front' ( #863 ) from add-langs-front into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/863
2021-01-02 14:36:22 +00:00
Kitaiti Makoto
6c7b95c1b9
Add translated languages to plume-front
2021-01-02 23:29:46 +09:00
KitaitiMakoto
e7d17caf9d
Merge pull request 'Update crates' ( #858 ) from update-crates into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/858
2021-01-02 14:23:45 +00:00
KitaitiMakoto
71dd80f125
Merge pull request 'Add translated languages' ( #862 ) from add-langs into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/862
2021-01-02 14:21:25 +00:00
KitaitiMakoto
ed4761e841
Merge pull request 'fix-test' ( #861 ) from fix-test into main
...
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/861
2021-01-02 14:20:49 +00:00