Commit graph

34 commits

Author SHA1 Message Date
syuilo
29545614d6 Update export-custom-emojis.ts 2021-12-12 06:24:13 +09:00
syuilo
1c5e99c9e8 refactor 2021-12-12 06:21:48 +09:00
syuilo
5f6b4d4f41 feat: カスタム絵文字エクスポート 2021-12-10 18:24:26 +09:00
syuilo
faacf3ae68 feat: improve follow export 2021-12-10 01:22:35 +09:00
syuilo
9b8d526ed0 fix lint 2021-12-09 23:58:30 +09:00
romaboo
27db3b99d2 feat: user-level instance mute (#7712)
* Update ja-JP.yml

* Added settable config for muted instances

* added psql query for removal of muted notes

* Added filtering and trimming for instance mutes

* cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client

* Added notification & streaming timeline muting

* Updated changelog

* Added missing semicolon

* Apply japanese string suggestions from robflop

Co-authored-by: Robin B. <robflop98@outlook.com>

* Changed Ja-JP instance mute title string to one suggested by sousuke

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* Update ja-JP instanceMuteDescription based on sousuke's suggestion

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* added notification mute

* added notification and note children muting

* Fixed a bug where local notifications were getting filtered on cold start

* Fixed instance mute imports

* Fixed not saving/loading instance mutes

* removed en-US translations for instance mute

* moved instance mute migration to js

* changed settings index back to spaces

* removed destructuring assignment from notification stream in instance mute check call

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* added .note accessor for checking note data instead of notification data

* changed note to use Packed<'Note'> instead of any and removed usage of snake case

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* changed notification mute check to check specifically for notification host

* changed to using single quotes

* moved @click to the end for the linter

* revert unnecessary changes

* restored newlines

* whitespace removal

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Robin B. <robflop98@outlook.com>
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
Co-authored-by: puffaboo <emilis@jigglypuff.club>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-12-09 21:38:56 +09:00
syuilo
be3028c034 update deps 2021-12-09 21:31:36 +09:00
syuilo
d188fc9b0a fix(server): Fix #8032 2021-12-03 17:47:44 +09:00
syuilo
ba06b44bff refactoring
https: //github.com/misskey-dev/misskey/pull/7901
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
2021-12-03 11:43:05 +09:00
xianon
8f55ef86df fix: 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する (#8014)
* 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する

* test: Add rotate.jpg test

* Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す

* test: Support orientation
2021-12-03 11:19:28 +09:00
nullobsi
d6f087495e feat: Undo Accept (#7980)
* allow breaking of follow

* send undo

* delete by using reject follow
2021-12-03 11:14:44 +09:00
xianon
2fb75ea5df /antennas/notes API で日付による絞り込みができるようにする (#8015) 2021-11-28 13:45:17 +09:00
MeiMei
f0441331e6 fix: toolsが動かないのを修正 (#8008)
* Move tools

* Fix DB
2021-11-26 13:41:49 +09:00
syuilo
450bfd58f1 move tools dir into src 2021-11-21 13:43:07 +09:00
syuilo
c07cb33165 implement dev command 2021-11-19 14:48:59 +09:00
syuilo
d4299f6eb3 improve ide support 2021-11-18 23:52:41 +09:00
syuilo
d254a05770 introduce lint for client
Resolve #7998
2021-11-18 23:32:43 +09:00
syuilo
a86a64e701 lint: warn non-null-assertion to reduce unexpected behaviour 2021-11-18 20:12:50 +09:00
syuilo
df9f8b1079 fix(client): improve error handling 2021-11-14 13:13:05 +09:00
syuilo
30a7f8bad1 fix for lint 2021-11-13 19:10:14 +09:00
syuilo
86cbe4857e Update .eslintrc.js 2021-11-13 19:10:08 +09:00
syuilo
5b2d5421c2 refactor 2021-11-12 21:11:21 +09:00
syuilo
13513c913c feat: 通報があったときに管理者へEメールで通知されるように
Resolve #7025
2021-11-12 21:11:15 +09:00
syuilo
53e0bac5ba update ms to 3.0.0 2021-11-12 19:47:04 +09:00
syuilo
a39c964847 viaMobileフラグ廃止
Close #7965
2021-11-12 15:11:20 +09:00
syuilo
09c705fe18 refactor 2021-11-12 15:08:36 +09:00
syuilo
c36b7014a7 fix bug 2021-11-12 13:39:57 +09:00
syuilo
09627efd2d test 2021-11-12 12:43:55 +09:00
syuilo
8fdbac4b48 fix test 2021-11-12 12:07:37 +09:00
syuilo
cfc283363b add clean script 2021-11-12 11:42:47 +09:00
syuilo
8782e69e73 improve lint 2021-11-12 10:58:13 +09:00
syuilo
713ff43e9b fix lint errors 2021-11-12 10:52:10 +09:00
syuilo
edb3f09bdd use eslint 2021-11-12 10:35:41 +09:00
syuilo
14148f6c4a refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00