Commit graph

2757 commits

Author SHA1 Message Date
Alex Gleason
65a3ab982c
Preload: import auth credentials from Mastodon's initial-state 2021-09-15 13:34:22 -05:00
Alex Gleason
ce8787c6ba
Add Pleroma initial-results sample fixture 2021-09-15 12:58:23 -05:00
Alex Gleason
06ed4e9096
Preload: refactor actions, add MASTODON_PRELOAD_IMPORT action 2021-09-15 12:55:21 -05:00
Alex Gleason
1763934c3e
Merge remote-tracking branch 'origin/develop' into mastodon-initial-state 2021-09-15 12:16:56 -05:00
Alex Gleason
937782dc62
Rename PRELOAD_IMPORT to PLEROMA_PRELOAD_IMPORT 2021-09-15 12:15:36 -05:00
Alex Gleason
3d7619d6b7
Add sample initial-state from Mastodon 2021-09-15 12:13:38 -05:00
Alex Gleason
e47ab5640b Merge branch 'npm-husky' into 'develop'
Lint code on commit with Husky npm

See merge request soapbox-pub/soapbox-fe!755
2021-09-15 16:20:37 +00:00
Alex Gleason
dbd859d053
lint-staged: move configuration to .lintstagedrc.json file 2021-09-15 11:09:24 -05:00
Alex Gleason
38bac67b71
Use lint-staged with Husky to only lint changed files 2021-09-15 11:00:50 -05:00
Alex Gleason
dbc20362fd
Lint code on commit with Husky npm 2021-09-15 10:47:10 -05:00
Alex Gleason
55ca03faaf Merge branch 'a11y--' into 'develop'
Minor accessibility improvements

See merge request soapbox-pub/soapbox-fe!754
2021-09-14 18:20:41 +00:00
573a5c4ed8 Merge branch 'a11y--' of https://gitlab.com/mkljczk/soapbox-fe into a11y--
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 20:04:58 +02:00
6152ca40a7 Merge remote-tracking branch 'origin' into a11y--
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 14:18:14 +02:00
9734290bfb Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 14:09:14 +02:00
8c25d3d3ba Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 13:55:52 +02:00
Alex Gleason
3f01004afe Merge branch 'conditional-subscriptions' into 'develop'
Conditionally display subscription button for Pleroma >= 1.0.0

See merge request soapbox-pub/soapbox-fe!753
2021-09-13 17:43:34 +00:00
Alex Gleason
ea4915c7dd
Conditionally display subscription button for Pleroma >= 1.0.0 2021-09-13 12:29:48 -05:00
Alex Gleason
61043357b5 Merge branch 'crypto-donate-chunk-fix' into 'develop'
Webpack: fix CryptoDonateModal being added to the right chunk

See merge request soapbox-pub/soapbox-fe!751
2021-09-12 20:01:53 +00:00
Alex Gleason
5804285094
Webpack: fix CryptoDonateModal being added to the right chunk 2021-09-12 15:00:28 -05:00
Alex Gleason
7eca5db9a9 Merge branch 'sentry-async' into 'develop'
Webpack: chunk Sentry to reduce entrypoint size

See merge request soapbox-pub/soapbox-fe!750
2021-09-12 17:50:11 +00:00
Alex Gleason
f5cb4f51ac Merge branch 'drop-ie11' into 'develop'
Drop IE11 support

See merge request soapbox-pub/soapbox-fe!749
2021-09-12 17:34:36 +00:00
Alex Gleason
08f5e1d021
Webpack: chunk Sentry to reduce entrypoint size 2021-09-12 12:33:39 -05:00
Alex Gleason
a22257a916
Drop IE11 support 2021-09-12 12:02:59 -05:00
Alex Gleason
726d13e989 Merge branch 'exif-async' into 'develop'
Load exif.js library asynchronously

See merge request soapbox-pub/soapbox-fe!748
2021-09-12 16:56:39 +00:00
Alex Gleason
603a570d7c Merge branch 'immutable-consistency' into 'develop'
Use immutable.js consistently

See merge request soapbox-pub/soapbox-fe!747
2021-09-12 16:42:05 +00:00
Alex Gleason
4aa9872c94
Load exif.js library asynchronously 2021-09-12 11:40:03 -05:00
Alex Gleason
33aaffa22d
Use immutable.js consistently 2021-09-12 11:25:44 -05:00
Alex Gleason
9b40d1a602 Merge branch 'twemoji-revert' into 'develop'
Webpack: move Twemoji icons back to CopyPlugin

Closes #740

See merge request soapbox-pub/soapbox-fe!746
2021-09-12 16:22:03 +00:00
Alex Gleason
5921fa9b2d
Fix emoji tests again 2021-09-12 11:09:01 -05:00
Alex Gleason
5eab5ec0a5
Webpack: move Twemoji icons back to CopyPlugin 2021-09-12 10:51:58 -05:00
Alex Gleason
139b47eb22 Merge branch 'optimize-error-boundary' into 'develop'
Webpack: optimize ErrorBoundary

See merge request soapbox-pub/soapbox-fe!744
2021-09-11 23:46:14 +00:00
Alex Gleason
bf9a6950eb
Webpack: optimize ErrorBoundary 2021-09-11 18:29:43 -05:00
Alex Gleason
bc6636e4d7 Merge branch 'schedule-form-optimize' into 'develop'
Webpack: optimize ScheduleForm

See merge request soapbox-pub/soapbox-fe!743
2021-09-11 23:16:56 +00:00
Alex Gleason
3fd1a10b73
Webpack: optimize ScheduleForm 2021-09-11 18:00:48 -05:00
Alex Gleason
5766243d5d Merge branch 'remove-wdyr' into 'develop'
Remove wdyr

See merge request soapbox-pub/soapbox-fe!742
2021-09-11 22:19:59 +00:00
Alex Gleason
1f0aceb3ab Merge branch 'crypto-donate-optimize' into 'develop'
CryptoDonate optimizations

See merge request soapbox-pub/soapbox-fe!741
2021-09-11 22:10:05 +00:00
Alex Gleason
d040de4c15
Remove wdyr 2021-09-11 17:03:53 -05:00
Alex Gleason
053ca9efff
Webpack: break out CryptoDonate into its own chunk 2021-09-11 16:56:39 -05:00
Alex Gleason
5166a71c27
CryptoDonate: refactor CryptoIcon into its own component 2021-09-11 16:21:12 -05:00
Alex Gleason
850fd6d310 Merge branch 'console-errors-fix' into 'develop'
Console errors fix

See merge request soapbox-pub/soapbox-fe!740
2021-09-11 19:35:19 +00:00
Alex Gleason
b91c7055ea
StatusContent: add missing key props 2021-09-11 14:31:24 -05:00
Alex Gleason
ad461343d2
Status: fix propType warnings with OrderedSet 2021-09-11 14:24:54 -05:00
Alex Gleason
6caefa9c8f Merge branch 'sentry' into 'develop'
Optionally build with a Sentry endpoint, fixes #738

Closes #738

See merge request soapbox-pub/soapbox-fe!739
2021-09-11 19:09:38 +00:00
Alex Gleason
c432f0d04f Merge branch 'public-favourites' into 'develop'
Show user likes to others if hide_favorites===false

See merge request soapbox-pub/soapbox-fe!735
2021-09-11 19:09:16 +00:00
Alex Gleason
ea3660abe3
Sentry: disable debug (too noisy) 2021-09-11 13:52:48 -05:00
Alex Gleason
45293037a5
Docs: SENTRY_DSN build variable 2021-09-11 13:51:43 -05:00
Alex Gleason
c2560064e3
Sentry: basic monitoring 2021-09-11 13:44:54 -05:00
marcin mikołajczak
495882658a Merge branch 'develop' into 'public-favourites'
# Conflicts:
#   app/soapbox/features/favourited_statuses/index.js
2021-09-11 17:25:49 +00:00
Alex Gleason
32dc0d863f Merge branch 'webpack-assets' into 'develop'
Webpack: move to asset modules, refactor

See merge request soapbox-pub/soapbox-fe!738
2021-09-11 01:54:36 +00:00
Alex Gleason
d0630c765f
Jest: update emoji tests 2021-09-10 20:37:13 -05:00