KitaitiMakoto
KitaitiMakoto pushed to moderation-improvement at Plume/Plume 2023-03-19 16:03:15 +00:00
85ab5393fd Set style to user search form
98c73bb6df Add search form to user list page
3e9d9a459f Enable admin_search_user route
a394c3f210 Define admin_search_user route
a1a19e091a Define User::search_local_by_name() method
Compare 7 commits »
KitaitiMakoto created branch moderation-improvement in Plume/Plume 2023-03-19 16:03:15 +00:00
KitaitiMakoto opened issue Plume/Plume#1142 2023-03-18 08:16:24 +00:00
Use CSS cascade layers
KitaitiMakoto commented on issue Plume/Plume#1133 2023-02-26 18:26:35 +00:00
Cannot ban user when they have comments replied by others

@trinity-1686a "this comment has been deleted" makes sense. Keep going!

KitaitiMakoto commented on issue Plume/Plume#1133 2023-02-23 14:06:50 +00:00
Cannot ban user when they have comments replied by others

Good way is to

  • define "resined user", and
  • set the comments's author to the user.
KitaitiMakoto pushed to blog-title at Plume/Plume 2023-02-23 14:01:52 +00:00
9bd8f5272f Define From<PreferredUsernameError> for Error
39cd4f830d Remove anyhow from plume-common dependencies
cd9cb311c7 Define PreferredUsernameError and use it
83ed168f9c Add thiserror to plume-common dependencies
83c628d490 Remove heck from plume-common dependencies
Compare 13 commits »
KitaitiMakoto deleted branch locale from plume/documentation 2023-02-23 12:47:07 +00:00
KitaitiMakoto merged pull request plume/documentation#139 2023-02-23 12:47:03 +00:00
Use locale instead of two_letters_code for translation
KitaitiMakoto pushed to main at plume/documentation 2023-02-23 12:47:02 +00:00
bc2b9acfc4 Merge pull request 'Use locale instead of two_letters_code for translation' (#139) from locale into main
e7d320f635 Use locale instead of two_letters_code for translation
Compare 2 commits »
KitaitiMakoto created pull request plume/documentation#139 2023-02-23 12:46:40 +00:00
Use locale instead of two_letters_code for translation
KitaitiMakoto pushed to locale at plume/documentation 2023-02-23 12:46:25 +00:00
e7d320f635 Use locale instead of two_letters_code for translation
6f11f2bb61 Use locale instead of two_letters_code for translation
Compare 2 commits »
KitaitiMakoto pushed to locale at plume/documentation 2023-02-23 12:45:49 +00:00
6f11f2bb61 Use locale instead of two_letters_code for translation
KitaitiMakoto created branch locale in plume/documentation 2023-02-23 12:45:49 +00:00
KitaitiMakoto deleted branch locale from plume/joinplu.me 2023-02-23 12:29:29 +00:00
KitaitiMakoto merged pull request plume/joinplu.me#54 2023-02-23 12:29:23 +00:00
Use locale instead of two letters code for translation
KitaitiMakoto pushed to main at plume/joinplu.me 2023-02-23 12:29:22 +00:00
ec099b5074 Merge pull request 'Use locale instead of two letters code for translation' (#54) from locale into main
24a9b1f2b2 Use locale instead of two_letters_code in Rake tasks
03f5130f23 Use locale instead of two_letters_code for translation directories
Compare 3 commits »
KitaitiMakoto created pull request plume/joinplu.me#54 2023-02-23 12:29:14 +00:00
Use locale instead of two letters code for translation
KitaitiMakoto pushed to locale at plume/joinplu.me 2023-02-23 12:28:47 +00:00
24a9b1f2b2 Use locale instead of two_letters_code in Rake tasks
03f5130f23 Use locale instead of two_letters_code for translation directories
Compare 2 commits »
KitaitiMakoto created branch locale in plume/joinplu.me 2023-02-23 12:28:47 +00:00
KitaitiMakoto commented on issue Plume/Plume#1139 2023-02-23 11:05:32 +00:00
Can't delete my account and change password

Now there is a problem we cannot delete accounts which is in some situation. We need fix it.

But we should change own password. Can you show how did you try to change password?