- May 09, 2024
-
-
dakkar authored
View MR for information: !495 Closes #491 Approved-by:
Ember <acomputerdog@gmail.com> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!499 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Tess K <me@thvxl.se> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: !498 Closes #503 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Tess K <me@thvxl.se>
-
dakkar authored
View MR for information: !497 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: !496 Approved-by:
Tess K <me@thvxl.se> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: !505 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: !510 Closes #507 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <marie@kaifa.ch>
-
- May 08, 2024
-
-
Tess K authored
-
- May 07, 2024
-
-
Hazelnoot authored
View MR for information: TransFem-org/Sharkey!454 Closes #447 Approved-by:
Ember <acomputerdog@gmail.com> Approved-by:
Marie <marie@kaifa.ch>
-
Hazelnoot authored
View MR for information: !500 Closes #451 Approved-by:
Ember <acomputerdog@gmail.com> Approved-by:
Marie <marie@kaifa.ch>
-
Hazelnoot authored
View MR for information: !504 Closes #424 Approved-by:
Leah <kevinlukej@gmail.com> Approved-by:
Ember <acomputerdog@gmail.com>
-
- May 06, 2024
-
-
Tess K authored
-
- May 04, 2024
-
-
Tess K authored
View MR for information: !507 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Tess K <me@thvxl.se>
-
Tess K authored
View MR for information: !503 Approved-by:
Marie <marie@kaifa.ch> Approved-by:
Tess K <me@thvxl.se>
-
Tess K authored
-
Hazelnoot authored
-
- May 03, 2024
-
-
Essem authored
View MR for information: TransFem-org/Sharkey!509 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Tess K <me@thvxl.se>
-
Hazelnoot authored
-
- May 02, 2024
-
-
dakkar authored
View MR for information: TransFem-org/Sharkey!464 Approved-by:
Leah <kevinlukej@gmail.com> Approved-by:
Ember <acomputerdog@gmail.com> Approved-by:
Marie <marie@kaifa.ch>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!451 Closes #443 Approved-by:
Marie <marie@kaifa.ch> Approved-by:
Ember <acomputerdog@gmail.com>
-
Hazelnoot authored
merge: fix: `MkPageWindow` doesn't render custom emojis in the titlebar when displaying a user profile who has custom emojis in their display-name (!494) View MR for information: TransFem-org/Sharkey!494 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <marie@kaifa.ch> Approved-by:
Ember <acomputerdog@gmail.com>
-
- May 01, 2024
- Apr 30, 2024
-
-
dakkar authored
This should defend against some spoofing attacks, see also https://nvd.nist.gov/vuln/detail/CVE-2022-24307 for Mastodon, https://iceshrimp.dev/iceshrimp/iceshrimp/commit/febb499fcb5fe3d56ca79025e4b5851464660c38 from Iceshrimp and https://firefish.dev/firefish/firefish/-/commit/e790d6be90dfd5dc6471b650a54520761bb9d745 for Firefish Thanks to @tesaguri@fedibird.com for reporting and providing the patch.
-
- Apr 24, 2024
-
-
Latte macchiato authored
-
- Apr 23, 2024
-
-
dakkar authored
-
- Apr 21, 2024
-
-
dakkar authored
Since I can't quite figure out how to prevent `MkPagination` from truncating the lists too eagerly, I'm going to hide the problem by making it truncate _less_.
-
- Apr 20, 2024
- Apr 19, 2024
-
-
Latte macchiato authored
-
dakkar authored
also add some types to `chiptune2.ts`
-
dakkar authored
previously, when adding items either at the beginnig (e.g. new notes coming in while we're not looking at the top of the timeline) or a the end (e.g. more items arriving from a background fetch) of a paginated view, the resulting list got truncated to `displayLimit`, potentially throwing data away and causing a new fetch. This, coupled with the async nature of scrolling & fetching, could cause weird results. Also, `offset` was always incremented by the size of the fetched results, even if not all of them were displayed, meant that it was possible for offset-based pagination to drop items. Finally, the "queue" of new items (usually, new notes) also got truncated to `displayLimit`, which again could drop items (this effect was usually masked by the first point: when scrolling to the top of the timeline, if the queue's length was equal to `displayLimit`, those notes displaced any existing ones, `unshiftItems` set `more.value=true`, you got scrolled to the top, and notes were fetched again, so you lost your position but at least all notes got shown, eventually)
-
- Apr 11, 2024
-
-
dakkar authored
View MR for information: Sharkey!488 Closes #487 Approved-by:
Marie <marie@kaifa.ch> Approved-by:
Amelia Yukii <amelia.yukii@shourai.de>
-
Marie authored
View MR for information: TransFem-org/Sharkey!475 Closes #464 Approved-by:
Marie <marie@kaifa.ch> Approved-by:
Luna <her@mint.lgbt> Approved-by:
Amelia Yukii <amelia.yukii@shourai.de>
-