Wykres commitów

113 Commity (edb80c705d6e99c24e5f646bfe952e0e4d3d94ad)

Autor SHA1 Wiadomość Data
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 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 bba6716cf7
Webpack: generate 404.html during build 2021-08-30 17:17:32 -07:00
Alex Gleason 594cf088ed
eslint: extend 'eslint:recommended' 2021-08-03 14:29:36 -05:00
Alex Gleason 5548644bd6
eslint: no-extra-semi 2021-08-03 14:22:51 -05:00
Alex Gleason a310197a5a
eslint: prefer-const, no-loop-func, no-const-assign, no-var 2021-08-03 12:36:11 -05:00
Alex Gleason 856a04aa76
sw.js: Exclude index.html so Bromite Browser doesn't crash 2021-07-22 21:29:01 -05:00
Alex Gleason 655d5393a3
Webpack: output to 'static-test' for tests 2021-07-21 16:43:41 -05:00
Alex Gleason f061954fdb
Webpack: switch build directory to 'static' instead of 'static/packs', fix sw.js 2021-07-21 16:13:24 -05:00
Alex Gleason 8d9f3b561f
Webpack: proxy `favicon.png` to the backend in devServer 2021-07-19 13:14:19 -05:00
Alex Gleason d86eb6d848
Webpack: don't mangle output in TerserPlugin 2021-07-11 22:21:44 -05:00
Alex Gleason cc5084c481
Remove deprecated uglifyjs-webpack-plugin 2021-07-11 22:13:18 -05:00
Alex Gleason 225f61cc5b
Merge branch 'upgrade-emoji-mart' into fix-notifications-tab 2021-07-10 02:00:29 -05:00
Alex Gleason a3d5d1a882
Upgrade emoji-datasource to 5.0.0 2021-07-10 00:43:49 -05:00
Alex Gleason 08d38f09e2
Babel: enable useBuiltIn option to turn on polyfills 2021-07-09 20:47:35 -05:00
Alex Gleason ba062a0c7d
Include sheet_10.png in build 2021-04-17 14:21:12 -05:00
Alex Gleason 651e45b96d
Package emojis as a dependency of twemoji 2021-04-17 13:30:22 -05:00
Alex Gleason 8b7c8f6eac
Fix preval cache issues 2021-03-30 15:52:58 -05:00
Alex Gleason 5b93da45ca
Don't cache code.js 2021-03-30 15:24:02 -05:00
Alex Gleason 85939e9ec6
Add UnusedFilesWebpackPlugin to detect unused files 2021-03-23 15:22:10 -05:00
Alex Gleason a5ed1998d7
Merge remote-tracking branch 'origin/develop' into remote_follow 2021-01-27 19:14:22 -06:00
Sean King 0316c7cf72
Move out of webpacker.yml 2020-10-08 08:43:00 -06:00
Sean King c27d59e970
Migrate devServer settings from webpacker.yml to development.js 2020-10-07 22:02:53 -06:00
Alex Gleason dfcac33fe1
Update dependency webpack-merge to v5 2020-10-07 16:33:56 -05:00
Alex Gleason 03dc10cf7d
CompressionPlugin: use default params for filename and cache 2020-10-07 15:45:53 -05:00
Alex Gleason 0bbdaa4191
eslint: trailing comma fixes, unused var 2020-10-07 13:08:36 -05:00
Sean King cdd22a78dd Add ostatus backend points for development 2020-09-15 21:05:39 -06:00
Alex Gleason 3cff9538e2
Upgrade uglifyjs-webpack-plugin to latest version 2020-09-10 18:48:45 -05:00
Alex Gleason c0dc4a69cd
Allow local dev against gleasonator.com 2020-08-26 12:29:42 -05:00
Alex Gleason 93ae2fff9b
Don't strip comments from HTML 2020-07-15 11:10:27 -05:00
Alex Gleason 751261a173
Local dev: proxy patron endpoints again 2020-07-04 14:01:54 -05:00
Alex Gleason 73b275b8da
Patron updates 2020-06-30 17:33:21 -05:00
Alex Gleason 7147cfe662
Upgrade babel-plugin-react-intl 2020-06-06 13:50:18 -05:00
Alex Gleason e935fb90b9
Remove generateLocalePacks.js 2020-06-04 17:31:17 -05:00
Alex Gleason d5fba20091
Update gab references 2020-06-02 17:45:06 -05:00
Alex Gleason 9d242a403b
Simplify Webpack CSS 2020-05-31 23:09:21 -05:00
Alex Gleason 4d484153ac
More SCSS variable replacements 2020-05-31 15:17:10 -05:00
Alex Gleason da3e63596b
Webpack: Reduce to one entrypoint, app/application.js 2020-05-28 18:46:24 -05:00
Alex Gleason d24dcb3e60
gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00
Alex Gleason 69df2728f4
Proxy /auth/password to the backend 2020-05-24 19:18:17 -05:00
Alex Gleason 9503bd2d1f
Proxy /emoji to the backend, fixes #52 2020-05-19 22:41:39 -05:00
Alex Gleason afc7e33478
Use HtmlWebpackPlugin to inject chunks with hashes
Probably the worst code I've ever written in my life, I'm sorry
2020-05-17 21:02:57 -05:00
Alex Gleason 717ef98640
cobalt --> azure 2020-04-28 22:04:09 -05:00
Alex Gleason ea5643f138
Refactor theme slugs, fixes #40 2020-04-28 14:12:25 -05:00
Alex Gleason 06a335961d
/public --> /static for simpler Pleroma installation 2020-04-26 14:41:04 -05:00
Alex Gleason 24c7b3a6bf
Use NODE_ENV from environment instead of overriding it 2020-04-26 12:49:20 -05:00
Alex Gleason 4910b99a53
Link to Pleroma admin-fe views 2020-04-21 20:42:19 -05:00
Alex Gleason 94aa5bb82b
Make local dev more configurable 2020-04-21 13:34:18 -05:00
Alex Gleason a4fe106e7f
Proxy to HTTPS with webpack dev server 2020-04-21 12:35:37 -05:00
Alex Gleason 70b04a72cc
Fix NODE_ENV issue on `yarn start` 2020-04-16 18:50:41 -05:00
Alex Gleason 141b0e6bfa
Fix most linter errors 2020-04-14 15:45:38 -05:00
Alex Gleason 5907b60117
Fix translationRunner and add it to CI 2020-04-14 13:16:08 -05:00
Alex Gleason b45012c435
Use port 3036 to avoid conflicting with Mastodon dev server 2020-04-06 20:08:40 -05:00
Alex Gleason 8f07c6ea2a
Get basic login working 2020-04-04 15:28:57 -05:00
Alex Gleason c9c08dff5c
Move Soapbox config to fetchable endpoint 2020-04-01 14:38:08 -05:00
Alex Gleason 2a245d076a
Support GET /patron/v1/funding 2020-03-31 17:45:12 -05:00
Alex Gleason d0cce666c2
Proxy requests to backend 2020-03-28 00:56:50 -05:00
Alex Gleason 346bfd5d8d
Remove hashes from filenames for now 2020-03-27 22:13:36 -05:00
Alex Gleason 882b302408
Add index.html 2020-03-27 21:20:56 -05:00
Alex Gleason d890f9a399
Building succeeds 2020-03-27 19:35:00 -05:00
Alex Gleason b1b5dc62db
Initial commit 2020-03-27 15:59:38 -05:00