KitaitiMakoto
KitaitiMakoto merged pull request Plume/Plume#913 2021-03-27 19:25:26 +00:00
Make actors subscribe to channel once
KitaitiMakoto merged pull request Plume/Plume#913 2021-03-27 19:25:23 +00:00
Make actors subscribe to channel once
KitaitiMakoto pushed to main at Plume/Plume 2021-03-27 19:25:22 +00:00
fe92d95f6c Merge pull request 'Make actors subscribe to channel once' (#913) from remote-fetch-once into main
8e50d95a7a Fix code according to clippy
9ed36b2aa3 Add changelog on actor subscription fix
722165a734 Upgrade lexical-core crate
74f99e2588 Upgrade Rust version
Compare 7 commits »
KitaitiMakoto pushed to remote-fetch-once at Plume/Plume 2021-03-27 18:46:52 +00:00
8e50d95a7a Fix code according to clippy
KitaitiMakoto pushed to upsert at Plume/Plume 2021-03-27 18:14:11 +00:00
74952d022b Add changelog on upsert
9dba0f5a15 Upgrade lexical-core crate
dd7634b0ec Upgrade Rust version
Compare 3 commits »
KitaitiMakoto pushed to remote-fetch-once at Plume/Plume 2021-03-27 18:12:29 +00:00
9ed36b2aa3 Add changelog on actor subscription fix
KitaitiMakoto pushed to remote-fetch-once at Plume/Plume 2021-03-27 16:40:08 +00:00
722165a734 Upgrade lexical-core crate
74f99e2588 Upgrade Rust version
Compare 2 commits »
KitaitiMakoto created pull request Plume/Plume#913 2021-03-27 15:00:03 +00:00
Make actors subscribe to channel once
KitaitiMakoto pushed to remote-fetch-once at Plume/Plume 2021-03-27 14:55:41 +00:00
77c08845b5 [BUG FIX]Make SearchActor subscribe to channel once
2bfc26faf2 [BUG FIX]Make RemoveFetchActor subscribe to channel once
KitaitiMakoto created pull request Plume/Plume#912 2021-03-27 14:46:49 +00:00
WIP: Upsert posts and media when fetching remote posts
KitaitiMakoto pushed to upsert at Plume/Plume 2021-03-27 14:43:03 +00:00
a6ad8b3bb3 Create blog_authors only when needed
e7a9262d41 Don't drop path components of image URI
2293fd2bd7 Upsert Post in from_activity()
f743efc546 Call Post::publish_updated() only for local posts
fdceea6afe Upsert Media in from_activity()
Compare 8 commits »
KitaitiMakoto commented on issue Plume/Plume#911 2021-03-27 10:52:45 +00:00
Unable to like or boost w/non-instance account - SSL?

Hmm..., I have no idea because I don't use Snap. Sorry for that.

KitaitiMakoto commented on issue Plume/Plume#909 2021-03-27 10:46:23 +00:00
Follow from mastodon.social fails

hmm, which version do you use? The latest main branch should be able to be followed from Mastodon. But, for instance, the version on Fab. should not.

KitaitiMakoto commented on issue Plume/Plume#910 2021-03-27 10:44:00 +00:00
Request headers are not signed?

Thank you reporting. Which version do you use?

Plume v0.6.0 (or earler) doesn't signature headers. But latest main branch and Docker image does.

I'm aware I should release next version soon, but if you need the feature soon, can you try latest vesrion?

KitaitiMakoto commented on issue Plume/Plume#903 2021-03-27 10:41:23 +00:00
Customize blog theme / css

Can you try:

  1. cp -r static/css/default-light static/css/myblog
  2. edit static/css/myblog/theme.css

And choose the theme myblog in env var DEFAULT_THEME or blog setting at /~/<BLOG_NAME>/edit.

KitaitiMakoto commented on pull request plume/documentation#125 2021-03-27 10:25:24 +00:00
Sass documentation cleanup

@toastal Thank you for a pull request. Using correct words as you offer is good. But phrases like (SCSS or indented) might cause some confusion as @Marius says. How about to just notice extensions such as: Sass (*.sass or *.scss)?

KitaitiMakoto pushed to upsert at Plume/Plume 2021-02-23 17:42:01 +00:00
7ba565af84 Upsert Post in from_activity()
8757626d12 Call Post::publish_updated() only for local posts
17f4c124ea Upsert Media in from_activity()
80f305de38 Upsert Media in from_activity()
Compare 4 commits »
KitaitiMakoto pushed to upsert at Plume/Plume 2021-02-23 16:06:05 +00:00
80f305de38 Upsert Media in from_activity()
f4b99d6077 Define Media::find_by_file_path()
a6023114b6 Add SQL to add/drop index to/from medias.file_path
767cb78181 Add migration to add index to medias.file_path
KitaitiMakoto deleted branch dup-remote-image from Plume/Plume 2021-02-18 06:10:41 +00:00
KitaitiMakoto closed issue Plume/Plume#905 2021-02-18 06:10:34 +00:00
Images are duplicated infinitely