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) => {