Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to main at mernmail/mernmail-website 2024-11-11 17:01:49 +01:00
61c9c4313d docs: update Content Security Policy header value
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 16:57:24 +01:00
d3e470c309 fix: make the table borders in the message view transparent
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 16:44:24 +01:00
da68cb7b74 fix: abort the messages request when the user is logged out
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 16:29:17 +01:00
eaf263764e fix: allow wrapping of text-only messages
699dafdf35 fix: add horizontal scroll bar for the message body
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 16:01:57 +01:00
a0548b53ac chore: update dependencies to latest versions
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 16:00:04 +01:00
a811c05fca chore: remove unused Iframe component
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 15:57:25 +01:00
8c8e26411f feat: use lazy loading for juice library (also in composer), and fix size handling in message view
ba25bc7f6c feat: render HTML into the message instead of using an iframe
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-10 20:43:17 +01:00
2b9e0a4251 fix: rename "Nightly-GitNext" to "Nightly-GitMain"
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-10 20:08:40 +01:00
8cf80398ed chore: update dependencies to latest versions
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-10 17:13:15 +01:00
79b506a4f0 chore: remove "version" property from "svrjs.core.json" and create SVR.JS Core documentation
e0536620d6 fix: fix crashes with SVR.JS Core
50465e4a6c fix: initialize the SVR.JS Core configuration only if configuration is supplied
c9bbd0e202 style: format esbuild configuration (the build script)
d34d4bcc2d feat: add SVR.JS Core
Compare 5 commits »
DorianNiemiecSVRJS merged pull request svrjs/svrjs#1 2024-11-10 17:13:13 +01:00
feat: add SVR.JS Core
DorianNiemiecSVRJS created pull request svrjs/svrjs#1 2024-11-10 17:10:49 +01:00
feat: add SVR.JS Core
DorianNiemiecSVRJS pushed to svrjs-core at DorianNiemiecSVRJS/svrjs 2024-11-10 17:09:12 +01:00
79b506a4f0 chore: remove "version" property from "svrjs.core.json" and create SVR.JS Core documentation
e0536620d6 fix: fix crashes with SVR.JS Core
Compare 2 commits »
DorianNiemiecSVRJS pushed to svrjs-core at DorianNiemiecSVRJS/svrjs 2024-11-10 15:52:37 +01:00
50465e4a6c fix: initialize the SVR.JS Core configuration only if configuration is supplied
DorianNiemiecSVRJS pushed to svrjs-core at DorianNiemiecSVRJS/svrjs 2024-11-10 15:47:08 +01:00
c9bbd0e202 style: format esbuild configuration (the build script)
DorianNiemiecSVRJS created branch svrjs-core in DorianNiemiecSVRJS/svrjs 2024-11-10 15:44:00 +01:00
DorianNiemiecSVRJS pushed to svrjs-core at DorianNiemiecSVRJS/svrjs 2024-11-10 15:44:00 +01:00
d34d4bcc2d feat: add SVR.JS Core
DorianNiemiecSVRJS created repository DorianNiemiecSVRJS/svrjs 2024-11-10 15:41:04 +01:00
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-10 14:22:42 +01:00
1174a348b6 refactor: use config.wwwroot instead of current working directory as a webroot in internal code
DorianNiemiecSVRJS pushed to main at mernmail/mernmail-website 2024-11-10 08:15:05 +01:00
61973def28 docs: add missing "npm install" command to MERNMail update instructions with PM2 + NGINX