Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Don't expose some REST list methods for anonymous (currently needed for self-registration)
  2. Easier and cleaner way to override REST methods (for WAR overlays)
  3. Rich client library, hiding REST call details (GoogleCode issue 104)
  4. Enlist RESTful methods (GoogleCode issue 250)
  5. Add UserRequestController.execute() that will execute the provided UserRequest and remove it on success

Management

  1. JMX support (GoogleCode issue 95)
  2. Upgrade tools (GoogleCode issue 98)
  3. Command-line tool to manipulate configuration (GoogleCode issue 28)
  4. GUI installer (GoogleCode issue 99)
  5. End-user JSR-286 portlet (GoogleCode issue 103)
  6. Android / iPhone end-user app (GoogleCode issue 107)
  7. Use logback-audit for auditing

General improvements

  1. Manage creator, lastmodifier and approvers information about each SyncopeUser bean (SYNCOPE-15)
  2. Virtual attribute cache (GoogleCode issue 276)
  3. Better way to override console components (for WAR overlays)
  4. Avoid duplication in console's authorization management
  5. Refresh button in console task modal windows (GoogleCode issue 248)
  6. Cancel button for console modal windows
  7. General console code reorganization
  8. Provide Task entities a name and an optional description
  9. Allow user, role and membership properties (like as id and name, for example) to be used in derived schema definition

...