- Mar 13, 2024
-
-
KevinWh0 authored
-
- Mar 10, 2024
-
-
dakkar authored
We can't make the cookie `HttpOnly` because we're setting it from Javascript, but I'm not sure it's worth the trouble to redesign that: `JSON.parse(localStorage.account).token` gives you the token anyway, hiding the cookie from JS won't offer much protection. At least we can mark is `Secure` (meaning, only send it over HTTPS) and _delete it on logout_ (it wasn't!)
-
dakkar authored
not the most elegant solution, but simple and robust
-
- Mar 09, 2024
-
-
dakkar authored
-
- Mar 05, 2024
-
-
dakkar authored
some small differences (between Misskey and us) inside the `create` method made `git` put all the changes inside the `import` method… I thought I had copied them all, but I had missed one, and it's a pretty important one: prohibited words were not being checked!
-
- Mar 04, 2024
- Mar 03, 2024
- Mar 02, 2024
-
-
dakkar authored
-
- Feb 24, 2024
-
-
Ashley Graves authored
-
Ashley Graves authored
-
Kaity A authored
-
- Feb 23, 2024
-
-
tamaina authored
-
かっこかり authored
* enhance(games): 抜けている翻訳を追加・スタイル共通化 * frameDivider の使用箇所が見当たらなかったので削除 * ミス * インナーでもcss変数を使う * コロンを翻訳から外す * 一部の翻訳を除去 * p * revert some text --------- Co-authored-by:
syuilo <4439005+syuilo@users.noreply.github.com>
-
tamaina authored
* enhance: リモートのフォロワーから再度Followが来た場合、acceptを返してあげる * nanka meccha kaeta * ブロックチェックの後にフォロー関係の存在チェックをする
-
okayurisotto authored
-
tamaina authored
* fix: プッシュ通知の変更が1時間ほど反映されない問題を修正 * 410 to refresh * refreshCache
-
1Step621 authored
* 絵文字オートコンプリートの優先順位がおかしいのを修正 * update CHANGELOG.md * テストを追加 * lint fix
-
かっこかり authored
* fix(test): Chromaticが落ちているのを修正? * いらん変更をけす * 未来過ぎた
-
okayurisotto authored
* `Array.prototype.filter`での非null確認では`isNotNull`関数を使うように * `{}` -> `NonNullable<unknown>`
-
かっこかり authored
* fix: SSR時のmetaをエスケープするように * エスケープ方法を変更
-
かっこかり authored
* enhance: `meta`をSSR HTMLに埋め込む * HTML Metaの有効時間を指定 * 1時間 * MetaEntityService * JSONをPackするように *
✌️ --------- Co-authored-by:syuilo <4439005+syuilo@users.noreply.github.com>
- Feb 22, 2024
-
-
Marie authored
-
dakkar authored
-
FineArchs authored
* make flash/update params optional * Update autogen files pnpm run build-misskey-js-with-types * Update update.ts * Update CHANGELOG.md * hasOwnProperty -> hasOwn Co-authored-by:
syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by:
syuilo <4439005+syuilo@users.noreply.github.com>
-
tamaina authored
* refactor: Refactor NoteReadService.read * clean up * Update packages/backend/src/core/NoteReadService.ts --------- Co-authored-by:
syuilo <4439005+syuilo@users.noreply.github.com>
-
syuilo authored
-
- Feb 21, 2024
-
-
Marie authored
-
Vavency authored
-
anatawa12 authored
* refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError * fix: notes with prohibited words are reprocessed with delay * docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題 * lint: fix lint errors * fix: rethrowするべきなのにrethrowし忘れていたのを修正
-
anatawa12 authored
* fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 * docs(changelog): previewの中のユーザメンションをホバーした状態で投稿を編集するとユーザの情報popupが消えない問題を修正 * docs(changelog): ユーザの情報のポップアップが消えなくなることがある問題を修正
-
syuilo authored
-
tamaina authored
-
okayurisotto authored
* add unit tests * cleanup unnecessary type assertions * `convertedReaction`変数の定義と変換表に対する存在確認処理の整理 * `count`変数の定義とループ処理での`Object.entries()`の活用 * 条件式の整理 * `Array.prototype.reduce`を使うように * `Array.prototype.reduce`を使うように * 配列操作を1つのメソッドチェーンに整理 これまでの実装では、`decodeReaction`の返り値が同一になる異なる入力値が同時に複数個存在した場合、後ろのもので上書きされてしまっていたはず。 これからの実装では、後ろのものは前のものに加算される。 (実際にこの挙動の変更が問題になるシチュエーションはまずないはず。) * add unit test * ドキュメントコメントの追加と型定義の調整
-
かっこかり authored
* refactor(frontend): 不必要なconsole.logを除去 * Update MkCode.core.vue * Update game.board.vue
-
- Feb 20, 2024