• Joined on 2024-04-13
stijn pushed to master at Altitude/SiteFrontend 2024-08-11 17:01:04 +00:00
25c6a15413 Handle single-line and multi-line email verification messages
stijn pushed to master at Altitude/SiteBackend 2024-08-11 16:47:40 +00:00
3eb4970407 Refactor toHtml() method in Form.java
stijn pushed to master at Altitude/SiteFrontend 2024-08-11 16:47:27 +00:00
821e63953b Refactor email verification UI to enhance data display
ceaca60ece Add additional_info field to form requirements
Compare 2 commits »
stijn pushed to master at Altitude/SiteFrontend 2024-08-11 16:33:02 +00:00
b00b857f29 Add "Apply for staff" link to homepage
stijn pushed to master at Altitude/SiteBackend 2024-08-11 16:31:21 +00:00
ab74360571 Add IP address tracking for form submissions
fcda4c9e53 Update toHtml() method in Form.java
4a0aebce82 Improve email handling with Mailable interface
47f6eebd8b Add branch condition to Discord notification stage
Compare 4 commits »
stijn pushed to master at Altitude/SiteFrontend 2024-08-10 02:35:58 +00:00
cf7bdeb481 Enforce integer validation on age and average time fields
stijn pushed to master at Altitude/SiteBackend 2024-08-10 02:30:41 +00:00
1dbb80e5a2 Add @JsonIgnore annotations to sensitive methods
stijn pushed to master at Altitude/SiteBackend 2024-08-10 02:24:12 +00:00
ed098513f5 Change fields from final to mutable in form classes
stijn pushed to master at Altitude/SiteFrontend 2024-08-10 01:28:51 +00:00
afb833bd19 Add useCallback to optimize handleCheckForm
6215944972 Fix missing promise handling in formActiveRedirect
a08c55ec41 Remove GenericForm import from App.tsx
2a56144bbc Enhance npm cache clean error handling in Jenkinsfile
Compare 4 commits »
stijn pushed to dev at Altitude/SiteFrontend 2024-08-10 01:27:32 +00:00
afb833bd19 Add useCallback to optimize handleCheckForm
stijn pushed to dev at Altitude/SiteFrontend 2024-08-10 01:24:49 +00:00
6215944972 Fix missing promise handling in formActiveRedirect
stijn pushed to dev at Altitude/SiteFrontend 2024-08-10 01:24:12 +00:00
a08c55ec41 Remove GenericForm import from App.tsx
stijn pushed to dev at Altitude/SiteFrontend 2024-08-10 01:21:19 +00:00
2a56144bbc Enhance npm cache clean error handling in Jenkinsfile
stijn pushed to dev at Altitude/SiteFrontend 2024-08-10 01:19:57 +00:00
98b86363f5 Add npm install fallback and remove unused variable
75559af7c8 Add form active status check and redirection
21e23b98ad Remove unused Field import from GenericForm
67eddc0394 Merge branch 'refs/heads/dev'
960fc1707b Refactor conditional stage in Jenkinsfile
Compare 5 commits »
stijn pushed to master at Altitude/SiteFrontend 2024-08-10 01:19:30 +00:00
98b86363f5 Add npm install fallback and remove unused variable
stijn pushed to master at Altitude/SiteBackend 2024-08-10 01:11:01 +00:00
1a5be5021b Add JSON response handling for form activity check
a9d4377599 Ensure NOT NULL constraints in SQL tables
af44532d26 Add form activity checking and global rate limiting
fedb80f3c2 Refactor form request handling and add rate limiting.
f0c84e809f Add rate limiting functionality
Compare 8 commits »
stijn pushed to master at Altitude/SiteFrontend 2024-08-10 01:10:28 +00:00
75559af7c8 Add form active status check and redirection
stijn pushed to rate_limit at Altitude/SiteBackend 2024-08-10 01:10:07 +00:00
1a5be5021b Add JSON response handling for form activity check
stijn pushed to rate_limit at Altitude/SiteBackend 2024-08-10 00:32:51 +00:00
a9d4377599 Ensure NOT NULL constraints in SQL tables
stijn pushed to rate_limit at Altitude/SiteBackend 2024-08-10 00:28:22 +00:00
af44532d26 Add form activity checking and global rate limiting