• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moving the code that reassign objects from local authentication procs to the merge procs library.

  1. … 3 more files in changeset.
Fixing bugs in user merge support. Improving the process, making it more generic and now it works for acs-core. Adding the upgrade scripts for oracle and pg.

  1. … 13 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
fixing security bug on local password reset. think passwordless admin accounts

allowing admin to change password withouth entering old_pass

  1. … 2 more files in changeset.
fixing resetting broken email - email didn't get sent

  1. … 2 more files in changeset.
empty_string_p does not always work in contrast to exists_and_not_null. This problem caused emails not being send out, because the password was empty.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
fix bug 1976, adding authority_id

  1. … 5 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Partial fix of Bug #1424 by applying Patch #474

  1. … 1 more file in changeset.
Fixed Bug #1506 in oacs-5-1 by adding the message

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1

  1. … 2 more files in changeset.
Do not fail the change password operation if we could not send out the email notification

Changed ad_parameter to parameter::get

Fixed account registration framework

  1. … 2 more files in changeset.
Fixed problem with usernames being not really case-sensitive, nor case-insensitive

moving the password question parameters to acs-kernel. Updating parameter::get calls in local-procs to always provide a package_id (either current subsite or acs-kernel)

  1. … 2 more files in changeset.
Do not dynamically build message key -- this makes it impossible to track down where, if at all, the message key is used

  1. … 1 more file in changeset.
Fixed email sent out when user registers without a password

  1. … 2 more files in changeset.
Changing user's auth_token on password change fix didn't refresh the user's login cookies

  1. … 1 more file in changeset.
Fixed bug #74: Invalidate login cookie when password changes

Removed old debugging log message

  1. … 1 more file in changeset.
Rewrite cookie handling

  1. … 9 more files in changeset.
- 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.
changing pretty names, auto-generating short_name of authorities, adding the can_admin_system_without_authority_p proc

  1. … 2 more files in changeset.
Simon added pretty names for the local authentication implementations

Code reviewed password management procs

  1. … 4 more files in changeset.