Commit graph

701 commits

Author SHA1 Message Date
syuilo
aaf144368f feat: 未読の通知のみ表示する機能 2021-10-09 12:44:19 +09:00
syuilo
fb54b347a0 server: コマンドラインオプション廃止
Resolve #7863
Resolve #6337
2021-10-08 21:24:05 +09:00
syuilo
4e254a9072 enhance(api): ap系のエンドポイントをログイン必須化+レートリミット追加
他のサーバーにリクエストを送信するという性質上、攻撃の踏み台にされることがあるため
2021-10-08 14:05:07 +09:00
syuilo
327f5d335e feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション

* ui

* fix bug

* fix bug

* fix bug

* 🎨
2021-10-08 13:37:02 +09:00
tamaina
dd3a8e869c enhance: ページロードエラーページにリロードボタンを追加 (#7835)
* wip

* modify page load error page

* add changelog

* サーバーが死んでるエラーを追加

* add MkLoading
2021-10-02 16:36:25 +09:00
syuilo
785c220c07 fix(client): ユーザーページのタブが機能していない問題を修正
Fix #7853
2021-09-30 22:45:20 +09:00
syuilo
d5a46dcb95 feat(client): MFM関数構文のサジェストを実装 2021-09-26 02:55:11 +09:00
syuilo
d975b01fa6 Update CHANGELOG.md 2021-09-26 01:58:20 +09:00
syuilo
42092812ea fix(client): fix tabs of page header behaviour 2021-09-26 01:53:56 +09:00
syuilo
9d92ea41d7 Update CHANGELOG.md 2021-09-24 22:28:17 +09:00
syuilo
57c29fc6c5 enhance(client): アニメーションを減らす設定をメニューのアニメーションにも適用するように
Resolve #7826
2021-09-23 23:01:32 +09:00
syuilo
14b8739eb8 12.91.0 2021-09-22 22:53:20 +09:00
syuilo
dab00eb808 enhance(client): アップデートが利用可能な場合エラー表示およびダイアログ表示しないように 2021-09-22 22:45:10 +09:00
syuilo
f68ce15165 Update CHANGELOG.md 2021-09-22 22:36:20 +09:00
tamaina
dbdb0df0a9 refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)
* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* add header, choice, invitation

* test

* fix

* yatta

* remove no longer needed "as PackedUser/PackedNote"

* clean up

* add simple-schema

* fix lint

* define items in full Schema

* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736

* user packとnote packの型不整合を修正

* add prelude/types.ts

* emoji

* signin

* game

* matching

* fix

* add emoji schema

* add reversiGame

* add reversiMatching

* remove signin schema (use Signin entity)

* add Packed type

* note-reaction

* user

* user-group

* user-list

* note

* app, messaging-message

* notification

* drive-file

* drive-folder

* following

* muting

* blocking

* hashtag

* page

* app (with modifying schema)

* import user?

* channel

* antenna

* clip

* gallery-post

* emoji

* Packed

* reversi-matching

* add changelog

* add changelog

* revert fix
2021-09-22 22:35:55 +09:00
syuilo
914a11c183 enhance(client): 非ログイン自は更新ダイアログを出さないように
Resolve #7756
2021-09-22 22:18:08 +09:00
syuilo
f41fbbfa36 #7813の修正 2021-09-22 22:12:10 +09:00
syuilo
9b79428ece fix(client): fix #7774 2021-09-22 21:58:08 +09:00
syuilo
d8e4d8eb91 feat(server): 管理者用アカウント削除API実装
動作確認済み
Resolve #7735
2021-09-22 17:34:48 +09:00
syuilo
1d051438c5 enhance(client): リスト、アンテナタイムラインを個別ページとして分割 2021-09-21 21:04:59 +09:00
MeiMei
ad9c2e09e5 chore, perf: Reduce redis memory (#7816)
* Reduce redis memory

* CHANGELOG

* a
2021-09-20 21:55:19 +09:00
syuilo
132e662805 feat: 凍結された場合のダイアログを実装 (#7811)
* feat: 凍結された場合のダイアログを実装

* Update CHANGELOG.md

* Update basic.js

* improve error handling

* cypressなんもわからん

* Update basic.js
2021-09-19 02:23:12 +09:00
syuilo
57d7898670 Update CHANGELOG.md 2021-09-18 15:45:45 +09:00
syuilo
8439f5773f Update CHANGELOG.md 2021-09-18 13:31:09 +09:00
syuilo
c0d3393461 fix(server): fix #7786 2021-09-18 03:26:36 +09:00
syuilo
b5f21cd71b Update CHANGELOG.md 2021-09-17 22:39:55 +09:00
NoriDev
bc333d98a7 popupで設定ページを表示すると、アカウントの削除ページにアクセスすることができない問題を修正 (#7797) 2021-09-17 20:00:31 +09:00
syuilo
05dc1fe870 Update CHANGELOG.md 2021-09-05 23:36:20 +09:00
syuilo
192ee36f99 12.90.1 2021-09-05 16:26:24 +09:00
syuilo
5da3588323 fix(server): ノート翻訳時に公開範囲が考慮されていない問題を修正 2021-09-05 16:25:30 +09:00
syuilo
7ff4910c42 12.90.0 2021-09-04 20:38:09 +09:00
MeiMei
9a5efad815 ファイルサイズのハードリミット (#7760)
* maxFileSize

* CHANGELOG
2021-09-04 20:33:14 +09:00
syuilo
b13bbb99bd Update CHANGELOG.md 2021-09-04 19:50:07 +09:00
syuilo
76875f9dbe fix(client): fix button style 2021-08-29 16:44:15 +09:00
syuilo
745e211883 Update CHANGELOG.md 2021-08-24 20:53:18 +09:00
syuilo
a899dabf04 Fix #7689 2021-08-24 14:39:42 +09:00
syuilo
1228ada3f3 12.89.1 2021-08-24 13:20:20 +09:00
syuilo
91e4d3fcf3 fix: support DeepL pro account
Fix #7648
2021-08-24 13:19:21 +09:00
syuilo
ea97cd7c14 fix(server): use csp to imporve security 2021-08-24 13:08:20 +09:00
syuilo
e988de10f2 🎨 2021-08-22 16:15:40 +09:00
syuilo
f8a586384a 12.89.0 2021-08-21 17:59:13 +09:00
syuilo
736391185c 🎨 2021-08-21 17:40:15 +09:00
syuilo
0c1ca2aacb Update CHANGELOG.md 2021-08-21 14:52:41 +09:00
tamaina
0ed756d00d feat: Implement api sw/unregister (#7611)
* Implement api sw/unregister

* remove all mode

* add changelog

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-21 14:47:18 +09:00
syuilo
edd213e72f enhance(server): Use job queue for account delete (#7668)
* enhance(server): Use job queue for account delete

Fix #5336

* ジョブをひとつに

* remove done call

* clean up

* add User.isDeleted

* コミット忘れ

* Update 1629512953000-user-is-deleted.ts

* show dialog

* lint

* Update 1629512953000-user-is-deleted.ts
2021-08-21 12:41:56 +09:00
syuilo
5ff8bbbd20 fix(client): ノートの「削除して編集」をするとアンケートの選択肢が[object Object]になる問題を修正
Fix #7037
2021-08-21 11:16:56 +09:00
syuilo
fe55e5fbb1 enhance(client): Improve emoji autocomplete behaviour
cherry picked from 4b2c215e25
2021-08-21 10:29:26 +09:00
MeiMei
8333a5f8ce perf: Tune AP job queue timings (#7635)
* perf: Tune AP job queue timings

* CHANGELOG

* chore: add reference

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-08-20 21:59:03 +09:00
tamaina
7b27889cde refactor: localStorageのaccountsはindexedDBで保持するように (#7609)
* accountsストアはindexedDBで保持するように

* fix lint

* fix indexeddb available detection

* remove debugging code

* fix lint

* resolve ba756204b7 (diff-f565878e8202f0037b830c780b7c0932dc1bb5fd3d05ede14d72d10efbc3740c)
Firefoxでの動作を改善

* fix lint

* fix lint

* add changelog
2021-08-20 19:38:16 +09:00
syuilo
ce22f11f24 update deps 2021-08-19 22:40:39 +09:00