Wykres commitów

10171 Commity (d462e6df8f5932577cc09c4a7b26f2ee2789d935)

Autor SHA1 Wiadomość Data
marcin mikołajczak d462e6df8f Add missing `await`
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-28 12:13:31 +02:00
marcin mikołajczak 7c752f088c instance v1 to v2 convesion
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-27 23:48:54 +02:00
marcin mikołajczak 59115c8dc5 Remove instance normalizer
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-27 17:48:21 +02:00
Alex Gleason 3a60dee4c7 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2842
2023-10-24 16:06:12 +00:00
Ryan He 8a21058698
Translated using Weblate (Chinese (Traditional))
Currently translated at 67.2% (1024 of 1523 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hant/
2023-10-24 16:01:45 +00:00
Alex Gleason 51c20f87d3 Merge branch 'axios' into 'main'
Remove unneeded AxiosError usages

See merge request soapbox-pub/soapbox!2840
2023-10-24 00:07:20 +00:00
Alex Gleason 86e0245de3
Remove unneeded AxiosError usages 2023-10-23 17:24:09 -05:00
Alex Gleason 8e09eaebc3 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2839
2023-10-23 17:45:52 +00:00
jonnysemon 79df37de7a
Translated using Weblate (Arabic)
Currently translated at 100.0% (1523 of 1523 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-23 17:01:29 +00:00
Alex Gleason e23c1799e0 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2838
2023-10-23 14:05:12 +00:00
Ryan He e8ec660280
Translated using Weblate (Chinese (Traditional))
Currently translated at 64.2% (978 of 1523 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/zh_Hant/
2023-10-23 09:01:43 +02:00
Alex Gleason 95687494e6 Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2837
2023-10-22 00:05:28 +00:00
marcin mikołajczak 5eeeecae46
Translated using Weblate (Polish)
Currently translated at 99.2% (1509 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/pl/
2023-10-22 01:49:11 +02:00
Alex Gleason b25408a79f Merge branch 'account-local' into 'main'
Add 'local' to account schema

See merge request soapbox-pub/soapbox!2835
2023-10-21 23:49:06 +00:00
Alex Gleason 166a7f27d3 Merge branch 'error-refactor' into 'main'
Rewrite ErrorBoundary as a functional component using `react-error-boundary`

Closes #1555

See merge request soapbox-pub/soapbox!2836
2023-10-21 23:48:45 +00:00
Alex Gleason 450c377f80
yarn i18n 2023-10-21 18:40:35 -05:00
Alex Gleason c518d82359
Enable SentryFeedbackForm, it works! 2023-10-21 18:36:01 -05:00
Alex Gleason 365cd70c9b
IntentionalError: throw an actual error instance 2023-10-21 18:27:55 -05:00
Alex Gleason 23efda1590
SiteErrorBoundary: disable SentryFeedbackForm for now 2023-10-21 18:00:28 -05:00
Alex Gleason d4a03f14d7
Remove @sentry/tracing 2023-10-21 17:51:23 -05:00
marcin mikołajczak 256b77128b Merge branch 'takahe' into 'main'
Update Takahē compatibility, add fixVersion to instanceSchema

See merge request soapbox-pub/soapbox!2834
2023-10-21 22:48:00 +00:00
Alex Gleason cbc14604c9
Move SentryFeedbackForm into a separate component 2023-10-21 17:46:57 -05:00
Alex Gleason fb190398c6
Add a Sentry feedback form which does not work 2023-10-21 17:39:39 -05:00
marcin mikołajczak b1daf3ef13 Remove type assertion when not needed
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-22 00:20:41 +02:00
marcin mikołajczak ba5e018e3c Add 'local' to account schema
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-22 00:14:23 +02:00
marcin mikołajczak 4752feb1b8 Update Takahē compatibility, add fixVersion to instanceSchema
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-10-21 23:45:54 +02:00
Alex Gleason d6af4674a1
Upgrade Sentry to latest version 2023-10-21 16:38:55 -05:00
Alex Gleason 882f7c38c5
Fix `rows` prop in Textarea, use Textarea in SiteErrorBoundary 2023-10-21 16:11:52 -05:00
Alex Gleason c33ff771da
SiteErrorBoundary: rework conditionals for Sentry and production 2023-10-21 15:52:37 -05:00
Alex Gleason 5bbce463e7
SiteErrorBoundary: refactor links, optimize for production 2023-10-21 15:43:25 -05:00
Alex Gleason 45c1d252ba
error-boundary.ts -> site-error-boundary.ts 2023-10-21 15:33:31 -05:00
Alex Gleason d7ea38cf22
Rewrite ErrorBoundary as a functional component using `react-error-boundary` 2023-10-21 15:32:37 -05:00
Alex Gleason c5d527a667
Sentry: add return types, return eventId from `captureSentryException` 2023-10-21 14:21:21 -05:00
Alex Gleason a7d78d0935
Delete monitoring.ts, add `captureSentryException` to sentry.ts 2023-10-21 14:18:56 -05:00
Alex Gleason 0658530447 Merge branch 'ui-suspense' into 'main'
SoapboxMount: fix Suspense boundary for UI

Closes #1589

See merge request soapbox-pub/soapbox!2833
2023-10-21 18:16:33 +00:00
Alex Gleason 609a9984cd Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate

See merge request soapbox-pub/soapbox!2828
2023-10-21 18:12:51 +00:00
Ahmad Dakhlallah b2bab5d4f7
Translated using Weblate (Arabic)
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-21 18:12:18 +00:00
Ahmad Dakhlallah 06bd22e4a9
Translated using Weblate (Arabic)
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-21 18:12:17 +00:00
Ahmad Dakhlallah 121ede745e
Translated using Weblate (Arabic)
Currently translated at 100.0% (1521 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/ar/
2023-10-21 18:12:17 +00:00
Ahmad Dakhlallah 5c1f202bc7
Translated using Weblate (Hebrew)
Currently translated at 87.0% (1324 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-21 18:12:16 +00:00
LibreTranslate 680c828f1c
Translated using Weblate (Hebrew)
Currently translated at 87.0% (1324 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-21 18:12:15 +00:00
Weblate Translation Memory 84f88fbb2a
Translated using Weblate (Hebrew)
Currently translated at 85.6% (1303 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-21 18:12:15 +00:00
LibreTranslate dce3f9b2ce
Translated using Weblate (Hebrew)
Currently translated at 85.6% (1303 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-21 18:12:14 +00:00
Ahmad Dakhlallah 55659cded6
Translated using Weblate (Hebrew)
Currently translated at 85.6% (1303 of 1521 strings)

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/he/
2023-10-21 18:12:13 +00:00
Alex Gleason bf5ade9648 Merge branch 'renovate/react-motion-0.x' into 'main'
Update dependency @types/react-motion to ^0.0.36

See merge request soapbox-pub/soapbox!2829
2023-10-21 18:12:07 +00:00
Alex Gleason 272e1fde2d Merge branch 'sentry-prod' into 'main'
Enable Sentry in production only

See merge request soapbox-pub/soapbox!2832
2023-10-21 18:04:59 +00:00
Alex Gleason f844f147b0
SoapboxMount: fix Suspense boundary for UI
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1589
2023-10-21 13:02:39 -05:00
Alex Gleason e5e9fb3a59 Merge branch 'gallery-crash' into 'main'
AccountGallery: fix crash when account isn't loaded yet

See merge request soapbox-pub/soapbox!2831
2023-10-21 17:50:04 +00:00
Alex Gleason b865996175
Enable Sentry in production only 2023-10-21 12:43:32 -05:00
Alex Gleason 37f9bafd13
AccountGallery: fix crash when account isn't loaded yet 2023-10-21 12:38:21 -05:00