Philip Okugbe
be2d93877a
New translations translation.json (English)
...
[ci skip]
2026-05-04 22:16:50 +01:00
Philip Okugbe
34da8d3fb4
New translations translation.json (Chinese Simplified)
...
[ci skip]
2026-05-04 22:16:49 +01:00
Philip Okugbe
f55bd21b08
New translations translation.json (Ukrainian)
...
[ci skip]
2026-05-04 22:16:47 +01:00
Philip Okugbe
f6f9cc14df
New translations translation.json (Russian)
...
[ci skip]
2026-05-04 22:16:45 +01:00
Philip Okugbe
1790ee8f6f
New translations translation.json (Dutch)
...
[ci skip]
2026-05-04 22:16:44 +01:00
Philip Okugbe
58840da7f4
New translations translation.json (Korean)
...
[ci skip]
2026-05-04 22:16:43 +01:00
Philip Okugbe
db77b31782
New translations translation.json (Japanese)
...
[ci skip]
2026-05-04 22:16:41 +01:00
Philip Okugbe
77ba4facb1
New translations translation.json (Italian)
...
[ci skip]
2026-05-04 22:16:40 +01:00
Philip Okugbe
6fa08e487e
New translations translation.json (Spanish)
...
[ci skip]
2026-05-04 22:16:38 +01:00
Philip Okugbe
979e8faeee
New translations translation.json (French)
...
[ci skip]
2026-05-04 22:16:37 +01:00
Philip Okugbe
1839418430
New translations translation.json (German)
...
[ci skip]
2026-05-04 22:16:35 +01:00
Philipinho
3c74bb3dee
update package
2026-05-04 22:09:19 +01:00
Philip Okugbe
dbe6c2d6ba
feat: A11y fixes ( #2148 )
2026-05-04 21:21:37 +01:00
Sarthak Chaturvedi
fe18f22dc6
fix: prevent code block deletion when adding inline comments in read mode ( #2146 )
2026-05-04 21:14:21 +01:00
Philipinho
fcef0c6b96
fix: S3
2026-05-04 20:57:35 +01:00
Philipinho
17f3158a3b
update aws packages
2026-05-01 20:00:20 +01:00
Philip Okugbe
94461e90a3
New translations translation.json (Portuguese, Brazilian)
...
[ci skip]
2026-05-01 16:02:26 +01:00
Philip Okugbe
58aa02340e
New translations translation.json (English)
...
[ci skip]
2026-05-01 16:02:24 +01:00
Philip Okugbe
592e6a39e8
New translations translation.json (Chinese Simplified)
...
[ci skip]
2026-05-01 16:02:23 +01:00
Philip Okugbe
56526c6c1c
New translations translation.json (Ukrainian)
...
[ci skip]
2026-05-01 16:02:21 +01:00
Philip Okugbe
6f9387b8b4
New translations translation.json (Russian)
...
[ci skip]
2026-05-01 16:02:20 +01:00
Philip Okugbe
aa2ca3ef91
New translations translation.json (Dutch)
...
[ci skip]
2026-05-01 16:02:18 +01:00
Philip Okugbe
21848b91bf
New translations translation.json (Korean)
...
[ci skip]
2026-05-01 16:02:17 +01:00
Philip Okugbe
989231d818
New translations translation.json (Japanese)
...
[ci skip]
2026-05-01 16:02:15 +01:00
Philip Okugbe
d50986453b
New translations translation.json (Italian)
...
[ci skip]
2026-05-01 16:02:14 +01:00
Philip Okugbe
2c21af4e91
New translations translation.json (Spanish)
...
[ci skip]
2026-05-01 16:02:12 +01:00
Philip Okugbe
574f687335
New translations translation.json (French)
...
[ci skip]
2026-05-01 16:02:10 +01:00
Philip Okugbe
9956a98d1f
New translations translation.json (German)
...
[ci skip]
2026-05-01 16:02:08 +01:00
Philipinho
b74ca00bfd
sync
2026-05-01 14:57:32 +01:00
Philip Okugbe
c247d4c1e3
feat(ee): PDF import ( #2142 )
...
* feat: replace pdfjs-dist with firecrawl-pdf-inspector
* use modified firecrawl-pdf-inspector
* feat: pdf import
* increase single file upload size limit
* use npm package
* sync
* update package
2026-05-01 14:56:39 +01:00
Philip Okugbe
641ce142df
feat(ee): SCIM ( #1347 )
...
* SCIM - init (EE)
* accept db transaction
* sync
* Content parser support for scim+json
* patch scimmy
* sync
* return early if userIds is empty
* sync
* SCIM db table
* fixes
* scim tokens
* backfill
* feat(audit): add scim token events
* rename scim migration
* fix
* fix translation
* cleanup
2026-05-01 14:53:30 +01:00
Sarthak Chaturvedi
1d2486455f
fix: prevent browser tab fallback in editor ( #2123 )
2026-05-01 13:58:51 +01:00
Philipinho
a0aea43e25
feat(saml): allow disabling RequestedAuthnContext via env var
...
Adds SAML_DISABLE_REQUESTED_AUTHN_CONTEXT env var, passed through
to the SAML strategy's disableRequestedAuthnContext option.
Defaults to existing behavior (element sent). Set to true to omit
the element when the IdP authenticates the user with a method that
does not match (e.g. MFA, FIDO, passwordless), which would
otherwise cause AADSTS75011 with Microsoft Entra ID.
2026-05-01 11:47:03 +01:00
Philip Okugbe
09c69d7a0f
feat: properly preserve table width ( #2143 )
2026-05-01 00:49:31 +01:00
Philip Okugbe
14fd3eb956
New translations translation.json (German)
...
[ci skip]
2026-05-01 00:49:11 +01:00
Sarthak Chaturvedi
9943e104a5
fix(i18n): Correct German column count label rendering ( #2131 )
2026-05-01 00:37:59 +01:00
Peter Tripp
b16f1e5a55
fix: ctrl-k behavior on macOS ( #2052 )
...
* Improve cmd-k / ctrl-k behavior
Use cmd-k on macOS/iOS for search and keep ctrl-k everywhere else.
Fixes a bug where ctrl-k on macOS, which cuts to the end of the line,
was also triggering the search prompt.
* comment submit: cmd-enter (mac) / ctrl-enter (win/linux)
2026-05-01 00:36:40 +01:00
Philip Okugbe
24be90b95f
fix: duplicate PDF uploads ( #2139 )
2026-04-29 10:01:47 +01:00
Olivier Lambert
3ecf27c6b0
fix(page-permission): make people-with-access list scroll past 4 entries ( #2137 )
...
The "People with access" list in the page share modal used
<ScrollArea mah={250}>, which caps the container height but does not
make the inner viewport scroll (no fixed height is given to the
viewport). Items beyond ~4 entries were rendered correctly but clipped
out of view.
Switches to <ScrollArea.Autosize mah={400}>, which is Mantine's
dedicated primitive for "grow with content up to a max, then scroll".
Closes #2135
2026-04-29 09:36:38 +01:00
Philipinho
980521f957
v0.80.1
v0.80.1
2026-04-27 16:06:32 +01:00
Philipinho
fe44dc92a9
sync
2026-04-27 15:51:23 +01:00
Philip Okugbe
fad410ef23
chore: add undici for oidc proxy support ( #2132 )
2026-04-27 15:50:42 +01:00
Philipinho
15b8908b1a
update postcss
2026-04-27 15:23:47 +01:00
Philipinho
8e15b22d8c
package updates
2026-04-27 15:22:02 +01:00
Philipinho
ec83fc82d5
fix: refactor sanitize
2026-04-27 15:16:26 +01:00
Philipinho
a573acedd0
fix: local storage, and package overrides
2026-04-22 14:13:25 +01:00
Philipinho
dba8e315ab
override
2026-04-14 17:59:59 +01:00
Philipinho
81ae7a17a6
confirm dialog
2026-04-14 17:56:36 +01:00
Philipinho
271f855761
v0.80.0
2026-04-14 17:08:44 +01:00
Philipinho
3e6d915227
sync
2026-04-14 16:34:44 +01:00