Kristaps Fabians Geikins
|
bde148f286
|
chore(server): migrating fully to ESM (#5042)
* wip
* some extra fixes
* stuff kinda works?
* need to figure out mocks
* need to figure out mocks
* fix db listener
* gqlgen fix
* minor gqlgen watch adjustment
* lint fixes
* delete old codegen file
* converting migrations to ESM
* getModuleDIrectory
* vitest sort of works
* added back ts-vitest
* resolve gql double load
* fixing test timeout configs
* TSC lint fix
* fix automate tests
* moar debugging
* debugging
* more debugging
* codegen update
* server works
* yargs migrated
* chore(server): getting rid of global mocks for Server ESM (#5046)
* got rid of email mock
* got rid of comment mocks
* got rid of multi region mocks
* got rid of stripe mock
* admin override mock updated
* removed final mock
* fixing import.meta.resolve calls
* another import.meta.resolve fix
* added requested test
* nyc ESM fix
* removed unneeded deps + linting
* yarn lock forgot to commit
* tryna fix flakyness
* email capture util fix
* sendEmail fix
* fix TSX check
* sender transporter fix + CR comments
* merge main fix
* test fixx
* circleci fix
* gqlgen bigint fix
* error formatter fix
* more error formatting improvements
* esmloader added to Dockerfile
* more dockerfile fixes
* bg jobs fix
|
2025-07-14 10:26:19 +03:00 |
|
andrewwallacespeckle
|
d1f040051d
|
refactor(server): Update system emails (#4074)
* Update email verification. And workspace invite emails.
* Footer logos
* Workspace requests
* Trial
* Misc emails
* New logo
* Updates to font, spacing and footer
* Remove space
* Update invite emails
* Correct classes
|
2025-03-07 15:30:03 +00:00 |
|
Gergő Jedlicska
|
c186b23db6
|
feat(gatekeeper): send workspace trial expiry emails
|
2024-12-13 17:30:02 +01:00 |
|
Kristaps Fabians Geikins
|
69ff3864af
|
feat(server): multi region support in dataloaders
|
2024-11-07 09:57:43 +02:00 |
|
Kristaps Fabians Geikins
|
34069a47ec
|
fix(server): sign up emails sent out twice
|
2024-10-23 15:16:32 +03:00 |
|
Kristaps Fabians Geikins
|
f27f289dc6
|
chore(server): core IoC #78 - getServerInfoFactory
|
2024-10-17 12:37:43 +03:00 |
|
Kristaps Fabians Geikins
|
1cb27e6fdd
|
chore(server): core IoC #51 - getUser(s)Factory
|
2024-10-14 17:24:11 +03:00 |
|
Kristaps Fabians Geikins
|
9f6d2d9d3a
|
chore(server): emails IoC 6 - sendVerificationEmailFactory
|
2024-09-10 14:26:06 +03:00 |
|
Kristaps Fabians Geikins
|
b4674e2cef
|
chore(server): emails IoC 5 - requestEmailVerificationFactory
|
2024-09-10 14:11:33 +03:00 |
|
Kristaps Fabians Geikins
|
8bb4c64669
|
chore(server): emails IoC 2 - deleteVerificationsFactory
|
2024-09-10 13:53:24 +03:00 |
|
Kristaps Fabians Geikins
|
c11e565014
|
chore(server): emails IoC #1 - getPendingTokenFactory
|
2024-09-10 09:58:47 +03:00 |
|
Kristaps Fabians Geikins
|
c92938eff3
|
chore(server): apollo server v3 -> v4 (#2880)
* main changes seem to be done?
* lint fix
* minor cleanup
* dataloader clear
|
2024-09-05 12:27:13 +03:00 |
|
Alessandro Magionami
|
a205332d90
|
chore(useremails): create table helper
|
2024-07-22 10:35:55 +02:00 |
|
Alessandro Magionami
|
deb9af299f
|
chore(core): fix relative imports
|
2024-07-18 15:13:42 +02:00 |
|
Alessandro Magionami
|
030101208a
|
chore(user-emails): move user emails to core module
|
2024-07-12 17:24:40 +02:00 |
|
Alessandro Magionami
|
d827d407b0
|
chore(user-emails): code review changes
|
2024-07-05 15:24:42 +02:00 |
|
Alessandro Magionami
|
09ddbde679
|
chore(user-emails): fix tests
|
2024-07-04 13:23:32 +02:00 |
|
Kristaps Fabians Geikins
|
83d8035dc2
|
chore: upgrade to eslint 9 (#2348)
* root + server
* frontend
* frontend-2
* dui3
* dui3
* tailwind theme
* ui-components
* preview service
* viewer
* viewer-sandbox
* fileimport-service
* webhook service
* objectloader
* shared
* ui-components-nuxt
* WIP full config
* WIP full linter
* eslint projectwide util
* minor fix
* removing redundant ci
* clean up test errors
* fixed prettier formatting
* CI improvements
* TSC lint fix
* 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader
* removed unnecessary void
---------
Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
|
2024-06-12 14:38:02 +03:00 |
|
Gergő Jedlicska
|
c4454c2ede
|
refactor(server email templates): use the mjml ejs rendering for all emails (#1448)
* refactor(server email templates): use the mjml ejs rendering for all emails
* fix(server access request): await the server info pls
|
2023-03-13 15:07:13 +01:00 |
|
Kristaps Fabians Geikins
|
db6a3e9367
|
refactor(server): apollo server v2 -> v3 migration (#1071)
|
2022-10-06 11:12:16 +03:00 |
|
Kristaps Fabians Geikins
|
ecb9f825bb
|
refactor: email verification flow & email template (#967)
|
2022-08-31 17:11:19 +03:00 |
|
Kristaps Fabians Geikins
|
774176246e
|
feat: pretty password reset email + bugfixes (#939)
|
2022-08-24 11:59:30 +03:00 |
|
Kristaps Fabians Geikins
|
7aa21e88bd
|
chore: cleaning up suuid usages (#943)
|
2022-08-18 15:29:05 +03:00 |
|
Gergő Jedlicska
|
0ac118e05c
|
(refactor) server for less app-root-path
|
2022-05-03 13:10:00 +02:00 |
|
Fabians
|
abe6d5e086
|
chore: re-formatted everything with prettier
|
2022-03-30 12:54:24 +03:00 |
|
Gergő Jedlicska
|
68a4a95d90
|
refactor(server): rework test hooks
drop db migration before and after hooks, add helpers and root hooks
fix #531
|
2022-02-05 15:05:17 +01:00 |
|
Gergő Jedlicska
|
71c52d99e4
|
test(server): test email verification rate limiting
|
2022-01-27 12:05:15 +01:00 |
|
Dimitrie Stefanescu
|
1ee7bb4ed6
|
style: autofix all the things
|
2022-01-26 11:29:23 +00:00 |
|
Gergő Jedlicska
|
efec3d1b81
|
test(server): test use email verification endpoint
|
2022-01-20 19:12:35 +01:00 |
|
Gergő Jedlicska
|
2dc184a070
|
test(server): update tests for email verification
|
2022-01-20 17:52:53 +01:00 |
|
Gergő Jedlicska
|
6ab8f34a84
|
test(server): add email verification send and creation test
|
2022-01-19 22:04:02 +01:00 |
|