Commit Graph

931 Commits (a28b52589423175e5bc833bbd20027f2d8c08901)

Author SHA1 Message Date
NGPixel 4b3005057f
fix: prevent user enumeration using local login timings
2 years ago
Fionera 91221e73eb
feat: set groups based on OIDC claim (#5568)
2 years ago
Jared Brogan 31bd327487
fix: correct azure blob storage typo (#5591)
2 years ago
Pam S 8290e86aaf
feat: add logout for auth0 (#5545)
2 years ago
Hexaflexagon 933293a997
feat: add elasticsearch ssl options (#5499)
2 years ago
Mirco T 628c72ea16
feat: CAS authentication module (#5452)
2 years ago
NGPixel 48077fc9e5
feat(admin): make page extensions configurable
2 years ago
Nicolas Giard 0425b82c83
fix(kernel): handle SIGTERM graceful shutdown
2 years ago
Nicolas Giard 046e4b98cb
fix(graphql): remove required flag on MailConfig schema
2 years ago
David Wheatley 97a744556b
feat(mail): allow setting of mailer identifying name (#5363)
2 years ago
Nicolas Giard b78026e49f
fix(auth): handle null SAML authnContext context
2 years ago
El Gato da Great e3d94f7177
fix: don't push files to git if ignored (#5334)
2 years ago
Nicolas Giard cd33ff0afb
feat(admin): export tool for full migration / backup (#5294)
2 years ago
Nicolas Giard a37d733523
fix(auth): update SAML authnContext hint text for multiple values
2 years ago
Maximilian Bosch b345375477
fix(auth): SAML authnContext parameter should be an array (#5290)
2 years ago
Erik Bigler 9b40d60261
fix: update to working twitch passport strategy (#5279)
2 years ago
Nicolas Giard d9076c4ee9
fix: typo in saml auth module
2 years ago
myml b3731dd26e
fix: handle unicode chars when syncing files using git storage (#5272)
2 years ago
NGPixel 78d02dc8e5
fix: prevent manage system assignment from manage groups permission
2 years ago
Nicolas Giard 8205c1f243
fix: update saml strategy to use new config options
2 years ago
NGPixel 2cb7b9fb4e
fix: update passport-saml dependency + set cert as required
2 years ago
myml 559b8ae8cf
fix: undefined author in git commit when deleting a page (#5215)
2 years ago
Nicolas Giard 485aa765d0
fix: add sfo3 to digitalocean spaces module
2 years ago
NGPixel 13890a92ab
fix: default comment provider not displaying
2 years ago
Ivan Fedorov 3407ac8829
feat: add X-Mailer header to outgoing emails (#5238)
2 years ago
Trisztán Piller de151031ea
feat(auth): OAuth2 access_token in GET query string in userInfoURL (#5188)
2 years ago
Nicolas Giard a647626a51
fix: external comments template using incorrect page variables
2 years ago
myml 74887baa86
feat(auth): OAuth2 scope support (#5181)
2 years ago
rajatchauhanyti 44b3fd1794
fix: admin - general settings not saving with empty value (#5165)
2 years ago
NGPixel dc5d8ddeb2
fix: handle page metadata parse failure
2 years ago
NGPixel 05b4053954
fix: encode filenames for assets force download
2 years ago
NGPixel a50712ea80
fix: handle links to same host but different port as external
2 years ago
Nicolas Giard a652e43ab1
fix: handle multi social auth strategies
2 years ago
Manuel 1f489a3d8e
fix: handle multiple LDAP strategies (#5116)
2 years ago
Gabriel A. Devenyi 2c83472b63
fix(ldap): typo spelling of distinguished (#5066)
2 years ago
NGPixel a3bf1f7916
fix: apply locale restrictions to page rules
2 years ago
NGPixel 411802ec2f
fix: check update page access using original page path
2 years ago
Nicolas Giard 3f5388d093
fix(logging): add default fallback for logFormat config
2 years ago
Marián Skrip de6d4beef9
feat(config): add option to specify default value to env var expansion (#5020)
2 years ago
Marián Skrip 2815f38c52
feat(logging): add option to configure JSON logging (#5022)
2 years ago
Marián Skrip 69e9ccc636
fix: remove wild log that was possibly for debugging (#5021)
2 years ago
NGPixel afafb4f4e0
fix: md task list - use same config as client
2 years ago
matthgyver 7988fa62ca
fix: use body parser limit config with fallback value (#4985)
2 years ago
Nicolas Giard 8e3af9ac15
feat: use config value for json body parser limit
2 years ago
Nicolas Giard 7b14b39de0
fix: prevent upload bypass via uppercase path
2 years ago
NGPixel a04f7bd650
fix: force uploads to use auth headers instead of cookie
2 years ago
NGPixel 92fe9d3e31
fix: view source of page version crash (#3297)
3 years ago
NGPixel e84c15b926
fix: scanSVG incorrect ext reference (#4825)
3 years ago
cybrwshl 802dbd96c3
feat: extends plausible analytics to support self hosted installations (#4824)
3 years ago
NGPixel 79bdd44093
fix: force download of unsafe extensions
3 years ago
NGPixel 57b56d3a5b
fix: validate svg file extension in addition to client mime type
3 years ago
NGPixel 5d3e81496f
fix: sanitize SVG uploads
3 years ago
NGPixel 5173c4802e
fix: use replace instead of replaceAll to support pre-Node16
3 years ago
NGPixel 414033de9d
fix: asset path traversal on windows
3 years ago
Nicolas Giard 87fcfca6d7 feat: add Plausible Analytics module
3 years ago
NGPixel 5911867b21
fix: various OAuth2 fixes
3 years ago
Artur Shaik 87084c66b0
feat: Generic OAuth2 authentication implementation (#3094)
3 years ago
broxen 12aef93cd6
fix: remove excess div wrappers (#4528)
3 years ago
mordini d93bd1ad5a
fix: git storage - 'import everything' feature restored (#4559) (#4572)
3 years ago
broxen db73b650c9
fix: issue with Custom Header IDs (#4527)
3 years ago
Beh ed3925b1c5
fix: use first email address in Rocket.Chat auth response (#3122)
3 years ago
craph 3814eef922
fix: admin email setup toLowerCase (#4516)
3 years ago
Frederic Alix 8d1f752620
feat: add possibility to set PostgreSQL schema other than public (#4161)
3 years ago
Paul Saunders 66bf914725
fix: scheduled git sync task (#4481)
3 years ago
Rainshaw 1dc974245f
fix: sftp error when dir already exists (#4024)
3 years ago
Andrew Yefanov 94aab69ba8
fix: add beacon and error beacon newrelic parameters for eu region support (#4421)
3 years ago
NGPixel d5a5820c2f fix: remove unused middleware
3 years ago
Eric Knibbe c5a45e578e
fix: git storage - handle renamed files & assets (#4307)
3 years ago
Étienne 9864be884d
fix: replace passport-slack implementation (#4369)
3 years ago
Denis ee8006892e
feat: add support of `hd` auth parameter to work with G Suite domains (#4010)
3 years ago
opalmay 9081232e7c
fix: disallow # char in file uploads (#3770)
3 years ago
LK HO a103127545
fix: graceful shutdown (#3821)
3 years ago
LK HO 71aa0c9346
fix: jobs/worker - pass through job error from worker process (#3822)
3 years ago
LK HO a20f70ed8d
fix: rendering/html-core - null checks (#3823)
3 years ago
NGPixel f55caab359 fix: convert page - handle tabsets
3 years ago
NGPixel 84b927915e fix: convert page - task list + UI fixes
3 years ago
NGPixel 26f1c0f372 feat: convert page
3 years ago
NGPixel d75c5532d1 fix: handle raw mustache expressions over multiple lines
3 years ago
NGPixel c57c9d9018 fix: disable cors
3 years ago
Max 033b8e6b21
fix: S3 copyObject usage - Missing bucket name (#3745)
3 years ago
PaulD987 3f001dca2c
fix: loginRedirect doesn't work for non local strategies (#3222)
3 years ago
pylr e87d511978
fix: HSTS header max-age value (#3225)
3 years ago
NGPixel 5ffa189383 fix: add v-pre to pre tags at render time
3 years ago
Thomas Nilefalk 919d7c12a1
fix: syntax error in rebuild-tree.js (#3048)
3 years ago
Paul 806e4e8f11
fix: get syncInterval from model instead of module data (#3003)
3 years ago
Kevyn Bruyere b106018029
fix: LDAP - avoid reading empty tls cert file (#2980)
3 years ago
scienceasdf 4b80bab88e
fix: rebuilding tree error when the page number is large enough in sqlite (#2830)
3 years ago
Adrián Martínez Interactiv4 52304a8149
fix: update storage.js to match pageHelper.injectPageMetadata (#2832)
3 years ago
drewblin 063251248c
fix: set autocommit for mysql (#2638)
4 years ago
scienceasdf d7d00b44f6
fix: search engine broken when renaming or moving pages (#2815)
4 years ago
scienceasdf d89224405c
feat: set analyzer for elasticsearch (#2793)
4 years ago
Eric Knibbe d04e33eb6b
fix: use absolute URL for logo in email if path relative (#2628)
4 years ago
avioral 089b7850d9 fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647)
4 years ago
YAEGASHI Takeshi a3513b1bdf
fix: enable passport-azure-ad workaround for SameSite cookies (#2567)
4 years ago
Chris a6bf2412d7
fix: superscript typo in module definition.yml (#2577)
4 years ago
Nicolas Giard 04a1896811
fix: revert refactor in markdown-kroki and plantuml modules (#2619)
4 years ago
Jafar Akhondali 5ba36ee421
refactor: server code (#2545)
4 years ago
NGPixel 63c8a308ba fix: remove bugsnag + update deps
4 years ago
NGPixel fe890979af fix: bypass auth redirect cookie when set to homepage
4 years ago
NGPixel 0fa5b9750d fix: handle missing extra field during page render
4 years ago