Browse Source

Merge branch 'replays-clips-recordings' into gek/initial-replay-functionality

pull/3395/head
Gabe Kangas 2 years ago
parent
commit
503d30cb44
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      docs/api/index.html
  2. 2
      static/web/404.html
  3. 2
      static/web/404/index.html
  4. 1
      static/web/_next/static/TPjW64H4UvYvmu-fT1FMI/_buildManifest.js
  5. 1
      static/web/_next/static/TPjW64H4UvYvmu-fT1FMI/_ssgManifest.js
  6. 35
      static/web/_next/static/chunks/5888-895853768f3bc068.js
  7. 2
      static/web/admin/access-tokens/index.html
  8. 2
      static/web/admin/actions/index.html
  9. 2
      static/web/admin/chat/emojis/index.html
  10. 2
      static/web/admin/chat/messages/index.html
  11. 2
      static/web/admin/chat/users/index.html
  12. 2
      static/web/admin/config-chat/index.html
  13. 2
      static/web/admin/config-federation/index.html
  14. 2
      static/web/admin/config-notify/index.html
  15. 2
      static/web/admin/config-social-items/index.html
  16. 2
      static/web/admin/config-video/index.html
  17. 2
      static/web/admin/config/general/index.html
  18. 2
      static/web/admin/config/server/index.html
  19. 2
      static/web/admin/federation/actions/index.html
  20. 2
      static/web/admin/federation/followers/index.html
  21. 2
      static/web/admin/hardware-info/index.html
  22. 2
      static/web/admin/help/index.html
  23. 2
      static/web/admin/index.html
  24. 2
      static/web/admin/logs/index.html
  25. 2
      static/web/admin/stream-health/index.html
  26. 2
      static/web/admin/upgrade/index.html
  27. 2
      static/web/admin/viewer-info/index.html
  28. 2
      static/web/admin/webhooks/index.html
  29. 4
      static/web/embed/chat/readonly/index.html
  30. 4
      static/web/embed/chat/readwrite/index.html
  31. 4
      static/web/embed/video/index.html
  32. 4
      static/web/index.html
  33. 2
      static/web/sw.js
  34. 84312
      web/package-lock.json
  35. 4
      web/package.json

2
docs/api/index.html

File diff suppressed because one or more lines are too long

2
static/web/404.html vendored

File diff suppressed because one or more lines are too long

2
static/web/404/index.html vendored

File diff suppressed because one or more lines are too long

1
static/web/_next/static/TPjW64H4UvYvmu-fT1FMI/_buildManifest.js

File diff suppressed because one or more lines are too long

1
static/web/_next/static/TPjW64H4UvYvmu-fT1FMI/_ssgManifest.js

@ -0,0 +1 @@ @@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();

35
static/web/_next/static/chunks/5888-895853768f3bc068.js vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/access-tokens/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/actions/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/emojis/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/messages/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/chat/users/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-chat/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-federation/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-notify/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-social-items/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config-video/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config/general/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/config/server/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/actions/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/federation/followers/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/hardware-info/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/help/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/logs/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/stream-health/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/upgrade/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/viewer-info/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/admin/webhooks/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/embed/chat/readonly/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/embed/chat/readwrite/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/embed/video/index.html vendored

File diff suppressed because one or more lines are too long

4
static/web/index.html vendored

File diff suppressed because one or more lines are too long

2
static/web/sw.js vendored

File diff suppressed because one or more lines are too long

84312
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

4
web/package.json

@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
"video.js": "^8.3.0",
"workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0",
"xstate": "4.38.2",
"xstate": "4.38.3",
"yaml": "2.3.3"
},
"devDependencies": {
@ -81,7 +81,7 @@ @@ -81,7 +81,7 @@
"@types/chart.js": "2.9.39",
"@types/classnames": "2.3.1",
"@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.4",
"@types/markdown-it": "13.0.5",
"@types/node": "18.18.6",
"@types/prop-types": "15.7.9",
"@types/react": "18.2.31",

Loading…
Cancel
Save