f9d87eaea0
Merge branch 'main' into Merged-Downstream
...
# Conflicts:
# apps/client/package.json
# apps/client/src/features/editor/extensions/extensions.ts
# apps/client/src/pages/auth/login.tsx
# apps/server/package.json
# apps/server/src/integrations/environment/environment.service.ts
# packages/editor-ext/src/index.ts
# pnpm-lock.yaml
2025-01-16 07:38:37 +10:00
d97baf5824
add env variable ( #513 )
2024-11-28 18:48:25 +00:00
384f11f2b7
make file upload size limit configurable ( #386 )
2024-10-10 21:28:28 +01:00
9390b39e35
Implement nodemailer ignore tls property ( #299 )
2024-09-20 17:57:50 +01:00
38f66eaab5
Merge branch 'SMTP-IgnoreTLS' into Merged-Downstream
2024-09-16 09:59:34 +10:00
6ad469a115
Minimum viable NTLM auth implementation
...
Added env variable "VITE_NTLM_AUTH", if true, login page will attempt NTLM auth challenge instead of showing login page.
If challenge is successful and an authenticate message is received, it will check for the existence of the user using the provided mail attribute, and create an account with a random, complex password, and then authenticate as the user.
2024-09-16 08:32:33 +10:00
9d0331d04f
Create Auth/NTLM Endpoint
...
- Adds NTLM challenge negotiation
- Checks NTLM auth user & domain against AD / LDAP and returns info
- Adds relevant .env entries
2024-09-13 08:37:25 +10:00
0bfd3b6771
Implement nodemailer ignore tls property
2024-09-11 11:23:38 +10:00
c810d0b314
fix: added env variable for support for forcepathstyle on s3 ( #181 )
2024-08-20 13:05:59 +01:00
4967849e3a
add SMTP_SECURE
2024-08-02 11:19:12 +02:00
bc7cd033f2
more env validations
2024-06-27 22:47:59 +01:00
a582d4786d
make env validation errors clear
...
* modify mail smtp variable names
2024-06-27 17:55:17 +01:00
38ef610e5e
fixes
...
* integrate websocket redis adapter
* use APP_SECRET for jwt signing
* auto migrate database on startup in production
* add updatedAt to update db operations
* create enterprise ee package directory
* fix comment editor focus
* other fixes
2024-06-07 17:29:34 +01:00
eefe63d1cd
implement new invitation system
...
* fix comments on the frontend
* move jwt token service to its own module
* other fixes and updates
2024-05-14 22:55:11 +01:00
7f933addff
Implement BullMQ for background job processing
...
* new REDIS_URL environment variable
2024-05-03 02:56:03 +01:00
4c573b9bc2
email integration
...
* Nest email module with smtp, postmark and console log drivers
* react-email package
2024-05-02 03:12:40 +01:00
f01b77dbd6
fixes
...
* remove vite env for now
* remove unnecessary comment
2024-04-25 22:36:03 +01:00
616da875cd
move .env to root
2024-01-17 18:36:54 +01:00