aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
Commit message (Expand)AuthorAgeFilesLines
* - Fix issues with user management and GRANT OPTION - when applying all privi...rowanbeentje2010-12-221-42/+72
* - Alter connection details to be sent over UTF8 instead of Latin1 - this imp...rowanbeentje2010-11-101-3/+3
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-291-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Tidy up.stuconnolly2010-10-191-2/+2
* User manager fixes:stuconnolly2010-10-101-80/+71
* Remove NSLog() that was once DLog() to prevent spewing lots of info to the co...stuconnolly2010-10-101-2/+1
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-135/+215
* Remove use of now non-existent DLog macro.stuconnolly2010-09-291-5/+1
* • overall replacement of:Bibiko2010-08-201-11/+11
* Fix various potential memory leaks and general warnings as a result of static...stuconnolly2010-08-191-4/+4
* Fix for array index issues when deleting users, sometimes.mltownsend2010-06-021-3/+5
* Changed the refresh method so that it creates a new persistentstore as well a...mltownsend2010-05-281-12/+17
* More tweaks in regards to issue#699mltownsend2010-05-241-7/+13
* Addition fix for issue#699mltownsend2010-05-241-1/+3
* Fix for issue#699mltownsend2010-05-231-3/+7
* Fields in Resources tab of User Manager actually will persist now.mltownsend2010-05-211-4/+29
* Fix for Issue#667mltownsend2010-05-081-5/+20
* Added 'Add Host' to Locazable.stringsmltownsend2010-05-041-1/+1
* Fixed crash issue #181 on log.sequelpro.commltownsend2010-05-041-10/+41
* - Fix quoting of various fields, including usernames and passwordsrowanbeentje2010-05-031-22/+62
* Changed a couple of 'int' to NSIntegermltownsend2010-04-291-2/+2
* Remeber to refresh the user manager's schemas table view when switching to th...stuconnolly2010-04-271-0/+12
* Correctly quote database name when GRANT'ing and REVOK'ing privileges. Fixes ...stuconnolly2010-04-271-2/+2
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+0
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-4/+2
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-2/+2
* Fix an exception in the user manager caused by sorting the users list by maki...stuconnolly2010-03-091-56/+120
* Fix user manager splitview maximum and minimum sizes.stuconnolly2010-03-081-1/+6
* Various user manager improvements including a new outline view contextual menu.stuconnolly2010-03-081-11/+12
* Remove semi-colons from user manager queries as they're not needed.stuconnolly2010-03-081-5/+5
* Localise SPExtendedTableInfo.m and remove use of multiple comments for locali...stuconnolly2010-03-031-6/+6
* 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