aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
Commit message (Expand)AuthorAgeFilesLines
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Formalize [x release], x = nil; conventionMax2015-01-041-13/+15
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-1/+1
* Add cast for [NSApp delegate]Max2014-12-131-4/+4
* Reformatting code for modern ObjCMax2014-12-131-4/+4
* Attempt to fix #1961Max2014-11-111-2/+26
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Cleaned up Sending 'const NSString *' to parameter of type 'NSString *' disca...Marius Ursache2013-11-091-1/+1
* Tweak and improve the User Manager:rowanbeentje2013-03-091-51/+86
* - Fix crashes in the User Manager when fields don't validate but a save/canc...rowanbeentje2013-03-071-0/+9
* 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