Commit Graph

4061 Commits

Author SHA1 Message Date
Michał Leszczyk 4a5be18dae
fix(dashboard-v2): fix Switch toggle shrinking in narrow spaces 2022-03-16 12:53:31 +01:00
Michał Leszczyk 387e08f69b
feat(dashboard-v2): add global typography styles 2022-03-16 12:53:31 +01:00
Michał Leszczyk 60b6fd2a48
fix(dashboard-v2): fix navbar dropdown hiding behind positioned content 2022-03-16 12:53:31 +01:00
Michał Leszczyk 0ec9b396aa
fix(dashboard-v2): styling fixes for active link in navbar dropdown 2022-03-16 12:53:31 +01:00
Karol Wypchło 0d485c2a7f
Merge pull request #1859 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-manifest-4.9.1
build(deps): bump gatsby-plugin-manifest from 4.9.0 to 4.9.1 in /packages/website
2022-03-16 12:19:10 +01:00
Karol Wypchło 69e52f6d72
Merge pull request #1857 from SkynetLabs/dashboard-v2-files-page
Dashboard v2 files page
2022-03-16 12:18:57 +01:00
Karol Wypchło 11eac31681
Merge pull request #1860 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/stripe-8.209.0
build(deps): bump stripe from 8.207.0 to 8.209.0 in /packages/dashboard
2022-03-16 09:54:13 +01:00
Karol Wypchło 49ab788132
Merge pull request #1862 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/fontsource/source-sans-pro-4.5.4
build(deps): bump @fontsource/source-sans-pro from 4.5.3 to 4.5.4 in /packages/dashboard
2022-03-16 09:54:00 +01:00
Karol Wypchło 3dd6b83c6c
Merge pull request #1863 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/eslint-8.11.0
build(deps-dev): bump eslint from 8.10.0 to 8.11.0 in /packages/dashboard
2022-03-16 09:53:50 +01:00
dependabot[bot] 6783cb3d39
build(deps-dev): bump eslint in /packages/dashboard
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:54 +00:00
dependabot[bot] 710e24e7b9
build(deps): bump @fontsource/source-sans-pro in /packages/dashboard
Bumps [@fontsource/source-sans-pro](https://github.com/fontsource/fontsource/tree/HEAD/packages/source-sans-pro) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/source-sans-pro)

---
updated-dependencies:
- dependency-name: "@fontsource/source-sans-pro"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:44 +00:00
dependabot[bot] 568692452b
build(deps): bump stripe from 8.207.0 to 8.209.0 in /packages/dashboard
Bumps [stripe](https://github.com/stripe/stripe-node) from 8.207.0 to 8.209.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v8.207.0...v8.209.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:30 +00:00
dependabot[bot] 2d9d45fd69
build(deps): bump gatsby-plugin-manifest in /packages/website
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.9.1/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 12:09:21 +00:00
Michał Leszczyk fab732c6cc
feat(dashboard-v2): add Files page 2022-03-13 11:06:56 +01:00
Michał Leszczyk 46a2ff44d5
fix(dashboard-v2): styling fixes for Select and Table components 2022-03-13 11:06:56 +01:00
Michał Leszczyk ef13a84185
feat(dashboard-v2): implement CopyButton 2022-03-13 11:06:56 +01:00
Michał Leszczyk e4dec7fabd
feat(dashboard-v2): add CopyIcon and ShareIcon 2022-03-13 11:06:56 +01:00
Michał Leszczyk cd425240a0
feat(dashboard-v2): implement PopoverMenu 2022-03-13 11:06:56 +01:00
Michał Leszczyk cb5a162fe4
fix(dashboard-v2): migrate Switch to styled-components 2022-03-13 11:06:55 +01:00
Michał Leszczyk a00d4f8db9
fix(dashboard-v2): fix table header styles 2022-03-13 11:06:55 +01:00
Michał Leszczyk badc487018
fix(dashboard-v2): fix tabs default tab behavior 2022-03-13 11:06:55 +01:00
Michał Leszczyk aa6db3d115
feat(dashboard-v2): implement TextInputIcon component 2022-03-13 11:06:55 +01:00
Michał Leszczyk a93e4e93f8
Merge pull request #1833 from SkynetLabs/dashboard-v2-current-usage
Dashboard v2 current usage
2022-03-13 11:06:39 +01:00
Matthew Sevey 061770a95a
Merge pull request #1834 from SkynetLabs/Fluffy9-patch-1
Update authorized_keys
2022-03-10 11:00:52 -05:00
Karol Wypchło e2b5fe7b94
Merge pull request #1854 from SkynetLabs/revert-permanent-301-redirect
Revert permanent 301 redirect
2022-03-10 10:14:34 +01:00
Karol Wypchlo a743b625ff
Revert "Merge pull request #1831 from SkynetLabs/redirect-base64-skylink-to-base32"
This reverts commit e998882ca8, reversing
changes made to 85dd22a72e.
2022-03-10 09:55:24 +01:00
Karol Wypchlo 6e3f7d76d5
Revert "Merge pull request #1832 from SkynetLabs/redirect-hns-endpoint-to-hns-subdomain"
This reverts commit 1b64969461, reversing
changes made to 7da5a24c6e.
2022-03-10 09:55:09 +01:00
Karol Wypchlo ed3fba1db4
Revert "Merge pull request #1851 from SkynetLabs/adjust-health-checks-to-skylink-redirects"
This reverts commit 8db71f57ec, reversing
changes made to 7922f84a23.
2022-03-10 09:54:54 +01:00
Karol Wypchlo fadf7fccb8
Revert "Merge pull request #1853 from SkynetLabs/add-missing-cors-headers"
This reverts commit 85df3958c1, reversing
changes made to 8db71f57ec.
2022-03-10 09:54:18 +01:00
Christopher Schinnerl 85df3958c1
Merge pull request #1853 from SkynetLabs/add-missing-cors-headers
hotfix: add missing cors headers
2022-03-10 09:29:17 +01:00
Karol Wypchlo 9302ec8077
add missing cors headers 2022-03-10 08:36:54 +01:00
Christopher Schinnerl 8db71f57ec
Merge pull request #1851 from SkynetLabs/adjust-health-checks-to-skylink-redirects
fix health checks working with root domain skylink and hns redirects
2022-03-09 09:39:18 +01:00
Karol Wypchlo a561796d52
fix health checks working with redirects 2022-03-08 23:13:00 +01:00
Matthew Sevey 7922f84a23
Merge pull request #1850 from SkynetLabs/sevey/v0.1.4-changelog
update changelog for v0.1.4:
2022-03-08 11:07:27 -05:00
Matthew Sevey b357f65d7b
update changelog for v0.1.4: 2022-03-08 11:06:54 -05:00
Ivaylo Novakov 20d8458aa2
Merge pull request #1847 from SkynetLabs/move-to-matomo-tag-manager
change matomo tag manager address
2022-03-08 13:24:03 +01:00
Christopher Schinnerl e27443e0a0
Merge pull request #1849 from SkynetLabs/pin-jaeger-versions
specify jaeger docker image versions
2022-03-08 13:20:57 +01:00
Karol Wypchlo 35857d7697
pin jaeger versions 2022-03-08 13:02:13 +01:00
Karol Wypchlo 312d940691
use new matomo tag manager address 2022-03-08 12:48:45 +01:00
Karol Wypchło dbddb55f8d
Merge pull request #1845 from SkynetLabs/terms-and-policies
feat(website): move terms of use and privacy policy to subpages
2022-03-08 12:33:03 +01:00
Karol Wypchło 04f9970ae7
Merge pull request #1789 from SkynetLabs/include-subscription-info
include subscription info in internal accounts endpoint
2022-03-08 11:39:46 +01:00
Karol Wypchło 2715de1ef3
Merge pull request #1660 from SkynetLabs/reenable-end-to-end-upload-test
reenable end to end uploader test
2022-03-08 11:15:20 +01:00
Michał Leszczyk 74675f198d
fix(dashboard-v2): bullet-proof activity table 2022-03-08 09:37:46 +01:00
Michał Leszczyk a5327d00f3
style(dashboard-v2): improve code readability 2022-03-08 09:37:24 +01:00
Michał Leszczyk 2f6c1f0b79
feat(website): move terms of use and privacy policy to subpages (/terms & /policy) 2022-03-08 09:19:04 +01:00
Karol Wypchlo 4dff19c6c7
remove internal tier 2022-03-08 04:02:01 +01:00
Karol Wypchło e656bd78a3
Merge branch 'master' into include-subscription-info 2022-03-08 03:58:39 +01:00
Karol Wypchło 1b64969461
Merge pull request #1832 from SkynetLabs/redirect-hns-endpoint-to-hns-subdomain
permanent redirect some-portal.com/hns/[domain] to [domain].hns.some-portal.com
2022-03-07 23:55:21 +01:00
Karol Wypchło 7da5a24c6e
temporarily use siasky.net emails on portal landing page (#1843) 2022-03-07 19:58:38 +01:00
Karol Wypchło a5834539f2
Merge pull request #1836 from SkynetLabs/dependabot/npm_and_yarn/packages/website/postcss-8.4.8
build(deps): bump postcss from 8.4.7 to 8.4.8 in /packages/website
2022-03-07 14:01:39 +01:00