| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 17 hours | 1 | -1/+1 |
| | | |||||
| * | fix usage of appearNote in frontend components | Hazelnoot | 2025-06-18 | 1 | -1/+1 |
| | | |||||
| * | use pnpm package alias for @transfem-org/sfm-js | Hazelnoot | 2025-06-12 | 1 | -1/+1 |
| | | |||||
| * | use SKUrlPreviewGroup in more places | Hazelnoot | 2025-06-07 | 1 | -3/+4 |
| | | |||||
| * | allow note toolbar to scroll | Hazelnoot | 2025-06-04 | 1 | -3/+3 |
| | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility | ||||
| * | use responsive gaps between note toolbar items | Hazelnoot | 2025-06-04 | 1 | -37/+1 |
| | | |||||
| * | fix circular reference between i.ts, instance.ts, and misskeyApi.ts | Hazelnoot | 2025-05-30 | 1 | -2/+2 |
| | | |||||
| * | allow unauthenticated (logged-out) users to translate notes | Hazelnoot | 2025-05-30 | 1 | -3/+3 |
| | | |||||
| * | disable "translate" button after translating | Hazelnoot | 2025-05-25 | 1 | -1/+1 |
| | | |||||
| * | fix "translate" and "clip" buttons opening the note on mobile | Hazelnoot | 2025-05-25 | 1 | -3/+3 |
| | | |||||
| * | use config.url instead of "https://${config.host}" | Hazelnoot | 2025-05-21 | 1 | -2/+2 |
| | | |||||
| * | skip resolving preview when a link is known to be recursive | Hazelnoot | 2025-05-20 | 1 | -1/+2 |
| | | |||||
| * | don't recursively render note previews | Hazelnoot | 2025-05-20 | 1 | -1/+3 |
| | | |||||
| * | extract common translation UI into SkNoteTranslation.vue | Hazelnoot | 2025-05-18 | 1 | -15/+2 |
| | | |||||
| * | fix type errors in note translation source | Hazelnoot | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | add option to put Translate button in the note toolbar | Hazelnoot | 2025-05-16 | 1 | -5/+20 |
| | | |||||
| * | factor out shared word mute logic | Hazelnoot | 2025-05-12 | 1 | -48/+4 |
| | | |||||
| * | simplify access to showSoftWordMutedWord | Hazelnoot | 2025-05-12 | 1 | -2/+1 |
| | | |||||
| * | remove invisible user link from "muted note" placeholder | Hazelnoot | 2025-05-10 | 1 | -9/+3 |
| | | |||||
| * | add "clickable" styling for muted note placeholder | Hazelnoot | 2025-05-10 | 1 | -0/+5 |
| | | |||||
| * | fix "click to open" | dakkar | 2025-05-09 | 1 | -2/+1 |
| | | |||||
| * | (manually) revert bc422fe36ff661d83d01cce17225a31d67829bd5 | dakkar | 2025-05-03 | 1 | -2/+1 |
| | | | | | | | | | | the fix for #1037 was wrong (it would collapse a boosted quote if the quoted note was from the current user), and not necessary (`appearNote.value.userId` _is_ the author of the boosted note, no need to look inside `note.renote` at all) so… I'm not sure why I even raised the issue 😕 | ||||
| * | fix "collapse renotes of my own notes" | dakkar | 2025-05-02 | 1 | -1/+1 |
| | | |||||
| * | collapse renotes of my notes - fix #1037 | dakkar | 2025-05-01 | 1 | -1/+2 |
| | | |||||
| * | fix renoter avatar in SkNote | dakkar | 2025-05-01 | 1 | -1/+1 |
| | | |||||
| * | fix reactions viewer styling in SkNote* | dakkar | 2025-05-01 | 1 | -1/+1 |
| | | |||||
| * | remove unused parameter from get-note-versions-menu.ts | Hazelnoot | 2025-04-02 | 1 | -1/+1 |
| | | |||||
| * | lint and type fixes | Hazelnoot | 2025-04-01 | 1 | -4/+4 |
| | | |||||
| * | copy changes from MkNote to SkNote | Hazelnoot | 2025-04-01 | 1 | -43/+65 |
| | | |||||
| * | copy sharkey settings into new frontend preferences model | Hazelnoot | 2025-03-31 | 1 | -30/+33 |
| | | |||||
| * | update references from /scripts/ to /utility/ | Hazelnoot | 2025-03-25 | 1 | -19/+19 |
| | | |||||
| * | upd: check for remote url first before providing local url on pleaseLoginContext | Marie | 2025-03-09 | 1 | -1/+1 |
| | | |||||
| * | disable inline note previews from users with quotes disabled | Hazelnoot | 2025-02-20 | 1 | -1/+1 |
| | | |||||
| * | add "reject quotes" toggle at user and instance level | Hazelnoot | 2025-02-20 | 1 | -1/+1 |
| | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance | ||||
| * | factor out shared "compute-merged-cw" routine | Hazelnoot | 2025-02-16 | 1 | -8/+2 |
| | | |||||
| * | append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub) | Hazelnoot | 2025-02-16 | 1 | -4/+13 |
| | | |||||
| * | Merge branch 'develop' into merge/2024-02-03 | Hazelnoot | 2025-02-11 | 1 | -1/+1 |
| |\ | |||||
| | * | hide note preview if it's already quoted - fixes #888 | dakkar | 2025-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | I do not particularly _love_ this solution, but it is simple and effective I can't find another reliable way to determine if a link goes to a local note of the given id, apart from fetching the link | ||||
| * | | copy changes to SkNote.vue | Hazelnoot | 2025-02-03 | 1 | -7/+23 |
| |/ | |||||
| * | Refactor renote tooltip text | HellhoundSoftware | 2025-01-18 | 1 | -5/+2 |
| | | |||||
| * | move tooltip message to computed | HellhoundSoftware | 2025-01-15 | 1 | -1/+6 |
| | | |||||
| * | Add tooltip for shift-boost | HellhoundSoftware | 2025-01-15 | 1 | -0/+1 |
| | | |||||
| * | Open boost visibility menu on shift-click | HellhoundSoftware | 2025-01-14 | 1 | -3/+3 |
| | | |||||
| * | preview AP objects as quotes - fix #595 | dakkar | 2024-12-18 | 1 | -1/+1 |
| | | |||||
| * | merge: make it harder to fumble opening a collapsed replied-to note (!811) | Marie | 2024-12-17 | 1 | -3/+1 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/811 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | make it harder to fumble opening a collapsed replied-to note | dakkar | 2024-12-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | clicking on the username of the collapsed replied-to note, opens the note instead of navigating to the user's profile clicking the avatar still goes to the profile | ||||
| * | | Merge branch 'develop' into feature/2024.10 | dakkar | 2024-12-12 | 1 | -1/+1 |
| |\| | |||||
| | * | Make collapsed notes subscribe to stream | Caramel | 2024-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | Previously, when the note was collapsed, it didn't get updates such as reactions from streaming server. This was a problem, as any change made to the post before it got uncollapsed would end up being ignored. | ||||
| * | | fix a bunch of CSS variables | dakkar | 2024-12-09 | 1 | -3/+3 |
| | | | |||||
| * | | copy from MkNote to SkNote | dakkar | 2024-11-22 | 1 | -12/+26 |
| | | | |||||