Commit Graph
60731 Commits
Author SHA1 Message Date
Axel Uhl adf1fdadbc Merge branch 'bug5867' 2023-08-09 01:45:26 +02:00
Axel Uhl 954417208f bug5773: force subscription rendering also if no user object change event is received 2023-08-08 22:20:41 +02:00
Axel Uhl b76986c675 Merge branch 'master' into bug5773 2023-08-08 20:59:16 +02:00
Axel Uhl 0ee229d366 release notes for layout issues 2023-08-08 17:22:34 +02:00
Axel Uhl 572449aaf7 Merge branch 'master' into bug5773 2023-08-08 17:20:36 +02:00
Axel Uhl c8da7483ec fixing layout issues in Leaderboards/SmartphoneTracking panels and help button 2023-08-08 17:07:02 +02:00
Axel Uhl c88694b3fa Merge branch 'master' into bug5773 2023-08-08 14:37:33 +02:00
Axel Uhl 71ac2d445d bug5773: fixed e-mail validation check and made dynamic 2023-08-08 14:20:55 +02:00
Axel Uhl 71d752795d bug5773: in UserDetailsPresenter register a UserStatusEventHandler to update view upon user change 2023-08-08 13:04:46 +02:00
Axel Uhl 868557c70c bug5773: removed "1" and "2" footnote reference from button text 2023-08-08 12:46:50 +02:00
Axel Uhl 9266eaf635 added ALB logging to olympic-setup.md 2023-08-07 18:44:37 +02:00
Udo Wessels c8991f332f bug5773: revert mail activation logic not to block mail tests. Only if explicit set to false, it will disable email server calls and log instead only mail content. For all other scenarios it works like before and will try to send the email. 2023-08-07 18:41:29 +02:00
Udo Wessels 48b07ec2f9 bug5773: Revert email toggle read from system properties and implemented the (standard) lookup of mail.enable property from mail.properties. 2023-08-07 14:28:48 +02:00
Udo Wessels 1fa15ca3bf bug5773: fixed now the update of the user model and user details view if email validation status was set back.
- Introduced a new (optional) system parameter to disable email sending. This is good for local execution. No error occurs any more and email content is visible in the log.
2023-08-07 12:44:15 +02:00
Udo Wessels c9faeb161d Merge branch 'master' into bug5773 2023-08-04 15:09:43 +02:00
Udo Wessels f21e823a65 bug5773: fixed not working cancelation of already covered subscriptions. 2023-08-04 15:09:12 +02:00
Axel Uhl 6962bc4bef formatting only 2023-08-03 22:30:44 +02:00
Axel Uhl 94adb77420 bug5866: limit canvas size for course area circle display; otherwise set size to zero 2023-08-03 21:50:01 +02:00
Axel Uhl 39857a3db4 release notes for buoy zone radius bug 2023-08-03 18:49:02 +02:00
Axel Uhl 30b14529a8 fixing old bug: wind-up map didn't compute radius of buoy zones right 2023-08-03 18:47:26 +02:00
Axel Uhl 4de3be0b79 bug5866: fixed alingment of center cross for course area circle overlay 2023-08-03 17:07:04 +02:00
Axel Uhl a31b13e0fa bug5866: added course area center/radius entry facility 2023-08-03 16:56:22 +02:00
Axel Uhl f5531f8454 bug5867/bug5866: new map setting to show course area circles as map overlays 2023-08-03 15:30:07 +02:00
Axel Uhl edef707c3a bug5866/bug5867: fixing course area construction, also in tests, and in SailingServiceWrite interface/impl 2023-08-02 21:32:42 +02:00
Axel Uhl 84939a0eaf bug5866/bug5867: fixed CourseAreaImpl constructor calls in Race Manager app 2023-08-02 18:15:14 +02:00
Axel Uhl 9dd347b7c2 bug5866/bug5867: pass through centerPosition/radius for CourseArea creation 2023-08-02 16:07:06 +02:00
Axel Uhl 8d3c5c81d1 bug5867/bug5866: made center/radius final fields in CourseArea 2023-08-02 15:57:58 +02:00
Axel Uhl 24a6b159ee Merge branch 'master' into bug5867 2023-08-02 14:30:09 +02:00
Axel Uhl 5fb9eeeef6 Merge branch 'bug5880' 2023-08-02 12:27:08 +02:00
Axel Uhl 44300a823c removed extra empty lines 2023-08-02 11:41:10 +02:00
Axel Uhl ee5f432f58 accept leaderboard group IDs as additional parameters for compareServers with the -a parameter 2023-08-02 11:06:30 +02:00
Axel Uhl 204f4e798a bug5880/master: fixed getJsonParsedResponse so it can handle null status codes 2023-08-02 01:36:32 +02:00
Axel Uhl 216d2def65 bug5880: fixed endless recursion when creating RacingProcedure from type 2023-08-02 01:31:44 +02:00
Axel Uhl ce10f67736 bug5880: added SWC_4MIN as shortened SWC racing procedure for kites/surfers 2023-08-01 15:07:07 +02:00
Axel Uhl a9bf601352 fixed typo in comment 2023-08-01 13:33:51 +02:00
Axel Uhl 8bb08de666 bug5773: trying to fix issue with e-mail update; not tested! 2023-07-31 18:46:42 +02:00
Axel Uhl ac28baaf22 Merge branch 'master' into bug5773 2023-07-31 18:40:13 +02:00
Axel Uhl 322bf1fefe typo in comment 2023-07-31 18:39:50 +02:00
Axel Uhl 2395ecc119 bug5867: added persistence for CourseArea center/radius 2023-07-31 17:47:23 +02:00
Axel Uhl f609e9de0c Merge branch 'master' into bug5867 2023-07-31 17:27:35 +02:00
Axel Uhl 7a03fba3cf bug5879: removed synchronization for access to dataTrackers ConcurrentMap 2023-07-31 17:20:39 +02:00
Udo Wessels 9a516e9cd5 bug5773: another missing German translation and small logging clean up. 2023-07-31 14:17:08 +02:00
Udo Wessels a0d81ea44b bug5773: updated documentation 2023-07-31 11:59:43 +02:00
Axel Uhl 59a7f451f7 bug5867/bug5866: started to work on CourseArea position/radius persistence 2023-07-31 11:38:55 +02:00
Axel Uhl e433574e6b bug5867 / bug5866: implemented setter and JSON serialization for CourseArea[Impl].[radius|centerPosition] 2023-07-31 10:56:00 +02:00
Axel Uhl 3f0f93fc5f bug5867: introduced constant for common use of default tail length 2023-07-31 10:39:39 +02:00
Axel Uhl 16ce5563e3 Merge branch 'master' into bug5867 2023-07-31 10:32:39 +02:00
Axel Uhl 52f4e2f357 Merge remote-tracking branch 'origin/master' 2023-07-31 09:57:23 +02:00
Axel Uhl bde1e324dd added missing synchronization in AwsLandscapeImpl.getApplicationReplicaSets;
this will avoid a possible ConcurrentModificationException that
otherwise may occur if the background threads used to discover
application processes on hosts add to the result set while the main
thread is already trying to read from it
2023-07-31 09:55:23 +02:00
Udo Wessels e4c9e8f072 bug5773: Adapt text and provide missing German translations 2023-07-31 09:26:23 +02:00