Commit Graph

949 Commits

Author SHA1 Message Date
da16dfa7c9 update fix NoGrass Light Theme 2022-06-18 17:40:14 +09:00
fa3dee9222 いっぱい変えた 2022-06-17 01:46:10 +09:00
263ac2d462 彩度場ーとコンテキストメニューなおした 2022-06-16 18:58:00 +09:00
adf755f0b2 いっぱいアップデート 2022-06-16 18:41:04 +09:00
de633f0117 update themes 2022-06-16 04:50:25 +09:00
e47495502d update package.json style.scss 2022-06-16 00:53:06 +09:00
794c2c05a3 update package.json style.scss 2022-06-16 00:33:06 +09:00
baddc3b6c7 update package.json style.scss 2022-06-16 00:24:20 +09:00
3c140b2a62 update package.json style.scss 2022-06-15 23:36:43 +09:00
b72d8e0d58 update package.json style.scss 2022-06-13 23:31:06 +09:00
c1e56a00e0 update package.json init.ts 2022-06-13 23:23:46 +09:00
8c857daee0 update package.json init.ts style.scss 2022-06-13 23:17:09 +09:00
65ca1dd106 update package.json store.ts 2022-06-13 22:38:48 +09:00
f5cf56862d feat: panel blur 2022-06-13 22:09:44 +09:00
1e45e9c1a1 Merge remote-tracking branch 'misskey-dev/master' into develop 2022-06-13 16:31:41 +09:00
963758d8ec fix: missing file name parameter (#8820) 2022-06-13 00:25:06 +09:00
b15dbb818f Fix(client): fix wrong gallery page component (#8815) 2022-06-12 19:53:21 +09:00
4e89d41f04 lint 2022-06-12 19:50:47 +09:00
a8e7b1a303 fix(client): デッキでウィジェットの情報が保存されない問題を修正
Fix #8818
2022-06-12 19:50:43 +09:00
11a6bd890c fix: some fixes of multiple notification read (#8819)
* fix: limit multiple notification read

* fix

* fix
2022-06-12 19:28:13 +09:00
e475790710 Merge remote-tracking branch 'misskey-dev/master' into develop 2022-06-11 20:36:00 +09:00
ca9753f2e7 Update cropper-dialog.vue 2022-06-11 18:48:59 +09:00
7894804eed Update cropper-dialog.vue 2022-06-11 18:47:58 +09:00
99eb971c3d Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-06-11 16:46:23 +09:00
410210cf6f fix(client): オブジェクトストレージを使用していると画像のクロップができない 2022-06-11 16:46:21 +09:00
7db09103e7 chore: synchronize visibility checks (#8687)
* reuse single meId parameter

* unify code style

Use template string to avoid having to use escaped quote marks.

* fix: follower only notes are visible to mentioned users

This synchronizes the visibility rules with the Notes.isVisibleForMe
method from packages/backend/src/models/repositories/note.ts

* add comment
2022-06-11 16:14:44 +09:00
ecb3c43520 feat: image cropping (#8808)
* wip

* wip

* wip
2022-06-11 15:45:44 +09:00
ec6b418a23 update deps 2022-06-10 15:06:42 +09:00
b9c64053e8 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-06-10 14:56:07 +09:00
f5ba73e7c8 chore: tweak logo 2022-06-10 14:56:05 +09:00
5e29528ad4 chore: fix some lints automatically (#8788)
* chore: fix some lints automatically

Fixed lints that were automatically fixable with `eslint --fix`.

* fix type

* workaround for empty interface lint
2022-06-10 14:36:55 +09:00
a683a7092d enhance(federation): use ActivityPub defined property in favour of proprietary property. (#8787)
* add activitypub `source` property

* parse MFM from new `source` attribute
2022-06-10 14:31:58 +09:00
42f48ffea2 refactor: follow button (#8789)
* fix: display cancelling follow request

* remove unnecessary branch

The executed code is the same as in the else branch so this special
condition is unnecessary.

* remove code duplication

Use the same callback as later for updating these variables.

* use $ref sugar

* remove unused import

Co-authored-by: blackskye-sx <saul.newman@gmail.com>
2022-06-10 14:29:46 +09:00
78df3dc484 enhance: improve documentation for /users/ endpoints (#8790)
* docs: category & description for reset password

* docs: category & description for testing

* docs: descriptions for groups endpoints

* docs: descriptions for drive file endpoints

* docs: descriptions for sw endpoints

* docs: descriptions for user list endpoints

* docs: descriptions & result type for gallery posts

* docs: descriptions & result type for user endpoints

* docs: add return type for stats
2022-06-10 14:25:20 +09:00
7dde0b1362 fix(client): render quote renote CWs as MFM (#8792)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-09 23:45:16 +09:00
b66e73aed5 fix: use autocomplete=new-password (#8797) 2022-06-09 23:42:00 +09:00
eec7a0a1f6 properly display alt text for videos (#8802)
The alt text is already properly federated and given by the API,
it is just not displayed properly by the client.
2022-06-09 23:35:58 +09:00
4800dd06e5 fix: try to prevent autocomplete for emoji search (#8798) 2022-06-08 20:20:37 +09:00
0fa2a52fac refactor: use awaitAll to reduce duplication (#8791)
* refactor: use awaitAll to reduce duplication

* fix lint

* fix typo
2022-06-08 17:59:48 +09:00
d17298d3b5 fix(test): make chart tests working 2022-06-05 20:37:24 +09:00
09b749eb97 Update .mocharc.json 2022-06-05 19:46:52 +09:00
5fb3f8a116 chore: lint fixes 2022-06-05 12:26:36 +09:00
adf3190859 chore(client): fix menu item style 2022-06-05 12:23:57 +09:00
89419c05b2 use node 16 2022-06-04 17:26:56 +09:00
abcd5bc951 update summaly 2022-06-04 17:24:41 +09:00
71150f21cd Revert "feat: option to collapse long notes (#8561)"
This reverts commit e675ffcf38.
2022-06-04 15:23:53 +09:00
11afdf7e24 fix bug 2022-06-04 15:15:44 +09:00
702edfd3d3 fix test 2022-06-04 14:25:30 +09:00
e675ffcf38 feat: option to collapse long notes (#8561)
* feat: option to collapse long notes

Closes #8559

* do not collapse if cw exists

* use '閉じる' to close / show less.

* make it sticky

* Change style of the Show less button
2022-06-04 13:57:09 +09:00
32dff28460 fix: add id for activitypub follows (#8689)
* add id for activitypub follows

* fix lint

* fix: follower must be local, followee must be remote

Misskey will only use ActivityPub follow requests for users that are local
and are requesting to follow a remote user. This check is to ensure that
this endpoint can not be used by other services or instances.

* fix: missing import

* render block with id

* fix comment
2022-06-04 13:52:42 +09:00