Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b911975
console css
softmarshmallow Nov 22, 2023
a015f58
cleanup
softmarshmallow Nov 22, 2023
de30ede
mv legacy
softmarshmallow Dec 5, 2023
0ee0c6b
1 - mv service libs
softmarshmallow Dec 5, 2023
cddfafb
2 - (wip) route migration
softmarshmallow Dec 5, 2023
6018c9d
add auth page
softmarshmallow Dec 7, 2023
6984e9e
.
softmarshmallow Dec 7, 2023
3380fa2
migration
softmarshmallow Dec 7, 2023
09c3242
add google login
softmarshmallow Dec 7, 2023
3814235
rn
softmarshmallow Dec 7, 2023
b25362b
init supabase
softmarshmallow Dec 7, 2023
25db108
add stripe
softmarshmallow Dec 7, 2023
1082318
wip supabase migrations
softmarshmallow Dec 7, 2023
18f3af6
replace orm
softmarshmallow Dec 8, 2023
12b658e
update routes and middleware
softmarshmallow Dec 8, 2023
24264a1
mv
softmarshmallow Dec 8, 2023
11856eb
fix
softmarshmallow Dec 8, 2023
4c14b60
qf
softmarshmallow Dec 8, 2023
328825d
mv
softmarshmallow Dec 8, 2023
4a0c56e
mv
softmarshmallow Dec 8, 2023
ceb48bd
wip - fix build
softmarshmallow Dec 11, 2023
c10b2b7
fix build
softmarshmallow Dec 11, 2023
3b39940
fix warnings
softmarshmallow Dec 11, 2023
2f93486
rm routes
softmarshmallow Dec 11, 2023
d4c0bab
update console layouts
softmarshmallow Dec 12, 2023
7dca5ef
update chart
softmarshmallow Dec 12, 2023
9743d00
update docs site
softmarshmallow Dec 12, 2023
bca3e3b
update application item
softmarshmallow Dec 12, 2023
a27d7dc
add member management placeholder
softmarshmallow Dec 12, 2023
4578d34
mv /console/apps > /console/applications
softmarshmallow Dec 13, 2023
ad23200
mv console compoents
softmarshmallow Dec 13, 2023
bf60296
add console form components
softmarshmallow Dec 13, 2023
8f9e330
update form styles
softmarshmallow Dec 13, 2023
270a244
update console components
softmarshmallow Dec 13, 2023
f773156
update layout
softmarshmallow Dec 13, 2023
c695ae6
update main layouts
softmarshmallow Dec 13, 2023
58cb890
update signin page
softmarshmallow Dec 13, 2023
6a56c67
placehold pages
softmarshmallow Dec 13, 2023
7ee0502
add resend api and replace onboarding email
softmarshmallow Feb 4, 2024
fa62c35
replace payment success email with resend, archived mail.cors.sh
softmarshmallow Feb 4, 2024
ae57d77
fix build
softmarshmallow Feb 4, 2024
48cc96b
archive auth
softmarshmallow Feb 4, 2024
a1cefae
archive cli
softmarshmallow Feb 4, 2024
fe6c192
update env
softmarshmallow Feb 4, 2024
46da524
update search settings
softmarshmallow Feb 4, 2024
af898dd
mv sync
softmarshmallow Feb 4, 2024
af63869
update aws client
softmarshmallow Feb 4, 2024
535d4d3
add redis
softmarshmallow Feb 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"**/node_modules": true,
"**/.build": true,
"**/.lock": true,
"**/*.code-search": true
"**/.archives": true,
"**/*.code-search": true,
"**/.next": true,
}
}
12 changes: 0 additions & 12 deletions docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions docs/blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/blog/authors.yml

This file was deleted.

14 changes: 1 addition & 13 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ const config = {
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/gridaco/cors.sh/tree/main/docs/",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
},
// tracking
googleAnalytics: {
trackingID: "G-XG051N1VS3",
Expand Down Expand Up @@ -77,7 +70,6 @@ const config = {
position: "left",
label: "Tutorial",
},
{ to: "/blog", label: "Blog", position: "left" },
{
href: "https://github.com/facebook/docusaurus",
label: "GitHub",
Expand Down Expand Up @@ -113,18 +105,14 @@ const config = {
{
title: "More",
items: [
{
label: "Blog",
to: "/blog",
},
{
label: "GitHub",
href: "https://github.com/gridaco/cors.sh",
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Grida, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Grida, Inc.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
6 changes: 3 additions & 3 deletions packages/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import Axios, { AxiosInstance, AxiosError } from "axios";

const HOST =
process.env.NODE_ENV === "production"
? "https://services.cors.sh"
: "http://localhost:4021";
? "https://cors.sh"
: "http://localhost:8823";

export class Client {
private _client: AxiosInstance;
constructor(credentials: { "x-cors-service-checkout-session-id"?: string }) {
this._client = Axios.create({
baseURL: HOST,
baseURL: HOST + '/api',
headers: {
...credentials,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui
34 changes: 0 additions & 34 deletions services/services.cors.sh/app.ts

This file was deleted.

31 changes: 0 additions & 31 deletions services/services.cors.sh/auth/jwt.ts

This file was deleted.

79 changes: 0 additions & 79 deletions services/services.cors.sh/auth/middleware.ts

This file was deleted.

3 changes: 0 additions & 3 deletions services/services.cors.sh/clients/index.ts

This file was deleted.

3 changes: 0 additions & 3 deletions services/services.cors.sh/clients/prisma.ts

This file was deleted.

Loading