Commit Graph

245 Commits

Author SHA1 Message Date
yu-i-i
5c7e85fed1 Track changes: Fix import after upstream converted DocumentUpdaterHandler and CollaboratorsGetter to ESM 2026-01-29 15:54:52 +01:00
yu-i-i
7a0dc2364f Authentication: Fix import after upstream converted AuthenticationController to ESM 2026-01-29 15:54:52 +01:00
yu-i-i
4f8c0fb0a1 Template gallery: Fix import after upstream converted AuthenticationController, ProjectGetter, ProjectLocator and DocumentUpdaterHandler` to ESM 2026-01-29 15:54:52 +01:00
yu-i-i
ed195212e0 Template gallery: Fix import after upstream converted CompileManager, ClsiManager and RateLimiterMiddleware to ESM 2026-01-29 15:54:52 +01:00
yu-i-i
c35170ce61 Authentication: Fix import after upstream converted PermissionsManager, RateLimiterMiddleware, UserCreator and SAMLIdentityManager to ESM 2026-01-29 15:54:52 +01:00
yu-i-i
0c499ebc5b Track changes: Fix import after upstream converted ChatManager, UserInfoManager and UserInfoController to ESM 2026-01-29 15:54:51 +01:00
yu-i-i
198bbb6fca Fix import after upstream converted AuthorizationMiddleware to ESM 2026-01-29 15:54:51 +01:00
yu-i-i
89b2b1910e Track changes: Use getProjectRanges introduced in the upstream 2026-01-29 15:54:51 +01:00
yu-i-i
ab3660b121 Fix imports after upstream converted UserController and CaptchaMiddleware to ESM 2026-01-29 15:54:51 +01:00
yu-i-i
9bf4379f84 Fix import after upstream converted ErrorController to ESM 2026-01-29 15:54:51 +01:00
yu-i-i
287653cfea Symbol palette: ui components were moved to shared folder 2026-01-29 15:54:50 +01:00
yu-i-i
3b3734756a Move Sympol Palette code to modules, closes #63 2026-01-29 15:54:50 +01:00
yu-i-i
4fd4e39199 passport-saml was updated to v5.1.0 2026-01-29 15:54:50 +01:00
yu-i-i
0437f238de Remove LDAP admin check via group search in ldap-passport 2026-01-29 15:54:50 +01:00
yu-i-i
03206a00bf Set use-ai capability to false 2026-01-29 15:54:49 +01:00
yu-i-i
9cabcdee2e Track changes: convert to mjs 2026-01-29 15:54:49 +01:00
yu-i-i
d668377045 Track changes: use getTrackedChangesUserIds introduced in the mainstream 2026-01-29 15:54:49 +01:00
yu-i-i
9088a32628 Remove OVERLEAF_OIDC_DISABLE_JIT_ACCOUNT_CREATION in favor of OVERLEAF_OIDC_ALLOWED_EMAIL_DOMAINS 2026-01-29 15:54:49 +01:00
Synésio Neto
19ac7b5e22 Introduce an environment variable to allow JIT OIDC users creation based on their email address domain. 2026-01-29 15:54:49 +01:00
yu-i-i
b57053a3fb Introduce an environment variable to control user creation in OIDC authentication, closes #47 2026-01-29 15:54:49 +01:00
yu-i-i
0e0b60ab72 Avoid DEP0174 by removing async from callback-based getGroupPolicyForUser 2026-01-29 15:54:49 +01:00
yu-i-i
4bdeb2987d Template Gallery: replace markdown-it with marked 2026-01-29 15:54:48 +01:00
yu-i-i
7194be158b Refactor Template Gallery; resolves #38 and #39
- Replace free-text license input with a select box
- Improve visual presentation of modals and enhance keyboard interaction
2026-01-29 15:54:48 +01:00
yu-i-i
96e7bec2c4 Refactor Sandboxed Compiles 2026-01-29 15:54:48 +01:00
yu-i-i
b663e003bf Make Template Gallery optional; rename environment variables 2026-01-29 15:54:47 +01:00
yu-i-i
9443effae8 Add Template Gallery support 2026-01-29 15:54:47 +01:00
yu-i-i
b4a15d0803 Track changes / comments: update backend to support frontend changes 2026-01-29 15:54:47 +01:00
yu-i-i
1d5e5f5950 Allow EXTERNAL_AUTH to be undefined, fixes #26 2026-01-29 15:54:47 +01:00
yu-i-i
194cf2d832 Make OVERLEAF_OIDC_USER_ID_FIELD support 'email' as a value 2026-01-29 15:54:47 +01:00
yu-i-i
a8b4458a92 See upstream commit 42ee56e 2026-01-29 15:54:47 +01:00
yu-i-i
f4dae8b41c Whitelist /oidc/login endpoint, fixes #21 2026-01-29 15:54:46 +01:00
yu-i-i
b7a07d2725 Add ENV variables to control SAML signature validation 2026-01-29 15:54:46 +01:00
yu-i-i
cb6dcc78f8 Re-export doLogout (was removed from exports in commit b9fb636). 2026-01-29 15:54:46 +01:00
yu-i-i
cbebcd99e2 Refactor authentication code; add OIDC support 2026-01-29 15:54:46 +01:00
yu-i-i
c803ffd00a Enable LDAP and SAML authentication support 2026-01-29 15:54:46 +01:00
yu-i-i
34d7c15ddc Enable Symbol Palette 2026-01-29 15:54:45 +01:00
yu-i-i
0d80609e2c Enable track changes and comments feature 2026-01-29 15:26:14 +01:00
ilkin-overleaf
291f882aa2 Merge pull request #30514 from overleaf/ii-cms-launchpad-typescript
[web] Convert cms and launchpad to TypeScript

GitOrigin-RevId: d2b38671a2389206dafc7bd50c28cf0bb9683601
2026-01-15 09:05:54 +00:00
Jakob Ackermann
425e7b1e5b [web] enable mongo notablescan in CI (#29501)
* [monorepo] record ERROR/FATAL log messages in junit report

* [web] put SaaS specific code behind feature flag

* [web] use split test cache for getting user assignments

The unit tests needed updating as they did not replicate any of the
 mongo filtering. The acceptance tests cover this logic.

* [web] make better use of existing indexes

* [web] avoid col-scan in tests of notifications module

* [web] remove cleanup of empty feedbacks collection

* [web] add assertion for reason of rejected request in launchpad test

* [web] add missing indexes

* [web] enable mongo notablescan

* [web] make emailNotifications tests compatible with notablescan

GitOrigin-RevId: b888f2feeb3a0e915f068ae1c4ea23ec17821221
2026-01-13 09:06:38 +00:00
Andrew Rumble
f1e788d9b3 Merge pull request #29967 from overleaf/ar/web-remove-mocha-unit-tests
[web] remove mocha unit tests

GitOrigin-RevId: eda753af3470dbd1f385cb0bc3f06d78ade8a764
2025-12-03 09:05:37 +00:00
Andrew Rumble
07c827e9fd Merge pull request #29928 from overleaf/ar-last-infrastructure-conversions
[web] last infrastructure conversions

GitOrigin-RevId: ad1aff9b7df0610ed0303157d9e2c8032f32c02b
2025-11-28 09:05:56 +00:00
Andrew Rumble
18f44866e5 Merge pull request #29919 from overleaf/revert-29795-ar-last-infrastructure-conversions
Revert "[web] last infrastructure conversions"

GitOrigin-RevId: 48dc64553012afb5d2db4b2eb9c9898489b7e5ef
2025-11-27 09:05:54 +00:00
Andrew Rumble
d748d8d606 Merge pull request #29795 from overleaf/ar-last-infrastructure-conversions
[web] last infrastructure conversions

GitOrigin-RevId: 68aa11625a9bc6d0d5324ecd95bb5ac52af8ee96
2025-11-27 09:05:30 +00:00
Miguel Serrano
fb8d45d1f0 [CE/SP] Hotfix 5.5.7/6.0.1 (#29621)
Addresses docker configuration issues

Updates min mongo version checks in 6.0.1

GitOrigin-RevId: 7d799614520fb681f3641d47f2a6af3c2a09a1a8
2025-11-20 09:05:34 +00:00
Andrew Rumble
394c60f2cf Merge pull request #29659 from overleaf/revert-29656-revert-29521-ar-models-es-conversion
Revert "Revert "[web] Convert models and self-referential test files to ESM ""

GitOrigin-RevId: f64000ae31d298b075a8722dfc51f294c71bc021
2025-11-18 09:04:56 +00:00
Andrew Rumble
ae6dec9dcb Merge pull request #29656 from overleaf/revert-29521-ar-models-es-conversion
Revert "[web] Convert models and self-referential test files to ESM "

GitOrigin-RevId: 5455cccbb513bd9ca36ce526ff1553065f83d233
2025-11-13 09:06:36 +00:00
Andrew Rumble
7c9fea64ac [web] Convert models and self-referential test files to ESM (#29521)
from overleaf/ar-models-es-conversion

GitOrigin-RevId: a92ab8342c0f3e23155eacc0570458fc910c3d71
2025-11-13 09:06:13 +00:00
Andrew Rumble
4f02a85aa4 Update paths
GitOrigin-RevId: 399c594dd1bbf739d91874df6be3b70e57fe01e3
2025-11-06 09:05:57 +00:00
Andrew Rumble
b7c883ac38 Convert tests to ESM
GitOrigin-RevId: 20585e01dee90e691476a0d47fd5c63b0412e4a6
2025-10-23 08:06:15 +00:00
Andrew Rumble
f02f6475ac Update paths
GitOrigin-RevId: a9474c8f36e8b287de4dd8fda29bc082001444ac
2025-10-23 08:06:10 +00:00