DW
4b56d67335
Fix CASCADE-related problems ( #6374 )
...
* Fix renotes remaining on remote when CASCADE is invoked
* Fix CASCADE-invoked deletion not being federated to relays
Co-authored-by: DW <chocological00@gitlab.com>
2020-05-17 00:49:46 +09:00
MeiMei
fe841db55a
pub-relay ( #6341 )
...
* pub-relay
* relay actorをApplicationにする
* Disable koa-compress
* Homeはリレーに送らない
* Disable debug
* UI
* cleanupなど
2020-05-10 18:42:31 +09:00
syuilo
5b06ace4b9
chore(lint): Add missing semicolons
2020-05-10 17:25:16 +09:00
MeiMei
b17b746aa0
リアクションの修正 ( #6260 )
2020-04-16 00:47:17 +09:00
MeiMei
2905e56a72
リモートのカスタム絵文字リアクションを表示できるように ( #6239 )
...
* リモートのカスタム絵文字リアクションを表示できるように
* AP
* DBマイグレーション
* ローカルのリアクションの.
* fix
* fix
* fix
* space
2020-04-14 00:42:59 +09:00
MeiMei
ec5a1c8a9d
同じリアクション削除を同時に行うとリアクションカウントがおかしくなることがあるのを修正 ( #6253 )
...
* Fix #6252
* quote
* Use IdentifiableError
2020-04-13 23:58:38 +09:00
MeiMei
2be9c67fd1
Use url if available ( #6214 )
...
* Fix #6213
* other link
* fix
2020-04-02 21:59:14 +09:00
syuilo
f6b80873eb
Resolve #6192
2020-03-28 18:07:41 +09:00
rinsuki
7e975dd116
lintをGitHub Actions でするように ( #6101 )
...
* package.json の lint スクリプトを修正
* lint アクションを追加
* yarn lint --fix
* 手動修正
2020-03-04 11:45:33 +09:00
syuilo
0cb756cbac
Refactor
2020-02-26 07:56:32 +09:00
Oni-Men
1457504797
同じノートを何回リノートしても一回として数えるように ( #6086 )
...
* 同じノートを何回リノートしても一回として数えるように
* Update count-same-renotes.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-26 07:54:35 +09:00
syuilo
69868d93eb
Refactor
2020-02-16 21:11:27 +09:00
syuilo
f058f40162
Resolve #5958
2020-02-16 21:10:52 +09:00
DW
b9cfed46e7
Fix for CASCADE DELETE not being federated ( #5812 )
...
* Fix for CASCADE DELETE not being federated
* Use JOIN to get user
* fix typo
2020-02-13 23:08:33 +09:00
syuilo
8a849443f6
なんかもうめっちゃ変えた
...
Resolve #5900
2020-02-10 07:23:43 +09:00
MeiMei
aa8aa3b4dc
Correct Like id generation ( #5852 )
2020-02-06 17:07:37 +09:00
MeiMei
5a8577957c
リモート投稿にリモートでされたリアクションが表示されるように ( #5817 )
...
* 第3インスタンスへのLikeも受け入れるように
* リアクション済みだったらエラーにせずに置き換えるように
* Likeを第3インスタンスにdeliverするように
* fix
* fix
* 同じリアクションがすでにされていたら何もしない
* リモートから自身の投稿へリアクションした場合にエラーにならないように
2020-02-04 08:26:00 +09:00
Acid Chicken (硫酸鶏)
ca9698651c
Fix hashtags contained in private notes are shown in trends ( #5805 )
...
* Update trend.ts
* Fix query
* Update create.ts
* Update create.ts
* Update trend.ts
2020-02-02 05:42:58 +09:00
syuilo
e24ca1e51f
v12 ( #5712 )
...
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
2020-01-30 04:37:25 +09:00
syuilo
d3f04e36dd
Fix bug
2019-11-23 09:43:47 +09:00
MeiMei
007f4bcef0
無駄なAP deliverをしないように ( #5589 )
...
* DeliverManager, note/create
* recipe
* followers delivers
* comment
* rename
* fix
* cleanup
2019-11-09 18:51:54 +09:00
rinsuki
c393a91f58
新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに ( #5562 )
...
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに
Fix #2467
Related #5560
* remove unnecessary import
* Update src/services/note/create.ts
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Apply suggestions from code review
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2019-11-01 05:43:54 +09:00
syuilo
2fe704bb71
Decrease tag limit
2019-09-27 05:18:09 +09:00
Acid Chicken (硫酸鶏)
ca02c57625
Limit the tag counts to 100 ( #5263 )
...
* Limit the tag counts to 256
* Update create.ts
* Update create.ts
* Update create.ts
* Limit the user tag
2019-09-27 05:16:59 +09:00
Acid Chicken (硫酸鶏)
14defec353
Use stringz.length instead of String.length in hashtag length calculation ( #5443 )
...
* Use stringz.length instead of String.length
* length to 128, ignore combining
2019-09-22 01:21:45 +09:00
MeiMei
5fbf30e00d
AP Undo Announce ( #5400 )
...
* AP Undo Announce
* Use activity id
2019-09-08 11:30:44 +09:00
MeiMei
08d9a6a720
updateHashtagを並列で行わないように ( #5284 )
2019-08-18 12:47:45 +09:00
MeiMei
9f43e384d2
リモートユーザー向けのNoteUnreadsレコードは作成しないように ( #5280 )
2019-08-17 14:40:06 +09:00
和風ドレッシング
73bb119119
Elasticsearchのインデックス名をconfigで変更できるように ( #5257 )
2019-08-09 13:04:35 +09:00
MeiMei
f69a404588
Fix question ( #5197 )
2019-07-20 03:20:06 +09:00
MeiMei
e3d880b8be
Fix: Delete is not deliver ( #4950 )
...
* Fix: Delete is not deliver
* fix
2019-05-20 13:34:51 +09:00
syuilo
2c885dc8a4
Resolve #3119
2019-04-25 07:46:39 +09:00
syuilo
4a1a92257f
Refactorgin
2019-04-25 04:17:03 +09:00
MeiMei
3f86541215
Fix #4704 ( #4797 )
...
* Fix #4632
* Fix #4795
2019-04-25 04:07:39 +09:00
syuilo
41b4c81335
Cache meta
2019-04-24 08:11:19 +09:00
syuilo
493c83ef2d
Refactor API ( #4770 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update description.ts
* wip
2019-04-23 22:35:26 +09:00
syuilo
0fd33c1172
Refactor
2019-04-17 14:32:59 +09:00
syuilo
be9d8a679f
Update read.ts
2019-04-15 12:11:32 +09:00
syuilo
50b3542074
inc/dec score
2019-04-14 20:28:57 +09:00
syuilo
1b3848ee5d
Better error handling
2019-04-14 04:17:24 +09:00
syuilo
6240f172fe
Fix bug
2019-04-13 19:08:41 +09:00
syuilo
89153efb4e
Fix bug
2019-04-13 18:58:29 +09:00
syuilo
fcbe004e7c
Refactor
2019-04-13 18:17:27 +09:00
syuilo
8d94a6a8df
strictNullChecks ( #4666 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2019-04-13 01:43:22 +09:00
syuilo
dcf9421560
Better error handling
2019-04-12 13:07:56 +09:00
syuilo
610f1cec45
トランザクションを使用してアンケートレコードの挿入に失敗した場合に投稿レコードの挿入もなかったことにするように
2019-04-12 01:30:10 +09:00
syuilo
c5df8bbda0
Clean up
2019-04-12 01:01:25 +09:00
syuilo
e7b51e500b
非正規化カラムを削除
...
非正規化するほどの情報じゃない
2019-04-12 00:42:39 +09:00
syuilo
df280d8e19
Clean up
2019-04-10 20:07:36 +09:00
syuilo
16965eb4a1
テーブル分割
2019-04-10 15:04:27 +09:00