index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPUserManager.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all non-cyclic NSAutoreleasepools with @autoreleasepool
Max
2018-05-03
1
-54
/
+52
*
merge SPUserManager (part of #2789)
Max
2018-01-20
1
-0
/
+307
*
Fix user manager throwing an exception when mysql.user.authentication_string ...
Stuart Connolly
2017-03-21
1
-11
/
+25
*
Fix a bug which prevented creating new users on mysql 5.7.6+ servers (introdu...
Max Lohrmann
2016-12-07
1
-4
/
+15
*
Change the behavior of user manager to only update values that actually chang...
Max Lohrmann
2016-12-07
1
-9
/
+10
*
Don’t execute REVOKE query when adding new users (part of #2229)
Max Lohrmann
2016-12-07
1
-15
/
+29
*
Fix an issue where changing a user password and adding a host at the same tim...
Max
2016-03-03
1
-2
/
+18
*
* Add support for changing user passwords in MySQL 5.7.6+ (#2418)
Max
2016-02-29
1
-21
/
+66
*
* Remove restriction on 16 chars for username in User Manager (#1886)
Max
2015-11-18
1
-232
/
+193
*
Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()
Max
2015-10-20
1
-6
/
+10
*
Addition to commit 2735e15b
Max
2015-01-04
1
-2
/
+2
*
Formalize [x release], x = nil; convention
Max
2015-01-04
1
-13
/
+15
*
Change [NSArray arrayWithObject:] to @[] literal
Max
2014-12-13
1
-1
/
+1
*
Add cast for [NSApp delegate]
Max
2014-12-13
1
-4
/
+4
*
Reformatting code for modern ObjC
Max
2014-12-13
1
-4
/
+4
*
Attempt to fix #1961
Max
2014-11-11
1
-2
/
+26
*
Update URL in source file header to point to GitHub.
Stuart Connolly
2014-01-26
1
-1
/
+1
*
Remove SVN property placeholder.
Stuart Connolly
2014-01-26
1
-2
/
+0
*
Cleaned up Sending 'const NSString *' to parameter of type 'NSString *' disca...
Marius Ursache
2013-11-09
1
-1
/
+1
*
Tweak and improve the User Manager:
rowanbeentje
2013-03-09
1
-51
/
+86
*
- Fix crashes in the User Manager when fields don't validate but a save/canc...
rowanbeentje
2013-03-07
1
-0
/
+9
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-7
/
+1
*
Issue #1422: Update the user manager's resource limit formatters to have a mi...
stuconnolly
2013-01-17
1
-3
/
+10
*
- Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi...
rowanbeentje
2012-08-03
1
-5
/
+5
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-13
/
+21
*
Silence static analyzer warnings.
stuconnolly
2012-06-26
1
-1
/
+1
*
Fix memory leaks.
stuconnolly
2012-05-02
1
-1
/
+3
*
Fix renaming users. Fixes issue #1327.
stuconnolly
2012-05-02
1
-1
/
+1
*
Use the correct host when renaming a user.
stuconnolly
2012-05-02
1
-1
/
+1
*
Localize user manager dialogs.
stuconnolly
2012-04-07
1
-4
/
+3
*
User manager code tidy up.
stuconnolly
2012-03-28
1
-60
/
+65
*
- Tidy up user manager code.
stuconnolly
2012-03-26
1
-283
/
+8
*
Add support for renaming users on MySQL versions less than 5.0.2 by directly ...
stuconnolly
2012-03-25
1
-33
/
+102
*
Don't close the user manager after the user dismisses the errors sheet.
stuconnolly
2012-03-24
1
-4
/
+0
*
Remember to release the errors string even if we don't use it when applying u...
stuconnolly
2012-03-24
1
-0
/
+2
*
Fix layout issues when resizing the user manager's errors sheet.
stuconnolly
2012-03-24
1
-0
/
+4
*
Simply queries executed by user manager.
stuconnolly
2012-03-24
1
-17
/
+13
*
More SPMySQLIntegration bugfixes:
rowanbeentje
2012-03-15
1
-5
/
+5
*
Warning: this branch commit is largely untested, and known to throw exception...
rowanbeentje
2012-02-23
1
-43
/
+13
*
- Abort editing when cancelling the user manager sheet; this addresses excep...
rowanbeentje
2011-07-10
1
-3
/
+7
*
- Fix more warnings
rowanbeentje
2011-03-14
1
-7
/
+9
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-2
/
+2
*
- When saving user changes to the database, catch errors and display them in...
rowanbeentje
2011-01-20
1
-16
/
+58
*
- Add a double-click action for transferring user schema privs between avail...
rowanbeentje
2011-01-17
1
-1
/
+22
*
* Little translation GUI QA - still many bugs in ExportView
dmoagx
2011-01-16
1
-1
/
+1
*
- Fix issues with user management and GRANT OPTION - when applying all privi...
rowanbeentje
2010-12-22
1
-42
/
+72
*
- Alter connection details to be sent over UTF8 instead of Latin1 - this imp...
rowanbeentje
2010-11-10
1
-3
/
+3
*
• enabled Find Panel inside Field Editor Sheet's textView
Bibiko
2010-10-29
1
-1
/
+1
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-2
/
+0
*
Tidy up.
stuconnolly
2010-10-19
1
-2
/
+2
[next]