897 Commits

Author SHA1 Message Date
syuilo
8e5f2690f2
feat: Webhook (#8457)
* feat: introduce webhook

* wip

* wip

* wip

* Update CHANGELOG.md
2022-04-02 15:28:49 +09:00
tamaina
f7030d4a42
enhance: タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450)
* enhance experience of deck with touchpad

* test: 単純にdeltaYを加算してみる

* clean up

* ios bug fix?

* ✌️

* use overflow-y

* Safari does not supports clip
2022-04-02 15:12:01 +09:00
syuilo
11ccb98c93 update deps 2022-04-01 19:13:40 +09:00
af0dfb2362
wtf??? 2022-04-01 03:39:17 +09:00
ad74fbc48f
wtf????aaaa 2022-04-01 03:29:45 +09:00
d0775da7d2
wtf????aaa 2022-04-01 03:23:01 +09:00
633994ecb6
wtf????aa 2022-04-01 02:46:07 +09:00
54923b7ac9
wtf????aa 2022-04-01 02:21:30 +09:00
7663170fae
wtf????a 2022-04-01 01:59:08 +09:00
cebb66cc36
wtf???? 2022-04-01 00:47:56 +09:00
f6dda604dc
fix: update package.json select-file-enc.ts 2022-03-30 16:05:35 +09:00
40e3c75c13
fix: update select-file-enc.ts 2022-03-30 15:59:08 +09:00
a2150b1269
fix: update l-simkey.json5 2022-03-29 03:08:09 +09:00
19579ed0f1
fix: add l-simkey.json5 2022-03-29 02:54:17 +09:00
982896f7be
fix: update default store.ts 2022-03-29 02:31:29 +09:00
dependabot[bot]
48742dcee1
Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:41:52 +09:00
dependabot[bot]
4acfa7a191
Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:41:39 +09:00
dependabot[bot]
ba66ddd41e
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:32:57 +09:00
syuilo
525b4b6cf4 tweak client 2022-03-27 16:28:25 +09:00
syuilo
30fe632d54 fix of client 2022-03-27 16:21:09 +09:00
syuilo
c7969ef418 refactor 2022-03-27 02:22:31 +09:00
tamaina
a3cdb4cca1
fix: Handle decodeURIComponent error (#8411) 2022-03-27 02:21:56 +09:00
syuilo
889a890ac5 update deps 2022-03-25 16:32:10 +09:00
syuilo
ac8c66f5ab perf(server): refactor and performance improvements 2022-03-25 16:27:41 +09:00
syuilo
6f5282058f
Update account.ts 2022-03-25 02:43:48 +09:00
syuilo
863b6c48f8 enhance(client): アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように 2022-03-25 01:53:20 +09:00
syuilo
d0a346ed8a refactor: separate meta api for admin or not 2022-03-25 01:50:28 +09:00
syuilo
9320c1699a perf(server): disable some antenna features to improve performance 2022-03-22 00:07:43 +09:00
syuilo
ff19640171 perf(server): reduce db query 2022-03-21 20:43:43 +09:00
721c47a74b
fix: reject mp4 2022-03-21 19:28:22 +09:00
tamaina
78736c70f7
デッキまわりをCompositon API / Setup Sugarに (#8410)
* universal.widgets.vue

* column.vue, antenna-column.vue

* direct-column.vue, list-column.vue

* main-column.vue

* wip

* ✌️

* fix

* ✌️

* ✌️
2022-03-21 03:11:14 +09:00
syuilo
c928941d29 fix(client): fix popup menu direction calclation 2022-03-19 22:03:53 +09:00
syuilo
815c8bf4c8 update deps 2022-03-19 19:22:58 +09:00
syuilo
caadc0978a feat: introduce bull dashboard 2022-03-19 19:08:55 +09:00
こけっち
6bc893ca44
Merge pull request #27 from sim1222/sim-dev-comv-mov-1
feat: Add convert video container button
2022-03-13 16:15:56 +09:00
9c34f96cdd
feat: Add convert video container button lang 2022-03-13 16:14:57 +09:00
74a80b3405
feat: Add convert video container button 2022-03-13 16:11:08 +09:00
84da9d4cd4
fix: wip 2022-03-13 14:37:55 +09:00
b48f76aad1
fix: update package.json 2022-03-13 14:14:44 +09:00
78b9550eca
fix: debug 2022-03-13 14:09:44 +09:00
4aed68ec96 Merge tag '12.108.1-simkey' into develop 2022-03-12 19:38:14 +09:00
syuilo
fb355abbcf 🎨 2022-03-12 14:54:08 +09:00
90c89c3083
fix: debug 2022-03-12 02:24:23 +09:00
c63d7dc898
fix: wippppppppppppppppppppppaaafaafawfwafwaafw 2022-03-12 02:19:56 +09:00
74e695a320
fix: wipppppppppppppppppppppp 2022-03-12 02:11:15 +09:00
f269ceaee9
fix: wip 2022-03-12 01:30:08 +09:00
57a106a192
fix: wip 2022-03-12 01:23:49 +09:00
5563d6bdeb
fix: wip 2022-03-11 22:48:50 +09:00
ab59a5b659
fix: dont export select-file-enc.ts 2022-03-11 22:45:03 +09:00
a81f8b8275
feat: Add video convert button 2022-03-11 22:34:38 +09:00