summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy24 hours2-4/+4
|
* integrate localStorage options into preference systemHazelnoot2025-06-072-79/+5
|
* add option to keep CWs with "RE:" prefixHazelnoot2025-06-041-2/+6
|
* merge develop and fix conflicts.piuvas2025-06-035-92/+134
|\
| * synchronize localStorage properties to preference profileHazelnoot2025-06-012-44/+69
| |
| * Add back in tossfaceMarie2025-05-311-1/+2
| |
| * merge: Resolve "Show Muted Words doesn't work" - fixes #1079 (!1057)Marie2025-05-301-12/+12
| |\ | | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1057 Closes #1079 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| | * fix folders in mute/blockdakkar2025-05-301-6/+12
| | |
| | * don't really need to reloaddakkar2025-05-301-6/+0
| | |
| * | bring back custom search engine url box - fixes #1078dakkar2025-05-301-0/+7
| |/ | | | | | | we had accidentally removed the MkInput
| * improve search for some of our settingsdakkar2025-05-283-35/+43
| | | | | | | | | | * each `SearchMarker` can have at most 1 `SearchLabel` inside * `SearcMarker`+`MkFolder` need some attributes to play together
| * merge: make DynamicNote less dynamic - helps with #1059 (!1041)Hazelnoot2025-05-241-0/+1
| |\ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1041 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| | * ask to reload when changing `noteDesign`dakkar2025-05-211-0/+1
| | | | | | | | | | | | since it's not longer super-dynamic
* | | check for whitespace in instance mutes.piuvas2025-06-021-5/+10
| | |
* | | check for whitespace in attribution domains.piuvas2025-06-021-1/+10
| | |
* | | improve instanceMute setting.piuvas2025-05-301-10/+13
| | |
* | | improve attributionDomain settings.piuvas2025-05-302-31/+30
| | |
* | | linting on instante mute setting.piuvas2025-05-271-1/+1
| | |
* | | some requested changes to linkAttribution.piuvas2025-05-271-1/+1
| | |
* | | fix lowecasing of muted instances.piuvas2025-05-271-1/+1
| | |
* | | fix lint and typecheck.piuvas2025-05-271-1/+1
| | |
* | | port solution to instance mutelist.piuvas2025-05-271-3/+9
| | |
* | | improve attributionDomains setting.piuvas2025-05-271-3/+9
| | |
* | | requested changes.piuvas2025-05-271-2/+0
| | |
* | | linting fixes.piuvas2025-05-271-1/+2
| | |
* | | improve settings.piuvas2025-05-261-2/+2
| | |
* | | initial link attributions work.piuvas2025-05-262-0/+62
|/ /
* | merge: Add warning banner about word mute limitations (resolves #784) (!1017)Hazelnoot2025-05-231-0/+5
|\ \ | |/ |/| | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1017 Closes #784 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
| * add warning banner about word mute limitationsHazelnoot2025-05-141-0/+5
| |
* | add option to put Translate button in the note toolbarHazelnoot2025-05-161-0/+9
|/
* rename SkWordMuteTest to SkPatternTestHazelnoot2025-05-101-2/+2
|
* extract SkWordMuteTestHazelnoot2025-05-101-36/+3
|
* move parseMutes to a utility fileHazelnoot2025-05-101-33/+1
|
* add UI for testing word mutesHazelnoot2025-05-101-34/+71
|
* put back buttons "show/hide replies-to-others from all"dakkar2025-05-101-0/+14
|
* remove moved settingMarie2025-05-091-12/+0
|
* add missing option for serverDisconnectedBehaviorMarie2025-05-091-0/+1
|
* Fix missing icon, Fix import of all notes being outside all notes folderMarie2025-05-081-21/+22
|
* merge: Show all files for Drive Cleaner (!982)Hazelnoot2025-05-071-1/+1
|\ | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/982 Closes #1033 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Hazelnoot <acomputerdog@gmail.com>
| * upMarie2025-05-071-1/+1
| |
| * add boolean to ignore folderId sorting, show all files on drive cleanerMarie2025-05-071-1/+1
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-295-16/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * | feat(frontend): タイトルバーを表示できるようにsyuilo2025-04-291-0/+9
| | |
| * | refactorsyuilo2025-04-281-6/+0
| | |
| * | perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-273-10/+10
| | | | | | | | | | | | component
* | | merge upstream againHazelnoot2025-04-241-1/+2
|\| |
| * | fix(frontend): ↵かっこかり2025-04-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 自動バックアップが設定されていない環境では設定が消滅する旨の警告を出すように (#15802) * fix(frontend): 自動バックアップが設定されていない環境ではローカルの設定を削除しないように * Update Changelog * fix lint * fix: 警告を出すだけのみにする * fix * apply suggestion
* | | move "request data export" from "other" to "accont data"dakkar2025-04-142-27/+18
| | |
* | | move cw settings into preferences / "posting form"dakkar2025-04-142-25/+28
| | |
* | | make boost settings folder auto-open when searched fordakkar2025-04-141-1/+1
| | |