Commit Graph

1266 Commits

Author SHA1 Message Date
Mathias Wagner bd245733c9 Created the german README.md (README.de.md) 2023-04-08 15:28:30 +02:00
Mathias Wagner b4089a996f Updated the README.md 2023-04-08 15:07:22 +02:00
Mathias Wagner 4bb3d6cc96 Added the release shield to the README.md 2023-04-08 15:01:33 +02:00
Mathias Wagner 8c70705020 Added localization to the README.md 2023-04-08 14:58:13 +02:00
Mathias Wagner 879978f563 Updated the README.md 2023-04-08 14:55:15 +02:00
Mathias Wagner 88b2b49e43 Updated the README.md 2023-04-08 14:52:54 +02:00
Mathias Wagner 79b36bba70 Merge pull request #257 from gnmyt/dependabot/npm_and_yarn/client/sass-1.61.0
Bump sass from 1.60.0 to 1.61.0 in /client
2023-04-07 00:39:56 +02:00
dependabot[bot] 8f2a3b80c4 Bump sass from 1.60.0 to 1.61.0 in /client
Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.60.0...1.61.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 22:01:44 +00:00
Mathias Wagner 95ec9d2b75 Merge pull request #255 from gnmyt/optimizations/1.0.7
🆕 Version 1.0.7 - Update
v1.0.7
2023-04-06 03:51:51 +02:00
Mathias Wagner 8b76f60924 Added an extra check in the node controller 2023-04-06 03:50:29 +02:00
Mathias Wagner 94f6f20307 Removed the x-powered-by header from express in the server index.js 2023-04-06 03:25:27 +02:00
Mathias Wagner 74774b86a9 Merge pull request #256 from gnmyt/dependabot/npm_and_yarn/axios-1.3.5
Bump axios from 1.3.4 to 1.3.5
2023-04-06 00:20:35 +02:00
dependabot[bot] 2359a2a203 Bump axios from 1.3.4 to 1.3.5
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 22:01:29 +00:00
Mathias Wagner 56dae0a3dd The latest dialog now shows a different message if no tests are available 2023-04-05 16:37:36 +02:00
Mathias Wagner 5d8561cfd6 Added the test.no_latest translation 2023-04-05 16:34:30 +02:00
Mathias Wagner dd2b780fa7 Removed the user select from the node-add class 2023-04-05 15:36:27 +02:00
Mathias Wagner 80c6ff37de The "This server" node now shows the host instead of the url 2023-04-05 15:26:13 +02:00
Mathias Wagner d3bb1d2023 Fixed a typo in the en.json 2023-04-05 14:56:11 +02:00
Mathias Wagner 7104188ce1 Updated the HeaderComponent.jsx 2023-04-05 14:51:52 +02:00
Mathias Wagner 74708d0124 Fixed a bug in the NodeContext.jsx 2023-04-05 14:51:41 +02:00
Mathias Wagner 3c4f7af3c5 Added a missing translation & fixed the password button in the DropdownComponent.jsx 2023-04-05 14:50:18 +02:00
Mathias Wagner 455b45ef04 Fixed a bug in the nodes.js route 2023-04-05 14:48:24 +02:00
Mathias Wagner 63944cac6b Updated the list method in the node controller 2023-04-05 14:47:18 +02:00
Mathias Wagner b527bc2319 Added a findNode method in the NodeContext.jsx 2023-04-05 14:45:53 +02:00
Mathias Wagner 17fe454e7b Updated the en.json language file 2023-04-05 14:45:21 +02:00
Mathias Wagner 0e19227451 Added a missing translation in the de.json 2023-04-05 14:45:09 +02:00
Mathias Wagner 9c5b2a1815 The baseRequests now aborts after 10 seconds 2023-04-05 14:25:39 +02:00
Mathias Wagner 3ab976efec Migrated the new methods to the node routes 2023-04-05 13:52:05 +02:00
Mathias Wagner b2ef65dbb8 Migrated to axios & added the checkNode & proxyRequest methods to the node controller 2023-04-05 13:51:47 +02:00
Mathias Wagner 256b258641 Cleaned up the LatestTestComponent.jsx 2023-04-05 02:01:33 +02:00
Mathias Wagner 7c2c269e01 Added a check to the LatestTestComponent.jsx 2023-04-05 02:00:39 +02:00
Mathias Wagner 6f787e31a0 Fixed a bug in the export.js route 2023-04-05 01:54:30 +02:00
Mathias Wagner 6bd1ece523 Updated the server package.json 2023-04-05 01:21:24 +02:00
Mathias Wagner b85c760397 Updated the client package.json 2023-04-05 01:21:09 +02:00
Mathias Wagner d07e27f12f Merge pull request #252 from gnmyt/features/node-view
📦 Sammelansicht von Servern
2023-04-05 00:53:12 +02:00
Mathias Wagner c85fafe6a6 Added the "this server" translation (DE and EN) 2023-04-05 00:23:48 +02:00
Mathias Wagner f07476c37b Added new english translations 2023-04-05 00:08:03 +02:00
Mathias Wagner f4531dd871 Added new german translations 2023-04-05 00:07:56 +02:00
Mathias Wagner ab900fcc64 Optimized the NodeContainer.jsx 2023-04-04 22:21:48 +02:00
Mathias Wagner ee2524eb27 The ConfigContext.jsx now redirects to the server selector if the current node is invalid 2023-04-04 20:30:16 +02:00
Mathias Wagner 564127028c Updated the password changer in the DropdownComponent.jsx 2023-04-04 20:29:35 +02:00
Mathias Wagner 575edab52b Implemented custom errors into the NodeContainer.jsx 2023-04-04 20:27:39 +02:00
Mathias Wagner 502bce2ee2 The Nodes now load on render 2023-04-04 19:53:27 +02:00
Mathias Wagner 232d835fad Added the icon-text class to the NodeContainer style 2023-04-04 19:52:52 +02:00
Mathias Wagner 0a2159122f Created patch routes to change the name & password of the nodes 2023-04-04 19:21:31 +02:00
Mathias Wagner 645080eacf Added updateName & updatePassword to the node controller 2023-04-04 19:19:57 +02:00
Mathias Wagner e46fe87f38 Added the content disposition header to the node proxy route 2023-04-04 18:10:38 +02:00
Mathias Wagner ff7de0fac8 Added mobile optimization to the CreateNodeDialog style 2023-04-04 18:10:16 +02:00
Mathias Wagner 7bf0f99723 Optimized the CreateNodeDialog.jsx 2023-04-04 17:40:59 +02:00
Mathias Wagner 80b5ed9678 Fixed a bug in the InputDialog.jsx 2023-04-04 16:49:35 +02:00