Commit Graph

457 Commits

Author SHA1 Message Date
90d0cfd1c8
Refactor run button initialization and timepicker usage
- Removed the `initTimepicker()` function call from `document.addEventListener` block
- Added a new line to initialize `selecttimedatepicker` if it is undefined in the event listener for `.run` buttons
- Moved the modal show code before initializing `selecttimedatepicker`
- Removed duplicate modal show code from `initRunButtons()` function
2023-09-03 12:53:44 +02:00
7ac00a622e
Update composer.lock with new versions of packages
- Update composer/ca-bundle from version 1.3.6 to 1.3.7
- Update doctrine/collections from version 2.1.2 to 2.1.3
- Update vimeo/psalm from version ^4.22 to ^5.11
- Update doctrine/dbal from version 3.6.4 to 3.6.6
- Update phpunit/phpunit from version 9.6.7 to 9.6.9
- Update jetbrains/phpstorm-stubs from version 2022.3 to 2023.
- Update slevomat/coding-standard from version 8..13..1 to
   - Version: "8..13..1"
   - Version: "8..13..1"
   - Version: "8..13..1"
   - Version: "8..13..1"
   - Version: "8..13..1"
   - Version: "8...
2023-08-31 15:02:36 +02:00
8caed4d025
Updated dependencies 2023-07-16 09:55:15 +02:00
449af1be8e
feat: Add nelmio/security-bundle
This commit adds the nelmio/security-bundle to the composer.json file. The bundle provides extra security-related features for Symfony, such as signed/encrypted cookies, HTTPS/SSL/HSTS handling, and cookie session storage.
2023-07-13 14:11:46 +02:00
06c6f0a659
Add login route to UserController
- Added a new route '/{_locale}/login' to the UserController class.
- This route allows users to access the login page.
- The loginAction method now handles requests for this new route.
2023-07-11 17:06:48 +02:00
7b899a01ef
Fix exit condition in DaemonCommand.php
The code change fixes the exit condition in the DaemonCommand.php file. Previously, the code would exit if `$pid` was equal to 0, but now it will only exit if `$pid` is set and equal to 0. This ensures that the correct condition is checked before exiting.
2023-07-11 17:02:45 +02:00
0d0b3b2e94
Update job edit template to increment key value for variables
The code changes in this commit update the job edit template. Specifically, it adds a line of code to increment the key value for variables. This change allows for proper indexing and handling of variables in the template.
2023-07-11 16:37:49 +02:00
08d35ad70a
Updated dependencies 2023-07-09 00:51:23 +02:00
9977a93874
Refactor JobRepository to decrypt secret values in commands
This commit modifies the JobRepository class to decrypt secret values in commands. It replaces placeholders with decrypted values using the Secret::decrypt() function. This change ensures that sensitive information is not exposed in plain text within the commands.
2023-07-09 00:44:21 +02:00
f7a2228f26
Refactor JobRepository's addToken method for generating hook tokens
This commit refactors the addToken method in JobRepository to generate a random string of 32 characters using alphanumeric characters. The new implementation replaces the previous code that generated the token.
2023-06-27 14:43:26 +02:00
2b1a7939e3
Add hooktoken generation if it's missing
This commit adds a new feature to generate a random string of 32 characters as the hooktoken for jobs that don't have one. This is done in the JobRepository class.
2023-06-27 14:41:21 +02:00
ec1b3313a2
Update framework to version 6.3 2023-06-27 14:40:24 +02:00
de9b9380c2
Updated dependencies 2023-05-22 11:46:49 +02:00
f361a71f73
BUGFIX: scheduling multiple jobs after each other with the same time did not schedule correct 2023-05-22 11:46:40 +02:00
fed13e6ffb
UPDATED DEPENDENCIES 2023-04-25 15:15:16 +02:00
0aa982968f
Updated dependencies 2023-04-12 11:26:23 +02:00
c7aaf102f4
BUGFIX: don't call functions twice 2023-03-15 12:36:21 +01:00
c354f093c1
BUGFIX: updated dependencies 2023-03-15 12:23:13 +01:00
e874a94fec
BUGFIX: only triggering event listener once 2023-02-21 14:41:41 +01:00
cf9d2373c2
Updated dependencies 2023-02-07 10:29:24 +01:00
8e737d80cb
ENHANCEMENT: added visualisation of triggered run 2023-01-17 14:10:17 +01:00
2a7c2a5ca3
NEW FEATURE: added webhooks 2023-01-16 12:45:27 +01:00
12205ad18e
BUGFIX: reboot jobs stopped after triggering initial command 2023-01-11 13:46:19 +01:00
c59a84a34f
BUGFIX: deletetempvar without name argument did not remove tempvars 2023-01-11 11:53:51 +01:00
ff7044c567
BUGFIX: styling of timepicker to schedule was incorrect 2023-01-11 09:26:39 +01:00
a6ce9afa18
Updated dependencies 2023-01-11 09:14:15 +01:00
45ba3c6ce2
BUGFIX: Scheduled run always started 1 second too late 2023-01-11 09:11:23 +01:00
21f65e2480
Added timed scheduled runs 2023-01-10 17:21:49 +01:00
f77d487ab2
UPDATED DEPENDENCIES 2023-01-04 11:24:14 +01:00
b933b2bad0
BUGFIX: Memory Limit could be too low when running daemon script 2022-12-19 11:01:21 +01:00
83f995c177
UPDATED CHANGELOG 2022-12-12 15:01:34 +01:00
3cec0bd074
UPDATED DEPENDENCIES 2022-12-12 14:47:48 +01:00
8a5eb92897
UPDATED DEPENDENCIES 2022-11-18 14:39:16 +01:00
4e9e9c8d0e
Updated dependencies 2022-11-10 11:39:28 +01:00
c57f061805
Added changelog 2022-11-10 11:34:02 +01:00
cfab6abbbd
UPDATED DEPENDENCIES 2022-11-08 16:31:47 +01:00
8dfe1118b3
ENHANCEMENT: added return types 2022-10-04 13:29:27 +02:00
66bc095b81
updated translations 2022-10-04 13:19:18 +02:00
24da51ffd8
BUGFIX: resolved deprecations 2022-10-04 12:17:28 +02:00
3c2e2e2a03
Merge pull request #16 from JeroenED/dependabot/composer/twig/twig-3.4.3
Build(deps): Bump twig/twig from 3.4.2 to 3.4.3
2022-10-03 07:39:46 +02:00
dependabot[bot]
8d70d8fb96
Build(deps): Bump twig/twig from 3.4.2 to 3.4.3
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.4.2...v3.4.3)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 05:39:13 +00:00
3a48fd7e52
BUGFIX: when querying the database pointer could be reused 2022-09-27 12:26:20 +02:00
3a95d23d8b
BUGFIX: We need to sleep at least 1 second or we get doubles 2022-09-26 14:16:35 +02:00
159ec33a22
BUGFIX: also remove temp-vars when not manual 2022-09-26 13:32:00 +02:00
53424c50bf
ENHANCEMENT: daemon cannot be checked if run in a different container 2022-09-21 16:33:29 +02:00
9fea685e86
ENHANCEMENT: translating with crowdin 2022-09-16 12:37:07 +02:00
15031f3ff3
BUGFIX: let it work behind a proxy 2022-09-12 15:22:10 +02:00
fc03b2f731
BUGFIX: using incorrect translation strings 2022-09-12 12:19:09 +02:00
56bc06e6f0
NEW FEATURE: settings page 2022-09-08 12:28:38 +02:00
dc09ba2275
BUGFIX: flashes were not translated 2022-09-07 17:41:12 +02:00