Commit Graph

3778 Commits

Author SHA1 Message Date
Robert von Burg ed16e969f2
[Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change 2023-11-30 10:49:45 +01:00
Robert von Burg dc0836773c
[Minor] Handle lossy conversion of long to int 2023-11-30 10:36:18 +01:00
dependabot[bot] 3fbb0acc4c
Bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.12 (#30)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.5 to 1.4.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.5...v_1.4.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 10:11:09 +01:00
Robert von Burg 74ba243b2f
[Project] Updated codeql to use Java 21 2023-11-30 10:10:22 +01:00
Robert von Burg ec72200d15
[Minor] Added logging of time to init report 2023-11-28 15:42:45 +01:00
Robert von Burg 7867f206a1
[New] Added TypedTuple.equals and .hashCode() 2023-11-28 15:42:22 +01:00
Robert von Burg 4bee5990ac
[Fix] Fixed locator not updated on new IActivityElement parent 2023-11-27 15:48:21 +01:00
Robert von Burg bd03144b6a
[Project] Updated to JDK 21 2023-11-27 08:21:58 +01:00
Robert von Burg 4c8dd9b0d1
[Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:53:36 +01:00
Robert von Burg 4f419f02e5
[Fix] Fixed broken tests 2023-11-24 15:17:48 +01:00
Robert von Burg d2627d13e7
[New] Added ExecutionPolicy.getActivityType() 2023-11-24 12:52:11 +01:00
Robert von Burg d6cfc6711a
[Minor] Better Exception handling in ElementLockingHandler 2023-11-24 07:57:05 +01:00
Robert von Burg 6ee6326390
[Project] Updated intellij formatter.xml 2023-11-23 14:44:33 +01:00
Robert von Burg 589f251aa2
[Fix] Fixed bad inspector privilege check 2023-11-21 12:11:08 +01:00
Robert von Burg 68a13d0e77
[Major] Renamed REST classes to have Resource suffix 2023-11-21 10:20:07 +01:00
Robert von Burg 52ae1574f4
[Fix] Fixed not copying user properties to UserRep 2023-11-21 10:19:43 +01:00
Robert von Burg 1bd986d755
[Minor] GenericReport fixes
- allowMissingColumns is now default enabled
- make sure direct criteria is always available on the filter criteria
2023-11-09 14:05:36 +01:00
Robert von Burg f105147ec1
[Project] Updated IntelliJ formatter for chopping down long chains 2023-11-02 09:55:08 +01:00
Robert von Burg 8e7ee2341a
[New] Added StrolchPolicy.isTxOpen() 2023-10-30 12:04:42 +01:00
Robert von Burg 857affbdea
[New] ExecutionPolicy now controls delayed task life cycle 2023-10-30 12:04:26 +01:00
Robert von Burg e80d0a7944
[New] ExecutionHandler.addForExecution() now returns the controller 2023-10-30 12:03:37 +01:00
Robert von Burg 256ab666b3
[Minor] Don't allow to call Activity.ensureModifiable() no a sub activity 2023-10-30 12:03:04 +01:00
Robert von Burg 1ce5411888
[Fix] SimpleExecution used wrong locator for changing states 2023-10-27 16:32:14 +02:00
Robert von Burg 0b2df5a3b4
[New] Added check to not set Action to execution state if already executed in ExecutionPolicy.setActionState() 2023-10-27 16:22:41 +02:00
Robert von Burg 380f5b6597
[New] State.canSetToError() is also for STOPPED 2023-10-27 16:22:05 +02:00
Robert von Burg da946f1acb
[New] Added new NetworkHelper.streamStrolchNetworkInterface()
This now streams over all interfaces, no matter if it is running or not.
2023-10-10 16:23:33 +02:00
Robert von Burg 6fc822fe52
[Major] Refactoring in BaseLdapPrivilegeHandler 2023-10-10 11:57:59 +02:00
Robert von Burg 9cb12e5a58
[Major] Refactoring in BaseLdapPrivilegeHandler 2023-10-10 11:28:05 +02:00
Robert von Burg 4e85333da3
[Major] Handling PartialResultException in BaseLdapPrivilegeHandler 2023-10-10 11:03:22 +02:00
Robert von Burg 87a90b5a12
[Minor] Update logging in BaseLdapPrivilegeHandler 2023-10-09 17:23:56 +02:00
Robert von Burg be0c3a806c
[Minor] Code cleanup 2023-10-09 14:44:35 +02:00
Robert von Burg 6d0b3f5fb9
[Minor] Rewrote StringHelper.toPrettyHexString() 2023-10-06 17:53:10 +02:00
Robert von Burg f2f5a4481e
[Fix] PrivilegeRemoveUserCommand refreshes sessions, and not invalidates its own session 2023-10-05 15:51:48 +02:00
Robert von Burg 5e7f5c88be
[Project] Updated session handler properties 2023-10-05 15:51:19 +02:00
Robert von Burg 0f3767a73b
[New] Added SessionHandler.refreshSessions(), removed session.reload property 2023-10-05 15:50:45 +02:00
Robert von Burg 03decdcaf8
[Fix] Fixed broken test 2023-10-05 15:08:19 +02:00
Robert von Burg 4b3a537171
[Major] Refactored SessionHandler by moving to module agent 2023-10-05 14:23:59 +02:00
Robert von Burg f8c77275f2
[Minor] Code cleanup 2023-10-05 14:03:27 +02:00
Robert von Burg e5bc8434c7
[Project] Updated PrivilegeAdmin role in all PrivilegeRoles.xml 2023-10-05 13:50:07 +02:00
Robert von Burg 6b6a61ab62
[Major] Privilege refactorings, remove unused services and actions 2023-10-05 13:43:57 +02:00
Robert von Burg 6f729554c8
[New] Allow to add an additionalFilter in LDAP search 2023-10-05 12:30:42 +02:00
Robert von Burg d8402bad61
[New] Allow to add an additionalFilter in LDAP search 2023-10-05 12:15:26 +02:00
Robert von Burg 6c09715b44
[Minor] Better message on forbidden access 2023-09-26 09:51:00 +02:00
Robert von Burg 48d121882e
[Major] Implemented groups in privilege. Refactored nearly everything 2023-09-25 10:51:09 +02:00
Robert von Burg 648553409c
[Minor] Code cleanup 2023-09-22 16:33:30 +02:00
Robert von Burg bcba0264e4
[Major] Rewrote privilege XML to use SAX for writing and parsing 2023-09-19 09:49:35 +02:00
Robert von Burg 96b24ca03d
[Minor] code cleanup 2023-09-19 09:48:37 +02:00
Robert von Burg f1dde73da1
[Minor] Logger is not error 2023-09-19 09:48:20 +02:00
Robert von Burg d9daad36f2
[Minor] Only show privilege duration if > 100ms 2023-09-18 14:57:18 +02:00
Robert von Burg 189c97a111
[Fix] Fixed wrong check on users/roles config property 2023-09-18 14:56:48 +02:00