aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
Commit message (Expand)AuthorAgeFilesLines
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-7/+1
* Issue #1422: Update the user manager's resource limit formatters to have a mi...stuconnolly2013-01-171-3/+10
* - Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi...rowanbeentje2012-08-031-5/+5
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* Silence static analyzer warnings.stuconnolly2012-06-261-1/+1
* Fix memory leaks.stuconnolly2012-05-021-1/+3
* Fix renaming users. Fixes issue #1327.stuconnolly2012-05-021-1/+1
* Use the correct host when renaming a user.stuconnolly2012-05-021-1/+1
* Localize user manager dialogs.stuconnolly2012-04-071-4/+3
* User manager code tidy up.stuconnolly2012-03-281-60/+65
* - Tidy up user manager code.stuconnolly2012-03-261-283/+8
* Add support for renaming users on MySQL versions less than 5.0.2 by directly ...stuconnolly2012-03-251-33/+102
* Don't close the user manager after the user dismisses the errors sheet.stuconnolly2012-03-241-4/+0
* Remember to release the errors string even if we don't use it when applying u...stuconnolly2012-03-241-0/+2
* Fix layout issues when resizing the user manager's errors sheet.stuconnolly2012-03-241-0/+4
* Simply queries executed by user manager.stuconnolly2012-03-241-17/+13
* More SPMySQLIntegration bugfixes:rowanbeentje2012-03-151-5/+5
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-43/+13
* - Abort editing when cancelling the user manager sheet; this addresses excep...rowanbeentje2011-07-101-3/+7
* - Fix more warningsrowanbeentje2011-03-141-7/+9
* fixed compiler warningssqlprodev2011-03-011-2/+2
* - When saving user changes to the database, catch errors and display them in...rowanbeentje2011-01-201-16/+58
* - Add a double-click action for transferring user schema privs between avail...rowanbeentje2011-01-171-1/+22
* * Little translation GUI QA - still many bugs in ExportViewdmoagx2011-01-161-1/+1
* - 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