Commit Graph
16 Commits
Author SHA1 Message Date
Ryan Palmer 26cae77eb5 Merge branch 'Vite-PWA' into Merged-Downstream
# Conflicts:
#	pnpm-lock.yaml
2024-10-02 08:17:33 +10:00
Ryan Palmer 622a695240 Implement Vite PWA 2024-10-02 08:11:32 +10:00
Ryan Palmer 2102595f8a Merge remote-tracking branch 'origin/main' into Merged-Downstream
# Conflicts:
#	apps/client/src/features/auth/hooks/use-auth.ts
#	apps/client/src/features/editor/extensions/extensions.ts
2024-10-01 12:43:22 +10:00
Ryan Palmer 9e8a3681d6 Merge branch 'Table-of-Contents' into Merged-Downstream 2024-09-16 09:59:40 +10:00
Ryan Palmer 38f66eaab5 Merge branch 'SMTP-IgnoreTLS' into Merged-Downstream 2024-09-16 09:59:34 +10:00
Ryan Palmer 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
Ryan Palmer 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
Ryan Palmer 0bfd3b6771 Implement nodemailer ignore tls property 2024-09-11 11:23:38 +10:00
Ryan Palmer b992b65119 Forgot to commit toc menu 2024-09-11 10:15:55 +10:00
Ryan Palmer 0475635dbf Conditional showing of page icons checkbox 2024-09-04 15:34:15 +10:00
Ryan Palmer 9a11d1d086 Wrap menu in a filled fieldset 2024-09-04 15:21:12 +10:00
Ryan Palmer bd15401e7f Merge branch 'main' of https://github.com/Shadowfita/docmost 2024-09-04 13:07:20 +10:00
Ryan Palmer 502b9fdab8 Resolve strange typing error after merge 2024-09-04 13:07:05 +10:00
Ryan Palmer 181e71c1fb Merge branch 'main' of https://github.com/Shadowfita/docmost 2024-09-04 12:52:26 +10:00
Ryan Palmer 51cdabeda6 Table of Contents Menu & Table of Child Pages
Added component menu
Added support for toggling between "Table of Contents" or "Table of Child Pages"
2024-09-04 12:51:08 +10:00
Ryan Palmer 1f153dfd55 Table of Contents Component
MVP table of contents. Will add a component menu with style choices soon.
2024-09-03 09:16:12 +10:00