Commit Graph

27969 Commits

Author SHA1 Message Date
yu-i-i
9d125203f5 Track changes: convert to mjs 2026-05-19 15:49:18 +02:00
yu-i-i
83a9b33816 Track changes: use getTrackedChangesUserIds introduced in the mainstream 2026-05-19 15:49:18 +02:00
yu-i-i
83794e21a8 Remove OVERLEAF_OIDC_DISABLE_JIT_ACCOUNT_CREATION in favor of OVERLEAF_OIDC_ALLOWED_EMAIL_DOMAINS 2026-05-19 15:49:18 +02:00
Synésio Neto
8ebbecb262 Introduce an environment variable to allow JIT OIDC users creation based on their email address domain. 2026-05-19 15:49:18 +02:00
yu-i-i
ad0b52dfda Introduce an environment variable to control user creation in OIDC authentication, closes #47 2026-05-19 15:49:18 +02:00
David Rotermund
58215da752 I need the --network=host settings for building the container 2026-05-19 15:49:18 +02:00
yu-i-i
dae117d9a9 Avoid DEP0174 by removing async from callback-based getGroupPolicyForUser 2026-05-19 15:49:18 +02:00
yu-i-i
1851e94357 Fix login page 2026-05-19 15:49:17 +02:00
yu-i-i
7efaaa1ef6 Symbol Palette: make close button visible 2026-05-19 15:49:17 +02:00
yu-i-i
39feb0aaa0 Template Gallery: replace markdown-it with marked 2026-05-19 15:49:17 +02:00
yu-i-i
2ba545a33c 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-05-19 15:49:17 +02:00
yu-i-i
7ddcc0da61 Refactor Sandboxed Compiles 2026-05-19 15:49:16 +02:00
yu-i-i
f0100f6b3d Symbol Palette: improve keyboard input experience 2026-05-19 15:49:16 +02:00
yu-i-i
6f21a64af4 Symbol Palette: get rid of @reach/tabs 2026-05-19 15:49:16 +02:00
yu-i-i
0637de8039 Add 'poll' to clsi seccomp profile, fixes minted. Thanks, David. 2026-05-19 15:49:16 +02:00
yu-i-i
444b277d6c Make Template Gallery optional; rename environment variables 2026-05-19 15:49:16 +02:00
yu-i-i
a321b54502 Add Template Gallery support 2026-05-19 15:49:15 +02:00
yu-i-i
8b41eaddb8 Track changes / comments: update backend to support frontend changes 2026-05-19 15:49:15 +02:00
yu-i-i
7265a1a3ee Allow EXTERNAL_AUTH to be undefined, fixes #26 2026-05-19 15:49:15 +02:00
yu-i-i
2edea59e1d Symbol palette: switch to 'OL' UI components and apply minor cosmetic changes 2026-05-19 15:49:15 +02:00
yu-i-i
de45db17fa Make OVERLEAF_OIDC_USER_ID_FIELD support 'email' as a value 2026-05-19 15:49:15 +02:00
yu-i-i
392f94e93e See upstream commit 42ee56e 2026-05-19 15:49:14 +02:00
yu-i-i
24a0a0f696 Fix glitches in symbol palette after switching to Bootstrap 5 2026-05-19 15:49:14 +02:00
yu-i-i
90b7b15d7a Whitelist /oidc/login endpoint, fixes #21 2026-05-19 15:49:14 +02:00
yu-i-i
7622b8ec55 Add ENV variables to control SAML signature validation 2026-05-19 15:49:14 +02:00
yu-i-i
fb3d7c9424 Re-export doLogout (was removed from exports in commit b9fb636). 2026-05-19 15:49:14 +02:00
yu-i-i
fb3570054e Refactor authentication code; add OIDC support 2026-05-19 15:49:14 +02:00
yu-i-i
fa145af363 Allow adding extra flags to LaTeX compiler through environment variable 2026-05-19 15:49:13 +02:00
yu-i-i
54368fe945 Enable LDAP and SAML authentication support 2026-05-19 15:49:13 +02:00
yu-i-i
2f5c04e820 Enable Symbol Palette 2026-05-19 15:49:13 +02:00
yu-i-i
a76b4019d7 Allow selecting a TeX Live image for a project 2026-05-19 15:49:13 +02:00
Sam Van den Vonder
098b649aa3 Enable Sandboxed Compiles feature 2026-05-19 15:49:12 +02:00
yu-i-i
e67a09e253 Enable autocomplete of reference keys feature 2026-05-19 15:49:12 +02:00
yu-i-i
2f14135b95 Enable track changes and comments feature 2026-05-19 15:49:12 +02:00
yu-i-i
38c70877ef Redirect non-existing links to Overleaf page 2026-05-19 15:49:12 +02:00
Evelyn
b5654c5a01 fix: chown /var/lib/overleaf mount point to www-data (#33764)
The init script chowns all subdirectories but not the mount point
itself. When the host volume is owned by a non-www-data user with
restrictive permissions (e.g. 770), the web process cannot traverse
the directory and crashes with EACCES, causing a 502.

Fixes #1325 and #1465

COPYBARA_INTEGRATE_REVIEW=https://github.com/overleaf/overleaf/pull/1475 from ev-not-eve:patch-1 269a80500ff38f584a2cdef7df07a9fc0ea9408d

Co-authored-by: Evelyn <evansvevelyn@gmail.com>
GitOrigin-RevId: 959051861246c9f3958e56861821b92d84167926
2026-05-19 08:04:55 +00:00
Mathias Jakobsen
ce6f9b8e8c Merge pull request #33705 from overleaf/mj-clsi-cwd-for-conversions
[clsi] Add cwd argument to CommandRunner and use to simplify conversions

GitOrigin-RevId: 5333e3262a99e602ab5470ae1e23facb5b28a170
2026-05-19 08:04:51 +00:00
Jakob Ackermann
c0111fec29 [monorepo] run format_fix and trigger prettier on .agents changes (#33759)
* [monorepo] run format_fix and trigger prettier on .agents changes

* [monorepo] cleanup stale prettier ignore rule

* [monorepo] tweak format:monorepo-check:fix

GitOrigin-RevId: e6c29a0c601fbf388a048eb42706f9bd0a18344f
2026-05-19 08:04:48 +00:00
Jakob Ackermann
1f8371e0a3 [document-updater] flush_all: log progress after every 1k projects (#33757)
GitOrigin-RevId: b5b68f6f53bece51234799fb626d0d6a2a5b590c
2026-05-19 08:04:41 +00:00
Jakob Ackermann
293d89a4cb [web] inline contacts service into web (#33546)
GitOrigin-RevId: d5e84d4f80f5ad4e951934d6dcdc332b0d26f3d0
2026-05-19 08:04:34 +00:00
Miguel Serrano
b79d432deb [web] Conditionally show items in insert figure toolbar (#33721)
Removes the options for inserting an image from another project or by downloading an external URL if the features are disabled.

GitOrigin-RevId: ffa64e5929e254d8a236c8e9aca4eb8210f444c9
2026-05-19 08:04:21 +00:00
Jakob Ackermann
99148d5956 [web] silence customer.io integration when not configured in dev/CI (#33731)
GitOrigin-RevId: c9498f57f0dacb3d18cd7617388df11d5cf029de
2026-05-19 08:04:17 +00:00
Brian Gough
60860aa202 Merge pull request #33576 from overleaf/bg-jpa-convert-document-to-file
Modify convertDocToFile to bypass docstore

GitOrigin-RevId: 3ec789034a369d39d223450462394c8f303caa07
2026-05-19 08:04:13 +00:00
Jakob Ackermann
b1a0bb16db [migrations] delete expired oauth access tokens after 24h (#33575)
Co-authored-by: Brian Gough <brian.gough@overleaf.com>
GitOrigin-RevId: 7f67a7e6949472c66f5f75a6053161d8e359f5df
2026-05-19 08:04:09 +00:00
Kristina
2f5d838e0f Merge pull request #33704 from overleaf/kh-add-reject-change-preference-check
[web] add reject tracked change preference check

GitOrigin-RevId: b55dba21b3d4f42e68528d2b5906862c57794cd1
2026-05-18 08:06:57 +00:00
Andrew Rumble
e9aedce4ab Merge pull request #33625 from overleaf/ar-update-vitest
[monorepo] bump vitest to 4.1.5

GitOrigin-RevId: 22ba2249ae384fd59347c9aa45c70f51ccdf8890
2026-05-18 08:06:49 +00:00
Andrew Rumble
19ad00c329 Merge pull request #33743 from overleaf/lg-systeminformation-upgrade
[Security Upgrade] Upgrade systeminformation to 5.31.6 (GHSA-hvx9-hwr7-wjj9)

GitOrigin-RevId: bd75d2bc59e183d23972e367f40f753c08ca6967
2026-05-18 08:06:41 +00:00
Eric Mc Sween
2913e462ec Merge pull request #33665 from overleaf/copilot/fix-error-logging-in-git-bridge
git-bridge: Log WrongBranchException and ForcedPushException at WARN instead of ERROR
GitOrigin-RevId: 7aaa934a0df614e336ce3c20b892af1af0cd070f
2026-05-18 08:06:29 +00:00
Eric Mc Sween
a3682af6e4 Merge pull request #33710 from overleaf/em-tpds-config
Clean up tpdsworker config from web and third-party-datastore

GitOrigin-RevId: 3856126d9dc856fea4bc4133b11402c35b10630b
2026-05-18 08:06:25 +00:00
Antoine Clausse
9e42d3a530 [web] Address design QA items on pricing page (#33682)
- pricing table: integration icons gap uses --spacing-06 (horizontal),
  integrations content gap uses --spacing-04 (vertical)
- Student card no longer renders with the green stroke highlight
- Interstitial H1 wrapped in .main-heading-section so its spacing
  matches the pricing page

Part of #33619.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
GitOrigin-RevId: 12ddd223f68c776c06a3d5dc5faa841819baae90
2026-05-18 08:06:17 +00:00