• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update for bugfix #1549

Added local file system auth_retrieve_doc driver

  1. … 2 more files in changeset.
Fixed batch sync test cases

  1. … 1 more file in changeset.
Record already deleted users as such

- Log nicer errors when trying to update a user that doesn't exist, or when adding a user that already exists

- I again read the IMS spec wrong ... the <n> tag goes *inside* the <name> tag. Grrr..

Allow the IMS sync driver to be manually configured for which user profile elements should be editable by the user

Added parameter to control whether we make users .LRN users, since this has serious performance implications

  1. … 1 more file in changeset.
Implemented row-wise acknowledgement document

  1. … 3 more files in changeset.
Adds users to .LRN when batch importing

  1. … 1 more file in changeset.
Fixed broken test cases

  1. … 2 more files in changeset.
URL in batch job complete email is wrong

Fixed IMS sync bug: we were looking at <name><given> and <name><family>, but they're really <n><given> and <n><family>

Allow getting only snapshots, in addition to only incremental

Took out the code to prevent editing of username for non-local accounts to let site-wide admins do it

Removed old debugging log message

  1. … 1 more file in changeset.
Only allow editing of username for local accounts

Added get_sync_elements wrapper to get the user profile elements controlled by the authority

Added GetElements operation to auth_sync_process

  1. … 2 more files in changeset.
Removed snapshot_p from authorities and put it into the auth_retrieve_document service contract

- Code reviewed authority UI

- UseEmailForLoginP

- Refactored snapshot_p out of auth_authorities table and into auth_sync_retrieve service contract

- Email account owner on password change

  1. … 12 more files in changeset.
Made local accounts accept and store screen_name

  1. … 5 more files in changeset.
adding auth::sync::entry::get proc

  1. … 3 more files in changeset.
Fixed HTTPGet implementation of GetDocument

  1. … 1 more file in changeset.
Batch sync fixed

  1. … 2 more files in changeset.
Moved auth::sync::job::end query into postgresql/oracle files

  1. … 2 more files in changeset.
Convert Tcl booleans to SQL booleans

IMS Enterprise 1.1 driver for batch synchronization

  1. … 8 more files in changeset.
Automating batch sync

  1. … 6 more files in changeset.
Job log purge implemented

  1. … 3 more files in changeset.
Snapshots work for batch sync API

  1. … 1 more file in changeset.