1
0
Commit Graph

1314 Commits

Author SHA1 Message Date
Mar0xy d392edbc6b test: more search options 2023-10-21 22:03:19 +02:00
Mar0xy 4a90464f03 fix: tabs not working on profile overview for notes 2023-10-21 18:43:34 +02:00
かっこかり f51bca41c5 Feat: 外部サイトからテーマ・プラグインのインストールができるように (#12034)
* Feat: 外部サイトからテーマ・プラグインのインストールができるように

* Update Changelog

* Change Changelog

* Remove unnecessary imports

* Update fetch-external-resources.ts

* Update CHANGELOG.md

* Update CHANGELOG.md
2023-10-21 18:41:12 +09:00
anatawa12 722584bf72 すべてのフォロー中の人のwithRepliesを変える機能 (#12049)
* feat: endpoint to update all following

* feat(frontend): change show replies for all

* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように

* fix: cancel not working
2023-10-21 18:39:19 +09:00
syuilo 2c0a139da6 feat: Avatar decoration (#12096)
* wip

* Update ja-JP.yml

* Update profile.vue

* .js

* Update home.test.ts
2023-10-21 18:38:07 +09:00
Mar0xy fd8fa9b3de upd: remove approvals from admin-users
Removes approvals tab in favor of the new approvals page
2023-10-20 00:09:38 +02:00
Mar0xy 142f500f4b add: approval section in control panel 2023-10-20 00:02:01 +02:00
Insert5StarName d6ebbf5721 fix: performance issues & respect blur option 2023-10-19 14:48:31 +02:00
Mar0xy e1e02a6dbc fix: being able to set birthday into the future 2023-10-19 13:26:40 +02:00
Mar0xy 7739278685 upd: don't show approved badge on remote users 2023-10-19 10:37:40 +02:00
Mar0xy 6e2eabbbc9 upd: show warning in control panel if users are awaiting approval 2023-10-18 23:39:48 +02:00
Mar0xy cf6e720139 merge: branch develop 2023-10-18 19:56:42 +02:00
Mar0xy 4b230d792c merge: upstream changes 2023-10-18 19:48:03 +02:00
Mar0xy 5ddf7e008d add: locales for toggles 2023-10-18 19:01:50 +02:00
Mar0xy a4a1b8bb8b add: isSilenced handling to user and timeline 2023-10-18 13:34:16 +02:00
Mar0xy c21d255604 add: Bot Trending Toggle, Hide Bot in Timeline client option 2023-10-18 07:29:16 +02:00
Marie 182bf7e7d6 Merge branch 'develop' into feature/approval 2023-10-18 05:40:32 +02:00
Mar0xy cb9bd6a004 add: mark all media from user as NSFW
Closes transfem-org/Sharkey#69
2023-10-18 05:32:47 +02:00
Mar0xy cab0ec5de1 upd: add Not Approved state sorter to Users tab 2023-10-18 03:40:51 +02:00
Mar0xy 32fc540df4 upd: handle email signups properly with approval enabled 2023-10-18 03:21:06 +02:00
syuilo 52a82ac193 Update about-misskey.vue 2023-10-18 10:07:21 +09:00
Mar0xy 3f0cc256dc add: locales for approval feature 2023-10-18 03:00:48 +02:00
Mar0xy 2f2d88dcfc add: Require Approval for Signup 2023-10-18 02:41:36 +02:00
Marie 97d9510ce6 merge: "show content for all CWs" button (#83) 2023-10-17 21:34:14 +02:00
ShittyKopper c8df61ed04 feat: "show content for all replies" button 2023-10-17 22:32:14 +03:00
anatawa12 5a3c6575dd 新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048)
* feat: add defaultWithReplies to MiUser

* feat: use defaultWithReplies when creating MiFollowing

* feat: update defaultWithReplies from API

* feat: return defaultWithReplies as a part of $i

* feat(frontend): configure defaultWithReplies

* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように

* fix: typo

* style: fix lint failure

* chore: improve UI text

* chore: make optional params of  UserFollowingService.follow() object

* chore: UserFollowingService.follow() accept withReplies

* chore: add withReplies to MiFollowRequest

* chore: process withReplies for follow request

* feat: accept withReplies on 'following/create' endpoint

* feat: store defaultWithReplies in client store

* Revert "feat: return defaultWithReplies as a part of $i"

This reverts commit f2cc4fe6

* Revert "feat: update defaultWithReplies from API"

This reverts commit 95e3cee6

* Revert "feat: add defaultWithReplies to MiUser"

This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5.

* feat: configuring withReplies in import-following

* feat(frontend): configure withReplies

* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown

* fix(backend): withReplies of following/create not working

* fix(frontend): importFollowing error

* fix: withReplies is not working with follow import

* fix(frontend): use v-model

* style: fix lint

---------

Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 20:56:17 +09:00
Insert5StarName 4d71afa884 fix: move background into seperate element to prevent it from being funny 2023-10-17 08:23:10 +02:00
Mar0xy 6f46dfa7bb upd: change top size on background css
Closes transfem-org/Sharkey#82
2023-10-17 02:12:58 +02:00
Mar0xy 5710735a15 upd: icons on instance-block page 2023-10-16 23:49:30 +02:00
Mar0xy 68886b9ab5 merge: upstream performance changes & instance silencing 2023-10-16 23:38:21 +02:00
まっちゃてぃー 5efd01ba70 feat: サーバーサイレンス機能を追加 (#12031)
* feat : サーバーサイレンスを追加

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update locale

* Update instance-info.vue

* update misskey-js.api.md

* lint fix

* migration fix

* 既存のものを使うように

* fix

* 色々直した

* Update packages/frontend/src/pages/admin/instance-block.vue

* Update packages/frontend/src/pages/admin/instance-block.vue

* Update packages/frontend/src/components/MkInstanceCardMini.vue

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/entities/InstanceEntityService.ts

* Update packages/backend/src/core/UserFollowingService.ts

* Update packages/backend/src/core/UserFollowingService.ts

* fix: サイレンスされてるサーバーからの投稿は全部ホームにする

* fix: undefinedでfalseを返すようにした

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-10-16 20:11:27 +09:00
syuilo 3ebed5aa3e feat: local-only antenna
Resolve #11869
2023-10-16 15:06:00 +09:00
Mar0xy 870fbf9852 merge: transparency
Closes transfem-org/Sharkey#65
2023-10-15 20:07:51 +02:00
Mar0xy 18f7067103 upd: add locales for client settings 2023-10-15 19:25:21 +02:00
Mar0xy 2f1f463009 upd: client option for click to open posts 2023-10-15 19:16:14 +02:00
Mar0xy 005d7b6da5 upd: uncomment activitypub section 2023-10-15 18:35:55 +02:00
Mar0xy 704b93f7d6 upd: move some strings into i18n 2023-10-15 17:47:16 +02:00
Mar0xy c904fa6b59 upd: add listenbrainz to mobile view 2023-10-15 17:18:09 +02:00
Marie cb1585532f upd: move icon on about sharkey page to the left slightly 2023-10-15 13:32:42 +02:00
Marie 46f1882123 fix: crop icon not being phosphor on drive/file 2023-10-14 14:59:32 +02:00
Mar0xy 080450c10b upd: rename renote to boost 2023-10-14 02:46:36 +02:00
Mar0xy 2d31c189d8 add: sponsors 2023-10-14 01:59:09 +02:00
Mar0xy 67f5caa61a fix: icons 2023-10-13 19:09:15 +02:00
Mar0xy 78b016e35c upd: icons 2023-10-13 19:07:41 +02:00
Mar0xy f8f128b347 merge: all upstream changes 2023-10-13 19:01:17 +02:00
syuilo f6ba5cfaf4 merge: timeline 1 2023-10-13 17:58:11 +02:00
syuilo 096fa16c4c enhance(frontend): TLの返信表示オプションを記憶するように
Resolve #12016
2023-10-13 16:49:56 +09:00
syuilo 04908bc90c .js 2023-10-13 16:42:57 +09:00
syuilo 7a8d5e5840 enhance: ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に
Resolve #12001
2023-10-11 10:15:44 +09:00
syuilo 51b6a012a5 fix(frontend): ユーザープロフィールページでセンシティブなメディアが隠されない問題を修正 2023-10-10 19:49:25 +09:00