aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-54/+52
* merge SPUserManager (part of #2789)Max2018-01-201-0/+307
* Fix user manager throwing an exception when mysql.user.authentication_string ...Stuart Connolly2017-03-211-11/+25
* Fix a bug which prevented creating new users on mysql 5.7.6+ servers (introdu...Max Lohrmann2016-12-071-4/+15
* Change the behavior of user manager to only update values that actually chang...Max Lohrmann2016-12-071-9/+10
* Don’t execute REVOKE query when adding new users (part of #2229)Max Lohrmann2016-12-071-15/+29
* Fix an issue where changing a user password and adding a host at the same tim...Max2016-03-031-2/+18
* * Add support for changing user passwords in MySQL 5.7.6+ (#2418)Max2016-02-291-21/+66
* * Remove restriction on 16 chars for username in User Manager (#1886)Max2015-11-181-232/+193
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-6/+10
* 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