Browse Source

Move into web/

Manav Rathi 1 year ago
parent
commit
e15c7e1642
100 changed files with 0 additions and 0 deletions
  1. 0 0
      web/.github/pull_request_template.md
  2. 0 0
      web/.github/workflows/l18n-crowdin.yml
  3. 0 0
      web/.github/workflows/pr.yml
  4. 0 0
      web/.gitignore
  5. 0 0
      web/.gitmodules
  6. 0 0
      web/.prettierignore
  7. 0 0
      web/.prettierrc.json
  8. 0 0
      web/LICENSE
  9. 0 0
      web/README.md
  10. 0 0
      web/SECURITY.md
  11. 0 0
      web/apps/accounts/.eslintrc.js
  12. 0 0
      web/apps/accounts/next.config.js
  13. 0 0
      web/apps/accounts/package.json
  14. 0 0
      web/apps/accounts/public/favicon.ico
  15. 0 0
      web/apps/accounts/public/fonts/OFL.txt
  16. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-500.woff
  17. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-500.woff2
  18. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-600.woff
  19. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-600.woff2
  20. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-800.woff
  21. 0 0
      web/apps/accounts/public/fonts/inter-v11-latin-800.woff2
  22. 0 0
      web/apps/accounts/public/images/ente-circular.png
  23. 0 0
      web/apps/accounts/public/images/ente.svg
  24. 0 0
      web/apps/accounts/public/images/favicon.png
  25. 0 0
      web/apps/accounts/public/locales/en/translation.json
  26. 0 0
      web/apps/accounts/public/next.svg
  27. 0 0
      web/apps/accounts/public/vercel.svg
  28. 0 0
      web/apps/accounts/sentry.client.config.ts
  29. 0 0
      web/apps/accounts/sentry.edge.config.ts
  30. 0 0
      web/apps/accounts/sentry.properties
  31. 0 0
      web/apps/accounts/sentry.server.config.ts
  32. 0 0
      web/apps/accounts/src/pages/_app.tsx
  33. 0 0
      web/apps/accounts/src/pages/_document.tsx
  34. 0 0
      web/apps/accounts/src/pages/account-handoff.tsx
  35. 0 0
      web/apps/accounts/src/pages/credentials/index.tsx
  36. 0 0
      web/apps/accounts/src/pages/generate/index.tsx
  37. 0 0
      web/apps/accounts/src/pages/index.tsx
  38. 0 0
      web/apps/accounts/src/pages/login/index.tsx
  39. 0 0
      web/apps/accounts/src/pages/passkeys/DeletePasskeyModal.tsx
  40. 0 0
      web/apps/accounts/src/pages/passkeys/ManagePasskeyDrawer.tsx
  41. 0 0
      web/apps/accounts/src/pages/passkeys/PasskeyListItem.tsx
  42. 0 0
      web/apps/accounts/src/pages/passkeys/PasskeysList.tsx
  43. 0 0
      web/apps/accounts/src/pages/passkeys/RenamePasskeyModal.tsx
  44. 0 0
      web/apps/accounts/src/pages/passkeys/finish.tsx
  45. 0 0
      web/apps/accounts/src/pages/passkeys/flow/index.tsx
  46. 0 0
      web/apps/accounts/src/pages/passkeys/index.tsx
  47. 0 0
      web/apps/accounts/src/pages/recover/index.tsx
  48. 0 0
      web/apps/accounts/src/pages/signup/index.tsx
  49. 0 0
      web/apps/accounts/src/pages/two-factor/recover/index.tsx
  50. 0 0
      web/apps/accounts/src/pages/two-factor/setup/index.tsx
  51. 0 0
      web/apps/accounts/src/pages/two-factor/verify/index.tsx
  52. 0 0
      web/apps/accounts/src/pages/verify/index.tsx
  53. 0 0
      web/apps/accounts/src/services/passkeysService.ts
  54. 0 0
      web/apps/accounts/src/styles/global.css
  55. 0 0
      web/apps/accounts/src/types/passkey.ts
  56. 0 0
      web/apps/accounts/tsconfig.json
  57. 0 0
      web/apps/auth/.eslintrc.js
  58. 0 0
      web/apps/auth/next.config.js
  59. 0 0
      web/apps/auth/package.json
  60. 0 0
      web/apps/auth/public/.well-known/apple-app-site-association
  61. 0 0
      web/apps/auth/public/.well-known/assetlinks.json
  62. 0 0
      web/apps/auth/public/_headers
  63. 0 0
      web/apps/auth/public/css/global.css
  64. 0 0
      web/apps/auth/public/fonts/OFL.txt
  65. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-500.woff
  66. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-500.woff2
  67. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-600.woff
  68. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-600.woff2
  69. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-800.woff
  70. 0 0
      web/apps/auth/public/fonts/inter-v11-latin-800.woff2
  71. 0 0
      web/apps/auth/public/images/auth/192.png
  72. 0 0
      web/apps/auth/public/images/auth/256.png
  73. 0 0
      web/apps/auth/public/images/auth/512.png
  74. 0 0
      web/apps/auth/public/images/ente.svg
  75. 0 0
      web/apps/auth/public/images/favicon.png
  76. 0 0
      web/apps/auth/public/locales/de-DE/translation.json
  77. 0 0
      web/apps/auth/public/locales/en-US/translation.json
  78. 0 0
      web/apps/auth/public/locales/es-ES/translation.json
  79. 0 0
      web/apps/auth/public/locales/fa-IR/translation.json
  80. 0 0
      web/apps/auth/public/locales/fi-FI/translation.json
  81. 0 0
      web/apps/auth/public/locales/fr-FR/translation.json
  82. 0 0
      web/apps/auth/public/locales/it-IT/translation.json
  83. 0 0
      web/apps/auth/public/locales/nl-NL/translation.json
  84. 0 0
      web/apps/auth/public/locales/pt-BR/translation.json
  85. 0 0
      web/apps/auth/public/locales/pt-PT/translation.json
  86. 0 0
      web/apps/auth/public/locales/ru-RU/translation.json
  87. 0 0
      web/apps/auth/public/locales/tr-TR/translation.json
  88. 0 0
      web/apps/auth/public/locales/zh-CN/translation.json
  89. 0 0
      web/apps/auth/public/manifest.json
  90. 0 0
      web/apps/auth/public/offline.html
  91. 0 0
      web/apps/auth/public/robots.txt
  92. 0 0
      web/apps/auth/sentry.client.config.ts
  93. 0 0
      web/apps/auth/sentry.edge.config.ts
  94. 0 0
      web/apps/auth/sentry.properties
  95. 0 0
      web/apps/auth/sentry.server.config.ts
  96. 0 0
      web/apps/auth/src/components/AuthFooter.tsx
  97. 0 0
      web/apps/auth/src/components/Navbar.tsx
  98. 0 0
      web/apps/auth/src/components/OTPDisplay.tsx
  99. 0 0
      web/apps/auth/src/components/TimerProgress.tsx
  100. 0 0
      web/apps/auth/src/pages/404.tsx

+ 0 - 0
.github/pull_request_template.md → web/.github/pull_request_template.md


+ 0 - 0
.github/workflows/l18n-crowdin.yml → web/.github/workflows/l18n-crowdin.yml


+ 0 - 0
.github/workflows/pr.yml → web/.github/workflows/pr.yml


+ 0 - 0
.gitignore → web/.gitignore


+ 0 - 0
.gitmodules → web/.gitmodules


+ 0 - 0
.prettierignore → web/.prettierignore


+ 0 - 0
.prettierrc.json → web/.prettierrc.json


+ 0 - 0
LICENSE → web/LICENSE


+ 0 - 0
README.md → web/README.md


+ 0 - 0
SECURITY.md → web/SECURITY.md


+ 0 - 0
apps/accounts/.eslintrc.js → web/apps/accounts/.eslintrc.js


+ 0 - 0
apps/accounts/next.config.js → web/apps/accounts/next.config.js


+ 0 - 0
apps/accounts/package.json → web/apps/accounts/package.json


+ 0 - 0
apps/accounts/public/favicon.ico → web/apps/accounts/public/favicon.ico


+ 0 - 0
apps/accounts/public/fonts/OFL.txt → web/apps/accounts/public/fonts/OFL.txt


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-500.woff → web/apps/accounts/public/fonts/inter-v11-latin-500.woff


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-500.woff2 → web/apps/accounts/public/fonts/inter-v11-latin-500.woff2


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-600.woff → web/apps/accounts/public/fonts/inter-v11-latin-600.woff


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-600.woff2 → web/apps/accounts/public/fonts/inter-v11-latin-600.woff2


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-800.woff → web/apps/accounts/public/fonts/inter-v11-latin-800.woff


+ 0 - 0
apps/accounts/public/fonts/inter-v11-latin-800.woff2 → web/apps/accounts/public/fonts/inter-v11-latin-800.woff2


+ 0 - 0
apps/accounts/public/images/ente-circular.png → web/apps/accounts/public/images/ente-circular.png


+ 0 - 0
apps/accounts/public/images/ente.svg → web/apps/accounts/public/images/ente.svg


+ 0 - 0
apps/accounts/public/images/favicon.png → web/apps/accounts/public/images/favicon.png


+ 0 - 0
apps/accounts/public/locales/en/translation.json → web/apps/accounts/public/locales/en/translation.json


+ 0 - 0
apps/accounts/public/next.svg → web/apps/accounts/public/next.svg


+ 0 - 0
apps/accounts/public/vercel.svg → web/apps/accounts/public/vercel.svg


+ 0 - 0
apps/accounts/sentry.client.config.ts → web/apps/accounts/sentry.client.config.ts


+ 0 - 0
apps/accounts/sentry.edge.config.ts → web/apps/accounts/sentry.edge.config.ts


+ 0 - 0
apps/accounts/sentry.properties → web/apps/accounts/sentry.properties


+ 0 - 0
apps/accounts/sentry.server.config.ts → web/apps/accounts/sentry.server.config.ts


+ 0 - 0
apps/accounts/src/pages/_app.tsx → web/apps/accounts/src/pages/_app.tsx


+ 0 - 0
apps/accounts/src/pages/_document.tsx → web/apps/accounts/src/pages/_document.tsx


+ 0 - 0
apps/accounts/src/pages/account-handoff.tsx → web/apps/accounts/src/pages/account-handoff.tsx


+ 0 - 0
apps/accounts/src/pages/credentials/index.tsx → web/apps/accounts/src/pages/credentials/index.tsx


+ 0 - 0
apps/accounts/src/pages/generate/index.tsx → web/apps/accounts/src/pages/generate/index.tsx


+ 0 - 0
apps/accounts/src/pages/index.tsx → web/apps/accounts/src/pages/index.tsx


+ 0 - 0
apps/accounts/src/pages/login/index.tsx → web/apps/accounts/src/pages/login/index.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/DeletePasskeyModal.tsx → web/apps/accounts/src/pages/passkeys/DeletePasskeyModal.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/ManagePasskeyDrawer.tsx → web/apps/accounts/src/pages/passkeys/ManagePasskeyDrawer.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/PasskeyListItem.tsx → web/apps/accounts/src/pages/passkeys/PasskeyListItem.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/PasskeysList.tsx → web/apps/accounts/src/pages/passkeys/PasskeysList.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/RenamePasskeyModal.tsx → web/apps/accounts/src/pages/passkeys/RenamePasskeyModal.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/finish.tsx → web/apps/accounts/src/pages/passkeys/finish.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/flow/index.tsx → web/apps/accounts/src/pages/passkeys/flow/index.tsx


+ 0 - 0
apps/accounts/src/pages/passkeys/index.tsx → web/apps/accounts/src/pages/passkeys/index.tsx


+ 0 - 0
apps/accounts/src/pages/recover/index.tsx → web/apps/accounts/src/pages/recover/index.tsx


+ 0 - 0
apps/accounts/src/pages/signup/index.tsx → web/apps/accounts/src/pages/signup/index.tsx


+ 0 - 0
apps/accounts/src/pages/two-factor/recover/index.tsx → web/apps/accounts/src/pages/two-factor/recover/index.tsx


+ 0 - 0
apps/accounts/src/pages/two-factor/setup/index.tsx → web/apps/accounts/src/pages/two-factor/setup/index.tsx


+ 0 - 0
apps/accounts/src/pages/two-factor/verify/index.tsx → web/apps/accounts/src/pages/two-factor/verify/index.tsx


+ 0 - 0
apps/accounts/src/pages/verify/index.tsx → web/apps/accounts/src/pages/verify/index.tsx


+ 0 - 0
apps/accounts/src/services/passkeysService.ts → web/apps/accounts/src/services/passkeysService.ts


+ 0 - 0
apps/accounts/src/styles/global.css → web/apps/accounts/src/styles/global.css


+ 0 - 0
apps/accounts/src/types/passkey.ts → web/apps/accounts/src/types/passkey.ts


+ 0 - 0
apps/accounts/tsconfig.json → web/apps/accounts/tsconfig.json


+ 0 - 0
apps/auth/.eslintrc.js → web/apps/auth/.eslintrc.js


+ 0 - 0
apps/auth/next.config.js → web/apps/auth/next.config.js


+ 0 - 0
apps/auth/package.json → web/apps/auth/package.json


+ 0 - 0
apps/auth/public/.well-known/apple-app-site-association → web/apps/auth/public/.well-known/apple-app-site-association


+ 0 - 0
apps/auth/public/.well-known/assetlinks.json → web/apps/auth/public/.well-known/assetlinks.json


+ 0 - 0
apps/auth/public/_headers → web/apps/auth/public/_headers


+ 0 - 0
apps/auth/public/css/global.css → web/apps/auth/public/css/global.css


+ 0 - 0
apps/auth/public/fonts/OFL.txt → web/apps/auth/public/fonts/OFL.txt


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-500.woff → web/apps/auth/public/fonts/inter-v11-latin-500.woff


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-500.woff2 → web/apps/auth/public/fonts/inter-v11-latin-500.woff2


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-600.woff → web/apps/auth/public/fonts/inter-v11-latin-600.woff


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-600.woff2 → web/apps/auth/public/fonts/inter-v11-latin-600.woff2


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-800.woff → web/apps/auth/public/fonts/inter-v11-latin-800.woff


+ 0 - 0
apps/auth/public/fonts/inter-v11-latin-800.woff2 → web/apps/auth/public/fonts/inter-v11-latin-800.woff2


+ 0 - 0
apps/auth/public/images/auth/192.png → web/apps/auth/public/images/auth/192.png


+ 0 - 0
apps/auth/public/images/auth/256.png → web/apps/auth/public/images/auth/256.png


+ 0 - 0
apps/auth/public/images/auth/512.png → web/apps/auth/public/images/auth/512.png


+ 0 - 0
apps/auth/public/images/ente.svg → web/apps/auth/public/images/ente.svg


+ 0 - 0
apps/auth/public/images/favicon.png → web/apps/auth/public/images/favicon.png


+ 0 - 0
apps/auth/public/locales/de-DE/translation.json → web/apps/auth/public/locales/de-DE/translation.json


+ 0 - 0
apps/auth/public/locales/en-US/translation.json → web/apps/auth/public/locales/en-US/translation.json


+ 0 - 0
apps/auth/public/locales/es-ES/translation.json → web/apps/auth/public/locales/es-ES/translation.json


+ 0 - 0
apps/auth/public/locales/fa-IR/translation.json → web/apps/auth/public/locales/fa-IR/translation.json


+ 0 - 0
apps/auth/public/locales/fi-FI/translation.json → web/apps/auth/public/locales/fi-FI/translation.json


+ 0 - 0
apps/auth/public/locales/fr-FR/translation.json → web/apps/auth/public/locales/fr-FR/translation.json


+ 0 - 0
apps/auth/public/locales/it-IT/translation.json → web/apps/auth/public/locales/it-IT/translation.json


+ 0 - 0
apps/auth/public/locales/nl-NL/translation.json → web/apps/auth/public/locales/nl-NL/translation.json


+ 0 - 0
apps/auth/public/locales/pt-BR/translation.json → web/apps/auth/public/locales/pt-BR/translation.json


+ 0 - 0
apps/auth/public/locales/pt-PT/translation.json → web/apps/auth/public/locales/pt-PT/translation.json


+ 0 - 0
apps/auth/public/locales/ru-RU/translation.json → web/apps/auth/public/locales/ru-RU/translation.json


+ 0 - 0
apps/auth/public/locales/tr-TR/translation.json → web/apps/auth/public/locales/tr-TR/translation.json


+ 0 - 0
apps/auth/public/locales/zh-CN/translation.json → web/apps/auth/public/locales/zh-CN/translation.json


+ 0 - 0
apps/auth/public/manifest.json → web/apps/auth/public/manifest.json


+ 0 - 0
apps/auth/public/offline.html → web/apps/auth/public/offline.html


+ 0 - 0
apps/auth/public/robots.txt → web/apps/auth/public/robots.txt


+ 0 - 0
apps/auth/sentry.client.config.ts → web/apps/auth/sentry.client.config.ts


+ 0 - 0
apps/auth/sentry.edge.config.ts → web/apps/auth/sentry.edge.config.ts


+ 0 - 0
apps/auth/sentry.properties → web/apps/auth/sentry.properties


+ 0 - 0
apps/auth/sentry.server.config.ts → web/apps/auth/sentry.server.config.ts


+ 0 - 0
apps/auth/src/components/AuthFooter.tsx → web/apps/auth/src/components/AuthFooter.tsx


+ 0 - 0
apps/auth/src/components/Navbar.tsx → web/apps/auth/src/components/Navbar.tsx


+ 0 - 0
apps/auth/src/components/OTPDisplay.tsx → web/apps/auth/src/components/OTPDisplay.tsx


+ 0 - 0
apps/auth/src/components/TimerProgress.tsx → web/apps/auth/src/components/TimerProgress.tsx


+ 0 - 0
apps/auth/src/pages/404.tsx → web/apps/auth/src/pages/404.tsx


Some files were not shown because too many files changed in this diff