Commit Graph

1449 Commits (remove-dup-images)
 

Author SHA1 Message Date
Kitaiti Makoto 3cb6f86ea2 Install remove-dup-image into Docker image 3 years ago
Kitaiti Makoto e0f91f7481 Add remove-dup-images command 3 years ago
Kitaiti Makoto 58324945cc Add migration to add index to medias.file_path for SQLite3 3 years ago
KitaitiMakoto 16953ea907 Merge pull request 'Upsert posts and media when fetching remote posts' (#912) from upsert into main
Reviewed-on: #912
3 years ago
Kitaiti Makoto d3c2dc8286 Add changelog on upsert 3 years ago
Kitaiti Makoto ebb0b45299 Create blog_authors only when needed 3 years ago
Kitaiti Makoto 702aa11ecf Don't drop path components of image URI 3 years ago
Kitaiti Makoto 33221d386e Upsert Post in from_activity() 3 years ago
Kitaiti Makoto 589c159eb9 Call Post::publish_updated() only for local posts 3 years ago
Kitaiti Makoto ea1f4d48d5 Upsert Media in from_activity() 3 years ago
Kitaiti Makoto 462c5a1d42 Define Media::find_by_file_path() 3 years ago
Kitaiti Makoto f90d7ddee3 Add SQL to add/drop index to/from medias.file_path 3 years ago
Kitaiti Makoto 175055cf9d Add migration to add index to medias.file_path
% diesel migration generate medias_index_file_path
3 years ago
KitaitiMakoto fe92d95f6c Merge pull request 'Make actors subscribe to channel once' (#913) from remote-fetch-once into main
Reviewed-on: #913
3 years ago
Kitaiti Makoto 8e50d95a7a Fix code according to clippy 3 years ago
Kitaiti Makoto 9ed36b2aa3 Add changelog on actor subscription fix 3 years ago
Kitaiti Makoto 722165a734 Upgrade lexical-core crate 3 years ago
Kitaiti Makoto 74f99e2588 Upgrade Rust version 3 years ago
Kitaiti Makoto 77c08845b5 [BUG FIX]Make SearchActor subscribe to channel once 3 years ago
Kitaiti Makoto 2bfc26faf2 [BUG FIX]Make RemoveFetchActor subscribe to channel once 3 years ago
KitaitiMakoto c26f2623a8 Merge pull request 'Fix #905 Prevent remote image duplication' (#907) from dup-remote-image into main
Reviewed-on: #907
3 years ago
Kitaiti Makoto 451c3b5c88 Add TODO comments 3 years ago
Kitaiti Makoto af5674074d Revert "Save remote post only when it doesn't exist on local"
This reverts commit 37cbf537bb.
3 years ago
Kitaiti Makoto 28380021a7 Determine file path of mirror of remote image using the URI 3 years ago
Kitaiti Makoto 37cbf537bb Save remote post only when it doesn't exist on local 3 years ago
KitaitiMakoto 9345a1b7a9 Merge pull request 'Make images in post card links' (#900) from image-link into main
Reviewed-on: #900
3 years ago
Kitaiti Makoto d18f1d6d1d Indicate images in post card clickable 3 years ago
Kitaiti Makoto 621258481d Make images in post card link 3 years ago
KitaitiMakoto ce285bac17 Merge pull request 'Make links in menu work on iOS' (#899) from menu into main
Reviewed-on: #899
3 years ago
KitaitiMakoto a7e45bee11 Merge pull request 'Make it possible to open menu on iOS mobile devices' (#897) from menu into main
Reviewed-on: #897
3 years ago
KitaitiMakoto 73e075e216 Merge pull request 'Fix #890 Fix interact URI used from remote account to remote account' (#898) from remote-follow-from-remote into main
Reviewed-on: #898
3 years ago
Kitaiti Makoto b7c7b6da9f Percent encode remote interact URI 3 years ago
Kitaiti Makoto 703328601c [BUG FIX] Don't append host part twice to remote interact URI 3 years ago
Kitaiti Makoto b2e7664339 Extract User::acct_authority() method 3 years ago
Kitaiti Makoto ed22c6b103 Make links in menu work on iOS 3 years ago
Kitaiti Makoto 94ccbd6190 Move Rust flag for plume-front to .cargo/config.toml from env var 3 years ago
Kitaiti Makoto 77edc4849f Add current pull request to changelog 3 years ago
Kitaiti Makoto 07da97f434 Revert "Remove unused diesel_cli from Docker env image"
This reverts commit 056d68804a.
3 years ago
Kitaiti Makoto 89dd6be7dd Fix design 3 years ago
Kitaiti Makoto 60c1a4264e Fix indentation 3 years ago
Kitaiti Makoto c4c177c530 Remove unnecessary CSS properties 3 years ago
Kitaiti Makoto 4a5bffbd57 Update base Docker image for buildenv 3 years ago
Kitaiti Makoto 49b2296015 Revert "Install rustfmt and cargo-clippy explicitly in dev env"
This reverts commit 347bc653d8.
3 years ago
Kitaiti Makoto 0ef4a06565 Revert "Install zip package in Docker dev image"
This reverts commit b55c2ff2f0.
3 years ago
Kitaiti Makoto 16b1337d67 Add WAI-ARIA attributes to menu 3 years ago
Kitaiti Makoto 6599179174 Use document() function 3 years ago
Kitaiti Makoto f2411f4607 Use a element instead of nav to capture touchend event 3 years ago
Kitaiti Makoto 2c3d429b8e Suppress Clippy 3 years ago
Kitaiti Makoto 7562cf1e75 Open menu even when focus-within code doesn't work 3 years ago
Kitaiti Makoto de1c3f3245 Move document() from plume_front::editor to plume_front 3 years ago