Marie
19c90d8e9f
chore: update Ko-Fi text to OpenCollective
2024-09-06 21:27:35 +00:00
Marie
9a7300489c
chore: update donation links in backend and frontend
2024-09-06 21:25:38 +00:00
Marie
25dec9a40f
chore(readme): Update Donation button
2024-09-06 21:18:40 +00:00
かっこかり
0d0cd738f8
refactor(misskey-js): warnを除去 ( #14520 )
2024-09-07 02:38:01 +09:00
cuteBoiButt
6b88c4f143
We don't need the whole Logger class here
2024-09-06 11:45:00 +00:00
dakkar
f4853fb9bc
merge: chore: Remove esm from about page ( !614 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/614
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
2024-09-06 08:47:22 +00:00
かっこかり
567acea2a3
fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止 ( #14515 )
...
* fix(frontend): instance infoページで不必要なapiリクエストが飛ぶのを抑止
* fix
2024-09-06 17:23:40 +09:00
かっこかり
8d19bdbb65
fix(misskey-js): content-typeはapplication/jsonでないもののみを記録するように ( #14508 )
2024-09-06 17:22:45 +09:00
かっこかり
cdb0566c5b
refactor(frontend): scss deprecated 警告に対応 ( #14513 )
2024-09-06 16:12:14 +09:00
かっこかり
f7398faeac
enhance(frontend): アイコンデコレーション管理画面にプレビューを追加 ( #14511 )
...
* enhance(frontend): アイコンデコレーション管理画面にプレビューを追加
* Update Changelog
* tweak
2024-09-06 15:37:03 +09:00
taiy
c8f49b6ae7
chore(ci/lint): ESLintのキャッシュが保存できない問題を修正 ( #14506 )
2024-09-06 14:45:53 +09:00
cuteBoiButt
02c3ee12dc
Use proper logging facilities in WebfingerService
2024-09-05 21:53:55 +03:00
syuilo
74c93fcebe
Update .gitignore
2024-09-05 14:07:36 +09:00
Essem
8669125f37
chore: Remove esm from about page
2024-09-04 16:06:15 -05:00
piuvas
625d856857
more fixes
2024-08-30 23:50:23 -03:00
piuvas
140b22ceca
pt-BR silliness
2024-08-30 23:13:12 -03:00
dakkar
f397146e19
merge: Confirm alt text with Control + Enter ( !608 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/608
Closes #612
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-08-30 16:41:43 +00:00
dakkar
7ff7464896
remove body of NoteCreateService.import
...
`create(user,data,true)` does exactly the same thing now
2024-08-30 17:19:51 +01:00
dakkar
b5e0342136
linting
2024-08-30 17:14:57 +01:00
dakkar
3a3098f932
fix filtering of quote uri
...
apparently filtering with `x => x !== null` will let `undefined`
through…
2024-08-30 16:12:02 +01:00
dakkar
26e0412fbb
bump happy-dom, disable all JS&c when parsing
...
version 10 didn't quite support disabling all of that
I have tested that `MfmService` (the other code that uses `happy-dom`)
still works fine: the RSS feed for a user is generated correctly, with
HTML rendered from MFM
2024-08-30 15:35:19 +01:00
dakkar
27f3d76a2b
remove unused function
...
not present upstream, not mentioned anywhere
2024-08-30 13:38:44 +01:00
dakkar
5f93b10fb7
extra step when checking merges from upstream
2024-08-30 13:35:20 +01:00
dakkar
0796d4bd62
align ApNoteService updateNote with createNote
2024-08-30 13:33:42 +01:00
dakkar
8b8ee72a81
align NoteCreateService create & import
2024-08-30 13:23:55 +01:00
dakkar
311d26547a
regenerate misskey-js
2024-08-30 12:17:54 +01:00
dakkar
0bcc739551
remove duplicate line
2024-08-30 12:15:52 +01:00
dakkar
e04c7ad09f
copy changes from MkNote* to SkNote*
2024-08-30 12:12:44 +01:00
dakkar
907bf133cd
update NoteCreateService "import" side
2024-08-30 12:09:57 +01:00
dakkar
6151099f5b
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8
2024-08-30 12:08:31 +01:00
zyoshoka
8be624aa44
refactor(sw): fix type errors ( #14478 )
...
* style(sw): lint fixes
* refactor(sw): fix type errors
* chore(sw): disable `noImplicitAny`
* ci(sw): enable typecheck ci
* ci(sw): build `misskey-js` before typecheck
2024-08-30 15:53:04 +09:00
zyoshoka
3fe7e37f10
fix(frontend): server metrics look strange after reload ( #14467 )
2024-08-30 10:59:23 +09:00
zyoshoka
7fe3035059
fix(backend): use prefixItems
in admin/queue/*-delayed
endpoint schema ( #14468 )
...
* fix(backend): represent tuples with `prefixItems`
* refactor(frontend): fix type errors
* fix(backend): add `prefixItems` in `SchemaType`
* fix(backend): add `unevaluatedItems: false` to disallow extra items
* refactor(frontend): consolidate `'deliver' | 'queue'` type def into `queue.vue`
* fix(backend): add `unevaluatedItems` in `SchemaType`
2024-08-30 10:58:59 +09:00
zyoshoka
06855f769f
refactor(sw): use fully typed locales ( #14470 )
...
* refactor(sw): use fully typed locales
* fix(backend): enumerate achievement notification type
2024-08-30 10:58:11 +09:00
zyoshoka
3e85052754
fix(backend): correct app
-type notification schema ( #14471 )
2024-08-29 18:57:44 +09:00
syuilo
b6fdd71957
消し忘れ
2024-08-27 20:40:11 +09:00
syuilo
36dff66883
refactor
2024-08-27 20:36:43 +09:00
Leah
717d22d4be
remove extra line
2024-08-26 19:12:27 +02:00
Leah
ecbe595b34
added event to detect when control and enter are pressed to confirm it. Also escape now escapes the window
2024-08-26 19:09:30 +02:00
Kisaragi
255c8bd1b9
fix: 投稿フォームの字数上限計算を実際の投稿内容に合わせる ( #14466 )
2024-08-26 15:55:38 +09:00
dakkar
87adf67752
some maybe-not-terrible descriptions of the Bubble timeline
...
the Japanese entries are translated by machine
2024-08-25 15:23:33 +01:00
dakkar
9cf40ef452
merge: thunk the min/max promises ( !603 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/603
Approved-by: Marie <github@yuugi.dev>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-08-24 20:53:08 +00:00
dakkar
8fa7afcac4
merge: log deletion of user files from admin -- fixes #631 ( !607 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/607
Closes #631
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2024-08-24 20:39:44 +00:00
dakkar
06da059dbf
log deletion of user files from admin -- fixes #631
2024-08-24 20:53:58 +01:00
syuilo
44f62160cb
enhance(frontend): error message i18n
2024-08-24 16:59:17 +09:00
syuilo
8032a4e12a
enhance(frontend): サイズ制限を超過するファイルをアップロードしようとした際にエラーを出すように
2024-08-23 16:40:11 +09:00
syuilo
2f009f7d49
add note
2024-08-23 16:31:16 +09:00
syuilo
f85aa7b641
fix(backend): ファイルがサイズの制限を超えてアップロードされた際にエラーを返さなかった問題を修正
2024-08-23 16:29:05 +09:00
dakkar
9bca68d774
merge: update testers for 2024.7 ( !606 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/606
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: Marie <github@yuugi.dev>
2024-08-22 14:58:35 +00:00
dakkar
d16f301d90
update testers for 2024.7
...
karilaa.app seems down, and I've not heard from them
plasmatrap has been running our release candidate for a few days
2024-08-22 14:07:21 +01:00