Commit graph

379 commits

Author SHA1 Message Date
KMY
a4332babb5 Change delivering to misskey setting to send as private 2023-05-01 12:16:16 +09:00
KMY
7d3d93e9a4 Add reject public unlisted subscription configs 2023-04-30 21:36:49 +09:00
KMY
9ad92e6a09 Addo domein block extra supports 2023-04-28 13:31:02 +09:00
KMY
1206fa9334 Change account rest api property dissubscribable to subscribable 2023-04-26 12:09:57 +09:00
KMY
0d5a6adc43 Add account to antenna webui 2023-04-25 10:30:30 +09:00
KMY
2fef21664b Add antenna and bio-searchability support 2023-04-24 10:06:25 +09:00
KMY
7e125b276f Remove extra media attachments and support raw array 2023-04-22 17:13:48 +09:00
KMY
fac734b6a8 Add emoji_reactions_count on status 2023-04-13 18:55:36 +09:00
KMY
6751f0ded8 Add width and height in notify custom_emoji 2023-04-13 10:06:06 +09:00
KMY
a4e8dcc3c4 Fix api responses and add force_visibility 2023-04-13 09:53:24 +09:00
KMY
8db2f96c36 Fix markdown property on edit status 2023-04-12 16:37:40 +09:00
KMY
25c3915728 Add markdown selection support 2023-04-12 10:16:46 +09:00
KMY
0b9151859d Separate media_attachments property 2023-04-08 09:35:23 +09:00
KMY
8719715e27 Add media_expand setting 2023-04-07 21:36:35 +09:00
KMY
1502668ee5 Support 5 or more media_attachments from activitypub 2023-04-07 20:26:52 +09:00
KMY
7d76d01795 Change visibility to visibility_ex 2023-04-06 20:28:05 +09:00
KMY
af20b1d2aa Add searchability support 2023-04-06 04:27:52 +09:00
KMY
49d032576a Merge branch 'kb_development' into kb_migration 2023-03-14 17:55:53 +09:00
KMY
120dfe7042 Fix custom emoji error 2023-03-13 10:59:42 +09:00
KMY
9e2390f3c9 Merge branch 'kb_development' into kb_migration 2023-03-08 16:38:48 +09:00
KMY
92df4674ff Add custom emoji size recording and publish api 2023-03-08 16:32:38 +09:00
KMY
47bedd20ca Move emoji reaction limitation constraints 2023-03-08 16:31:22 +09:00
KMY
d5b8351364 Add fedibird capabiliies support 2023-03-05 14:48:22 +09:00
KMY
ed3abf4f2a Add public_unlisted scope as status privacy 2023-03-05 13:24:31 +09:00
KMY
370f25f3cd Merge commit 'aa98c8fbeb' into kb_migration 2023-03-04 09:46:40 +09:00
Christian Schmidt
5a8c651e8f
Only offer translation for supported languages (#23879) 2023-03-03 21:06:31 +01:00
KMY
5c5b42d42c Fix third party app emoji reaction feature 2023-02-27 20:17:25 +09:00
KMY
5beb8b33de Fix custom emoji in notification 2023-02-27 14:53:30 +09:00
KMY
1df6e80ee0 Add emoji icon support on notification (expects custom) 2023-02-27 14:16:29 +09:00
KMY
9ad51e001e Add emoji_reactioned_by_slim api (not work) 2023-02-27 08:45:11 +09:00
KMY
a1485f242d Add emoji reaction detail status 2023-02-26 23:44:52 +09:00
KMY
de951a0ef9 Add emoji reaction notification support 2023-02-26 18:09:25 +09:00
KMY
dfe1332be6 Fix streaming emoji reaction self only 2023-02-26 15:57:35 +09:00
KMY
1c028a20ac Create new stream event type: emoji_reaction 2023-02-26 09:45:22 +09:00
KMY
de3512fb82 Merge commit '730bb3e211' into kb_development 2023-02-25 11:14:35 +09:00
Christian Schmidt
8000a8f230
Add lang attribute to preview card (#23869) 2023-02-24 20:04:38 +01:00
KMY
5f7da7bff1 Add api for set emoji reactions to toot 2023-02-24 20:57:01 +09:00
KMY
f157a509d6 Fix ruby lint 2023-02-24 17:53:12 +09:00
KMY
092f9916b0 Add emoji_reactions property to status api object 2023-02-23 20:32:27 +09:00
Nick Schonning
af4c95100c
Autofix Rubocop Style/FormatString (#23743) 2023-02-20 07:58:33 +01:00
Nick Schonning
38a1d8bb85
Autofix Rubocop RSpec/ImplicitSubject (#23721) 2023-02-20 05:00:48 +01:00
Nick Schonning
e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier (#23697) 2023-02-18 12:37:47 +01:00
Nick Schonning
e2567df860
Enable Lint/RedundantCopDisableDirective (#23687) 2023-02-18 04:30:14 +01:00
Claire
66f715550e
Add memorial attribute to REST API (#23591) 2023-02-14 13:50:55 +01:00
Nick Schonning
26ac2447b4
Apply Rubocop Style/EmptyElse (#23449) 2023-02-08 07:08:39 +01:00
Jeong Arm
523a86618f
Fix account serializer crash if account doesn't have a user (#23428) 2023-02-07 01:03:26 +01:00
Eugen Rochko
8f590b0a21
Add setting for status page URL (#23390) 2023-02-04 04:56:06 +01:00
Eugen Rochko
d3f3810fe1
Fix unserialized role on account entities in admin API (#23290) 2023-01-29 15:59:58 +01:00
Claire
13a2abacc8
Add roles attribute to Account entities in REST API (#23255) 2023-01-25 19:55:40 +01:00
Claire
448be26b34
Add missing policy attribute to WebPushSubscriptionSerializer (#23210)
* Add missing `policy` attribute to `WebPushSubscriptionSerializer`

Fixes #23145

* Add tests
2023-01-23 13:05:30 +01:00