- Jan 20, 2025
- Jan 18, 2025
-
-
dakkar authored
View MR for information: TransFem-org/Sharkey!859 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <github@yuugi.dev>
-
Marie authored
merge: Fix: Emoji categories with subfolders, but no emoji, erroneously duplicate the subfolder's emoji (!860) View MR for information: TransFem-org/Sharkey!860 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <github@yuugi.dev>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!863 Closes #538 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!862 Closes #533 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!865 Closes #589 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
dakkar authored
View MR for information: TransFem-org/Sharkey!854 Approved-by:
dakkar <dakkar@thenautilus.net> Approved-by:
Marie <github@yuugi.dev>
-
HellhoundSoftware authored
-
dakkar authored
-
dakkar authored
this applies to instance description and server rules
-
dakkar authored
at some point the default language stopped being AiScript, so we have to mark our little example to make the colors happen
-
dakkar authored
-
dakkar authored
View MR for information: TransFem-org/Sharkey!858 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
- Jan 16, 2025
-
-
HellhoundSoftware authored
-
HellhoundSoftware authored
-
- Jan 15, 2025
-
-
HellhoundSoftware authored
-
HellhoundSoftware authored
-
HellhoundSoftware authored
-
- Jan 13, 2025
-
-
piuvas authored
-
- Jan 12, 2025
-
-
dakkar authored
when a regular user (who has the appropriate permissions) creates an invite, we record that user's id in the `createdById` column but when an admin/mod creates an invite via the control panel, we didn't now we do
-
- Jan 11, 2025
-
-
Hazelnoot authored
View MR for information: TransFem-org/Sharkey!855 Closes #874 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
Hazelnoot authored
View MR for information: TransFem-org/Sharkey!856 Closes #882 Approved-by:
Marie <github@yuugi.dev> Approved-by:
Hazelnoot <acomputerdog@gmail.com>
-
Hazelnoot authored
View MR for information: TransFem-org/Sharkey!857 Approved-by:
Marie <github@yuugi.dev> Approved-by:
Hazelnoot <acomputerdog@gmail.com>
-
dakkar authored
auto-saving would hit the rate-limit for `/api/i/registry/set`
-
dakkar authored
the style of widgets was changed by @Insert5StarName (@Marie?) with commit e14fd331 as part of !178 I'm not sure if it was intentional or accidental, and I'm also not sure why nobody noticed before 2024.11 (maybe something else kept the widgets wider?) Anyway, this change seems to be enough
-
piuvas authored
-
- Jan 08, 2025
- Jan 04, 2025
-
-
dakkar authored
View MR for information: TransFem-org/Sharkey!839 Closes #340 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev> Approved-by:
dakkar <dakkar@thenautilus.net>
-
- Jan 02, 2025
-
-
Marie authored
View MR for information: TransFem-org/Sharkey!852 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
Marie authored
View MR for information: !850 Closes #855 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
Marie authored
View MR for information: !849 Closes #866 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
Marie authored
View MR for information: TransFem-org/Sharkey!848 Closes #868 Approved-by:
Hazelnoot <acomputerdog@gmail.com> Approved-by:
Marie <github@yuugi.dev>
-
dakkar authored
on wide viewports, the url preview only leaves space for a thumbnail when such thumbnail exists. on small phones, or in busy deck views, it always left that space this was not very evident for simple previews (which are pretty much a title line, a favicon, and the site name), but it became very obvious with the note embedding in 2024.11 this patch makes the thumbnail space conditional on the existence of the thumbnail, for narrow viewports as well (I pretty much copied the bit of CSS from the non-narrow media query sections)
-
dakkar authored
no live code looks at these settings, let's not confuse users pretending they can set also, no live code sends any of these notifications via email! maybe, after #718, we can revisit this
-
dakkar authored
the warning dialog's "trust this domain" toggle saves the whole hostname, so this code needs to use the whole hostname otherwise trusting a `www.example.com` will never work, because we'd be checking `example.com` against it, and fail while I was there, I also made the `trustedLinkUrlPatterns` correctly match sub-domains: previously, trusting `ple.com` would trust `example.com`
-
dakkar authored
when I copied over the changes from `MkNote*` to `SkNote*`, I forgot to remove the old badge-related code
-