1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-16 23:58:59 +09:00
Commit Graph

20675 Commits

Author SHA1 Message Date
syuilo
1838511766
update cypress 2022-06-11 15:08:31 +09:00
syuilo
759261b912
update cypress 2022-06-11 12:23:47 +09:00
syuilo
ff9d4b2f74 update cypress 2022-06-11 12:07:28 +09:00
syuilo
bcb3f2c256
Merge branch 'master' into develop 2022-06-10 15:08:12 +09:00
syuilo
ec6b418a23 update deps 2022-06-10 15:06:42 +09:00
syuilo
b9c64053e8 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2022-06-10 14:56:07 +09:00
syuilo
f5ba73e7c8 chore: tweak logo 2022-06-10 14:56:05 +09:00
Johann150
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
Johann150
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
Johann150
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
Johann150
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
syuilo
527f044062
Update CHANGELOG.md 2022-06-09 23:47:26 +09:00
Andreas Nedbal
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
Johann150
b66e73aed5
fix: use autocomplete=new-password (#8797) 2022-06-09 23:42:00 +09:00
Johann150
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
syuilo
c6e0430aa7
Update CONTRIBUTING.md 2022-06-09 05:55:58 +09:00
tamaina
065aa0f9b6
Display the deploy status on checks (#8803)
* Display deploy status on check suite

* Display deploy status on check suite

* fix

* fix
2022-06-09 05:49:00 +09:00
syuilo
79de4d77f6 chore(dev): update okteto workflow 2022-06-09 01:48:00 +09:00
syuilo
d8eb610aab Update pr-preview-deploy.yml 2022-06-09 01:43:35 +09:00
syuilo
2d6de2299c chore(dev): update okteto workflow 2022-06-09 01:35:57 +09:00
Takuya Yoshida
327c62337e
ok-to-test with okteto (#8799) 2022-06-09 00:50:23 +09:00
syuilo
3dba63afbb
Update CONTRIBUTING.md 2022-06-08 22:23:43 +09:00
Johann150
4800dd06e5
fix: try to prevent autocomplete for emoji search (#8798) 2022-06-08 20:20:37 +09:00
Johann150
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
ltlapy
7ede56f081 Merge branch 'develop' of https://github.com/ltlapy/misskey into develop 2022-06-08 09:17:24 +09:00
ltlapy
c025770935 Merge branch 'bugfix/smtp_charlen_limit' into develop
* Fix SmtpCharLimit migration on downgrade may fail
smtpHost/smtpUser/smtpPass 가 128보다 긴 상황에서 다운그레이드할 때, 마이그레이션이 실패하거나 설정이 깨질 위험이 있기 때문에 아예 터치하지 않는 걸로
2022-06-08 09:16:24 +09:00
Ryu jongheon
1b3fb2ae55
Fix SmtpCharLimit migration on downgrade may fail
smtpHost/smtpUser/smtpPass 가 128보다 긴 상황에서 다운그레이드할 때, 마이그레이션이 실패하거나 설정이 깨질 위험이 있기 때문에 아예 터치하지 않는 걸로
2022-06-08 09:12:22 +09:00
Ryu jongheon
0c3fb81352 Update Crowdin configuration file 2022-06-08 01:46:18 +09:00
Ryu jongheon
06cb2fad72
Update package.json 2022-06-07 21:18:11 +09:00
Ryu jongheon
91a366fda5
Merge branch 'misskey-dev:develop' into develop 2022-06-07 20:33:08 +09:00
ltlapy
0a2eb13390 theme: add Qdon(dark) theme 2022-06-07 19:41:18 +09:00
ltlapy
73ac7ead6b enhance: apply theme to more components
* make text color of mfm:quote appliable with theme
* Use --buttonBg to togglable reaction button
2022-06-07 19:36:42 +09:00
Ryu jongheon
995be6534f
Merge pull request #2 from ltlapy/bugfix/smtp_charlen_limit
Increase character limit for smtpHost, smtpUser, smtpPass
2022-06-07 19:06:23 +09:00
ltlapy
c22906fa7d Localize render error message 2022-06-07 18:48:03 +09:00
ltlapy
0a7a0ec8d4 Revert "client: Localize render error message"
This reverts commit 988c387fc3.
(commited on wrong branch)
2022-06-07 18:41:18 +09:00
ltlapy
12e7ade2b2 enhance: increase character limit of smtp settings 2022-06-07 18:06:50 +09:00
syuilo
aea2f01ef7
Update .node-version 2022-06-06 21:01:00 +09:00
ltlapy
988c387fc3 client: Localize render error message 2022-06-06 02:56:27 +09:00
syuilo
d17298d3b5 fix(test): make chart tests working 2022-06-05 20:37:24 +09:00
syuilo
09b749eb97 Update .mocharc.json 2022-06-05 19:46:52 +09:00
syuilo
5fb3f8a116 chore: lint fixes 2022-06-05 12:26:36 +09:00
syuilo
adf3190859 chore(client): fix menu item style 2022-06-05 12:23:57 +09:00
syuilo
89419c05b2 use node 16 2022-06-04 17:26:56 +09:00
syuilo
abcd5bc951 update summaly 2022-06-04 17:24:41 +09:00
syuilo
7aae9987d5
Update CHANGELOG.md 2022-06-04 16:04:59 +09:00
syuilo
b62a050b2c Update CONTRIBUTING.md 2022-06-04 16:01:27 +09:00
syuilo
0946d50913 Update CONTRIBUTING.md 2022-06-04 16:01:11 +09:00
syuilo
bb3c6785c9 Update CHANGELOG.md 2022-06-04 15:47:10 +09:00
syuilo
71150f21cd Revert "feat: option to collapse long notes (#8561)"
This reverts commit e675ffcf38.
2022-06-04 15:23:53 +09:00
syuilo
11afdf7e24 fix bug 2022-06-04 15:15:44 +09:00