aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManagerDelegate.m
Commit message (Collapse)AuthorAgeFilesLines
* 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 Format string is not a string literal (potentially insecure) errorsMarius Ursache2013-11-091-2/+2
|
* Tweak and improve the User Manager:rowanbeentje2013-03-091-12/+42
| | | | | | | | | - Rework how data to populate the user manager is retrieved from the server, speeding up display of lots of users by a large factor - Fix support for schema permissions for the Anonymous user, and add support for '%' and '' hostnames (only showing if already set once), fixing Issue #1620 - Highlight databases in the user manager that have permissions set for the selected user - Switch to using the centrally provided database list to reduce queries and remove the information_schema and performance_schema "databases" - Speed up a number of operations by tweaking the logic and queries used
* - Fix crashes in the User Manager when fields don't validate but a ↵rowanbeentje2013-03-071-1/+5
| | | | save/cancel/tab switch is still triggered, addressing Issue #1627
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-2/+1
|
* - Remove all BWToolKit views from the QueryFavoriteManager and ↵rowanbeentje2012-08-031-19/+0
| | | | UserManagerView, replacing with SPSplitViews and standard equivalents
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
|
* Localize user manager dialogs.stuconnolly2012-04-071-8/+8
|
* - Tidy up user manager code.stuconnolly2012-03-261-0/+316
- Potential framework header build fix.