Wykres commitów

10423 Commity (00b6487a46efbc853bbb7b86bc47f97572a98ba1)

Autor SHA1 Wiadomość Data
Soapbox Bot 00b6487a46 fix(deps): update dependency @lexical/hashtag to ^0.14.0 2024-03-18 03:09:12 +00:00
Alex Gleason 97e52b9c07 Merge branch 'card-sanitize' into 'main'
Sanitize PreviewCard html

See merge request soapbox-pub/soapbox!2950
2024-03-15 00:28:28 +00:00
Alex Gleason 8633eca37d
cardSchema: take innerHTML instead, force type to 'link' if html is empty 2024-03-14 19:09:00 -05:00
Alex Gleason d53c1c2227
Sanitize PreviewCard html 2024-03-14 19:01:07 -05:00
Alex Gleason 4426e9c481 Merge branch 'default-csp' into 'main'
Add a default CSP with a meta tag

See merge request soapbox-pub/soapbox!2949
2024-03-14 22:03:34 +00:00
Alex Gleason 969439a963
CSP: add missing frame-src directive 2024-03-14 16:47:27 -05:00
Alex Gleason 929970c4ab
Add a default CSP with a meta tag 2024-03-14 16:40:17 -05:00
Alex Gleason a5f4666a8c Merge branch 'aldisruiz-main-patch-33380' into 'main'
fix: remove .max-w-3xl from embedded status.

See merge request soapbox-pub/soapbox!2948
2024-03-11 23:46:47 +00:00
Aldis Ruiz 733fa675d8 fix: remove .max-w-3xl from embedded status.
Will no longer create white space when the parent it's embedded in is wider than .max-w-3xl (48rem; /* 768px */
).
2024-03-11 23:41:35 +00:00
marcin mikołajczak 2eef835951 Merge branch 'backups' into 'main'
Change design of Backups page a bit

See merge request soapbox-pub/soapbox!2945
2024-03-07 20:08:53 +00:00
marcin mikołajczak 67235dcc54 Change design of Backups page a bit
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-07 19:49:39 +01:00
Alex Gleason 80e3353b00 Merge branch 'jsr' into 'main'
Add .npmrc for JSR

See merge request soapbox-pub/soapbox!2944
2024-03-06 22:34:13 +00:00
Alex Gleason a0aba76450
Add .npmrc for JSR 2024-03-06 15:49:16 -06:00
marcin mikołajczak e0f4d48e67 Merge branch 'poll-styles' into 'main'
Align poll option text to center

See merge request soapbox-pub/soapbox!2943
2024-03-01 09:54:32 +00:00
marcin mikołajczak 3786c786e2 Align poll option text to center
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-29 23:13:39 +01:00
marcin mikołajczak 032cbc2da5 Merge branch 'hotkeys' into 'main'
Replace react-hotkeys with updated fork for Vite compatibility

See merge request soapbox-pub/soapbox!2942
2024-02-26 16:01:03 +00:00
marcin mikołajczak 9174bd774a Replace react-hotkeys with updated fork for Vite compatibility
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-26 14:44:01 +01:00
Alex Gleason 5ec0b8e3e2 Merge branch 'renovate/eslint-plugin-jsdoc-48.x' into 'main'
Update dependency eslint-plugin-jsdoc to v48

See merge request soapbox-pub/soapbox!2913
2024-02-16 22:02:54 +00:00
Alex Gleason 710051dabf Merge branch 'renovate/jsdom-24.x' into 'main'
Update dependency jsdom to v24

See merge request soapbox-pub/soapbox!2923
2024-02-16 22:00:06 +00:00
Alex Gleason 85c4b06a10 Merge branch 'renovate/docker-25.x' into 'main'
Update docker Docker tag to v25

See merge request soapbox-pub/soapbox!2922
2024-02-16 21:59:29 +00:00
Alex Gleason bab7290adf Merge branch 'renovate/formatjs-monorepo' into 'main'
Update dependency intl-messageformat to v10.5.11

See merge request soapbox-pub/soapbox!2921
2024-02-16 21:59:15 +00:00
Alex Gleason 4925cc9e11 Merge branch 'renovate/major-typescript-eslint-monorepo' into 'main'
Update typescript-eslint monorepo to v7 (major)

See merge request soapbox-pub/soapbox!2938
2024-02-16 21:58:51 +00:00
Alex Gleason 0f6a4a0744 Merge branch 'refactor-use-settings' into 'main'
Refactor useSettings hook, parse with zod schema

See merge request soapbox-pub/soapbox!2940
2024-02-14 15:49:14 +00:00
Alex Gleason 7934d43426
useSettings: useMemo 2024-02-13 23:24:07 -06:00
Alex Gleason ffdb744d16
Refactor useSettings hook, parse with zod schema 2024-02-13 23:20:18 -06:00
Alex Gleason 0338c51310 Merge branch 'status-info-truncate' into 'main'
StatusInfo: truncate long text

See merge request soapbox-pub/soapbox!2939
2024-02-14 04:18:29 +00:00
Alex Gleason b0a82a23d0
StatusInfo: truncate long text 2024-02-13 22:02:13 -06:00
Soapbox Bot 71d733e9d2 Update typescript-eslint monorepo to v7 2024-02-12 20:07:19 +00:00
Alex Gleason dceefef404 Merge branch 'nspec' into 'main'
Add NSpec library for Nostr integration

See merge request soapbox-pub/soapbox!2937
2024-02-11 19:02:39 +00:00
Alex Gleason 7f74ec80af
Let signer be undefined if there's no way to sign 2024-02-11 12:53:40 -06:00
Alex Gleason 8412a9869f
Merge remote-tracking branch 'origin/main' into nspec 2024-02-11 12:45:33 -06:00
Alex Gleason cb14b34309
Add NSpec and SoapboxSigner 2024-02-11 12:40:14 -06:00
marcin mikołajczak 7f52aa44b3 Merge branch 'lexical-deps' into 'main'
Remove more unused code

See merge request soapbox-pub/soapbox!2932
2024-02-11 17:42:10 +00:00
Soapbox Bot 5c247b1ed8 Update dependency jsdom to v24 2024-02-11 17:07:40 +00:00
Alex Gleason ba1e2b9d90 Merge branch 'renovate/husky-9.x' into 'main'
Update dependency husky to v9

See merge request soapbox-pub/soapbox!2935
2024-02-11 16:18:20 +00:00
Soapbox Bot 6894d0ea71 Update docker Docker tag to v25 2024-02-11 16:07:01 +00:00
Soapbox Bot ee05e4d802 Update dependency husky to v9 2024-02-11 16:06:11 +00:00
Alex Gleason bc392d826e Merge branch 'renovate/docker-24.x' into 'main'
Update docker Docker tag to v24.0.9

See merge request soapbox-pub/soapbox!2933
2024-02-11 15:14:18 +00:00
Soapbox Bot 0a580e8faa Update docker Docker tag to v24.0.9 2024-02-11 15:05:55 +00:00
marcin mikołajczak 124421a541 Remove more unused code
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-11 15:45:18 +01:00
marcin mikołajczak 262589f2b4 Merge branch 'lexical-deps' into 'main'
Update lexical, remove unused code

See merge request soapbox-pub/soapbox!2931
2024-02-11 14:42:50 +00:00
marcin mikołajczak 8e3c6e8310 Update lexical, remove unused code
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-11 13:06:30 +01:00
Alex Gleason 6210ad3c25 Merge branch 'dompurify' into 'main'
Add DOMPurify

See merge request soapbox-pub/soapbox!2930
2024-02-08 21:53:17 +00:00
Alex Gleason 694af98d21
Remove space that was added for no reason 2024-02-08 15:05:06 -06:00
Alex Gleason d7e0ded57a
Remove @types/dompurify 2024-02-08 15:02:26 -06:00
Alex Gleason d576b8ed47
Switch to isomorphic-dompurify 2024-02-08 15:01:20 -06:00
Alex Gleason c0325498c8
Merge remote-tracking branch 'origin/main' into dompurify 2024-02-08 14:57:35 -06:00
marcin mikołajczak 83ac44cfe1 Merge branch 'touch-media-query' into 'main'
Use media query to detect touchscreens

See merge request soapbox-pub/soapbox!2929
2024-02-07 18:22:19 +00:00
marcin mikołajczak 5e801b899d Use media query to detect touchscreens
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-02-07 17:33:22 +01:00
Alex Gleason ebf48dd830 Merge branch 'lightning-profile-field' into 'main'
Add LightningAddress component

See merge request soapbox-pub/soapbox!2928
2024-02-06 19:24:39 +00:00