yu-i-i
a7e2f19978
Authentication: fix ldap searchAttributes for passport-ldapauth 3.0.1
2026-05-19 15:51:38 +02:00
David Rotermund
011ad5d6cc
Zotero Integration ( #164 )
2026-05-19 15:51:38 +02:00
yu-i-i
206c9cbda0
Git Bridge: fix incorrect token creation date display
2026-05-19 15:51:38 +02:00
David Rotermund
deed2eb79c
Admin tools: introduce Activ Projects tab on the Manage Site page
...
- code moved to modules/admin-tools (yu-i-i)
2026-05-19 15:51:38 +02:00
yu-i-i
a5f3273e22
Git Bridge: route PAT validation endpoint to correct router
2026-05-19 15:51:37 +02:00
yu-i-i
c0088832d8
Sandboxed compiles: avoid destroying containers of recently accessed projects
...
see upstream commit a9c4138
here is an appropriate DockerRunner.mjs patch
2026-05-19 15:51:37 +02:00
yu-i-i
cf84ba650a
Admin tools: themed dashboard
2026-05-19 15:51:37 +02:00
yu-i-i
32b7b86704
References: bump node to 24.13.0
2026-05-19 15:51:37 +02:00
yu-i-i
04bc5df2b0
Linked URL: bump node to 24.13.0
2026-05-19 15:51:37 +02:00
yu-i-i
78c2cffbaa
Git Bridge: integrations-panel code was moved
2026-05-19 15:51:37 +02:00
yu-i-i
047b2d2fd2
Authentication: fix uid ldap login after email parsing was added to rate limiter
2026-05-19 15:51:37 +02:00
yu-i-i
fdc092371b
Sandboxed compiles: convert DockerRunner to ESM
2026-05-19 15:51:36 +02:00
yu-i-i
a42056e4f5
Sandboxed compiles: add scripts to add/strip repo prefix from texlive images
2026-05-19 15:51:36 +02:00
yu-i-i
8743cceadf
Add env variable to enable restoring project/file from history snapshot
2026-05-19 15:51:36 +02:00
yu-i-i
9b3b00a740
Admin tools: minor improvements
...
- enable Projects button in navbar for admin projects page
- enable copy of user ID in user info modal
- add null check in UserListController (thanks @moschlar)
2026-05-19 15:51:36 +02:00
yu-i-i
486460f599
Git Bridge: Add git integration
2026-05-19 15:51:36 +02:00
yu-i-i
4239c2f3a8
Sandboxed compiles: set imageName to default if undefined in project
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
0737ea5b31
Linked URL: prevent SSRF via DNS rebinding; minor fixes
2026-05-19 15:51:35 +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
f65ec51c5a
Sandboxed Compiles: pass imageName in Copy project
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
30a26809ea
Sandboxed compiles: add arm64 support to clsi seccomp profile
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
90f8a85459
Linked URL: add sanitize and normalize
2026-05-19 15:51:32 +02:00
yu-i-i
0394ad0324
Add service for Linked URL feature
2026-05-19 15:51:24 +02:00
yu-i-i
e9591c637f
Sandboxed compiles: adjust clsi-profile
2026-05-19 15:49:22 +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
f8de9cae9b
Template gallery: Fix OLModal usage (see upstream commit 19b3834)
2026-05-19 15:49:21 +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
Rudy ERCEK
e9b5931cad
Add MAX_UPLOAD_SIZE environment variable
2026-05-19 15:49:21 +02:00
yu-i-i
3a844ff46a
Fix style of Templates button in navbar
2026-05-19 15:49:21 +02:00
yu-i-i
d9ecec8516
Fix: comments thread does not necessarily belong to current document
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