Mar0xy
|
6d290225ef
|
fix: not checking for renotes during packing of note
Closes transfem-org/Sharkey#108
|
2023-10-22 19:20:06 +02:00 |
|
Mar0xy
|
e1f13f641e
|
fix: all users being marked as not approved on cards
|
2023-10-18 23:50:43 +02:00 |
|
Mar0xy
|
cf6e720139
|
merge: branch develop
|
2023-10-18 19:56:42 +02:00 |
|
Mar0xy
|
4b230d792c
|
merge: upstream changes
|
2023-10-18 19:48:03 +02:00 |
|
Mar0xy
|
a4a1b8bb8b
|
add: isSilenced handling to user and timeline
|
2023-10-18 13:34:16 +02:00 |
|
woxtu
|
0bddd0ceae
|
Remove unnecessary nullish coalescing (#12058)
|
2023-10-18 09:54:18 +09:00 |
|
Mar0xy
|
2f2d88dcfc
|
add: Require Approval for Signup
|
2023-10-18 02:41:36 +02:00 |
|
Mar0xy
|
68886b9ab5
|
merge: upstream performance changes & instance silencing
|
2023-10-16 23:38:21 +02:00 |
|
まっちゃてぃー
|
5efd01ba70
|
feat: サーバーサイレンス機能を追加 (#12031)
* feat : サーバーサイレンスを追加
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update locale
* Update instance-info.vue
* update misskey-js.api.md
* lint fix
* migration fix
* 既存のものを使うように
* fix
* 色々直した
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/pages/admin/instance-block.vue
* Update packages/frontend/src/components/MkInstanceCardMini.vue
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/entities/InstanceEntityService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* Update packages/backend/src/core/UserFollowingService.ts
* fix: サイレンスされてるサーバーからの投稿は全部ホームにする
* fix: undefinedでfalseを返すようにした
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-10-16 20:11:27 +09:00 |
|
syuilo
|
3ebed5aa3e
|
feat: local-only antenna
Resolve #11869
|
2023-10-16 15:06:00 +09:00 |
|
syuilo
|
1fa1d31696
|
perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように
|
2023-10-16 10:45:22 +09:00 |
|
Mar0xy
|
67c95ea646
|
fix: type error
|
2023-10-15 23:42:47 +02:00 |
|
Mar0xy
|
ca428977a5
|
merge: upstream
|
2023-10-15 23:36:38 +02:00 |
|
syuilo
|
3f4ee98405
|
perf(backend): improve streaming api performance (#12033)
* wip
* Update NoteEntityService.ts
* wip
* wip
* wip
* wip
|
2023-10-15 10:36:22 +09:00 |
|
Mar0xy
|
e11630bdb2
|
merge: Nyaize post on create, Tweak performance
|
2023-10-14 12:11:23 +02:00 |
|
syuilo
|
329830e2c3
|
perf(backend): tweak populateMyReaction
|
2023-10-14 10:05:44 +09:00 |
|
syuilo
|
061e389340
|
perf(backend): nyaizeを投稿時にやる
Resolve #12030
|
2023-10-14 10:04:13 +09:00 |
|
Mar0xy
|
f8f128b347
|
merge: all upstream changes
|
2023-10-13 19:01:17 +02:00 |
|
syuilo
|
f6ba5cfaf4
|
merge: timeline 1
|
2023-10-13 17:58:11 +02:00 |
|
Marie
|
203fdb82f1
|
upd: move poll out of details
|
2023-10-11 20:48:00 +02:00 |
|
syuilo
|
4f20c87186
|
lint fixes
|
2023-10-09 13:32:41 +09:00 |
|
syuilo
|
2859cbab91
|
perf(backend): WebSocket接続が多い場合のパフォーマンスを向上
https: //github.com/MisskeyIO/misskey/pull/176
Co-Authored-By: KOBA789 <kobahide789@gmail.com>
|
2023-10-08 08:10:28 +09:00 |
|
syuilo
|
4489ca3c74
|
refactor
|
2023-10-06 16:28:21 +09:00 |
|
syuilo
|
87416710c3
|
enhance(backend): some tweaks
|
2023-10-06 16:17:29 +09:00 |
|
Mar0xy
|
4e64397635
|
add: profile backgrounds
|
2023-10-06 02:32:09 +02:00 |
|
syuilo
|
780721e9a2
|
clean up
|
2023-10-05 20:34:50 +09:00 |
|
syuilo
|
b40329887f
|
revert: note editing
|
2023-10-04 12:05:01 +09:00 |
|
Mar0xy
|
2356566e63
|
upd: add extra check for isCat to note nyaification
|
2023-10-04 04:41:42 +02:00 |
|
Mar0xy
|
89924b587a
|
add: speakAsCat extension
|
2023-10-04 04:35:58 +02:00 |
|
Mar0xy
|
bf3d493d04
|
Revert "feat: improve tl performance"
|
2023-10-03 20:21:26 +02:00 |
|
Mar0xy
|
38e35e1472
|
merge: upstream
|
2023-10-03 15:20:49 +02:00 |
|
syuilo
|
6277a5545c
|
feat: improve tl performance (#11946)
* wip
* wip
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update NoteCreateService.ts
* wip
* Update user-notes.ts
* wip
* wip
* wip
* Update NoteCreateService.ts
* wip
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* Update timeline.ts
* wip
* Update timelines.ts
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* Update misskey-js.api.md
* Update timelines.ts
* Update timelines.ts
* wip
* wip
* wip
* Update timelines.ts
* wip
* Update timelines.ts
* wip
* test
* Update activitypub.ts
* refactor: UserListJoining -> UserListMembership
* Update NoteCreateService.ts
* wip
|
2023-10-03 20:26:11 +09:00 |
|
Mar0xy
|
802ad0fa02
|
add: like button
|
2023-10-01 01:53:17 +02:00 |
|
syuilo
|
7e74cff126
|
後方互換性の強化
|
2023-09-30 08:12:25 +09:00 |
|
syuilo
|
b9da1415a5
|
feat: 通知の受信設定を強化
|
2023-09-29 11:29:54 +09:00 |
|
syuilo
|
2438c047a7
|
enhance: 編集されたノートかどうか分かるように
|
2023-09-28 21:06:14 +09:00 |
|
Mar0xy
|
4a3c813d3e
|
chore: remove an extra equal sign
|
2023-09-26 13:29:24 +02:00 |
|
Mar0xy
|
7481ece433
|
fix: emojis not being populated for local users
|
2023-09-26 13:25:55 +02:00 |
|
Mar0xy
|
8b55fc7917
|
upd: change handling of masto needed desc
|
2023-09-25 21:45:09 +02:00 |
|
Mar0xy
|
b569ac911e
|
add: description support for mastodon
|
2023-09-25 21:27:39 +02:00 |
|
Mar0xy
|
a505e51777
|
revert: always get detailed user
|
2023-09-25 21:14:52 +02:00 |
|
Mar0xy
|
a847e4d5cc
|
upd: move patch function and make note user always detail
|
2023-09-25 21:10:49 +02:00 |
|
Mar0xy
|
30527edf51
|
revert: userentity description location
|
2023-09-25 06:05:32 +02:00 |
|
Mar0xy
|
06630c097b
|
upd: update user data fetching on masto api
|
2023-09-25 05:33:25 +02:00 |
|
Mar0xy
|
fc377980d4
|
upd: dont require detail for createdAt
|
2023-09-25 04:16:07 +02:00 |
|
Mar0xy
|
feec3c302b
|
upd: add backend for post editing
|
2023-09-22 21:05:42 +02:00 |
|
Insert5StarName
|
113a67077e
|
upd: port Listenbrainz
|
2023-09-22 03:31:59 +02:00 |
|
syuilo
|
e3f151e230
|
feat: 指定したユーザーの投稿通知
Resolve #11499
|
2023-09-21 18:48:15 +09:00 |
|
syuilo
|
e41619775f
|
feat: プロフィールでのリンク検証
Resolve #11099
|
2023-09-21 11:58:51 +09:00 |
|
syuilo
|
053da10e94
|
refactor(backend): update directory structure for models
|
2023-09-20 11:33:36 +09:00 |
|