Commit graph

1112 commits

Author SHA1 Message Date
79f546d150 stop player on hide/unhide 2022-12-29 21:01:35 +01:00
6b7f13e8ef make webkit style range slider the same 2022-12-29 10:36:59 +01:00
8a267c5cdc restyling range inputs 2022-12-29 01:16:18 +01:00
c39e1671b2 make module seekable 2022-12-29 00:57:47 +01:00
c1762f27ae remove accesskey attribs 2022-12-29 00:14:35 +01:00
08f75a01f1 v-else on play button 2022-12-29 00:12:23 +01:00
9302a9faaa replace filter with some 2022-12-29 00:08:19 +01:00
794298c21c little cleanup 2022-12-27 15:32:43 +01:00
f383aec1cd repeat only once and proper handling of track ending 2022-12-27 15:23:25 +01:00
fdaa9614c9 prevent losing connection when downloading module 2022-12-27 14:52:20 +01:00
6c5723c795 colours!!! 🌈 2022-12-27 14:45:59 +01:00
dba4f0a4a9 replace with i18n 2022-12-27 13:01:06 +01:00
4234dfbdbc retab 2022-12-26 15:47:10 +01:00
0cc1ea8c3e include libopenmpt tracker to foundkey 2022-12-26 15:19:28 +01:00
c2437c696a add libopenmpt 2022-12-26 12:08:49 +01:00
c02a03168d
fixup tooltip: use this instead of self 2022-12-24 13:48:58 +01:00
e8e82dac82
fixup: confusing commas 2022-12-23 02:30:57 +01:00
ddf3e2c3db
client: refactor tooltip directive
Using the beforeUnmount hook should hopefully improve issues with
tooltips being left behind.
2022-12-22 14:12:25 +01:00
c411669133
client: fix token-generate-window component 2022-12-18 20:42:05 +01:00
639fa74d43
client: restyle app token view 2022-12-18 19:37:52 +01:00
3bf7deb233
client: remove unused styling classes 2022-12-18 00:50:02 +01:00
2520633210
client: move MFM animations to MFM component 2022-12-18 00:49:28 +01:00
4574db523a
client: add default margin to FormSwitch and MkButton 2022-12-18 00:11:32 +01:00
263fb94f3f
client: unify import names of form ui components 2022-12-18 00:04:53 +01:00
0e3321c106
client: unify import names of MkButton component 2022-12-17 23:32:25 +01:00
677ee537d1
client: remove unused component 2022-12-17 22:39:18 +01:00
1e539e6af5
client: add missing space
see FoundKeyGang/FoundKey#291
2022-12-17 22:34:49 +01:00
0e5f744560
client: 2fa is not its own settings page 2022-12-17 22:34:49 +01:00
84d83d908a
client: add button to unrenote
Changelog: Added
2022-12-15 17:52:19 +01:00
6256ddbd30
client: remove unused variables 2022-12-14 22:09:29 +01:00
00fcc238f7
client: remove broken instance ticker from landing page 2022-12-14 22:08:27 +01:00
398ee6435b
client: replace repo link with foundkey link 2022-12-14 18:21:24 +01:00
e28a9eb8e8
use tsc --noEmit for backend and client
See https://github.com/misskey-dev/misskey/pull/9316
2022-12-13 16:02:06 -05:00
e5a4c5d2d0
chore: update @typescript-eslint packages 2022-12-13 15:57:26 -05:00
6bba55c196
sw: add TypeScript type checking
This implements the upstream changes from
https://github.com/misskey-dev/misskey/pull/9314 but updated to our
version of ESLint.

Also updates TypeScript to 4.9.4 for all packages.
2022-12-13 15:42:08 -05:00
6a26da3516
client: use configurable images 2022-12-13 20:54:49 +01:00
Sam Smucny
21069223e3
client: add tooltips to visibility icons
Changelog: Changed
2022-12-13 20:49:17 +01:00
73870e85cd
client: make headlines in queue widget links
The headlines "inbox queue" and "deliver queue" are now links to the
admin panel page about the queue.

Changelog: Changed
2022-12-07 23:23:16 +01:00
873e21f090
chore: update eslint 2022-12-07 16:27:53 -05:00
501cf834c8
client: fix issue of search only working once
closes FoundKeyGang/FoundKey#274

Changelog: Fixed
2022-12-07 21:56:27 +01:00
0f3f42eb39
remove rndstr dependency
This dependency was unused in the client.

The use of it in the server can be replaced entirely by the
secureRndstr function, with some slight modifications.

That function could probably be refactored a bit more as well.
2022-12-07 18:08:09 +01:00
d3f1ad9a88 chore: remove unused packages 2022-12-06 23:18:27 +01:00
96c3744555 client: remove integration settings menu entry 2022-12-06 23:00:32 +01:00
c785fbab6e client: remove integration signin options 2022-12-06 21:51:01 +01:00
547a1f81d4 client: remove integration settings 2022-12-06 21:50:34 +01:00
95384d0bb2 client: remove integration admin settings 2022-12-06 21:50:20 +01:00
38df8dc734
client: set display name limit same as server
Changelog: Fixed
2022-12-04 15:35:43 +01:00
d1e0d79c19
client: unify different error dialogs
Changelog: Fixed
2022-12-04 14:27:53 +01:00
5291f29581 implement OAuth PKCE
This implements Proof Key for Code Exchange a.k.a. RFC 7636.
2022-12-03 10:38:33 +00:00
15b3ab6d13 check redirect URIs 2022-12-03 10:38:33 +00:00