KitaitiMakoto
KitaitiMakoto closed issue Plume/Plume#1001 2022-01-12 00:33:09 +00:00
Don't use password sign-up when email sign-up is enabled
KitaitiMakoto merged pull request Plume/Plume#1002 2022-01-12 00:33:09 +00:00
Fix #1001 Deny access to disabled sign-up strategy
KitaitiMakoto pushed to main at Plume/Plume 2022-01-12 00:33:05 +00:00
808b8f8e98 Merge pull request 'Fix #1001 Deny access to disabled sign-up strategy' (#1002) from restrict-signup into main
43b46a8be4 Make email_signups::create return ErrorPage on error
9bbfc71fc8 Fix registration openess condition mistake
5d58b31f1c Remove unreachable code
e31a2238fb Respond with error status code when error
Compare 11 commits »
KitaitiMakoto pushed to restrict-signup at Plume/Plume 2022-01-12 00:20:41 +00:00
43b46a8be4 Make email_signups::create return ErrorPage on error
9bbfc71fc8 Fix registration openess condition mistake
5d58b31f1c Remove unreachable code
e31a2238fb Respond with error status code when error
7de37bc9b7 Hide password sign-up routings when it's disabled
Compare 9 commits »
KitaitiMakoto pushed to restrict-signup at Plume/Plume 2022-01-11 19:18:20 +00:00
74254aed4a Move require_logins from plume-common to plume
36e5c0136b Move require_logins from plume-common to plume
Compare 2 commits »
KitaitiMakoto created pull request Plume/Plume#1002 2022-01-11 19:15:59 +00:00
WIP: Fix #100 Deny access to disabled sign-up strategy
KitaitiMakoto pushed to restrict-signup at Plume/Plume 2022-01-11 19:14:22 +00:00
36e5c0136b Move require_logins from plume-common to plume
KitaitiMakoto created branch restrict-signup in Plume/Plume 2022-01-11 19:14:22 +00:00
KitaitiMakoto pushed to activitystreams0.7 at Plume/Plume 2022-01-11 18:32:16 +00:00
7d22a11400 Add TODO comment
968857f711 Replace activitypub with activitystreams in inbox
23259498a5 Make Comment follow activitystreams 0.7
ab199e626b Make Mention follow activitystreams 0.7
f6e8b4de1b Make Media follow activitystreams 0.7
Compare 18 commits »
KitaitiMakoto pushed to activitystreams0.7 at Plume/Plume 2022-01-11 18:29:47 +00:00
daf144a0d4 Replace activitypub with activitystreams in inbox
1e5b7d99a2 Make Comment follow activitystreams 0.7
a1e30f27c1 Make Mention follow activitystreams 0.7
e063a145f7 Make Media follow activitystreams 0.7
03486eab56 Make Reshare follow activitystreams 0.7
Compare 9 commits »
KitaitiMakoto commented on issue Plume/Plume#987 2022-01-11 13:49:09 +00:00
Set limit for posts subtitle

Near 500 characters might be good because Mastodon shows subtitle and it shows at most 500 characters.

KitaitiMakoto opened issue Plume/Plume#1001 2022-01-11 13:45:08 +00:00
Don't use password sign-up when email sign-up is enabled
KitaitiMakoto pushed to activitystreams0.7 at Plume/Plume 2022-01-10 20:46:44 +00:00
68ef3e0e84 Remove depdendency on activitypub from plume-common
KitaitiMakoto commented on issue plume/documentation#40 2022-01-10 14:18:58 +00:00
Document plume-ci

Currently not running.

KitaitiMakoto closed issue plume/documentation#40 2022-01-10 14:18:58 +00:00
Document plume-ci
KitaitiMakoto pushed to activitystreams0.7 at Plume/Plume 2022-01-10 13:25:30 +00:00
c7f13fe2e2 Attach icon field to User activity only whene it has avatar
f75fb96f21 Add more ActivityPub tests for User
f23c41ca7b Extract User::outbox_collection_page() from outbox_collection() for testablity
64a501f0bc Extract User::outbox_collection() from outbox() for testablity
045ca4d864 Don't make medias::tests::clean() panic when file not found
Compare 6 commits »
KitaitiMakoto commented on issue Plume/Plume#938 2022-01-10 08:46:19 +00:00
[BUG] Telegram doesn't show the extract of my article...

Trailing exclamation mark isn't encoded becauae of Rocket' bug. Upgrading to Rocket 0.5 solves this problem.

KitaitiMakoto opened issue Plume/Plume#1000 2022-01-09 23:48:32 +00:00
Logging when rendering ErrorPage
KitaitiMakoto commented on issue Plume/Plume#966 2022-01-09 23:27:19 +00:00
Blocking of instances does not work

Custome timeline feature also may solve the problem.

KitaitiMakoto commented on issue Plume/Plume#966 2022-01-09 23:26:45 +00:00
Blocking of instances does not work

I found a bug that articles from remote instances are retrieved when a user visits remote user page like https://write.tchncs.de/@/KitaitiMakoto@fediverse.blog even if the instances are blocked. I…