Commit Graph

464 Commits

Author SHA1 Message Date
Jeroen De Meerleer f25a81daf1
Updated dependencies 2024-01-11 11:42:12 +01:00
Jeroen De Meerleer d1951ee3ed
Updated dependencies 2023-12-07 14:50:37 +01:00
Jeroen De Meerleer 97a0c316cc
Removed deprecated bootstrap-dark-5 2023-12-07 14:44:24 +01:00
Jeroen De Meerleer 9264dce266
Update composer.json and composer.lock
- Updated doctrine/orm from version ^2.15 to ^2.16
- Updated guzzlehttp/guzzle from version ^7.7 to ^7.8
- Updated nelmio/security-bundle from version ^3.0 to ^v3.0
- Updated symfony/flex from version ^2.3 to ^v2.4
- Updated symfony/webpack-encore-bundle from version "^v2.0" to "^v2.1"
- Updated laminas/laminas-code from version 4.12.0 to 4.13.0
- Updated doctrine/annotations from version "^2.0" to "^2.0.1"
- Updated laminas/laminas-coding-standard from version "^2.
2023-11-12 18:59:21 +01:00
Jeroen De Meerleer 9265c02ffb
Updated dependencies 2023-10-17 09:14:57 +02:00
Jeroen De Meerleer e7fc6f707b
Update timepicker restrictions and add a minimum date
- Update timepicker options to display inline and side by side
- Remove the previous restriction on minimum date
- Add a new restriction for maximum date
- Add a new restriction for minimum date, set to current date
2023-09-11 08:17:54 +02:00
Jeroen De Meerleer f42530ea46
Updated dependencies 2023-09-07 17:07:11 +02:00
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer 8caed4d025
Updated dependencies 2023-07-16 09:55:15 +02:00
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer 08d35ad70a
Updated dependencies 2023-07-09 00:51:23 +02:00
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer 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
Jeroen De Meerleer ec1b3313a2
Update framework to version 6.3 2023-06-27 14:40:24 +02:00
Jeroen De Meerleer de9b9380c2
Updated dependencies 2023-05-22 11:46:49 +02:00
Jeroen De Meerleer f361a71f73
BUGFIX: scheduling multiple jobs after each other with the same time did not schedule correct 2023-05-22 11:46:40 +02:00
Jeroen De Meerleer fed13e6ffb
UPDATED DEPENDENCIES 2023-04-25 15:15:16 +02:00
Jeroen De Meerleer 0aa982968f
Updated dependencies 2023-04-12 11:26:23 +02:00
Jeroen De Meerleer c7aaf102f4
BUGFIX: don't call functions twice 2023-03-15 12:36:21 +01:00
Jeroen De Meerleer c354f093c1
BUGFIX: updated dependencies 2023-03-15 12:23:13 +01:00
Jeroen De Meerleer e874a94fec
BUGFIX: only triggering event listener once 2023-02-21 14:41:41 +01:00
Jeroen De Meerleer cf9d2373c2
Updated dependencies 2023-02-07 10:29:24 +01:00
Jeroen De Meerleer 8e737d80cb
ENHANCEMENT: added visualisation of triggered run 2023-01-17 14:10:17 +01:00
Jeroen De Meerleer 2a7c2a5ca3
NEW FEATURE: added webhooks 2023-01-16 12:45:27 +01:00
Jeroen De Meerleer 12205ad18e
BUGFIX: reboot jobs stopped after triggering initial command 2023-01-11 13:46:19 +01:00
Jeroen De Meerleer c59a84a34f
BUGFIX: deletetempvar without name argument did not remove tempvars 2023-01-11 11:53:51 +01:00
Jeroen De Meerleer ff7044c567
BUGFIX: styling of timepicker to schedule was incorrect 2023-01-11 09:26:39 +01:00
Jeroen De Meerleer a6ce9afa18
Updated dependencies 2023-01-11 09:14:15 +01:00
Jeroen De Meerleer 45ba3c6ce2
BUGFIX: Scheduled run always started 1 second too late 2023-01-11 09:11:23 +01:00
Jeroen De Meerleer 21f65e2480
Added timed scheduled runs 2023-01-10 17:21:49 +01:00
Jeroen De Meerleer f77d487ab2
UPDATED DEPENDENCIES 2023-01-04 11:24:14 +01:00
Jeroen De Meerleer b933b2bad0
BUGFIX: Memory Limit could be too low when running daemon script 2022-12-19 11:01:21 +01:00
Jeroen De Meerleer 83f995c177
UPDATED CHANGELOG 2022-12-12 15:01:34 +01:00
Jeroen De Meerleer 3cec0bd074
UPDATED DEPENDENCIES 2022-12-12 14:47:48 +01:00
Jeroen De Meerleer 8a5eb92897
UPDATED DEPENDENCIES 2022-11-18 14:39:16 +01:00
Jeroen De Meerleer 4e9e9c8d0e
Updated dependencies 2022-11-10 11:39:28 +01:00
Jeroen De Meerleer c57f061805
Added changelog 2022-11-10 11:34:02 +01:00
Jeroen De Meerleer cfab6abbbd
UPDATED DEPENDENCIES 2022-11-08 16:31:47 +01:00
Jeroen De Meerleer 8dfe1118b3
ENHANCEMENT: added return types 2022-10-04 13:29:27 +02:00
Jeroen De Meerleer 66bc095b81
updated translations 2022-10-04 13:19:18 +02:00
Jeroen De Meerleer 24da51ffd8
BUGFIX: resolved deprecations 2022-10-04 12:17:28 +02:00
Jeroen De Meerleer 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
Jeroen De Meerleer 3a48fd7e52
BUGFIX: when querying the database pointer could be reused 2022-09-27 12:26:20 +02:00
Jeroen De Meerleer 3a95d23d8b
BUGFIX: We need to sleep at least 1 second or we get doubles 2022-09-26 14:16:35 +02:00