anatawa12
|
7bde630820
|
/tags と /user-tags が検索エンジンにインデックスされないように (#13847)
* chore(backend): noindex for tag search pages
* docs(changelog): `/tags` と `/user-tags` が検索エンジンにインデックスされないように
* chore: base.pug内でフラグでコントロールするように
|
2024-05-21 11:19:33 +09:00 |
|
syuilo
|
2b21c19362
|
update deps (#13624)
* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)
* ✌️
* ✌️
* pureimageの代わりに@napi-rs/canvasを使う (#13748)
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* ✌️
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2024-05-04 20:56:14 +09:00 |
|
かっこかり
|
cb5d8bdcdd
|
fix(backend): ページのOGP URLが違うのを修正 (#13749)
* fix(backend): ページのOGP URLが違うのを修正
* Update Changelog
* typo
|
2024-04-27 18:53:28 +09:00 |
|
かっこかり
|
0226a670dd
|
fix(backend): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (#13586)
* enhance(OGP): ユーザーやノートのOGPでローカルとリモートユーザーの見分けが付かない問題を修正 (MisskeyIO#528)
(cherry picked from commit 0c3de462d99c47297bebc162581bac6f78f21b49)
* Update Changelog
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
2024-03-18 18:34:31 +09:00 |
|
かっこかり
|
d20542c495
|
enhance: meta をSSR HTMLに埋め込む (#13436)
* enhance: `meta`をSSR HTMLに埋め込む
* HTML Metaの有効時間を指定
* 1時間
* MetaEntityService
* JSONをPackするように
* ✌️
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-02-23 10:47:17 +09:00 |
|
syuilo
|
5c8888d6a8
|
enhance(reversi): render ogp
|
2024-01-22 17:59:12 +09:00 |
|
syuilo
|
aedc1d0ee9
|
update deps
|
2023-12-14 13:22:12 +09:00 |
|
Nya Candy
|
e2cac3d949
|
fix: show real instance url (#12273)
* Update CHANGELOG.md
* fix: show real instance url
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: nenohi <kimutipartylove@gmail.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com>
|
2023-11-09 21:21:39 +09:00 |
|
syuilo
|
ac19b055c7
|
update deps
|
2023-09-29 15:11:08 +09:00 |
|
syuilo
|
5a4cf059ee
|
update deps
|
2023-09-23 12:46:19 +09:00 |
|
syuilo
|
814e28459e
|
enhance(backend): improve server icon setting
Resolve #11481
Resolve #10901
|
2023-09-16 17:05:17 +09:00 |
|
syuilo
|
1f7a81aae7
|
update deps (#11764)
* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
|
2023-09-04 13:33:38 +09:00 |
|
Kagami Sascha Rosylight
|
eb7b5f905a
|
feat(backend): support OAuth 2.0 authorization (#11053)
* feat(backend): support OAuth 2.0 authorization
* secureRndstr fix
* nanndekowareta
* nanndekowareta2
* nanndekowareta3
* unref?
* refactor to not close fastify
* use microformats-parser
* Update OAuth2ProviderService.ts
* clarify the reason behind dns lookup
* refactor(backend): use @types/oauth2orize-pkce (#11350)
* refactor(backend): use @types/oauth2orize-pkce
* Update package.json
* Update pnpm-lock.yaml
---------
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
---------
Co-authored-by: mtgto <hogerappa@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-07-27 18:51:58 +09:00 |
|
Acid Chicken (硫酸鶏)
|
9208cfd5f3
|
fix: hide sensitive gallery image on OGP (#11380)
|
2023-07-25 10:45:46 +00:00 |
|
Alex
|
b3358f0a8b
|
enhance: Add OGP data for notes with multiple images/videos (#11142)
* Add OGP data for notes with multiple images/videos
* Update CHANGELOG.md
* Update packages/backend/src/server/web/views/note.pug
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/src/server/web/views/note.pug
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-07-21 09:40:30 +00:00 |
|
syuilo
|
9a5bc78eb4
|
update deps
|
2023-07-15 16:07:30 +09:00 |
|
okayurisotto
|
d84796588c
|
cleanup: trim trailing whitespace (#11136)
* cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-07-08 07:08:16 +09:00 |
|
syuilo
|
d5c4e77c44
|
update deps
|
2023-07-07 10:53:06 +09:00 |
|
EdamAme
|
d2f8ed95aa
|
エスケープせずにDescriptionを出力、Update info-card.pug (#11108)
HTMLのタグがエスケープされ、
misskey-hub.netのサーバー一覧で、iframeで読み込む際にタグがそのまま出力される状況が発生していた。
pugにおける仕様に則り、!=に変更、エスケープを行わないように。
|
2023-07-06 09:42:57 +09:00 |
|
syuilo
|
60cc7f62e6
|
update deps
|
2023-06-24 13:11:53 +09:00 |
|
Ebise Lutica
|
34a32a8334
|
エラー画像URLを設定可能に (#10959)
* エラー画像URLを設定可能に
* Update CHANGELOG.md
* 設定したエラーアイコンをprefetchするようにbase.pugを変更
* 不足していたデータを追加
* enhance(frontend): デザイン調整
|
2023-06-09 14:00:53 +09:00 |
|
Outvi V
|
95b2148bfe
|
fix: correctly check the sensitivity flag (#10976)
|
2023-06-09 10:13:46 +09:00 |
|
syuilo
|
91d790bbb6
|
update deps
|
2023-06-02 11:34:38 +09:00 |
|
Acid Chicken (硫酸鶏)
|
915ed39715
|
feat: support summary_large_image (#10862)
* feat: use summary_large_image
* chore: add video
* chore: ignore sensitive image on note
|
2023-05-20 10:35:23 +09:00 |
|
syuilo
|
b380dc53e1
|
fix typo
|
2023-05-11 16:22:46 +09:00 |
|
syuilo
|
0c4c4e7202
|
念のためnoimageaiもつける
|
2023-05-10 10:54:56 +09:00 |
|
syuilo
|
ae5a72a2df
|
feat: 投稿したコンテンツのAIによる学習を軽減するオプションを追加
Resolve #10819
|
2023-05-10 10:52:41 +09:00 |
|
syuilo
|
bcd123371b
|
update deps
|
2023-05-02 20:52:36 +09:00 |
|
kakkokari-gtyih
|
49749b46c4
|
feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す (#10590)
* (add) user-friendly error page
* Update CHANGELOG.md
* (add) cache-control header
* Add ClientLoggerService
* Log params and query
* remove error stack on client
* fix pug
* 文面を調整
* :art]
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-04-12 12:52:14 +09:00 |
|
syuilo
|
bb2b33f2c9
|
update deps
|
2023-03-30 12:03:04 +09:00 |
|
syuilo
|
0944c1cd6f
|
update tabler-icons
|
2023-03-16 14:14:14 +09:00 |
|
tamaina
|
deed25a2ff
|
Fix #9842
|
2023-02-09 08:00:45 +00:00 |
|
syuilo
|
b62894ff56
|
use minified css
|
2023-01-24 15:02:16 +09:00 |
|
tamaina
|
0f3399753d
|
chore: remove Search from the name of OpenSearch
|
2023-01-06 14:00:54 +00:00 |
|
syuilo
|
6b2b403d94
|
Update flash.pug
|
2023-01-06 10:34:43 +09:00 |
|
syuilo
|
e2ca90b0a1
|
enhance(server): SSR for flash
|
2023-01-06 10:20:42 +09:00 |
|
Soni L
|
123e490311
|
Support OpenSearch (closes #7058) (#9427)
Co-authored-by: Chaos <chaoticryptidz@owo.monster>
|
2022-12-29 07:53:59 +09:00 |
|
tamaina
|
2fe86fd869
|
enhance: Vite HMR while yarn dev, and more build tuning (#9361)
* enhance: Vite HMR while yarn dev, and more build tuning
* use localhost
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-12-20 13:05:36 +09:00 |
|
syuilo
|
917ef465a5
|
Use tabler icons (#9354)
* wip
* wip
* wip
* Update style.scss
* wip
* wip
* wip
* wip
|
2022-12-19 19:01:30 +09:00 |
|
syuilo
|
52cbe07a78
|
Revert "wip"
This reverts commit f83bd31fd5 .
|
2022-12-19 13:54:35 +09:00 |
|
syuilo
|
f83bd31fd5
|
wip
|
2022-12-19 13:53:41 +09:00 |
|
tamaina
|
ac0a59835e
|
wip (#9349)
|
2022-12-19 08:59:17 +09:00 |
|
tamaina
|
9c5dfd2da7
|
chore(backend): fix duplicated css preload
|
2022-12-14 08:32:52 +00:00 |
|
syuilo
|
f3164c9cf2
|
fix: use new for throw error
Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2022-08-01 17:44:53 +09:00 |
|
syuilo
|
b35c3114c8
|
revert: feat: styled error screen (#8930)
|
2022-07-06 06:36:14 +09:00 |
|
syuilo
|
cb246d3459
|
rename: BIOS -> Repair Tool
|
2022-07-05 17:46:17 +09:00 |
|
Kainoa Kanter
|
40656e3ee2
|
feat: styled error screen (#8930)
* Styled error screen
* Make details margin auto
* Update boot.css
* Replace fontawesome with tabler svg
* Remove hr
* Add new style to flush screen
* Rename to `error.css`
|
2022-07-05 17:44:05 +09:00 |
|
syuilo
|
f5ba73e7c8
|
chore: tweak logo
|
2022-06-10 14:56:05 +09:00 |
|
tamaina
|
f1d2398eac
|
fix(client): Vite related boot mechanism revision (#8753)
* preload app css
* remove salt
* APP_FETCH_FAILED error
* set max-age to 15s
|
2022-05-29 10:58:54 +09:00 |
|
tamaina
|
4917961736
|
preload app css (#8752)
|
2022-05-29 10:57:06 +09:00 |
|