Commit Graph

1436 Commits

Author SHA1 Message Date
Mathias Wagner 1679b9dd86 Removed log statements from the IntegrationDialog.jsx 2023-05-28 19:12:26 +02:00
Mathias Wagner c471e30b68 The IntegrationItemHeader.jsx now updates every second 2023-05-28 19:09:39 +02:00
Mathias Wagner fcf17ed69c Added gotify to the en.json locale file 2023-05-28 19:03:34 +02:00
Mathias Wagner bb07f16c8e Added gotify to the de.json locale file 2023-05-28 19:03:23 +02:00
Mathias Wagner b3c031f074 Created the gotify integration 2023-05-28 18:59:34 +02:00
Mathias Wagner 3817b4d6ea Fixed the regex in the webhook integration 2023-05-28 18:59:07 +02:00
Mathias Wagner 22e52f3185 Updated the client package.json 2023-05-28 18:48:15 +02:00
Mathias Wagner 965b7edace Updated the server package.json 2023-05-28 18:47:58 +02:00
Mathias Wagner cb3db06a6e Merge pull request #300 from gnmyt/dependabot/npm_and_yarn/client/vite-4.3.9
Bump vite from 4.3.8 to 4.3.9 in /client
2023-05-27 00:05:01 +02:00
dependabot[bot] da5a55303d Bump vite from 4.3.8 to 4.3.9 in /client
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.8 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-26 22:01:35 +00:00
Mathias Wagner 2e64dc6060 Merge pull request #299 from gnmyt/dependabot/npm_and_yarn/client/types/react-18.2.7
Bump @types/react from 18.2.6 to 18.2.7 in /client
2023-05-25 19:51:21 +02:00
Mathias Wagner 522bdec96c Merge pull request #298 from gnmyt/dependabot/npm_and_yarn/client/vite-plugin-pwa-0.15.1
Bump vite-plugin-pwa from 0.15.0 to 0.15.1 in /client
2023-05-25 19:51:06 +02:00
dependabot[bot] c04470964f Bump @types/react from 18.2.6 to 18.2.7 in /client
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.6 to 18.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 22:01:29 +00:00
dependabot[bot] ec49cc2c1d Bump vite-plugin-pwa from 0.15.0 to 0.15.1 in /client
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 22:01:02 +00:00
Mathias Wagner 0f50256303 Merge pull request #297 from gnmyt/updates/integrations
🛠 Einführung von Integrationen
2023-05-24 22:01:09 +02:00
Mathias Wagner 55e3b7573c Updated the english translation file 2023-05-24 21:57:15 +02:00
Mathias Wagner e09915ab92 Added input validation to the IntegrationItem.jsx 2023-05-23 21:57:37 +02:00
Mathias Wagner 4503698672 Added the error-border, error-item & item-error-border classes to the IntegrationItem styles.sass 2023-05-23 21:56:27 +02:00
Mathias Wagner bb66622618 Changed the textarea length to 2000 & added the integration name to the validateInput method 2023-05-23 21:54:46 +02:00
Mathias Wagner e3f9a609e3 Fixed a bug in the integrations.js controller 2023-05-23 21:47:21 +02:00
Mathias Wagner 7720379b94 Integrated the input validation into the integrations.js routes 2023-05-23 20:55:51 +02:00
Mathias Wagner d66a1b6337 Added an url regex to the webhook.js validation 2023-05-23 20:55:14 +02:00
Mathias Wagner 1ffe63632d Added token & chat_id regex validations in the telegram.js integration 2023-05-23 20:54:50 +02:00
Mathias Wagner 999da72a40 Added a url regex to the healthChecks.js integration 2023-05-23 20:54:09 +02:00
Mathias Wagner d71e14f548 Added a url regex to the discord.js integration 2023-05-23 20:53:57 +02:00
Mathias Wagner 44b1e2c3ba Added input valiation to the integrations.js controller 2023-05-23 20:53:47 +02:00
Mathias Wagner d2978a7900 Fixed a bug in the IntegrationItem.jsx 2023-05-23 20:36:31 +02:00
Mathias Wagner 65984bcfe8 Removed a comment from the integrations.js controller 2023-05-23 20:04:46 +02:00
Mathias Wagner edfefbc888 Removed the hardcoded german statements from the IntegrationItemHeader.jsx 2023-05-23 20:00:20 +02:00
Mathias Wagner d330c8c663 Added the activity translations to the de.json 2023-05-23 20:00:05 +02:00
Mathias Wagner 8b6d8b3db7 Removed the unused styles 2023-05-23 19:56:13 +02:00
Mathias Wagner 8b59aefbc5 Moved the entire integration item header -> IntegrationItem.jsx 2023-05-23 19:56:07 +02:00
Mathias Wagner be5894fec9 Created the IntegrationItemHeader.jsx styles.sass 2023-05-23 19:55:50 +02:00
Mathias Wagner 201eac4204 Created the IntegrationItemHeader.jsx index 2023-05-23 19:55:46 +02:00
Mathias Wagner a2c6f85888 Created the IntegrationItemHeader.jsx component 2023-05-23 19:55:32 +02:00
Mathias Wagner acd0f15946 Simplified the code in the IntegrationDialog.jsx 2023-05-23 19:44:20 +02:00
Mathias Wagner 8131430c60 Removed unused styles from the IntegrationDialog styles.sass 2023-05-23 19:29:13 +02:00
Mathias Wagner fffefceab9 Simplified the code in the IntegrationDialog.jsx 2023-05-23 19:28:58 +02:00
Mathias Wagner 4b9eab133a Created the NoIntegrationsTab.jsx styles.sass 2023-05-23 19:28:48 +02:00
Mathias Wagner c43af27a73 Created the NoIntegrationsTab.jsx index 2023-05-23 19:28:41 +02:00
Mathias Wagner 9ff8d7d04a Created the NoIntegrationsTab.jsx component 2023-05-23 19:28:34 +02:00
Mathias Wagner fb267ab412 Created the IntegrationAddButton.jsx styles.sass 2023-05-23 19:28:23 +02:00
Mathias Wagner 2723299eaf Created the IntegrationAddButton.jsx index 2023-05-23 19:28:15 +02:00
Mathias Wagner c9409c9c28 Created the IntegrationAddButton.jsx component 2023-05-23 19:28:10 +02:00
Mathias Wagner 4d597dff53 Removed the user-select property from the Dialog styles.sass 2023-05-23 19:14:01 +02:00
Mathias Wagner b831636192 Integrated the AvailableIntegrations component into the IntegrationDialog.jsx 2023-05-23 19:12:00 +02:00
Mathias Wagner b11c599b5c Migrated the available integration style from IntegrationDialog.jsx -> AvailableIntegrations.jsx 2023-05-23 19:11:17 +02:00
Mathias Wagner 003628ec97 Created the AvailableIntegrations.jsx index 2023-05-23 19:10:50 +02:00
Mathias Wagner db65ea64dd Created the AvailableIntegrations.jsx component 2023-05-23 19:10:36 +02:00
Mathias Wagner 7bf1c31142 Added the integrations.create translation 2023-05-23 19:09:53 +02:00