summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove unused componentssyuilo2022-01-072-609/+0
|
* refactor(client): use composition apisyuilo2022-01-073-46/+22
|
* refactor(client): use composition apisyuilo2022-01-074-77/+41
|
* refactor(client): use composition apisyuilo2022-01-071-21/+13
|
* clean upsyuilo2022-01-074-338/+1
|
* refactor(client): use composition apisyuilo2022-01-076-97/+43
|
* refactor(client): use composition apisyuilo2022-01-071-24/+11
|
* refactor(client): use composition apisyuilo2022-01-071-20/+7
|
* refactor(client): use composition apisyuilo2022-01-071-29/+21
|
* refactor(client): use composition apisyuilo2022-01-061-16/+4
|
* clean upsyuilo2022-01-061-29/+0
|
* refactor(client): use composition apisyuilo2022-01-061-19/+13
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-01-061-2/+0
|\
| * 非ログイン時にエラーを吐くconsole.logを除去 (#8119)tamaina2022-01-061-2/+0
| |
* | tweak uisyuilo2022-01-056-112/+77
|/
* tweak uisyuilo2022-01-044-2/+120
|
* tweak uisyuilo2022-01-041-2/+2
|
* tweak uisyuilo2022-01-0424-1835/+164
|
* tweak uisyuilo2022-01-042-102/+79
|
* tweak uisyuilo2022-01-0412-162/+244
|
* tweak uisyuilo2022-01-042-36/+22
|
* tweak uisyuilo2022-01-044-70/+54
|
* tweak uisyuilo2022-01-044-69/+46
|
* clean upsyuilo2022-01-041-44/+0
|
* tweak uisyuilo2022-01-042-37/+16
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-01-041-0/+6
|\
| * enhance: ↵tamaina2022-01-031-0/+6
| | | | | | | | | | | | | | 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように (#8108) * 許可されていないファイルタイプでは、オブジェクトストレージのファイル名に拡張子を付与しないように * add comment
* | tweak uisyuilo2022-01-044-146/+89
| |
* | tweak uisyuilo2022-01-0414-617/+224
|/
* tweak uisyuilo2022-01-031-15/+33
|
* refactor(server): use insert instead of savesyuilo2022-01-031-2/+2
|
* refactor(server): use insert instead of savesyuilo2022-01-039-18/+19
|
* lintsyuilo2022-01-03306-0/+306
|
* tweak uisyuilo2022-01-036-402/+8
|
* tweak clientsyuilo2022-01-0219-323/+37
|
* update depssyuilo2022-01-026-94/+75
|
* fixsyuilo2022-01-011-0/+1
| | | | https://github.com/misskey-dev/misskey/commit/d53795184cd0ee326b0da58b267e3460f948703c#r62707827
* Revert "revert d53795184"syuilo2022-01-014-4/+54
| | | | This reverts commit aedbab17cc400ae7ac17498463504f40646e8673.
* wip (#8101)tamaina2022-01-011-3/+3
|
* enhance(client): tweak uisyuilo2021-12-316-136/+56
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2021-12-302-5/+5
|\
| * スコープの判定を厳密に (#8100)tamaina2021-12-301-1/+1
| |
| * Update CONTRIBUTING.mdsyuilo2021-12-301-1/+1
| |
| * fix pizzax (#8099)tamaina2021-12-301-3/+3
| |
* | enhance(client): tweak uisyuilo2021-12-3021-317/+387
|/
* enhance: pizzaxでstreamingのuser storage ↵tamaina2021-12-2931-53/+98
| | | | | | | | | | | | | | | | | | | | | updateイベントを監視して更新 (#8095) * wip * wip? * ? * streamingのuser storage updateイベントを監視して更新 * 必要な時以外はストレージを更新しない * fix? * wip * fix * fix
* 12.101.1syuilo2021-12-292-4/+2
|
* Update CHANGELOG.mdsyuilo2021-12-291-0/+8
|
* revert d53795184syuilo2021-12-294-54/+4
|
* fix(server): ↵syuilo2021-12-291-1/+2
| | | | エクスポートした絵文字の拡張子がfalseになることがあるのを修正