• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Should've been more thorough. Turns out every single test case was registered with backslash-space on the first line, causing an error

Fixed broken case: space after backslash

Added categories to the automated test(s).

    • -17
    • +52
    ./test/acs-authentication-procs.tcl
  1. … 2 more files in changeset.
Set user message when login is expired

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 285 more files in changeset.
Fixed bug #1398 with fix from Christian Eva

Fixing auto-generation of usernames when email was already taken. Since (username) is empty on that point the following query never returned any rows and xxx-2 was always created, so it failed if xxx-2 was already existing.

Fixing an obvious typo - it still doesn't seem to work right when email is used as username and the email is taken already, but it's a step closer.

Fixed bug #1277: Respect EmailChangedPasswordP

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

  1. … 597 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.
Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.
Added parameter to determine the name of the batch sync acknowledgement file

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

Accidentally commited a debug log statement

Fixed bug #1090, thanks to Tracy for digging up the root cause

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Added local file system auth_retrieve_doc driver

Fixed password email change test case - turned out to be interaction between two test cases and the cache

Fixed batch sync test cases

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.
Moved password emailing to ::reset and ::retrieve, so the password is emailed even if those procs are called directly. Used by /acs-admin/users/password-reset

Changed ad_parameter to parameter::get

Implemented row-wise acknowledgement document

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

  1. … 1 more file in changeset.
Fixed bad call to snapshot_delete_remaining

Fixed broken test cases

  1. … 1 more file in changeset.