Commit graph

2597 commits

Author SHA1 Message Date
Alex Gleason
b47685c596
Webpack: upgrade webpack-cli to latest version 2021-09-05 15:58:20 -05:00
Alex Gleason
39742b6a31 Merge branch 'jsdoc' into 'develop'
JSDoc scaffolding

See merge request soapbox-pub/soapbox-fe!721
2021-09-05 19:52:11 +00:00
Alex Gleason
0c75d42caf
JSDoc scaffolding 2021-09-05 14:49:38 -05:00
Alex Gleason
e0ead4a20e Merge branch 'rename-subdir-var' into 'develop'
Rename FE_BASE_PATH to FE_SUBDIRECTORY

See merge request soapbox-pub/soapbox-fe!720
2021-09-05 19:31:50 +00:00
Alex Gleason
6e27116aa4
Tests: mock staticClient correctly 2021-09-05 14:16:16 -05:00
Alex Gleason
d7256e0b41 Merge branch 'subdir-instance' into 'develop'
Subdirectory: use instance static files from subdirectory

See merge request soapbox-pub/soapbox-fe!719
2021-09-05 18:22:03 +00:00
Alex Gleason
ea26e86a94
Rename FE_BASE_PATH to FE_SUBDIRECTORY 2021-09-05 13:21:39 -05:00
Alex Gleason
d20fdf1a3f
Subdirectory: use instance static files from subdirectory 2021-09-05 13:16:19 -05:00
Alex Gleason
c472fcdfff Merge branch 'build-speedup' into 'develop'
Webpack: improve build performance

Closes #732

See merge request soapbox-pub/soapbox-fe!716
2021-09-04 22:07:35 +00:00
Alex Gleason
13e330ebeb
Webpack: suppress polyfill output 2021-09-04 16:43:57 -05:00
Alex Gleason
e8623d0af8
Webpack: UnusedFilesWebpackPlugin: ignore locale whitelist files, about.example 2021-09-04 16:19:33 -05:00
Alex Gleason
5ea4a8e869
Webpack: suppress output 2021-09-04 16:05:20 -05:00
Alex Gleason
16470c605f
Webpack: remove unneeded NormalModuleReplacementPlugin
It was adding 1 minute to build time, and the upstream issue is already fixed: https://github.com/remix-run/react-router/pull/5589
2021-09-04 15:27:31 -05:00
Alex Gleason
9700deeba5
Webpack: add SpeedMeasurePlugin 2021-09-04 15:19:50 -05:00
Alex Gleason
73baa1f55c Merge branch 'instance-placeholder' into 'develop'
Authenticated fetch: make the instance appear censored

See merge request soapbox-pub/soapbox-fe!714
2021-09-04 19:48:34 +00:00
Alex Gleason
390cdf4c5e
Authenticated fetch: make the instance appear censored 2021-09-04 14:47:11 -05:00
Alex Gleason
923548d410 Merge branch 'subdir-auth' into 'develop'
Subdirectory: namespace auth to FE_BASE_PATH

See merge request soapbox-pub/soapbox-fe!713
2021-09-04 19:27:24 +00:00
Alex Gleason
905e160749
Subdirectory: namespace auth to FE_BASE_PATH 2021-09-04 14:18:47 -05:00
Alex Gleason
4157cae9c9 Merge branch 'subdir-emoji' into 'develop'
Subdirectory fix: load emojis

See merge request soapbox-pub/soapbox-fe!712
2021-09-04 18:14:39 +00:00
Alex Gleason
e8a4a69b4e
Subdirectory fix: load emojis 2021-09-04 13:11:46 -05:00
Alex Gleason
57e1fec66a Merge branch 'subdir-fixes' into 'develop'
Subdirectory fixes: sounds, publicPath

See merge request soapbox-pub/soapbox-fe!711
2021-09-04 18:01:30 +00:00
Alex Gleason
ecb2c1de25
Subdirectory fixes: sounds, publicPath 2021-09-04 12:59:28 -05:00
Alex Gleason
f27fbc1c38
Docs: fix BACKEND_URL 2021-09-03 17:38:24 -05:00
Alex Gleason
825b22011d
Docs: fix lists? 2021-09-03 17:11:38 -05:00
Alex Gleason
a1c4441c25 Merge branch 'build-docs-backend-url' into 'develop'
Docs: build config BACKEND_URL

See merge request soapbox-pub/soapbox-fe!710
2021-09-03 22:05:43 +00:00
Alex Gleason
e8b423fb98
Docs: build config BACKEND_URL 2021-09-03 17:04:41 -05:00
Alex Gleason
f997828fdf Merge branch 'fe-build-dir' into 'develop'
Build config: add FE_BUILD_DIR

See merge request soapbox-pub/soapbox-fe!709
2021-09-03 21:08:53 +00:00
Alex Gleason
1687c5a8fb
Docs: document build variables 2021-09-03 15:33:32 -05:00
Alex Gleason
7861270355
Build config: add FE_BUILD_DIR to configure the output path 2021-09-03 14:42:31 -05:00
Alex Gleason
d6d9041305 Merge branch 'fe-basename' into 'develop'
Build config: subdirectory support

See merge request soapbox-pub/soapbox-fe!706
2021-09-03 19:21:15 +00:00
Alex Gleason
54d7d9c6db
Webpack: don't cache build_config with @preval 2021-09-03 14:00:54 -05:00
Alex Gleason
868f514f5b
Webpack: use FE_BASE_PATH as publicPath 2021-09-03 13:49:18 -05:00
Alex Gleason
f8270181ab
Merge remote-tracking branch 'origin/develop' into fe-basename 2021-09-03 13:31:27 -05:00
Alex Gleason
7221ec48ed Merge branch 'copy-files' into 'develop'
Webpack: copy files into `/static` instead of starting them there

See merge request soapbox-pub/soapbox-fe!708
2021-09-03 18:31:10 +00:00
Alex Gleason
bc759c87b2
Webpack: copy files into /static instead of starting them there 2021-09-03 13:06:04 -05:00
Alex Gleason
66b67440fe
FE_BASE_PATH: set output directory 2021-09-03 11:50:39 -05:00
Alex Gleason
a9b757f6a5
Merge remote-tracking branch 'origin/develop' into fe-basename 2021-09-03 11:44:02 -05:00
Alex Gleason
71a6615219 Merge branch 'auth-fetch-login' into 'develop'
Authenticated fetch: postpone fetching the instance

See merge request soapbox-pub/soapbox-fe!707
2021-09-03 13:36:40 +00:00
Alex Gleason
9a164ca8fa
Authenticated fetch: postpone fetching the instance 2021-09-03 07:42:27 -05:00
Alex Gleason
30848ae080
FE_BASE_PATH: use trim instead of trimEnd 2021-09-02 17:18:53 -05:00
Alex Gleason
39132d7e0e
Don't use CI_PAGES_URL after all 2021-09-02 17:12:22 -05:00
Alex Gleason
446b9b9bb1
GitLab CI: call env before jobs 2021-09-02 16:57:40 -05:00
Alex Gleason
2b1ceb6d08
Build config: subdirectory support 2021-09-02 16:52:53 -05:00
Alex Gleason
ecdf73bbfd Merge branch 'standalone-fix' into 'develop'
Standalone: don't memoize isStandalone

See merge request soapbox-pub/soapbox-fe!703
2021-08-31 17:37:57 +00:00
Alex Gleason
aa068fc123
Standalone fix: update login snapshots (again) 2021-08-31 10:24:36 -07:00
Alex Gleason
74e5ae077a
Standalone: don't memoize isStandalone 2021-08-31 10:10:06 -07:00
Alex Gleason
cfaba1d780 Merge branch 'standalone-auth-fetch' into 'develop'
Standalone: fallback to limited featureset when authenticated fetch is enabled

See merge request soapbox-pub/soapbox-fe!702
2021-08-31 16:21:07 +00:00
Alex Gleason
474d67f591
Standalone: fallback to limited featureset when authenticated fetch is enabled 2021-08-31 09:02:43 -07:00
Alex Gleason
777c975693 Merge branch 'export-csv-data' into 'develop'
Export Follows, Blocks and Mutes as CSV Files

Closes #529

See merge request soapbox-pub/soapbox-fe!674
2021-08-31 14:58:16 +00:00
Louise Fleur-de-Sel
174bab0ca5 Export Follows, Blocks and Mutes as CSV Files 2021-08-31 14:58:16 +00:00