ThatOneCalculator
9b5f0ad18c
Hide share button if unavailable ( closes #9175 )
2022-12-03 18:45:24 -08:00
ThatOneCalculator
f8792fb983
Rename/re-icon "favorites" to "bookmarks": closes #9176
2022-12-03 16:02:03 -08:00
ThatOneCalculator
0d032b90d0
moved reduced motion query to script
2022-11-29 18:40:12 -08:00
syuilo
bf87e9586b
improve performance (merge deepClone from Misskey dev)
2022-11-18 17:28:58 -08:00
ThatOneCalculator
f3f63a5dc1
AVIF support
2022-11-14 18:53:38 -08:00
ThatOneCalculator
9f72b3e12d
use users-three
icon for Groups
2022-11-07 12:29:56 -08:00
ThatOneCalculator
b26cc866bb
make icons large
2022-11-06 18:49:47 -08:00
ThatOneCalculator
3fefe1ba4b
fixxxxx
2022-11-06 18:30:26 -08:00
ThatOneCalculator
a9dce362df
feat: 💄 Phosphor icons!
2022-11-06 17:33:52 -08:00
ThatOneCalculator
ad420b37d6
Merge remote-tracking branch 'misskey/develop' into develop
2022-09-05 15:00:45 -07:00
syuilo
97575064d5
refactor(client): align filename to component name
2022-08-31 00:24:33 +09:00
ThatOneCalculator
3959698e89
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-27 15:18:59 -07:00
syuilo
76b14494d7
enhance(client): add html color-schema support
2022-08-27 00:39:59 +09:00
ThatOneCalculator
848767fe0e
Merge remote-tracking branch 'misskey/develop' into develop
2022-08-06 22:06:55 -07:00
syuilo
2ca066a3ac
enhance(client): improve clock widgets
2022-08-05 23:51:15 +09:00
Johann150
c6898565ce
client: fix lint "quotes"
2022-08-04 13:37:06 -07:00
ThatOneCalculator
6372357f81
Less cluttered notification summary
2022-07-28 09:24:43 -07:00
Johann150
fed2085138
Merge: enhance privacy of notes
...
https://akkoma.dev/FoundKeyGang/FoundKey/pulls/14
2022-07-25 13:36:44 -07:00
ThatOneCalculator
53e6fbfb89
Merge remote-tracking branch 'johann150/mk/bearer-authentication' into develop
2022-07-23 19:05:35 -07:00
ThatOneCalculator
e7eee6a9d8
b3
2022-07-21 12:48:23 -07:00
syuilo
3478b4392e
enhance(client): add some themes
2022-07-22 00:25:56 +09:00
syuilo
a23b24e9cc
Merge branch 'develop' into pr/9021
2022-07-19 23:53:08 +09:00
Johann150
c36d96316e
client: use bearer token authorization
2022-07-19 09:33:00 +02:00
ThatOneCalculator
02ee80a607
Rose Pine
2022-07-18 21:37:10 -07:00
syuilo
8c3974b97b
enhance(client): tweak ui
2022-07-17 21:06:33 +09:00
syuilo
1c670a3074
chore(client): tweak user-info routing
2022-07-16 16:52:12 +09:00
syuilo
c6d8346b7f
enhance(client): RSSティッカーで表示順序をシャッフルできるように
2022-07-15 17:12:08 +09:00
syuilo
bc4fb0ad6b
lit fixes
2022-07-13 21:39:16 +09:00
Johann150
e53284dc20
fix: add es2017
build target ( #8931 )
...
* remove top level awaits
* add es2017 target
* refactor: use setup and ref sugar
2022-07-13 21:17:19 +09:00
syuilo
65ec13a137
fix(client): fix url encoded string handling of nirax
...
Fix #8878
2022-07-13 18:11:54 +09:00
syuilo
f9929c7a7b
🎨
2022-07-13 16:33:18 +09:00
yzhe819
2d69600539
chore: fix lint errors ( #8981 )
2022-07-10 19:47:29 +09:00
syuilo
d97cae841d
enhance(client): update themes
2022-07-10 15:36:02 +09:00
syuilo
ed5d81859f
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* Update ja-JP.yml
* Update ja-JP.yml
* ポルノ判定のしきい値を高めに
* エラーハンドリングちゃんとした
* Update ja-JP.yml
* 感度設定を強化
* refactor
* feat: add video support for auto nsfw detection
* rename: image -> media
* .js
* fix: add missing error handling
* fix: use valid pathname instead of using filename due to invalid usage
* perf(nsfw-detection): decode frames
* disable detection of video for some reasons
* perf(nsfw-detection): streamify detection process for video
* disable disallowUploadWhenPredictedAsPorn option
* fix(nsfw-detection): improve reliability
* fix(nsfw-detection): use Math.ceil instead of Math.round
* perf(nsfw-detection): delete tmp frames after used
* fix(nsfw-detection): FSWatcher does not emit ready event
* perf(nsfw-detection): skip black frames
* refactor: strip exists check
* Update package.json
* めっちゃ変えた
* lint
* Update COPYING
* オプションで動画解析できるように
* Update yarn.lock
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-07 21:06:37 +09:00
Johann150
1c0966726b
refactor: use overflow-y to determine scroll container
...
By using `overflow-y` instead of `overflow` using `endsWith` can be
avoided and represents the data we are actually interested in here
more accurately.
2022-07-06 19:02:39 +02:00
Kainoa Kanter
698409a1b1
chore: fix client lint errors ( #8934 )
...
* Fix client lint
* Hide no-v-html
* Ignore banned type
* Update page-editor.vue
2022-07-05 11:21:59 +09:00
Johann150
9538815980
fix lint @typescript-eslint/ban-types
2022-07-04 16:46:48 +02:00
Johann150
7cbd70bd36
fix lint no-prototype-builtins
2022-07-04 16:39:04 +02:00
Johann150
2a8dbb43c0
fix lint padded-blocks
2022-07-04 15:59:24 +02:00
syuilo
d15507a090
chore(client): tweak ui
2022-07-02 22:07:04 +09:00
syuilo
e23e7de453
feat: Log user ips ( #8872 )
...
* wip
* store ip and headers
* Update admin-file.vue
* require admin for view ip/headers
* IP (recent) 消した
* admin必須
* opt in
* clean ips periodically
* respect logging setting in drive/files/create
2022-07-02 15:12:11 +09:00
syuilo
d9b55a4bea
chore(client): tweak ui
2022-06-30 23:51:18 +09:00
syuilo
7be20ff1a7
tweak client
2022-06-30 10:53:40 +09:00
Johann150
ef9c59430b
Prevent access to user pages when not logged in [v2] ( #8904 )
...
* do not throw error when navigating
* enhance: add loginRequired to router
This allows client pages to require logging in before displaying the
page, useful for example for user settings pages.
* add login requirements
Co-authored-by: Andreas Nedbal <git@pixelde.su>
2022-06-29 18:26:06 +09:00
syuilo
4e20f39dca
refactor(client): extract interval logic to a composable function
...
あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
2022-06-26 03:12:58 +09:00
syuilo
3639f76c56
refactor(client): extract tooltip logic of chart
2022-06-25 18:05:35 +09:00
Johann150
d78b20ba07
fix lints
2022-06-24 12:44:22 +02:00
syuilo
161289dcd7
fix #8861
2022-06-24 00:47:55 +09:00
Johann150
6c244d452e
enhance: word mute checks CW ( #8873 )
2022-06-23 20:26:47 +09:00
syuilo
69c45e4474
tweak client
2022-06-21 17:55:38 +09:00