Commit graph

19486 commits

Author SHA1 Message Date
syuilo
327f5d335e feat: アカウント作成にメールアドレス必須にするオプション (#7856)
* feat: アカウント作成にメールアドレス必須にするオプション

* ui

* fix bug

* fix bug

* fix bug

* 🎨
2021-10-08 13:37:02 +09:00
syuilo
cf237621e5 update dependencies 2021-10-08 13:34:57 +09:00
tamaina
91a059d616 Revert "Fix idb"
This reverts commit dd17065129c66f5093add1192fcdf853123f7583.
2021-10-07 14:28:22 +09:00
tamaina
f2b8903c1f Fix idb 2021-10-07 14:26:16 +09:00
syuilo
3c75293f3f fix(api): fix file type regex 2021-10-05 20:28:07 +09:00
syuilo
7da9d543ae 🎨 2021-10-03 23:51:54 +09:00
syuilo
ae8600d56e 🎨 2021-10-03 15:39:39 +09:00
syuilo
181f4b84d9 fix bug 2021-10-03 12:27:29 +09:00
syuilo
27db00fb00 fix bug 2021-10-03 12:25:59 +09:00
syuilo
73194e9824 🎨 2021-10-03 02:46:58 +09:00
syuilo
69d7d94677 🎨 2021-10-03 00:33:29 +09:00
syuilo
388c159890 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2021-10-02 23:11:23 +09:00
syuilo
3a5baf31dc 🎨 2021-10-02 23:11:21 +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
70fdb47df4 chore: fix bug 2021-10-02 01:08:04 +09:00
syuilo
c6dd73ff10 🎨 2021-10-02 00:51:37 +09:00
syuilo
da564638ad fix bug 2021-10-01 19:34:24 +09:00
syuilo
8a74cd5b30 fix bug 2021-10-01 19:32:16 +09:00
MeiMei
95df0be7e5 Fix prelude/url (#7855) 2021-10-01 02:25:57 +09:00
syuilo
15e2457057 refactor: prelude/urlでquerystringを使用しないように
Resolve #7854
2021-10-01 00:31:43 +09:00
syuilo
5525658ca1 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2021-09-30 23:09:21 +09:00
syuilo
1805ef4e74 dev: developブランチをDocker Hubにpushするように
Resolve #7845
2021-09-30 23:09:12 +09:00
Johann150
b81e378020 insert space for unknown MFM functions (#7851) 2021-09-30 22:47:07 +09:00
syuilo
785c220c07 fix(client): ユーザーページのタブが機能していない問題を修正
Fix #7853
2021-09-30 22:45:20 +09:00
syuilo
40755cc70c fix bug 2021-09-30 03:07:47 +09:00
Johann150
699ebc1542 fix: truncate image descriptions (#7699)
* move truncate function to separate file to reuse it

* truncate image descriptions

* show image description limit in UI

* correctly treat null

Co-authored-by: nullobsi <me@nullob.si>

* make truncate Unicode-aware

The strings that truncate returns should now be valid Unicode.

PostgreSQL also counts Unicode Code Points instead of bytes so this
should be correct.

* move truncate to internal, validate in API

Truncating could also be done in src/services/drive/add-file.ts or
src/services/drive/upload-from-url.ts but those would also affect
local images. But local images should result in a hard error if the
image comment is too long.

* avoid overwriting

Co-authored-by: nullobsi <me@nullob.si>
2021-09-30 01:44:22 +09:00
syuilo
33f4010144 🎨 2021-09-30 01:13:54 +09:00
syuilo
9f50312a59 refactor components 2021-09-30 00:50:45 +09:00
syuilo
23995c44d5 add todo 2021-09-28 01:50:02 +09:00
syuilo
491c51018a chore: clean up 2021-09-26 03:25:52 +09:00
syuilo
e47ee12884 fix(client): MFM関数構文のサジェストで括弧を無視するように 2021-09-26 03:25:00 +09:00
syuilo
02e62a109b 重いというか邪魔 2021-09-26 03:17:16 +09:00
syuilo
264f320b95 fix(client): 絵文字一覧ページのタグ一覧をとりあえず無効に
重いため
2021-09-26 03:16:30 +09:00
syuilo
a6d9ed1dfe chore: clean up 2021-09-26 02:56:02 +09:00
syuilo
d5a46dcb95 feat(client): MFM関数構文のサジェストを実装 2021-09-26 02:55:11 +09:00
syuilo
9da7727954 refactor: fix types 2021-09-26 02:10:07 +09:00
syuilo
d975b01fa6 Update CHANGELOG.md 2021-09-26 01:58:20 +09:00
MeiMei
3d99b1f7b9 Tune mfmToHtml (#7841)
* Tune mfmToHtml

* typo

* add
2021-09-26 01:57:38 +09:00
syuilo
42092812ea fix(client): fix tabs of page header behaviour 2021-09-26 01:53:56 +09:00
syuilo
3fe9c950b1 Update extensions.json 2021-09-25 10:53:55 +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
MeiMei
ee0ea8724b Update index.ts (#7830) 2021-09-23 22:41:02 +09:00
Johann150
ccb72b4672 fix inboxQueue import (#7829) 2021-09-23 22:32:16 +09:00
syuilo
14b8739eb8 12.91.0 2021-09-22 22:53:20 +09:00
syuilo
a190e32543 New Crowdin updates (#7823)
* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Esperanto)

* New translations create-plugin.md (Esperanto)
2021-09-22 22:53:01 +09:00
syuilo
ddacc0af4d New Crowdin updates (#7822)
* New translations ja-JP.yml (Esperanto)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Esperanto)
2021-09-22 22:46:45 +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