aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
Commit message (Expand)AuthorAgeFilesLines
* Made Available Privs table not enabled unless a schema is selected.mltownsend2010-02-141-1/+5
* Fixed some issues with the drop user/drop host commands in the user managermltownsend2010-02-091-6/+28
* Fix bug where adding a user, setting name and password, then immediately hitt...mltownsend2010-02-081-15/+31
* Localize delete relation context menu item, update Localizable.strings and us...stuconnolly2010-02-061-2/+2
* Fix for issue #560. Still needs validation on hitting Apply, but fixes the i...mltownsend2010-02-041-3/+55
* Patch to filter available privs by what the server supportsmltownsend2010-02-031-2/+1
* Fixed refresh problem on the schema privsmltownsend2010-02-031-0/+3
* Moved the schema priv tab over and selected first host if user is selected wh...mltownsend2010-02-021-1/+2
* Fix weird issue with lines not compiling in release mode.mltownsend2010-02-021-4/+4
* Refresh function added to user manager.mltownsend2010-02-021-6/+7
* First stab at Schema Privileges. A UI redesign is on its way. Please test o...mltownsend2010-02-021-9/+346
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-5/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-8/+6
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+2
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-1/+1
* Added ability to change the users password. Only does it for all hosts at on...mltownsend2009-12-071-5/+26
* Moved the SPUserMO source into the Core Data folder with the model. Added co...mltownsend2009-12-041-0/+2
* Made the tab selection a little more intuitivemltownsend2009-12-031-20/+34
* Fix for issue with having multiple connections open and managing users.mltownsend2009-12-031-4/+16
* Fixed user sort and added Anonymous displayName when username is emptymltownsend2009-12-021-0/+7
* Various user manager changes. Fixes issue #437.stuconnolly2009-11-171-40/+46
* Fixed memory issues with SPUserManager.mltownsend2009-11-051-10/+15
* Added comments to help with explaining some of the Core Data concepts.mltownsend2009-11-031-10/+31
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-291-43/+44
* Tidy up.stuconnolly2009-10-231-75/+61
* - Display the user accounts manager as a sheetstuconnolly2009-10-211-37/+60
* Attempt to fix connection problemmltownsend2009-10-201-16/+13
* Significant User Management improvements:rowanbeentje2009-10-161-44/+112
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-251-3/+9
* - Small code clean up. Simplified some logic.avenjamin2009-08-241-25/+6
* User manager tweaks:rowanbeentje2009-08-151-6/+3
* small changemltownsend2009-08-141-9/+1
* Change SPUserManager to a subclass of NSWindowController which actually fixed...mltownsend2009-08-131-5/+5
* Fix problem with opening and reopening connectionsmltownsend2009-08-111-2/+8
* Fix some MainMenu references by index.mltownsend2009-08-111-5/+4
* Minor tweaks.mltownsend2009-08-111-15/+19
* User Manager featuremltownsend2009-08-111-0/+680