From 0283c293ef26625f4311431236c88691be5afbde Mon Sep 17 00:00:00 2001 From: Ahmed Al-Taiar Date: Sun, 6 Apr 2025 18:08:05 -0400 Subject: [PATCH] An attempt to fix the PDF iframe not loading properly when the API domain is third-partyBasic printer CRUD --- .dockerignore | 0 .editorconfig | 0 .env.example | 0 .gitea/workflows/ci.yml | 0 .gitignore | 0 .redwood/README.md | 0 .vscode/extensions.json | 0 .vscode/launch.json | 0 .vscode/settings.json | 0 .vscode/tasks.json | 0 .yarnrc.yml | 0 Dockerfile | 0 README.md | 0 api/db/migrations/20240810184713_user/migration.sql | 0 .../migrations/20240819213158_social/migration.sql | 0 .../20240821020900_portrait/migration.sql | 0 .../migrations/20240824001030_project/migration.sql | 0 .../migration.sql | 0 .../20240921181721_more_socials/migration.sql | 0 .../20240921183021_even_more_socials/migration.sql | 0 api/db/migrations/20240927031102_/migration.sql | 0 api/db/migrations/20240929164343_/migration.sql | 0 .../20241001005227_title_and_resume/migration.sql | 0 api/db/migrations/20241005014130_/migration.sql | 0 .../migrations/20241015183037_matrix/migration.sql | 0 api/db/migrations/migration_lock.toml | 0 api/db/schema.prisma | 0 api/jest.config.js | 0 api/package.json | 0 api/quick-lint-js.config | 0 api/src/directives/requireAuth/requireAuth.ts | 0 api/src/directives/skipAuth/skipAuth.ts | 0 api/src/functions/auth.ts | 0 api/src/functions/graphql.ts | 0 api/src/graphql/.keep | 0 api/src/graphql/portrait.sdl.ts | 0 api/src/graphql/projects.sdl.ts | 0 api/src/graphql/resume.sdl.ts | 0 api/src/graphql/scalars.sdl.ts | 0 api/src/graphql/socials.sdl.ts | 0 api/src/graphql/tags.sdl.ts | 0 api/src/graphql/title.sdl.ts | 0 api/src/lib/auth.ts | 0 api/src/lib/cors.ts | 0 api/src/lib/db.ts | 0 api/src/lib/email.ts | 0 api/src/lib/logger.ts | 0 api/src/lib/tus.ts | 0 api/src/server.ts | 0 api/src/services/.keep | 0 api/src/services/portrait/portrait.ts | 0 api/src/services/projects/projects.ts | 0 api/src/services/resume/resume.ts | 0 api/src/services/socials/socials.ts | 0 api/src/services/tags/tags.ts | 0 api/src/services/title/title.ts | 0 api/tsconfig.json | 0 docker-compose.yml | 0 graphql.config.js | 0 jest.config.js | 0 package.json | 0 prettier.config.mjs | 0 redwood.toml | 0 scripts/.keep | 0 scripts/seed.ts | 0 scripts/tsconfig.json | 0 web/config/postcss.config.js | 0 web/config/tailwind.config.js | 0 web/jest.config.js | 0 web/package.json | 0 web/public/README.md | 0 web/public/favicon.png | Bin web/public/no_portrait.webp | Bin web/public/no_resume.pdf | Bin web/public/robots.txt | 0 web/quick-lint-js.config | 0 web/src/App.tsx | 0 web/src/Routes.tsx | 0 web/src/auth.ts | 0 web/src/components/.keep | 0 web/src/components/Cell/CellEmpty/CellEmpty.tsx | 0 web/src/components/Cell/CellFailure/CellFailure.tsx | 0 web/src/components/Cell/CellLoading/CellLoading.tsx | 0 web/src/components/ColorPicker/ColorPicker.tsx | 0 .../ContactCard/ContactCard/ContactCard.tsx | 0 .../ContactCard/ContactCardCell/ContactCardCell.tsx | 0 web/src/components/DatePicker/DatePicker.tsx | 0 web/src/components/FormTextList/FormTextList.tsx | 0 web/src/components/PDF/PDF.tsx | 5 +++++ .../Portrait/PortraitCell/PortraitCell.tsx | 0 .../Portrait/PortraitForm/PortraitForm.tsx | 0 .../Project/AdminProject/AdminProject.tsx | 0 .../Project/AdminProjectCell/AdminProjectCell.tsx | 0 .../Project/EditProjectCell/EditProjectCell.tsx | 0 .../components/Project/NewProject/NewProject.tsx | 0 web/src/components/Project/Project/Project.tsx | 0 .../components/Project/ProjectCell/ProjectCell.tsx | 0 .../components/Project/ProjectForm/ProjectForm.tsx | 0 web/src/components/Project/Projects/Projects.tsx | 0 .../Project/ProjectsCell/ProjectsCell.tsx | 0 .../ProjectsShowcaseCell/ProjectsShowcaseCell.tsx | 0 .../ProjectsShowcaseList/ProjectsShowcaseList.tsx | 0 .../Resume/AdminResumeCell/AdminResumeCell.tsx | 0 web/src/components/Resume/Resume/Resume.tsx | 0 web/src/components/Resume/ResumeCell/ResumeCell.tsx | 0 web/src/components/Resume/ResumeForm/ResumeForm.tsx | 0 .../components/RichTextEditor/RichTextEditor.tsx | 0 .../Social/EditSocialCell/EditSocialCell.tsx | 0 web/src/components/Social/NewSocial/NewSocial.tsx | 0 web/src/components/Social/Social/Social.tsx | 0 web/src/components/Social/SocialCell/SocialCell.tsx | 0 web/src/components/Social/SocialForm/SocialForm.tsx | 0 .../components/Social/SocialLinks/SocialLinks.tsx | 0 web/src/components/Social/Socials/Socials.tsx | 0 .../components/Social/SocialsCell/SocialsCell.tsx | 0 web/src/components/Tag/EditTagCell/EditTagCell.tsx | 0 web/src/components/Tag/NewTag/NewTag.tsx | 0 web/src/components/Tag/Tag/Tag.tsx | 0 web/src/components/Tag/TagCell/TagCell.tsx | 0 web/src/components/Tag/TagForm/TagForm.tsx | 0 web/src/components/Tag/Tags/Tags.tsx | 0 web/src/components/Tag/TagsCell/TagsCell.tsx | 0 .../components/Tag/TagsSelector/TagsSelector.tsx | 0 .../Tag/TagsSelectorCell/TagsSelectorCell.tsx | 0 web/src/components/ThemeToggle/ThemeToggle.tsx | 0 .../Title/AdminTitlesCell/AdminTitlesCell.tsx | 0 web/src/components/Title/Titles/Titles.tsx | 0 web/src/components/Title/TitlesCell/TitlesCell.tsx | 0 web/src/components/Title/TitlesForm/TitlesForm.tsx | 0 .../ToastNotification/ToastNotification.tsx | 0 .../components/ToasterWrapper/ToasterWrapper.tsx | 0 web/src/components/Uploader/Uploader.tsx | 0 web/src/entry.client.tsx | 0 web/src/index.css | 0 web/src/index.html | 0 web/src/layouts/.keep | 0 .../layouts/AccountbarLayout/AccountbarLayout.tsx | 0 web/src/layouts/NavbarLayout/NavbarLayout.tsx | 0 web/src/layouts/ScaffoldLayout/ScaffoldLayout.tsx | 0 web/src/lib/color.tsx | 0 web/src/lib/formatters.tsx | 0 web/src/lib/handle.tsx | 0 web/src/lib/tus.ts | 0 web/src/pages/ContactPage/ContactPage.tsx | 0 web/src/pages/FatalErrorPage/FatalErrorPage.tsx | 0 .../pages/ForgotPasswordPage/ForgotPasswordPage.tsx | 0 web/src/pages/HomePage/HomePage.tsx | 0 web/src/pages/LoginPage/LoginPage.tsx | 0 web/src/pages/NotFoundPage/NotFoundPage.tsx | 0 .../pages/Portrait/PortraitPage/PortraitPage.tsx | 0 .../Project/AdminProjectPage/AdminProjectPage.tsx | 0 .../Project/AdminProjectsPage/AdminProjectsPage.tsx | 0 .../Project/EditProjectPage/EditProjectPage.tsx | 0 .../pages/Project/NewProjectPage/NewProjectPage.tsx | 0 web/src/pages/Project/ProjectPage/ProjectPage.tsx | 0 web/src/pages/Project/ProjectsPage/ProjectsPage.tsx | 0 .../pages/ResetPasswordPage/ResetPasswordPage.tsx | 0 .../Resume/AdminResumePage/AdminResumePage.tsx | 0 web/src/pages/Resume/ResumePage/ResumePage.tsx | 0 .../pages/Social/EditSocialPage/EditSocialPage.tsx | 0 .../pages/Social/NewSocialPage/NewSocialPage.tsx | 0 web/src/pages/Social/SocialPage/SocialPage.tsx | 0 web/src/pages/Social/SocialsPage/SocialsPage.tsx | 0 web/src/pages/Tag/EditTagPage/EditTagPage.tsx | 0 web/src/pages/Tag/NewTagPage/NewTagPage.tsx | 0 web/src/pages/Tag/TagPage/TagPage.tsx | 0 web/src/pages/Tag/TagsPage/TagsPage.tsx | 0 web/src/pages/Title/TitlesPage/TitlesPage.tsx | 0 web/tsconfig.json | 0 web/vite.config.ts | 0 yarn.lock | 0 171 files changed, 5 insertions(+) mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .env.example mode change 100644 => 100755 .gitea/workflows/ci.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .redwood/README.md mode change 100644 => 100755 .vscode/extensions.json mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 .vscode/settings.json mode change 100644 => 100755 .vscode/tasks.json mode change 100644 => 100755 .yarnrc.yml mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 README.md mode change 100644 => 100755 api/db/migrations/20240810184713_user/migration.sql mode change 100644 => 100755 api/db/migrations/20240819213158_social/migration.sql mode change 100644 => 100755 api/db/migrations/20240821020900_portrait/migration.sql mode change 100644 => 100755 api/db/migrations/20240824001030_project/migration.sql mode change 100644 => 100755 api/db/migrations/20240921164727_project_date_is_mandatory_default_today_12_am/migration.sql mode change 100644 => 100755 api/db/migrations/20240921181721_more_socials/migration.sql mode change 100644 => 100755 api/db/migrations/20240921183021_even_more_socials/migration.sql mode change 100644 => 100755 api/db/migrations/20240927031102_/migration.sql mode change 100644 => 100755 api/db/migrations/20240929164343_/migration.sql mode change 100644 => 100755 api/db/migrations/20241001005227_title_and_resume/migration.sql mode change 100644 => 100755 api/db/migrations/20241005014130_/migration.sql mode change 100644 => 100755 api/db/migrations/20241015183037_matrix/migration.sql mode change 100644 => 100755 api/db/migrations/migration_lock.toml mode change 100644 => 100755 api/db/schema.prisma mode change 100644 => 100755 api/jest.config.js mode change 100644 => 100755 api/package.json mode change 100644 => 100755 api/quick-lint-js.config mode change 100644 => 100755 api/src/directives/requireAuth/requireAuth.ts mode change 100644 => 100755 api/src/directives/skipAuth/skipAuth.ts mode change 100644 => 100755 api/src/functions/auth.ts mode change 100644 => 100755 api/src/functions/graphql.ts mode change 100644 => 100755 api/src/graphql/.keep mode change 100644 => 100755 api/src/graphql/portrait.sdl.ts mode change 100644 => 100755 api/src/graphql/projects.sdl.ts mode change 100644 => 100755 api/src/graphql/resume.sdl.ts mode change 100644 => 100755 api/src/graphql/scalars.sdl.ts mode change 100644 => 100755 api/src/graphql/socials.sdl.ts mode change 100644 => 100755 api/src/graphql/tags.sdl.ts mode change 100644 => 100755 api/src/graphql/title.sdl.ts mode change 100644 => 100755 api/src/lib/auth.ts mode change 100644 => 100755 api/src/lib/cors.ts mode change 100644 => 100755 api/src/lib/db.ts mode change 100644 => 100755 api/src/lib/email.ts mode change 100644 => 100755 api/src/lib/logger.ts mode change 100644 => 100755 api/src/lib/tus.ts mode change 100644 => 100755 api/src/server.ts mode change 100644 => 100755 api/src/services/.keep mode change 100644 => 100755 api/src/services/portrait/portrait.ts mode change 100644 => 100755 api/src/services/projects/projects.ts mode change 100644 => 100755 api/src/services/resume/resume.ts mode change 100644 => 100755 api/src/services/socials/socials.ts mode change 100644 => 100755 api/src/services/tags/tags.ts mode change 100644 => 100755 api/src/services/title/title.ts mode change 100644 => 100755 api/tsconfig.json mode change 100644 => 100755 docker-compose.yml mode change 100644 => 100755 graphql.config.js mode change 100644 => 100755 jest.config.js mode change 100644 => 100755 package.json mode change 100644 => 100755 prettier.config.mjs mode change 100644 => 100755 redwood.toml mode change 100644 => 100755 scripts/.keep mode change 100644 => 100755 scripts/seed.ts mode change 100644 => 100755 scripts/tsconfig.json mode change 100644 => 100755 web/config/postcss.config.js mode change 100644 => 100755 web/config/tailwind.config.js mode change 100644 => 100755 web/jest.config.js mode change 100644 => 100755 web/package.json mode change 100644 => 100755 web/public/README.md mode change 100644 => 100755 web/public/favicon.png mode change 100644 => 100755 web/public/no_portrait.webp mode change 100644 => 100755 web/public/no_resume.pdf mode change 100644 => 100755 web/public/robots.txt mode change 100644 => 100755 web/quick-lint-js.config mode change 100644 => 100755 web/src/App.tsx mode change 100644 => 100755 web/src/Routes.tsx mode change 100644 => 100755 web/src/auth.ts mode change 100644 => 100755 web/src/components/.keep mode change 100644 => 100755 web/src/components/Cell/CellEmpty/CellEmpty.tsx mode change 100644 => 100755 web/src/components/Cell/CellFailure/CellFailure.tsx mode change 100644 => 100755 web/src/components/Cell/CellLoading/CellLoading.tsx mode change 100644 => 100755 web/src/components/ColorPicker/ColorPicker.tsx mode change 100644 => 100755 web/src/components/ContactCard/ContactCard/ContactCard.tsx mode change 100644 => 100755 web/src/components/ContactCard/ContactCardCell/ContactCardCell.tsx mode change 100644 => 100755 web/src/components/DatePicker/DatePicker.tsx mode change 100644 => 100755 web/src/components/FormTextList/FormTextList.tsx mode change 100644 => 100755 web/src/components/PDF/PDF.tsx mode change 100644 => 100755 web/src/components/Portrait/PortraitCell/PortraitCell.tsx mode change 100644 => 100755 web/src/components/Portrait/PortraitForm/PortraitForm.tsx mode change 100644 => 100755 web/src/components/Project/AdminProject/AdminProject.tsx mode change 100644 => 100755 web/src/components/Project/AdminProjectCell/AdminProjectCell.tsx mode change 100644 => 100755 web/src/components/Project/EditProjectCell/EditProjectCell.tsx mode change 100644 => 100755 web/src/components/Project/NewProject/NewProject.tsx mode change 100644 => 100755 web/src/components/Project/Project/Project.tsx mode change 100644 => 100755 web/src/components/Project/ProjectCell/ProjectCell.tsx mode change 100644 => 100755 web/src/components/Project/ProjectForm/ProjectForm.tsx mode change 100644 => 100755 web/src/components/Project/Projects/Projects.tsx mode change 100644 => 100755 web/src/components/Project/ProjectsCell/ProjectsCell.tsx mode change 100644 => 100755 web/src/components/Project/ProjectsShowcaseCell/ProjectsShowcaseCell.tsx mode change 100644 => 100755 web/src/components/ProjectsShowcaseList/ProjectsShowcaseList.tsx mode change 100644 => 100755 web/src/components/Resume/AdminResumeCell/AdminResumeCell.tsx mode change 100644 => 100755 web/src/components/Resume/Resume/Resume.tsx mode change 100644 => 100755 web/src/components/Resume/ResumeCell/ResumeCell.tsx mode change 100644 => 100755 web/src/components/Resume/ResumeForm/ResumeForm.tsx mode change 100644 => 100755 web/src/components/RichTextEditor/RichTextEditor.tsx mode change 100644 => 100755 web/src/components/Social/EditSocialCell/EditSocialCell.tsx mode change 100644 => 100755 web/src/components/Social/NewSocial/NewSocial.tsx mode change 100644 => 100755 web/src/components/Social/Social/Social.tsx mode change 100644 => 100755 web/src/components/Social/SocialCell/SocialCell.tsx mode change 100644 => 100755 web/src/components/Social/SocialForm/SocialForm.tsx mode change 100644 => 100755 web/src/components/Social/SocialLinks/SocialLinks.tsx mode change 100644 => 100755 web/src/components/Social/Socials/Socials.tsx mode change 100644 => 100755 web/src/components/Social/SocialsCell/SocialsCell.tsx mode change 100644 => 100755 web/src/components/Tag/EditTagCell/EditTagCell.tsx mode change 100644 => 100755 web/src/components/Tag/NewTag/NewTag.tsx mode change 100644 => 100755 web/src/components/Tag/Tag/Tag.tsx mode change 100644 => 100755 web/src/components/Tag/TagCell/TagCell.tsx mode change 100644 => 100755 web/src/components/Tag/TagForm/TagForm.tsx mode change 100644 => 100755 web/src/components/Tag/Tags/Tags.tsx mode change 100644 => 100755 web/src/components/Tag/TagsCell/TagsCell.tsx mode change 100644 => 100755 web/src/components/Tag/TagsSelector/TagsSelector.tsx mode change 100644 => 100755 web/src/components/Tag/TagsSelectorCell/TagsSelectorCell.tsx mode change 100644 => 100755 web/src/components/ThemeToggle/ThemeToggle.tsx mode change 100644 => 100755 web/src/components/Title/AdminTitlesCell/AdminTitlesCell.tsx mode change 100644 => 100755 web/src/components/Title/Titles/Titles.tsx mode change 100644 => 100755 web/src/components/Title/TitlesCell/TitlesCell.tsx mode change 100644 => 100755 web/src/components/Title/TitlesForm/TitlesForm.tsx mode change 100644 => 100755 web/src/components/ToastNotification/ToastNotification.tsx mode change 100644 => 100755 web/src/components/ToasterWrapper/ToasterWrapper.tsx mode change 100644 => 100755 web/src/components/Uploader/Uploader.tsx mode change 100644 => 100755 web/src/entry.client.tsx mode change 100644 => 100755 web/src/index.css mode change 100644 => 100755 web/src/index.html mode change 100644 => 100755 web/src/layouts/.keep mode change 100644 => 100755 web/src/layouts/AccountbarLayout/AccountbarLayout.tsx mode change 100644 => 100755 web/src/layouts/NavbarLayout/NavbarLayout.tsx mode change 100644 => 100755 web/src/layouts/ScaffoldLayout/ScaffoldLayout.tsx mode change 100644 => 100755 web/src/lib/color.tsx mode change 100644 => 100755 web/src/lib/formatters.tsx mode change 100644 => 100755 web/src/lib/handle.tsx mode change 100644 => 100755 web/src/lib/tus.ts mode change 100644 => 100755 web/src/pages/ContactPage/ContactPage.tsx mode change 100644 => 100755 web/src/pages/FatalErrorPage/FatalErrorPage.tsx mode change 100644 => 100755 web/src/pages/ForgotPasswordPage/ForgotPasswordPage.tsx mode change 100644 => 100755 web/src/pages/HomePage/HomePage.tsx mode change 100644 => 100755 web/src/pages/LoginPage/LoginPage.tsx mode change 100644 => 100755 web/src/pages/NotFoundPage/NotFoundPage.tsx mode change 100644 => 100755 web/src/pages/Portrait/PortraitPage/PortraitPage.tsx mode change 100644 => 100755 web/src/pages/Project/AdminProjectPage/AdminProjectPage.tsx mode change 100644 => 100755 web/src/pages/Project/AdminProjectsPage/AdminProjectsPage.tsx mode change 100644 => 100755 web/src/pages/Project/EditProjectPage/EditProjectPage.tsx mode change 100644 => 100755 web/src/pages/Project/NewProjectPage/NewProjectPage.tsx mode change 100644 => 100755 web/src/pages/Project/ProjectPage/ProjectPage.tsx mode change 100644 => 100755 web/src/pages/Project/ProjectsPage/ProjectsPage.tsx mode change 100644 => 100755 web/src/pages/ResetPasswordPage/ResetPasswordPage.tsx mode change 100644 => 100755 web/src/pages/Resume/AdminResumePage/AdminResumePage.tsx mode change 100644 => 100755 web/src/pages/Resume/ResumePage/ResumePage.tsx mode change 100644 => 100755 web/src/pages/Social/EditSocialPage/EditSocialPage.tsx mode change 100644 => 100755 web/src/pages/Social/NewSocialPage/NewSocialPage.tsx mode change 100644 => 100755 web/src/pages/Social/SocialPage/SocialPage.tsx mode change 100644 => 100755 web/src/pages/Social/SocialsPage/SocialsPage.tsx mode change 100644 => 100755 web/src/pages/Tag/EditTagPage/EditTagPage.tsx mode change 100644 => 100755 web/src/pages/Tag/NewTagPage/NewTagPage.tsx mode change 100644 => 100755 web/src/pages/Tag/TagPage/TagPage.tsx mode change 100644 => 100755 web/src/pages/Tag/TagsPage/TagsPage.tsx mode change 100644 => 100755 web/src/pages/Title/TitlesPage/TitlesPage.tsx mode change 100644 => 100755 web/tsconfig.json mode change 100644 => 100755 web/vite.config.ts mode change 100644 => 100755 yarn.lock diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.redwood/README.md b/.redwood/README.md old mode 100644 new mode 100755 diff --git a/.vscode/extensions.json b/.vscode/extensions.json old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755 diff --git a/.yarnrc.yml b/.yarnrc.yml old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240810184713_user/migration.sql b/api/db/migrations/20240810184713_user/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240819213158_social/migration.sql b/api/db/migrations/20240819213158_social/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240821020900_portrait/migration.sql b/api/db/migrations/20240821020900_portrait/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240824001030_project/migration.sql b/api/db/migrations/20240824001030_project/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240921164727_project_date_is_mandatory_default_today_12_am/migration.sql b/api/db/migrations/20240921164727_project_date_is_mandatory_default_today_12_am/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240921181721_more_socials/migration.sql b/api/db/migrations/20240921181721_more_socials/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240921183021_even_more_socials/migration.sql b/api/db/migrations/20240921183021_even_more_socials/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240927031102_/migration.sql b/api/db/migrations/20240927031102_/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20240929164343_/migration.sql b/api/db/migrations/20240929164343_/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20241001005227_title_and_resume/migration.sql b/api/db/migrations/20241001005227_title_and_resume/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20241005014130_/migration.sql b/api/db/migrations/20241005014130_/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/20241015183037_matrix/migration.sql b/api/db/migrations/20241015183037_matrix/migration.sql old mode 100644 new mode 100755 diff --git a/api/db/migrations/migration_lock.toml b/api/db/migrations/migration_lock.toml old mode 100644 new mode 100755 diff --git a/api/db/schema.prisma b/api/db/schema.prisma old mode 100644 new mode 100755 diff --git a/api/jest.config.js b/api/jest.config.js old mode 100644 new mode 100755 diff --git a/api/package.json b/api/package.json old mode 100644 new mode 100755 diff --git a/api/quick-lint-js.config b/api/quick-lint-js.config old mode 100644 new mode 100755 diff --git a/api/src/directives/requireAuth/requireAuth.ts b/api/src/directives/requireAuth/requireAuth.ts old mode 100644 new mode 100755 diff --git a/api/src/directives/skipAuth/skipAuth.ts b/api/src/directives/skipAuth/skipAuth.ts old mode 100644 new mode 100755 diff --git a/api/src/functions/auth.ts b/api/src/functions/auth.ts old mode 100644 new mode 100755 diff --git a/api/src/functions/graphql.ts b/api/src/functions/graphql.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/.keep b/api/src/graphql/.keep old mode 100644 new mode 100755 diff --git a/api/src/graphql/portrait.sdl.ts b/api/src/graphql/portrait.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/projects.sdl.ts b/api/src/graphql/projects.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/resume.sdl.ts b/api/src/graphql/resume.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/scalars.sdl.ts b/api/src/graphql/scalars.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/socials.sdl.ts b/api/src/graphql/socials.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/tags.sdl.ts b/api/src/graphql/tags.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/graphql/title.sdl.ts b/api/src/graphql/title.sdl.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/auth.ts b/api/src/lib/auth.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/cors.ts b/api/src/lib/cors.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/db.ts b/api/src/lib/db.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/email.ts b/api/src/lib/email.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/logger.ts b/api/src/lib/logger.ts old mode 100644 new mode 100755 diff --git a/api/src/lib/tus.ts b/api/src/lib/tus.ts old mode 100644 new mode 100755 diff --git a/api/src/server.ts b/api/src/server.ts old mode 100644 new mode 100755 diff --git a/api/src/services/.keep b/api/src/services/.keep old mode 100644 new mode 100755 diff --git a/api/src/services/portrait/portrait.ts b/api/src/services/portrait/portrait.ts old mode 100644 new mode 100755 diff --git a/api/src/services/projects/projects.ts b/api/src/services/projects/projects.ts old mode 100644 new mode 100755 diff --git a/api/src/services/resume/resume.ts b/api/src/services/resume/resume.ts old mode 100644 new mode 100755 diff --git a/api/src/services/socials/socials.ts b/api/src/services/socials/socials.ts old mode 100644 new mode 100755 diff --git a/api/src/services/tags/tags.ts b/api/src/services/tags/tags.ts old mode 100644 new mode 100755 diff --git a/api/src/services/title/title.ts b/api/src/services/title/title.ts old mode 100644 new mode 100755 diff --git a/api/tsconfig.json b/api/tsconfig.json old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/graphql.config.js b/graphql.config.js old mode 100644 new mode 100755 diff --git a/jest.config.js b/jest.config.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/prettier.config.mjs b/prettier.config.mjs old mode 100644 new mode 100755 diff --git a/redwood.toml b/redwood.toml old mode 100644 new mode 100755 diff --git a/scripts/.keep b/scripts/.keep old mode 100644 new mode 100755 diff --git a/scripts/seed.ts b/scripts/seed.ts old mode 100644 new mode 100755 diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json old mode 100644 new mode 100755 diff --git a/web/config/postcss.config.js b/web/config/postcss.config.js old mode 100644 new mode 100755 diff --git a/web/config/tailwind.config.js b/web/config/tailwind.config.js old mode 100644 new mode 100755 diff --git a/web/jest.config.js b/web/jest.config.js old mode 100644 new mode 100755 diff --git a/web/package.json b/web/package.json old mode 100644 new mode 100755 diff --git a/web/public/README.md b/web/public/README.md old mode 100644 new mode 100755 diff --git a/web/public/favicon.png b/web/public/favicon.png old mode 100644 new mode 100755 diff --git a/web/public/no_portrait.webp b/web/public/no_portrait.webp old mode 100644 new mode 100755 diff --git a/web/public/no_resume.pdf b/web/public/no_resume.pdf old mode 100644 new mode 100755 diff --git a/web/public/robots.txt b/web/public/robots.txt old mode 100644 new mode 100755 diff --git a/web/quick-lint-js.config b/web/quick-lint-js.config old mode 100644 new mode 100755 diff --git a/web/src/App.tsx b/web/src/App.tsx old mode 100644 new mode 100755 diff --git a/web/src/Routes.tsx b/web/src/Routes.tsx old mode 100644 new mode 100755 diff --git a/web/src/auth.ts b/web/src/auth.ts old mode 100644 new mode 100755 diff --git a/web/src/components/.keep b/web/src/components/.keep old mode 100644 new mode 100755 diff --git a/web/src/components/Cell/CellEmpty/CellEmpty.tsx b/web/src/components/Cell/CellEmpty/CellEmpty.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/Cell/CellFailure/CellFailure.tsx b/web/src/components/Cell/CellFailure/CellFailure.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/Cell/CellLoading/CellLoading.tsx b/web/src/components/Cell/CellLoading/CellLoading.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/ColorPicker/ColorPicker.tsx b/web/src/components/ColorPicker/ColorPicker.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/ContactCard/ContactCard/ContactCard.tsx b/web/src/components/ContactCard/ContactCard/ContactCard.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/ContactCard/ContactCardCell/ContactCardCell.tsx b/web/src/components/ContactCard/ContactCardCell/ContactCardCell.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/DatePicker/DatePicker.tsx b/web/src/components/DatePicker/DatePicker.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/FormTextList/FormTextList.tsx b/web/src/components/FormTextList/FormTextList.tsx old mode 100644 new mode 100755 diff --git a/web/src/components/PDF/PDF.tsx b/web/src/components/PDF/PDF.tsx old mode 100644 new mode 100755 index fc52035..a081a3e --- a/web/src/components/PDF/PDF.tsx +++ b/web/src/components/PDF/PDF.tsx @@ -23,13 +23,18 @@ const PDF = ({ url, form = false }: PDFProps) => {