aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Fields in Resources tab of User Manager actually will persist now.mltownsend2010-05-211-0/+1
|
* Remeber to refresh the user manager's schemas table view when switching to ↵stuconnolly2010-04-271-1/+1
| | | | the schema privileges tab. Fixes issue #648.
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-1/+2
| | | | favorites (Thanks Hans).
* Fix an exception in the user manager caused by sorting the users list by ↵stuconnolly2010-03-091-3/+5
| | | | making the user manager KVO compliant for the sort descriptors array. Also, add a bunch of comments and general tidy up on SPUserManager.m.
* Fix user manager splitview maximum and minimum sizes.stuconnolly2010-03-081-2/+4
|
* Various user manager improvements including a new outline view contextual menu.stuconnolly2010-03-081-1/+1
|
* Fix bug where adding a user, setting name and password, then immediately ↵mltownsend2010-02-081-0/+1
| | | | hitting Apply didn't end editing in the password field.
* First stab at Schema Privileges. A UI redesign is on its way. Please test ↵mltownsend2010-02-021-0/+28
| | | | on non Production servers
* Fixed user sort and added Anonymous displayName when username is emptymltownsend2009-12-021-0/+1
|
* Various user manager changes. Fixes issue #437.stuconnolly2009-11-171-4/+4
|
* Fixed memory issues with SPUserManager.mltownsend2009-11-051-0/+1
|
* Got rid of a crash when using the User Manager and closing last Table ↵mltownsend2009-10-291-7/+3
| | | | Document. May be leaking now, not sure. Still needs some work.
* Tidy up.stuconnolly2009-10-231-2/+4
|
* - Display the user accounts manager as a sheetstuconnolly2009-10-211-1/+0
| | | | | - Tidy up a bunch of interface controls and bahaviour
* Attempt to fix connection problemmltownsend2009-10-201-2/+1
|
* Significant User Management improvements:rowanbeentje2009-10-161-1/+5
| | | | | | | | | | | | - When reading data from the server, correctly map values to the SPUser object values to prevent data loss - Ask server for priv support; disable unsupported privs in the interface, and only try to grant/revoke supported privs. Fixes errors saving users on MySQL < 6. - Make "check all" and "uncheck all" buttons functional - Add checkboxes for MySQL 6 privs as we already map the data for them - Fix double retain of priv mapping dictionary - Error dialogs stay on screen for longer than half a second - New hosts are now selected for editing when added This addresses some of the issues in Issue #349.
* small changemltownsend2009-08-141-2/+0
|
* Change SPUserManager to a subclass of NSWindowController which actually ↵mltownsend2009-08-131-2/+2
| | | | fixed some memory issues.
* User Manager featuremltownsend2009-08-111-0/+73