-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complex update: frontend v1.18; XHProf web endpoint; "file-body" send…
…er (#117) * chore(frontend): update frontend assets * feat(var-dump): support new frontend feature: programing language highlighting; fix events field `project` * feat(smtp): detect embedded files and solve links inside html body * feat(stream): `StreamHelper::createFileStream` now can assign filters to created stream; added Base64Decode filter * enhancement(http): HTTP parser decodes base64 encoded content in multipart * feat(smtp): added embedding-related functions to multipart File; fixed console rendering of attached and embedded files in mail; added new method in Table renderer to render plain multi-column tables * fix(smtp): added frontend attachments endpoint * style(php-cs-fixer): lint php files and fix coding standards * chore(profiler): create Profiler module and move some things to there * feat(sender): add `raw` sender that stores raw or decoded payloads into separated files if possible * feat(profiler): add XHProf middleware to get profiles from web API * chore(profiler): optimize profiling loadings; add class Measure to humanize different measures * chore: fix psalm issues * chore: update .gitattributes * chore(sender): rename `raw` sender to `file-body` * test(http): cover multipart base64 encoded and embedding id * style(php-cs-fixer): lint php files and fix coding standards --------- Co-authored-by: github-actions <github-actions@users.noreply.github.com>
- Loading branch information
Showing
155 changed files
with
1,410 additions
and
627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head><meta charset="utf-8"> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Buggregator</title> | ||
<meta name="description" content> | ||
<meta name="format-detection" content="telephone=no"> | ||
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico"> | ||
<link rel="stylesheet" href="/_nuxt/entry.82c5d8ac.css"> | ||
<link rel="modulepreload" as="script" crossorigin href="/_nuxt/entry.8cc9a0a4.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/blank.9eef78d5.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/blank.084ffbed.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/default.045781e5.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/layout-sidebar.099dce27.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/file-attachment.ea89c400.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/default.37533a54.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/layout-sidebar.vue.30b2544d.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/file-attachment.vue.44781509.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/use-events.46f9c63f.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/dumper.11af9f7d.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/icon-svg.07e61883.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/settings.ce72d897.js"> | ||
<script type="module" src="/_nuxt/entry.8cc9a0a4.js" crossorigin></script> | ||
<script id="unhead:payload" type="application/json">{"title":"Buggregator"}</script></head> | ||
<body ><div id="__nuxt"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4},{},false,{},{}]</script> | ||
<script>window.__NUXT__={};window.__NUXT__.config={public:{version:"0.0.1"},app:{baseURL:"/",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body> | ||
</html> | ||
<link rel="stylesheet" href="/_nuxt/entry.CtSSoZvc.css"> | ||
<link rel="modulepreload" as="script" crossorigin href="/_nuxt/BqbMuE7y.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/blank.BaS2ecnP.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/Rmtih61A.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/default.B5dxn6QE.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/layout-sidebar.B5S_6p6L.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/page-placeholder.DCtTWM-9.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/file-attachment.CqsEiJbK.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/DkCVl2sj.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/BBk2F9bR.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/Cuqdu9nB.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/BefdN0MI.js"> | ||
<script type="module" src="/_nuxt/BqbMuE7y.js" crossorigin></script> | ||
<script id="unhead:payload" type="application/json">{"title":"Buggregator"}</script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4,"once":5},{},false,{},{},["Set"]]</script> | ||
<script>window.__NUXT__={};window.__NUXT__.config={public:{version:"0.0.1"},app:{baseURL:"/",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head><meta charset="utf-8"> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Buggregator</title> | ||
<meta name="description" content> | ||
<meta name="format-detection" content="telephone=no"> | ||
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico"> | ||
<link rel="stylesheet" href="/_nuxt/entry.82c5d8ac.css"> | ||
<link rel="modulepreload" as="script" crossorigin href="/_nuxt/entry.8cc9a0a4.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/blank.9eef78d5.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/blank.084ffbed.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/default.045781e5.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/layout-sidebar.099dce27.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/file-attachment.ea89c400.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/default.37533a54.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/layout-sidebar.vue.30b2544d.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/file-attachment.vue.44781509.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/use-events.46f9c63f.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/dumper.11af9f7d.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/icon-svg.07e61883.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/settings.ce72d897.js"> | ||
<script type="module" src="/_nuxt/entry.8cc9a0a4.js" crossorigin></script> | ||
<script id="unhead:payload" type="application/json">{"title":"Buggregator"}</script></head> | ||
<body ><div id="__nuxt"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4},{},false,{},{}]</script> | ||
<script>window.__NUXT__={};window.__NUXT__.config={public:{version:"0.0.1"},app:{baseURL:"/",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body> | ||
</html> | ||
<link rel="stylesheet" href="/_nuxt/entry.CtSSoZvc.css"> | ||
<link rel="modulepreload" as="script" crossorigin href="/_nuxt/BqbMuE7y.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/blank.BaS2ecnP.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/Rmtih61A.js"> | ||
<link rel="prefetch" as="style" href="/_nuxt/default.B5dxn6QE.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/layout-sidebar.B5S_6p6L.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/page-placeholder.DCtTWM-9.css"> | ||
<link rel="prefetch" as="style" href="/_nuxt/file-attachment.CqsEiJbK.css"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/DkCVl2sj.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/BBk2F9bR.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/Cuqdu9nB.js"> | ||
<link rel="prefetch" as="script" crossorigin href="/_nuxt/BefdN0MI.js"> | ||
<script type="module" src="/_nuxt/BqbMuE7y.js" crossorigin></script> | ||
<script id="unhead:payload" type="application/json">{"title":"Buggregator"}</script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4,"once":5},{},false,{},{},["Set"]]</script> | ||
<script>window.__NUXT__={};window.__NUXT__.config={public:{version:"0.0.1"},app:{baseURL:"/",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html> |
4 changes: 2 additions & 2 deletions
4
resources/frontend/_nuxt/_id_.d7506571.js → resources/frontend/_nuxt/0ZriSCq6.js
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.