This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
v0.2.0
Overview
v0.2.0 indicates the last release where the skynet-webportal
repo contained many of the subpackages in the repo itself.
What's Changed
- update changelog for v0.1.4: by @MSevey in #1850
- fix health checks working with root domain skylink and hns redirects by @kwypchlo in #1851
- hotfix: add missing cors headers by @kwypchlo in #1853
- Revert permanent 301 redirect by @kwypchlo in #1854
- Update authorized_keys by @Fluffy9 in #1834
- Dashboard v2 current usage by @meeh0w in #1833
- build(deps-dev): bump eslint from 8.10.0 to 8.11.0 in /packages/dashboard by @dependabot in #1863
- build(deps): bump @fontsource/source-sans-pro from 4.5.3 to 4.5.4 in /packages/dashboard by @dependabot in #1862
- build(deps): bump stripe from 8.207.0 to 8.209.0 in /packages/dashboard by @dependabot in #1860
- Dashboard v2 files page by @meeh0w in #1857
- build(deps): bump gatsby-plugin-manifest from 4.9.0 to 4.9.1 in /packages/website by @dependabot in #1859
- build(deps): bump gatsby-source-filesystem from 4.9.0 to 4.9.1 in /packages/website by @dependabot in #1864
- remove nginx skylink cache related code by @kwypchlo in #1869
- build(deps): bump @fontsource/source-sans-pro from 4.5.3 to 4.5.4 in /packages/website by @dependabot in #1866
- expose Accept-Ranges header by @kwypchlo in #1872
- build(deps): bump gatsby from 4.9.2 to 4.9.3 in /packages/website by @dependabot in #1865
- build(deps): bump gatsby-plugin-sharp from 4.9.0 to 4.9.1 in /packages/website by @dependabot in #1867
- Request /user/limits in bytes. by @ro-tex in #1855
- return buffer values to default by @kwypchlo in #1876
- Dashboard V2 - settings pages by @meeh0w in #1871
- update skynet-js to 4.0.26-beta by @kwypchlo in #1877
- fix: host not found in upstream "blocker" by @kwypchlo in #1873
- build(deps): bump node from 16.14.0-alpine to 16.14.2-alpine in /packages/dnslink-api by @dependabot in #1895
- build(deps): bump node from 16.14.0-alpine to 16.14.2-alpine in /packages/dashboard by @dependabot in #1894
- build(deps-dev): bump postcss from 8.4.8 to 8.4.12 in /packages/dashboard by @dependabot in #1893
- build(deps): bump stripe from 8.209.0 to 8.210.0 in /packages/dashboard by @dependabot in #1888
- build(deps): bump node from 16.14.0-alpine to 16.14.2-alpine in /packages/health-check by @dependabot in #1887
- build(deps): bump node from 16.14.0-alpine to 16.14.2-alpine in /packages/handshake-api by @dependabot in #1885
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /packages/handshake-api by @dependabot in #1882
- build(deps): bump yargs from 17.3.1 to 17.4.0 in /packages/health-check by @dependabot in #1883
- build(deps): bump dayjs from 1.10.8 to 1.11.0 in /packages/dashboard by @dependabot in #1891
- build(deps-dev): bump autoprefixer from 10.4.2 to 10.4.4 in /packages/dashboard by @dependabot in #1892
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /packages/dnslink-api by @dependabot in #1886
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /packages/health-check by @dependabot in #1884
- Dashboard V2 - API keys and export data UIs by @meeh0w in #1881
- build(deps): bump @stripe/stripe-js from 1.24.0 to 1.25.0 in /packages/dashboard by @dependabot in #1901
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /packages/dashboard by @dependabot in #1890
- build(deps): bump gatsby from 4.9.3 to 4.10.1 in /packages/website by @dependabot in #1899
- build(deps): bump node from 16.14.0-alpine to 16.14.2-alpine in /packages/website by @dependabot in #1889
- build(deps): bump postcss from 8.4.8 to 8.4.12 in /packages/website by @dependabot in #1896
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 in /packages/website by @dependabot in #1897
- build(deps): bump gatsby-plugin-react-helmet from 5.9.0 to 5.10.0 in /packages/website by @dependabot in #1898
- build(deps): bump gatsby-plugin-sitemap from 5.9.0 to 5.10.1 in /packages/website by @dependabot in #1902
- build(deps): bump gatsby-transformer-yaml from 4.9.0 to 4.10.0 in /packages/website by @dependabot in #1904
- build(deps): bump gatsby-source-filesystem from 4.9.1 to 4.10.0 in /packages/website by @dependabot in #1900
- build(deps): bump gatsby-plugin-manifest from 4.9.1 to 4.10.1 in /packages/website by @dependabot in #1907
- build(deps-dev): bump autoprefixer from 10.4.2 to 10.4.4 in /packages/website by @dependabot in #1906
- improve user communication on subscription required portal by @kwypchlo in #1852
- Nginx to pass Skynet-Api-Key and Authorization headers by @ro-tex in #1856
- build(deps): bump gatsby-transformer-sharp from 4.9.0 to 4.10.0 in /packages/website by @dependabot in #1905
- build(deps): bump gatsby-plugin-postcss from 5.9.0 to 5.10.0 in /packages/website by @dependabot in #1903
- build(deps): bump gatsby-plugin-sharp from 4.9.1 to 4.10.1 in /packages/website by @dependabot in #1908
- build(deps-dev): bump cypress from 9.5.1 to 9.5.2 in /packages/website by @dependabot in #1909
- replace caddy with certbot by @kwypchlo in #1880
- build(deps): bump gatsby-plugin-image from 2.9.0 to 2.10.0 in /packages/website by @dependabot in #1910
- Dashboard v2 upgrade page by @meeh0w in #1911
- insert snippet for docker image developement builds by @kwypchlo in #1916
- Dashboard v2 auth pages login by @meeh0w in #1913
- Dashboard v2 - registration and account recovery flows by @meeh0w in #1914
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/health-check by @dependabot in #1920
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/dashboard by @dependabot in #1919
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/dashboard-v2 by @dependabot in #1921
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/website by @dependabot in #1922
- include lua linter luacheck in github action by @kwypchlo in #1923
- Dashboard V2 - changing account information by @meeh0w in #1915
- build(deps): bump nanoid from 3.3.1 to 3.3.2 in /packages/website by @dependabot in #1938
- build(deps): bump gatsby from 4.10.1 to 4.10.3 in /packages/website by @dependabot in #1937
- build(deps): bump @fontsource/sora from 4.5.3 to 4.5.5 in /packages/website by @dependabot in #1936
- build(deps): bump gatsby-plugin-image from 2.10.0 to 2.10.1 in /packages/website by @dependabot in #1935
- build(deps-dev): bump eslint from 8.11.0 to 8.12.0 in /packages/dashboard by @dependabot in #1932
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 in /packages/dnslink-api by @dependabot in #1930
- build(deps): bump stripe from 8.210.0 to 8.212.0 in /packages/dashboard by @dependabot in #1931
- build(deps): bump @fontsource/source-sans-pro from 4.5.4 to 4.5.6 in /packages/dashboard by @dependabot in #1934
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 in /packages/handshake-api by @dependabot in #1926
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 in /packages/health-check by @dependabot in #1927
- build(deps): bump next from 12.1.0 to 12.1.1 in /packages/dashboard by @dependabot in #1929
- build(deps): bump gatsby-plugin-sharp from 4.10.1 to 4.10.2 in /packages/website by @dependabot in #1933
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 in /packages/dashboard by @dependabot in #1940
- build(deps): bump @fontsource/sora from 4.5.3 to 4.5.5 in /packages/dashboard by @dependabot in #1928
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 in /packages/website by @dependabot in #1943
- build(deps): bump gatsby-source-filesystem from 4.10.0 to 4.10.1 in /packages/website by @dependabot in #1942
- build(deps-dev): bump eslint-config-next from 12.1.0 to 12.1.1 in /packages/dashboard by @dependabot in #1939
- build(deps): bump gatsby-plugin-manifest from 4.10.1 to 4.10.2 in /packages/website by @dependabot in #1941
- build(deps): bump @fontsource/source-sans-pro from 4.5.4 to 4.5.6 in /packages/website by @dependabot in #1944
- build(deps): bump gatsby-plugin-sitemap from 5.10.1 to 5.10.2 in /packages/website by @dependabot in #1945
- enable lua code coverage by @kwypchlo in #1924
- Dashboard v2 api keys mutations by @meeh0w in #1918
- ensure portal and server api headers on dnslink server by @kwypchlo in #1947
- ops: add Michal's public key by @meeh0w in #1950
- Dashboard v2 portal aware subscription plans by @meeh0w in #1948
- use skynet-accounts image instead of local dockerfile by @kwypchlo in #1917
- Lint dockerfiles with hadolint by @kwypchlo in #1952
- Rename s3 backup dirs by @kwypchlo in #1953
- skip health checks if container is not running by @kwypchlo in #1951
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 in /packages/dnslink-api by @dependabot in #1960
- build(deps): bump next from 12.1.1 to 12.1.4 in /packages/dashboard by @dependabot in #1967
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 in /packages/handshake-api by @dependabot in #1958
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 in /packages/health-check by @dependabot in #1959
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 in /packages/dashboard by @dependabot in #1964
- build(deps): bump gatsby from 4.10.3 to 4.11.1 in /packages/website by @dependabot in #1968
- build(deps): bump @stripe/stripe-js from 1.25.0 to 1.26.0 in /packages/dashboard by @dependabot in #1962
- build(deps): bump stripe from 8.212.0 to 8.215.0 in /packages/dashboard by @dependabot in #1965
- build(deps-dev): bump eslint-config-next from 12.1.1 to 12.1.4 in /packages/dashboard by @dependabot in #1963
- build(deps): bump polished from 4.1.4 to 4.2.1 in /packages/website by @dependabot in #1970
- build(deps): bump gatsby-plugin-manifest from 4.10.2 to 4.11.1 in /packages/website by @dependabot in #1969
- build(deps): bump gatsby-transformer-yaml from 4.10.0 to 4.11.0 in /packages/website by @dependabot in #1961
- build(deps): bump gatsby-plugin-image from 2.10.1 to 2.11.1 in /packages/website by @dependabot in #1966
- Dashboard v2 lighthouse scores improvements by @meeh0w in #1972
- ops(dashboard-v2): prepare Dockerfile by @meeh0w in #1971
- remove max body size constraint on tus endpoint by @kwypchlo in #1976
- replace local docker builds with docker images by @kwypchlo in #1977
- update dashboard-v2 ip by @kwypchlo in #1978
- Update portal control scripts by @ro-tex in #1973
- Invite siasky.net users to manage their account via skynetfree.net by @meeh0w in #1995
- refactor(dashboard-v2): move access guards outside of SWRConfig by @meeh0w in #1981
- Dashboard v2 -- Address feedback regarding /auth/ pages by @meeh0w in #1982
- Dashboard v2 - Address feedback regarding main dashboard by @meeh0w in #1994
- add skynet-sponsor-key functionality by @kwypchlo in #1975
- build(deps): bump moment from 2.29.1 to 2.29.2 in /packages/website by @dependabot in #1979
- build(deps): bump moment from 2.29.1 to 2.29.2 in /packages/dashboard-v2 by @dependabot in #1980
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 in /packages/website by @dependabot in #1985
- build(deps-dev): bump eslint from 8.12.0 to 8.13.0 in /packages/dashboard by @dependabot in #1989
- build(deps): bump gatsby from 4.11.1 to 4.11.2 in /packages/website by @dependabot in #1988
- build(deps): bump gatsby-plugin-sitemap from 5.10.2 to 5.11.1 in /packages/website by @dependabot in #1986
- build(deps): bump @stripe/react-stripe-js from 1.7.0 to 1.7.1 in /packages/dashboard by @dependabot in #1987
- build(deps): bump stripe from 8.215.0 to 8.216.0 in /packages/dashboard by @dependabot in #1990
- build(deps): bump yargs from 17.4.0 to 17.4.1 in /packages/health-check by @dependabot in #1983
- build(deps): bump graceful-fs from 4.2.9 to 4.2.10 in /packages/health-check by @dependabot in #1984
- build(deps): bump @stripe/stripe-js from 1.26.0 to 1.27.0 in /packages/dashboard by @dependabot in #1992
- build(deps): bump gatsby-plugin-robots-txt from 1.7.0 to 1.7.1 in /packages/website by @dependabot in #1999
- build(deps): bump react-dropzone from 12.0.4 to 12.0.5 in /packages/website by @dependabot in #2000
- build(deps): bump gatsby from 4.11.2 to 4.12.1 in /packages/website by @dependabot in #2003
- build(deps): bump gatsby-plugin-postcss from 5.10.0 to 5.12.1 in /packages/website by @dependabot in #2005
- build(deps-dev): bump tailwindcss from 3.0.23 to 3.0.24 in /packages/website by @dependabot in #2006
- build(deps): bump gatsby-plugin-sharp from 4.10.2 to 4.12.1 in /packages/website by @dependabot in #2004
- build(deps): bump framer-motion from 6.2.8 to 6.2.10 in /packages/website by @dependabot in #2002
- build(deps): bump swr from 1.2.2 to 1.3.0 in /packages/dashboard by @dependabot in #1991
- Dashboard v2 - addressing ops team feedback + DX improvements by @meeh0w in #1996
- improve lua stability and test coverage by @kwypchlo in #1974
- build(deps): bump stripe from 8.216.0 to 8.217.0 in /packages/dashboard by @dependabot in #2024
- build(deps-dev): bump eslint-config-next from 12.1.4 to 12.1.5 in /packages/dashboard by @dependabot in #2022
- build(deps): bump polished from 4.2.1 to 4.2.2 in /packages/website by @dependabot in #2018
- build(deps): bump gatsby-plugin-image from 2.11.1 to 2.12.1 in /packages/website by @dependabot in #2015
- build(deps): bump framer-motion from 6.2.10 to 6.3.0 in /packages/website by @dependabot in #2017
- build(deps): bump nanoid from 3.3.2 to 3.3.3 in /packages/website by @dependabot in #2016
- build(deps): bump dayjs from 1.11.0 to 1.11.1 in /packages/dashboard by @dependabot in #2021
- build(deps): bump next from 12.1.4 to 12.1.5 in /packages/dashboard by @dependabot in #2020
- build(deps-dev): bump tailwindcss from 3.0.23 to 3.0.24 in /packages/dashboard by @dependabot in #2027
- build(deps): bump @stripe/react-stripe-js from 1.7.1 to 1.7.2 in /packages/dashboard by @dependabot in #2026
- build(deps): bump skynet-js from 4.0.19-beta to 4.1.0 in /packages/health-check by @dependabot in #2014
- build(deps): bump skynet-js from 4.0.26-beta to 4.1.0 in /packages/website by @dependabot in #2019
- build(deps-dev): bump cypress from 9.5.2 to 9.5.4 in /packages/website by @dependabot in #2032
- build(deps): bump gatsby-plugin-manifest from 4.11.1 to 4.12.1 in /packages/website by @dependabot in #2030
- build(deps): bump gatsby-transformer-sharp from 4.10.0 to 4.12.1 in /packages/website by @dependabot in #2033
- build(deps): bump swr from 1.2.2 to 1.3.0 in /packages/website by @dependabot in #2031
- build(deps): bump gatsby-plugin-react-helmet from 5.10.0 to 5.12.1 in /packages/website by @dependabot in #2029
- build(deps): bump gatsby-plugin-sitemap from 5.11.1 to 5.12.1 in /packages/website by @dependabot in #2034
- build(deps): bump gatsby-source-filesystem from 4.10.1 to 4.12.1 in /packages/website by @dependabot in #2036
- build(deps): bump gatsby-transformer-yaml from 4.11.0 to 4.12.1 in /packages/website by @dependabot in #2035
- build(deps): bump stripe from 8.217.0 to 8.218.0 in /packages/dashboard by @dependabot in #2025
- Dashboard v2 - fixes + publishing under /v2 path by @meeh0w in #2008
- change weekly dependabot schedule to monthly by @kwypchlo in #2037
- run lua unit tests only when lua path has modified files by @kwypchlo in #2028
- build(deps): bump express-jwt from 6.1.1 to 6.1.2 in /packages/dashboard by @dependabot in #2039
- pass skylink from request context to /user/limits by @kwypchlo in #2010
- Point to latest semver release for docker images by @MSevey in #2043
- use dashboard dockerhub image by @kwypchlo in #2040
- track anon uploads by @kwypchlo in #2044
- Nginx docker improvements by @kwypchlo in #2041
- Revert "Merge pull request #1917 from SkynetLabs/use-accounts-image" by @kwypchlo in #2047
- track uploader ip by @kwypchlo in #2046
- Revert "Revert "Merge pull request #1917 from SkynetLabs/use-accounts-image"" by @MSevey in #2048
- Mongo: ShardingTaskExecutorPoolMinSize=10 by @ro-tex in #2038
- use multi stage build for website to slim down the image by @kwypchlo in #2045
- Fix dashboard-v2 Dockerfile context by @firyx in #2051
- Update Release Versions by @peterjan in #2052
- Dashboard v2 - Stripe integration + bunch of fixes & improvements by @meeh0w in #2013
- fix dnsmasq versioning in health-check dockerfile by @kwypchlo in #2054
- Stop Grace Period by @peterjan in #2053
- fix website image running params by @kwypchlo in #2055
- build(deps): bump framer-motion from 6.3.0 to 6.3.3 in /packages/website by @dependabot in #2071
- build(deps): bump gatsby-plugin-postcss from 5.12.1 to 5.13.0 in /packages/website by @dependabot in #2069
- build(deps-dev): bump autoprefixer from 10.4.4 to 10.4.5 in /packages/website by @dependabot in #2070
- build(deps): bump gatsby-plugin-sharp from 4.12.1 to 4.13.0 in /packages/website by @dependabot in #2068
- build(deps-dev): bump jest from 27.5.1 to 28.0.3 in /packages/health-check by @dependabot in #2060
- build(deps-dev): bump eslint from 8.13.0 to 8.14.0 in /packages/dashboard by @dependabot in #2061
- build(deps): bump @stripe/stripe-js from 1.27.0 to 1.29.0 in /packages/dashboard by @dependabot in #2064
- build(deps): bump stripe from 8.218.0 to 8.219.0 in /packages/dashboard by @dependabot in #2065
- build(deps): bump express-jwt from 6.1.2 to 7.5.2 in /packages/dashboard by @dependabot in #2066
- build(deps): bump next from 12.1.5 to 12.1.6 in /packages/dashboard by @dependabot in #2073
- build(deps): bump stripe from 8.219.0 to 8.220.0 in /packages/dashboard by @dependabot in #2075
- build(deps-dev): bump postcss from 8.4.12 to 8.4.13 in /packages/dashboard by @dependabot in #2076
- build(deps): bump @fontsource/source-sans-pro from 4.5.6 to 4.5.9 in /packages/dashboard by @dependabot in #2082
- build(deps): bump nanoid from 3.3.3 to 3.3.4 in /packages/website by @dependabot in #2079
- build(deps): bump gatsby-plugin-sitemap from 5.12.1 to 5.13.0 in /packages/website by @dependabot in #2078
- build(deps): bump gatsby-source-filesystem from 4.12.1 to 4.13.0 in /packages/website by @dependabot in #2067
- build(deps): bump express-jwt from 7.5.2 to 7.6.2 in /packages/dashboard by @dependabot in #2084
- build(deps-dev): bump eslint-config-next from 12.1.5 to 12.1.6 in /packages/dashboard by @dependabot in #2083
- build(deps-dev): bump autoprefixer from 10.4.4 to 10.4.7 in /packages/dashboard by @dependabot in #2072
- build(deps): bump express from 4.17.3 to 4.18.1 in /packages/dnslink-api by @dependabot in #2059
- build(deps): bump express from 4.17.3 to 4.18.1 in /packages/handshake-api by @dependabot in #2058
- build(deps): bump express from 4.17.3 to 4.18.1 in /packages/health-check by @dependabot in #2063
- build(deps): bump react-toastify from 8.2.0 to 9.0.0 in /packages/dashboard by @dependabot in #2074
- build(deps): bump postcss from 8.4.12 to 8.4.13 in /packages/website by @dependabot in #2080
- build(deps): bump @fontsource/sora from 4.5.5 to 4.5.8 in /packages/dashboard by @dependabot in #2085
- build(deps): bump react-dropzone from 12.0.5 to 14.2.0 in /packages/website by @dependabot in #2077
- build(deps-dev): bump @tailwindcss/forms from 0.5.0 to 0.5.1 in /packages/dashboard by @dependabot in #2081
- build(deps): bump gatsby from 4.12.1 to 4.13.1 in /packages/website by @dependabot in #2088
- build(deps): bump gatsby-transformer-sharp from 4.12.1 to 4.13.0 in /packages/website by @dependabot in #2090
- build(deps-dev): bump autoprefixer from 10.4.5 to 10.4.7 in /packages/website by @dependabot in #2089
- build(deps-dev): bump cypress from 9.5.4 to 9.6.0 in /packages/website by @dependabot in #2086
- build(deps): bump gatsby-plugin-react-helmet from 5.12.1 to 5.13.0 in /packages/website by @dependabot in #2093
- build(deps): bump @fontsource/sora from 4.5.5 to 4.5.8 in /packages/website by @dependabot in #2091
- build(deps): bump gatsby-transformer-yaml from 4.12.1 to 4.13.0 in /packages/website by @dependabot in #2087
- build(deps): bump gatsby-plugin-image from 2.12.1 to 2.13.0 in /packages/website by @dependabot in #2094
- build(deps): bump @fontsource/source-sans-pro from 4.5.6 to 4.5.9 in /packages/website by @dependabot in #2092
- build(deps): bump gatsby-plugin-manifest from 4.12.1 to 4.13.0 in /packages/website by @dependabot in #2095
- website: dynamic emails and site metadata by @kwypchlo in #2056
- Fil/sky 381 fix s3 backups missing logs dir by @firyx in #2097
- update skynet-accounts version by @kwypchlo in #2099
- Do not build dashboard-v2 by @kwypchlo in #2102
- server domain workaround for single server portals by @kwypchlo in #2101
New Contributors
Full Changelog: v0.1.4...v0.2.0