1. 02 10月, 2018 4 次提交
  2. 29 9月, 2018 3 次提交
  3. 28 9月, 2018 2 次提交
  4. 27 9月, 2018 4 次提交
  5. 26 9月, 2018 1 次提交
  6. 25 9月, 2018 1 次提交
  7. 24 9月, 2018 7 次提交
  8. 21 9月, 2018 1 次提交
  9. 20 9月, 2018 7 次提交
  10. 17 8月, 2018 1 次提交
  11. 10 8月, 2018 2 次提交
  12. 09 8月, 2018 1 次提交
    • E
      Salaboy api refactoring 3rd (#1959) · 7f54df3d
      Elias Ricken de Medeiros 提交于
      * refactoring activiti-spring-identity and activiti-spring-security
      
      * adding TaskRuntime and TaskAdminRuntime + tests
      
      * adding Admin Tests
      
      * quick push
      
      * enforcer and adding security policies module
      
      * adding security policies manager
      
      * adding security policies to ProcessRuntimeImpl
      
      * adding spring security to ProcessRuntime & ProcessAdminRuntime
      
      * updating ProcessRuntime and ProcessAdminRuntime
      
      * removing AuthorizationLookup interface
      
      * Add missing tests + simplify builder
      
      * Update dependencies accordingly to dependency management
      
      - remove explicit versions
      - remove duplicated dependencies
      
      * simplifying security policies
      
      * initial refactoring for sec policies
      
      * Fix update task
      
      - Avoid NPE when assignee is not set
      - Use Integer instead of primitive int for priority so
      
      * further decouple of security policies and roles checks
      
      * adding support for admin methods at Java API level
      
      * fixing typo and adding ProcessInstanceStatus.CREATED back again
      
      * Review improvements
      
      * Use constructor injection + clean up tests
      
      * Move tests from runtime bundle service
      
      * making proteted properties in base abstract class BaseSecurityPoliciesManagerImpl.java
      
      * Search by definition key before getting by id
      
      * Remove obsolete tests
      
      admin is never going to use getAllowedKeys
      7f54df3d
  13. 31 7月, 2018 1 次提交
    • S
      Update Java API to use builders and payloads (#1947) · b76df494
      Salaboy 提交于
      Now `ProcessRuntime` and `TaskRuntime` are the entry point for all the available actions and most of the methods are receiving payloads as parameters. I.e `ClaimTaskPayload`, `CompleteTaskPayload`. Payloads can be built by `ProcessPayoadBuilder` and `TaskPayLoadBuilder`.
      b76df494
  14. 06 7月, 2018 1 次提交
  15. 17 3月, 2018 2 次提交
  16. 02 3月, 2018 2 次提交