KitaitiMakoto
KitaitiMakoto pushed to main at Plume/Plume 2021-02-14 14:56:55 +00:00
a7e45bee11 Merge pull request 'Make it possible to open menu on iOS mobile devices' (#897) from menu into main
94ccbd6190 Move Rust flag for plume-front to .cargo/config.toml from env var
77edc4849f Add current pull request to changelog
07da97f434 Revert "Remove unused diesel_cli from Docker env image"
89dd6be7dd Fix design
Compare 34 commits »
KitaitiMakoto deleted branch remote-follow-from-remote from Plume/Plume 2021-02-14 14:43:18 +00:00
KitaitiMakoto closed issue Plume/Plume#890 2021-02-14 14:40:31 +00:00
[BUG] Plume append its domain name when clicking to follow on fediverse on non-local user to third party server
KitaitiMakoto merged pull request Plume/Plume#898 2021-02-14 14:40:31 +00:00
Fix #890 Fix interact URI used from remote account to remote account
KitaitiMakoto merged pull request Plume/Plume#898 2021-02-14 14:40:26 +00:00
Fix #890 Fix interact URI used from remote account to remote account
KitaitiMakoto pushed to main at Plume/Plume 2021-02-14 14:40:25 +00:00
73e075e216 Merge pull request 'Fix #890 Fix interact URI used from remote account to remote account' (#898) from remote-follow-from-remote into main
b7c7b6da9f Percent encode remote interact URI
703328601c [BUG FIX] Don't append host part twice to remote interact URI
b2e7664339 Extract User::acct_authority() method
Compare 4 commits »
KitaitiMakoto commented on issue Plume/Plume#867 2021-02-14 14:00:13 +00:00
Add regression test for #865

Also for #890.

KitaitiMakoto pushed to remote-follow-from-remote at Plume/Plume 2021-02-14 13:59:23 +00:00
b7c7b6da9f Percent encode remote interact URI
KitaitiMakoto created pull request Plume/Plume#898 2021-02-14 13:18:56 +00:00
WIP: Fix #890 Fix interact URI used when from remote account to remote account
KitaitiMakoto pushed to remote-follow-from-remote at Plume/Plume 2021-02-14 13:16:42 +00:00
703328601c [BUG FIX] Don't append host part twice to remote interact URI
b2e7664339 Extract User::acct_authority() method
KitaitiMakoto pushed to menu at KitaitiMakoto/Plume 2021-02-14 08:40:09 +00:00
ed22c6b103 Make links in menu work on iOS
94ccbd6190 Move Rust flag for plume-front to .cargo/config.toml from env var
77edc4849f Add current pull request to changelog
07da97f434 Revert "Remove unused diesel_cli from Docker env image"
89dd6be7dd Fix design
KitaitiMakoto closed issue plume/documentation#122 2021-02-13 14:05:12 +00:00
Fix API doc
KitaitiMakoto commented on issue plume/documentation#122 2021-02-13 14:05:12 +00:00
Fix API doc

Fixed by 7f5bf7d277

KitaitiMakoto pushed to main at plume/documentation 2021-02-13 14:04:48 +00:00
7f5bf7d277 Fix param type: path -> query
KitaitiMakoto pushed to main at plume/documentation 2021-02-13 13:58:14 +00:00
6049d1f96e Repalce cargo-web with wasm-pack
KitaitiMakoto pushed to menu at Plume/Plume 2021-02-13 13:53:42 +00:00
94ccbd6190 Move Rust flag for plume-front to .cargo/config.toml from env var
KitaitiMakoto pushed to menu at Plume/Plume 2021-02-13 13:23:24 +00:00
77edc4849f Add current pull request to changelog
07da97f434 Revert "Remove unused diesel_cli from Docker env image"
Compare 2 commits »
KitaitiMakoto commented on issue Plume/Plume#894 2021-02-13 10:06:11 +00:00
docker entrypoint script

Briefly looks good! Thanks.

A few things:

We don't need generate .env file. Variable in .env are read by Plume program as they are environemnt variables. If you may get vars from environment variables directly, you don't need write them down to the file.

How about running plm migration run optional? Sometime the command places burdon on database. Administrators should want to choose when they run it.

KitaitiMakoto pushed to menu at Plume/Plume 2021-02-12 10:28:59 +00:00
89dd6be7dd Fix design
60c1a4264e Fix indentation
c4c177c530 Remove unnecessary CSS properties
4a5bffbd57 Update base Docker image for buildenv
49b2296015 Revert "Install rustfmt and cargo-clippy explicitly in dev env"
Compare 9 commits »
KitaitiMakoto pushed to menu at Plume/Plume 2021-02-12 09:20:58 +00:00
2c3d429b8e Suppress Clippy
7562cf1e75 Open menu even when focus-within code doesn't work
Compare 2 commits »