yu-i-i
|
486460f599
|
Git Bridge: Add git integration
|
2026-05-19 15:51:36 +02:00 |
|
yu-i-i
|
b39f31677c
|
Authentication: update passport-ldapauth to 3.0.1; fix minor issues
|
2026-05-19 15:51:36 +02:00 |
|
yu-i-i
|
976716f607
|
Template gallery: add template management authorization middleware
- Middleware to enforce template access rules
- Introduce template manager role
- Fix minor issues
|
2026-05-19 15:51:35 +02:00 |
|
yu-i-i
|
5aa6d8809a
|
Admin tools: optimize user/project list performance
Add frontend pagination
Add search debouncing
Render modals conditionally
Remove unnecessary sorting
|
2026-05-19 15:51:35 +02:00 |
|
yu-i-i
|
98bca90a22
|
Admin tools: fix minor bugs
|
2026-05-19 15:51:35 +02:00 |
|
yu-i-i
|
773f3a15f6
|
Sandboxed Compiles: support configurable texlive image root via env var
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
e59fe0c7f5
|
Admin Tools: Fix EXTERNAL_AUTH is 'none'
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
ada07fb779
|
Admin Tools: Fix sorting
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
91e97dbdf2
|
Template Gallery: migration to 6.1.0
enable menu for editor redisign
move frontend code to modules
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
6bf72f6373
|
Symbol Palette: fix for 6.1.0
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
f635ababf8
|
Track changes: Fix import after upstream converted several files to ESM
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
eb6543a738
|
Authentication: Fix import after upstream converted some files to ESM
|
2026-05-19 15:51:34 +02:00 |
|
yu-i-i
|
29bbdd29d7
|
Admin Tools: Fix for 6.1.0 migraton
|
2026-05-19 15:51:33 +02:00 |
|
yu-i-i
|
c499ad676e
|
Admin Tools: Fix user name
fix user name is not updated
fix first_name/last_name is undefined
|
2026-05-19 15:51:33 +02:00 |
|
yu-i-i
|
9af534586f
|
Admin Tools: Manage users and Manage projects pages
|
2026-05-19 15:51:33 +02:00 |
|
yu-i-i
|
345c097fe9
|
Track changes: Fix import after upstream converted DocumentUpdaterHandler and CollaboratorsGetter to ESM
|
2026-05-19 15:49:22 +02:00 |
|
yu-i-i
|
f288c28212
|
Authentication: Fix import after upstream converted AuthenticationController to ESM
|
2026-05-19 15:49:22 +02:00 |
|
yu-i-i
|
d3175cbcae
|
Template gallery: Fix import after upstream converted AuthenticationController, ProjectGetter, ProjectLocator and DocumentUpdaterHandler` to ESM
|
2026-05-19 15:49:22 +02:00 |
|
yu-i-i
|
32ea67131c
|
Template gallery: Fix import after upstream converted CompileManager, ClsiManager and RateLimiterMiddleware to ESM
|
2026-05-19 15:49:22 +02:00 |
|
yu-i-i
|
520469927e
|
Authentication: Fix import after upstream converted PermissionsManager, RateLimiterMiddleware, UserCreator and SAMLIdentityManager to ESM
|
2026-05-19 15:49:21 +02:00 |
|
yu-i-i
|
8cc08b37dc
|
Track changes: Fix import after upstream converted ChatManager, UserInfoManager and UserInfoController to ESM
|
2026-05-19 15:49:21 +02:00 |
|
yu-i-i
|
ddaef52690
|
Fix import after upstream converted AuthorizationMiddleware to ESM
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
0923bf3c7d
|
Track changes: Use getProjectRanges introduced in the upstream
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
5c53e096ad
|
Fix imports after upstream converted UserController and CaptchaMiddleware to ESM
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
cdaaa9c10f
|
Fix import after upstream converted ErrorController to ESM
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
a273f17ab5
|
Symbol palette: ui components were moved to shared folder
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
6ddd549442
|
Move Sympol Palette code to modules, closes #63
|
2026-05-19 15:49:20 +02:00 |
|
yu-i-i
|
9588bcff7c
|
passport-saml was updated to v5.1.0
|
2026-05-19 15:49:19 +02:00 |
|
yu-i-i
|
c34d0bcff3
|
Remove LDAP admin check via group search in ldap-passport
|
2026-05-19 15:49:19 +02:00 |
|
yu-i-i
|
36481ab329
|
Set use-ai capability to false
|
2026-05-19 15:49:18 +02:00 |
|
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 |
|
yu-i-i
|
dae117d9a9
|
Avoid DEP0174 by removing async from callback-based getGroupPolicyForUser
|
2026-05-19 15:49:18 +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
|
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
|
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
|
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
|
54368fe945
|
Enable LDAP and SAML authentication support
|
2026-05-19 15:49:13 +02:00 |
|