Commit Graph
100 Commits
Author SHA1 Message Date
Acid Chicken (硫酸鶏) 259cfeae17 Use Node.js official Docker image (#3241)
* Update Dockerfile

* Update Dockerfile
2018-11-15 21:43:02 +09:00
Acid Chicken (硫酸鶏) 9d8f7b081d WIP: Add Discord auth (#3239)
* Add Discord auth

* Apply review 175263424
2018-11-15 19:15:04 +09:00
Acid Chicken (硫酸鶏) 00bb403497 Fix #3228 (#3230)
* Update index.ts

* fix sw.js path

* Revert "Update index.ts"

This reverts commit e0b1d4239f.
2018-11-14 16:35:00 +09:00
Acid Chicken (硫酸鶏) 8674d55c8e Hotfix typo 2018-11-11 21:34:50 +09:00
Acid Chicken (硫酸鶏) ad0ea2fab2 Update config.yml (#3195) 2018-11-10 10:42:12 +09:00
Acid Chicken (硫酸鶏) 21303bd06a Update CircleCI configuration (#3163)
* Update config.yml

* Update config.yml
2018-11-08 18:49:45 +09:00
Acid Chicken (硫酸鶏) 8c68992594 Fix deploy fails on CircleCI 2018-11-07 02:06:32 +09:00
Acid Chicken (硫酸鶏) b9b05a7401 Fix test fails 2018-11-05 19:50:38 +09:00
Acid Chicken (硫酸鶏) 12f932d48a Update CI configuration (#3120)
* Update config.yml

* Add `npm prune` command

refs: https://misskey.xyz/notes/5bd9b87168b2a30045edb3aa

* Ensure package-lock.json exists
2018-11-05 17:38:57 +09:00
Acid Chicken (硫酸鶏) 54e9147782 Refactoring codes
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171437187
2018-11-05 17:04:17 +09:00
Acid Chicken (硫酸鶏) 31b7626d01 Make code better
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171423739
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171424596
refs: https://github.com/syuilo/misskey/pull/3117#pullrequestreview-171425303
2018-11-05 16:19:14 +09:00
Acid Chicken (硫酸鶏) 200ebefe92 Add support for unicode emojis
refs: https://github.com/syuilo/misskey/pull/3117#issuecomment-435745613
2018-11-05 15:15:37 +09:00
Acid Chicken (硫酸鶏) b7f10fdc10 Fix bug
refs: https://github.com/syuilo/misskey/pull/3117#discussion_r230624389
2018-11-05 13:24:54 +09:00
Acid Chicken (硫酸鶏) 0d23ce3d45 Make /api/v1/instance and /api/v1/custom_emojis better (#3118)
* Separate commits

From commit dca110ebaa.

* Re-separate commits

From commit 9719387bee.
2018-11-05 11:57:17 +09:00
Acid Chicken (硫酸鶏) 9719387bee Re-separate commits 2018-11-05 11:51:14 +09:00
Acid Chicken (硫酸鶏) dca110ebaa Separate commits
Flash Back 90's
2018-11-05 11:39:13 +09:00
Acid Chicken (硫酸鶏) 136f23c7ad Merge branch 'develop' into twemoji 2018-11-05 11:21:34 +09:00
Acid Chicken (硫酸鶏) 0963e6d6e1 Use Twemoji 2018-11-05 11:19:40 +09:00
Acid Chicken (硫酸鶏) a1a3ee44b5 Implement /api/v1/custom_emojis (#3116) 2018-11-05 10:45:57 +09:00
Acid Chicken (硫酸鶏) 4e7fbd8967 Implement /api/v1/custom_emojis 2018-11-05 10:42:46 +09:00
Acid Chicken (硫酸鶏) 75791981ce Fix #3115 2018-11-05 10:34:53 +09:00
Acid Chicken (硫酸鶏) 8646a9c49c Add GitHub auth (#3095) 2018-11-04 22:03:55 +09:00
Acid Chicken (硫酸鶏) a87c5899c5 Fix typo 2018-11-04 20:08:31 +09:00
Acid Chicken (硫酸鶏) 147ad69864 Revert "Add GitHub auth"
This reverts commit c146006476.
2018-11-04 19:22:04 +09:00
Acid Chicken (硫酸鶏) c146006476 Add GitHub auth 2018-11-04 19:17:30 +09:00
Acid Chicken (硫酸鶏) 5cbc908ba3 Fix typo 2018-11-01 19:32:11 +09:00
Acid Chicken (硫酸鶏) a2b94d67f7 Update README.md [AUTOGEN] (#3060) 2018-11-01 08:23:11 +09:00
Acid Chicken (硫酸鶏) 051c6973af Update README.md [AUTOGEN] (#3059) 2018-11-01 08:20:56 +09:00
Acid Chicken (硫酸鶏) a51828a7a2 Update test.yml (#3052) 2018-10-31 22:07:26 +09:00
Acid Chicken (硫酸鶏) 7e2009f408 Update config.yml (#3051) 2018-10-31 22:00:21 +09:00
Acid Chicken (硫酸鶏) 9c27d0ae3f Add CircleCI badge (#3050) 2018-10-31 11:29:25 +09:00
Acid Chicken (硫酸鶏) 50cd6a036e Implement /api/v1/instance (#3045)
* Update mastodon.ts

* Update types.ts

* Update mastodon.ts
2018-10-31 02:17:54 +09:00
Acid Chicken (硫酸鶏) 6f979c8275 Configure CI (#3037)
* Update config.yml

* Configure CI

* Use Vesion 2.1

* Fix error

* Ensure binary builds

* Ensure misskey builds

* Store artifacts

* Ensure node-gyp builds

* Fix typo

* Fix typo

* Ensure binary builds

* Update working directory

* Cache test npm packages

* Revert "Update working directory"

* Ensure misskey builds

* Ensure node-gyp builds

* Fix missing configurations

* Configure deploy filters

* Use latest npm in Docker
2018-10-30 12:36:14 +09:00
Acid Chicken (硫酸鶏) 8ea1a555f4 Update README.md [AUTOGEN] 2018-10-27 13:36:06 +09:00
Acid Chicken (硫酸鶏) 04024dc37c Update README.md [AUTOGEN] (#3024) 2018-10-27 03:47:04 +09:00
Acid Chicken (硫酸鶏) 060ff9288f Build assets in CircleCI. (#3021) 2018-10-27 03:46:48 +09:00
Acid Chicken (硫酸鶏) 100a525507 Update autogen.sh (#2914)
refs: https://github.com/syuilo/misskey/commit/8b98c08a81be1bb6a9c43d9cd82fe660fb09bc94#commitcomment-30911933
2018-10-16 11:45:11 +09:00
Acid Chicken (硫酸鶏) 7e50e03cfb Update README.md [AUTOGEN] (#2801) 2018-10-02 20:23:27 +09:00
Acid Chicken (硫酸鶏) 1b9b8912ae Update post-form.vue (#2790) 2018-09-30 22:45:24 +09:00
Acid Chicken (硫酸鶏) b24f368d3f サロゲートペアを字数にカウントしないようにする (#2661)
* Update post-form.vue

* Update messaging-message.ts

* Update post-form.vue

* Update note.ts

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update messaging-message.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update note.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216175581

* Update post-form.vue

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242002

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242105
2018-09-10 18:02:46 +09:00
Acid Chicken (硫酸鶏) d033998b56 Update README.md [AUTOGEN] (#2586) 2018-09-02 19:10:12 +09:00
Acid Chicken (硫酸鶏) 3a6947c7ed Update README.md [AUTOGEN] 2018-09-02 09:45:28 +09:00
Acid Chicken (硫酸鶏) b93395fc4c Update README.md [AUTOGEN] 2018-09-02 09:05:34 +09:00
Acid Chicken (硫酸鶏) 34eacb7e2d Update README.md [AUTOGEN] 2018-09-02 08:03:27 +09:00
Acid Chicken (硫酸鶏) a228c522f1 Update autogen.sh 2018-09-01 14:54:40 +09:00
Acid Chicken (硫酸鶏) 3266f3948a Update README.md [AUTOGEN] 2018-08-26 17:55:06 +09:00
Acid Chicken (硫酸鶏) 0ebe801af4 Update boot.js 2018-08-25 17:06:40 +09:00
Acid Chicken (硫酸鶏) 774834a31f Update url-preview.vue 2018-08-23 16:25:36 +09:00
Acid Chicken (硫酸鶏) d704aca035 Update url-preview.vue 2018-08-23 00:40:32 +09:00
Acid Chicken (硫酸鶏) 2b54b4ac06 Update url-preview.vue 2018-08-23 00:34:35 +09:00
Acid Chicken (硫酸鶏) e51184931d Update crowdin.yml 2018-08-22 23:53:27 +09:00
Acid Chicken (硫酸鶏) 550d1547b4 Add autogen.sh
refs: https://github.com/syuilo/misskey/pull/2391#issuecomment-414915763
2018-08-22 14:41:41 +09:00
Acid Chicken (硫酸鶏) ef1d854f2c Update README.md [AUTOGEN] 2018-08-22 14:25:06 +09:00
Acid Chicken (硫酸鶏) 137741d307 Update index.js 2018-08-22 01:52:13 +09:00
Acid Chicken (硫酸鶏) d702f6e090 Rename ja-ks.yml to ja-KS.yml 2018-08-22 01:51:42 +09:00
Acid Chicken (硫酸鶏) f33701233c Update boot.js 2018-08-22 01:50:13 +09:00
Acid Chicken (硫酸鶏) 70003269e5 Update boot.js 2018-08-22 01:48:08 +09:00
Acid Chicken (硫酸鶏) ae0284b1b1 Update README.md [AUTOGEN] 2018-08-20 19:03:01 +09:00
Acid Chicken (硫酸鶏) 166c4ebda0 Update reversi.game.vue 2018-08-20 18:12:03 +09:00
Acid Chicken (硫酸鶏) 319eed029b Update reversi.game.vue 2018-08-20 18:10:51 +09:00
Acid Chicken (硫酸鶏) 4f4496078a Update user.vue 2018-08-20 02:05:57 +09:00
Acid Chicken (硫酸鶏) 09d1f1c20d Update README.md 2018-08-19 23:14:22 +09:00
Acid Chicken (硫酸鶏) 1408f39d9a Update ja-ks.yml 2018-08-18 17:07:25 +09:00
Acid Chicken (硫酸鶏) 4ba06541aa Update ja-ks.yml 2018-08-18 17:07:00 +09:00
Acid Chicken (硫酸鶏) 5c78ed645a Update index.js 2018-08-18 17:04:00 +09:00
Acid Chicken (硫酸鶏) 33e19447aa Create ja-ks.yml 2018-08-18 17:02:56 +09:00
Acid Chicken (硫酸鶏) b1d77775aa Update README.md [AUTOGEN] 2018-08-18 11:02:58 +09:00
Acid Chicken (硫酸鶏) b360f2ed45 Update README.md 2018-08-18 04:34:44 +09:00
Acid Chicken (硫酸鶏) 6781b68d33 Delete README.foot.md 2018-08-17 22:37:11 +09:00
Acid Chicken (硫酸鶏) d058eff59a Update and rename README.head.md to README.md 2018-08-17 22:36:38 +09:00
Acid Chicken (硫酸鶏) 59bec546e4 Create README.foot.md 2018-08-17 18:34:35 +09:00
Acid Chicken (硫酸鶏) 86503f2d69 Create README.head.md 2018-08-17 18:33:49 +09:00
Acid Chicken (硫酸鶏) a860479e88 Update url-preview.vue 2018-08-15 19:00:44 +09:00
Acid Chicken (硫酸鶏) b351b3fae5 Update url-preview.vue 2018-08-15 18:49:05 +09:00
Acid Chicken (硫酸鶏) a2931d6f7e Update ui.header.vue 2018-08-14 02:26:58 +09:00
Acid Chicken (硫酸鶏) 38b75ad977 Update avatar.vue 2018-08-14 02:10:06 +09:00
Acid Chicken (硫酸鶏) f15878cc6f Update avatar.vue
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209609541
2018-08-13 22:49:32 +09:00
Acid Chicken (硫酸鶏) 979efee412 Update url-preview.vue 2018-08-13 04:41:12 +09:00
Acid Chicken (硫酸鶏) 4edd9efc0b Update avatar.vue
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350
2018-08-13 03:47:56 +09:00
Acid Chicken (硫酸鶏) 2913c7ccfb Update avatar.vue 2018-08-13 03:42:12 +09:00
Acid Chicken (硫酸鶏) e1f460f90f Update user.header.vue 2018-08-13 03:40:50 +09:00
Acid Chicken (硫酸鶏) 70f927ea43 Update avatar.vue 2018-08-13 03:39:32 +09:00
Acid Chicken (硫酸鶏) 80d343bb0b Update avatar.vue 2018-08-13 03:36:42 +09:00
Acid Chicken (硫酸鶏) 8384efc8c7 Create whitelist 2018-08-13 03:23:36 +09:00
Acid Chicken (硫酸鶏) 4da8cc478f Update ui.header.vue 2018-08-13 01:58:15 +09:00
Acid Chicken (硫酸鶏) 92befbb4cc Fix #2177
Resolves #2177
2018-08-13 00:18:02 +09:00
Acid Chicken (硫酸鶏) 19c872a1f3 Update url-preview.vue 2018-08-11 19:56:53 +09:00
Acid Chicken (硫酸鶏) 9252c59d90 Merge branch 'master' into patch-player 2018-08-11 19:56:05 +09:00
Acid Chicken (硫酸鶏) 1b9f293959 Update url-preview.vue
多分もう折り返す必要はないのだわ
2018-08-09 23:34:54 +09:00
Acid Chicken (硫酸鶏) 7289d5b401 Add player 2018-08-09 16:44:34 +09:00
Acid Chicken (硫酸鶏) 6a92c19227 Update url-preview.vue 2018-08-09 04:21:25 +09:00
Acid Chicken (硫酸鶏) ebf0479ecc Update url-preview.vue 2018-08-09 04:05:28 +09:00
Acid Chicken (硫酸鶏) e724c1e7e8 Update url-preview.vue 2018-08-09 03:32:09 +09:00
Acid Chicken (硫酸鶏) 5268fee5b5 Fix bug 2018-07-27 19:15:38 +09:00
Acid Chicken (硫酸鶏) df5a7c7e0c Update calendar.vue 2018-07-27 18:28:06 +09:00
Acid Chicken (硫酸鶏) 0852045928 Update misskey-flavored-markdown.ts 2018-07-26 13:48:08 +09:00
Acid Chicken (硫酸鶏) 04de0e9a50 Update hashtags.vue 2018-07-26 13:47:06 +09:00
Acid Chicken (硫酸鶏) 41e657b64e Go to top 2018-07-23 14:35:00 +09:00
Acid Chicken (硫酸鶏) 9bb02e5bf6 Update post-form.vue 2018-07-21 02:14:24 +09:00
Acid Chicken (硫酸鶏) ae68e6372c Update messaging-room.form.vue 2018-07-21 02:07:50 +09:00