| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update CHANGELOG.md | syuilo | 2021-11-28 | 1 | -0/+4 |
| | | |||||
| * | client: refine ui | syuilo | 2021-11-28 | 48 | -1141/+1736 |
| | | |||||
| * | /antennas/notes API ↵ | xianon | 2021-11-28 | 1 | -1/+10 |
| | | | | | で日付による絞り込みができるようにする (#8015) | ||||
| * | Fix install docs link in readme (#8017) | Francis Dinh | 2021-11-28 | 1 | -1/+1 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2021-11-27 | 2 | -0/+15 |
| | | | | | モバイルでタップしたときにツールチップが表示される問題を修正 | ||||
| * | fix: notification.vueのIntersectionObserverまわりを修正 (#8010) | tamaina | 2021-11-26 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | fix: toolsが動かないのを修正 (#8008) | MeiMei | 2021-11-26 | 5 | -9/+14 |
| | | | | | | * Move tools * Fix DB | ||||
| * | Update ja-JP.yml | syuilo | 2021-11-26 | 1 | -1/+3 |
| | | |||||
| * | Implemented a rotate MFM (#8016) | Richard "EpicKitty" Bowey | 2021-11-26 | 4 | -1/+19 |
| | | | | Co-authored-by: Richard Bowey <me@epickitty.uk> | ||||
| * | Update README.md | syuilo | 2021-11-21 | 1 | -11/+25 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2021-11-21 | 3 | -6/+3 |
| | | | | | リアクションツールチップ、Renoteツールチップのユーザーの並び順を修正 | ||||
| * | fix(client): ↵ | syuilo | 2021-11-21 | 3 | -0/+10 |
| | | | | | ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正 | ||||
| * | move tools dir into src | syuilo | 2021-11-21 | 21 | -210/+0 |
| | | |||||
| * | client: ノートにモデレーターバッジを表示するのを廃止 | syuilo | 2021-11-21 | 4 | -25/+9 |
| | | |||||
| * | Update README.md | syuilo | 2021-11-20 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | syuilo | 2021-11-20 | 1 | -88/+15 |
| | | |||||
| * | update banner image | syuilo | 2021-11-20 | 2 | -70/+1 |
| | | |||||
| * | Update package.json | syuilo | 2021-11-19 | 1 | -1/+1 |
| | | |||||
| * | 12.97.0 | syuilo | 2021-11-19 | 1 | -1/+1 |
| | | |||||
| * | New Crowdin updates (#7984) | syuilo | 2021-11-19 | 15 | -152/+788 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) * New translations ja-JP.yml (Esperanto) | ||||
| * | Update .eslintrc.js | syuilo | 2021-11-19 | 1 | -0/+2 |
| | | |||||
| * | update linr | syuilo | 2021-11-19 | 291 | -1163/+1175 |
| | | |||||
| * | Update .eslintrc.js | syuilo | 2021-11-19 | 1 | -0/+1 |
| | | |||||
| * | feat(client): keep line breaks of translated text to improve readability | syuilo | 2021-11-19 | 3 | -4/+5 |
| | | |||||
| * | fix(client): better error handling of file upload | syuilo | 2021-11-19 | 1 | -4/+23 |
| | | |||||
| * | feat(client): collapse sub note automatically | syuilo | 2021-11-19 | 2 | -1/+43 |
| | | |||||
| * | Update CONTRIBUTING.md | syuilo | 2021-11-19 | 1 | -0/+5 |
| | | |||||
| * | implement dev command | syuilo | 2021-11-19 | 6 | -97/+154 |
| | | |||||
| * | fix(client): fix plugin activate and uninstall (#7991) | futchitwo | 2021-11-19 | 1 | -1/+2 |
| | | | | | | * fix(client): fix plugin activate and uninstall * Fix(client): fix package activates | ||||
| * | lint: add missing semicolon | syuilo | 2021-11-18 | 1 | -1/+1 |
| | | |||||
| * | improve ide support | syuilo | 2021-11-18 | 3 | -1/+18 |
| | | |||||
| * | fix | syuilo | 2021-11-18 | 5 | -15/+13 |
| | | |||||
| * | introduce lint for client | syuilo | 2021-11-18 | 40 | -153/+817 |
| | | | | | Resolve #7998 | ||||
| * | Update CHANGELOG.md | syuilo | 2021-11-18 | 1 | -0/+1 |
| | | |||||
| * | limit depth of reply posts (#7979) | Johann150 | 2021-11-18 | 2 | -11/+22 |
| | | | | | | | | * limit depth of reply posts * some tweaks Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | lint: warn non-null-assertion to reduce unexpected behaviour | syuilo | 2021-11-18 | 1 | -1/+1 |
| | | |||||
| * | refactor(client): refactor dialog functions to improve type inference | syuilo | 2021-11-18 | 84 | -460/+415 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2021-11-18 | 1 | -1/+1 |
| |\ | |||||
| | * | fix(client):fix search all users (#7993) | futchitwo | 2021-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | ci: cache node_modules | syuilo | 2021-11-18 | 2 | -0/+8 |
| | | | |||||
| * | | Update CHANGELOG.md | syuilo | 2021-11-18 | 1 | -1/+3 |
| |/ | |||||
| * | feat(client): アカウント削除に確認ダイアログを出すように | syuilo | 2021-11-14 | 3 | -0/+17 |
| | | |||||
| * | fix(client): fix tooltip style | syuilo | 2021-11-14 | 2 | -28/+50 |
| | | |||||
| * | fix(client): improve error handling | syuilo | 2021-11-14 | 2 | -6/+4 |
| | | |||||
| * | Fix v12.96.x Docker (#7982) | MeiMei | 2021-11-14 | 5 | -2/+20 |
| | | |||||
| * | Update build.js | syuilo | 2021-11-14 | 1 | -6/+0 |
| | | |||||
| * | fix for lint | syuilo | 2021-11-13 | 12 | -574/+581 |
| | | |||||
| * | Update .eslintrc.js | syuilo | 2021-11-13 | 1 | -0/+9 |
| | | |||||
| * | 12.96.1 | syuilo | 2021-11-13 | 2 | -1/+5 |
| | | |||||
| * | add alias to improve compatibility | syuilo | 2021-11-13 | 1 | -1/+2 |
| | | |||||