Commit Graph

171 Commits (5320f04e6ef1a41e9b4ab12d1b81a1a976278433)

Author SHA1 Message Date
marcin mikołajczak db15858b9f Merge remote-tracking branch 'soapbox/develop' into rss-button
2 years ago
Alex Gleason 1abf289d1b
Fix React 17 jsx-runtime module resolution bug
2 years ago
Alex Gleason 9b65f04f57
Add report.html to sw ignore list
2 years ago
Alex Gleason b2188016c2
Add back some polyfills not covered by core-js
2 years ago
Alex Gleason 5973c16839 Merge branch 'sw-network-first' into 'develop'
2 years ago
Alex Gleason f02e8cf282 Merge branch 'cjs' into 'develop'
2 years ago
Alex Gleason feeb80fe22
Remove marky, mark-loader
2 years ago
Alex Gleason 54eae01255
Rename some files to .cjs, make the codebase aware of .cjs and .mjs extensions
2 years ago
Alex Gleason e9327c1883
ServiceWorker: use network-first strategy
2 years ago
Alex Gleason 5de9afd18b
Remove prop-types
2 years ago
Alex Gleason 578e30425e
Remove polyfills, delete application.ts
2 years ago
marcin mikołajczak 08a47bed5d Merge remote-tracking branch 'soapbox/develop' into cleanup
2 years ago
marcin mikołajczak 3cab6436e0 Remove feather-icons
2 years ago
Alex Gleason e1e70c6715
Webpack: only load react-refresh/babel in development
2 years ago
Alex Gleason 2ddd3ef2ac
Webpack: enable hot module replacement (HMR)
2 years ago
Alex Gleason 6d46abadc1
Don't serve favicon.png with ServiceWorker
2 years ago
Ryle b314bb7af1
Add additional backend URIs. /images is used by manifest.json, /favicon.ico is used by browsers to set favicons, but some bug out for bookmarks if this isn't route excepted, /apple-touch-icon.png is the default iOS/iPad file for specifying icons, /browserconfig.xml is used by Windows for metro tiles for added pages, /robots.txt is used by bots to determine if access is permitted to pages. Some bots that use Selenium break when the routing isn't exempt.
2 years ago
marcin mikołajczak 2137193935 Revert "Remove 'show on map' for now"
2 years ago
marcin mikołajczak 8be2ee918d Merge remote-tracking branch 'soapbox/develop' into rss-button
2 years ago
Chewbacca 17b0c45a3e Fix build
2 years ago
Chewbacca 774b627397 Rename files (14): cleanup misc v2
2 years ago
Chewbacca d4f5fd4d88 Rename files (5): _ -> -
2 years ago
Chewbacca 8b22ca5f27 Organize fonts,images,icon,sounds into 'assets' folder
2 years ago
marcin mikołajczak 5d10324127 Allow displaying RSS button to unauthenticated users
2 years ago
Alex Gleason 55c0cfe205
git-loader: import type
2 years ago
Alex Gleason bd4734b24f
rules/node_modules --> rules/node-modules
2 years ago
Alex Gleason 56b1515d5e
Move translationRunner.js out of /webpack directory
2 years ago
Alex Gleason 239ccb807a
Webpack: convert git-loader to TypeScript
2 years ago
Alex Gleason b770cbb175
Webpack: convert rules to TypeScript
2 years ago
Alex Gleason 671210acad
Convert Webpack configuration to TypeScript
2 years ago
Alex Gleason d162bc5d17
Webpack: only use [chunkhash] and [contenthash] in production builds
2 years ago
Alex Gleason d00a50bf7c
sw.js: whitelist Phoenix LiveDashboard
2 years ago
marcin mikołajczak 03d6211e1c Replace classnames with clsx
2 years ago
Alex Gleason 5fec9c580b
Soapbox FE --> Soapbox
2 years ago
Alex Gleason 6f26bd0dea
Merge remote-tracking branch 'origin/develop' into custom-imports
2 years ago
Alex Gleason b085073c10
SW: refactor cacheMap to correctly return a URL
2 years ago
Alex Gleason bf5d3b241a
SW: don't serve /embed paths
2 years ago
Alex Gleason 6ddb44f626
Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack
2 years ago
Alex Gleason 21678897b0
ServiceWorker: add more backend routes
2 years ago
Alex Gleason 0536f1e43a
ServiceWorker: p --> path
2 years ago
Alex Gleason 4b1c5eb0e8
ServiceWorker: make /auth a backend route
2 years ago
Alex Gleason 5864b5a983
ServiceWorker: autoupdate every 1 hour
2 years ago
Alex Gleason 7636f8294f
ServiceWorker: improve cacheMaps with better backend routes
2 years ago
Alex Gleason 638fc35f77
Merge remote-tracking branch 'origin/develop' into sw-skipwaiting
2 years ago
marcin mikołajczak 2786fa257b Use `import type` in some places
2 years ago
Alex Gleason 174496c71d
ServiceWorker: skipWaiting and reload tabs when new ServiceWorker is ready
2 years ago
Alex Gleason 5c49cc0b84
Convert ServiceWorker to TypeScript
2 years ago
Alex Gleason b64be353cc
eslint: indent switch statements
2 years ago
Alex Gleason 660c098166
Allow custom module imports
2 years ago
Alex Gleason 5ba4275f73
Stop doing Tabler import hack, use our forked version from git
2 years ago