aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserMO.m
Commit message (Collapse)AuthorAgeFilesLines
* * Remove restriction on 16 chars for username in User Manager (#1886)Max2015-11-181-3/+31
| | | | | * Change user manager code so that mysql queries are executed on validation instead of after save (in Core Data, not mysql). This should in general make more sense since a failure in MySQL essentialy means that Core Data can't save it either (but did anyway in the past). * Remove a deprecated method call that is no longer needed in 10.6+
* 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
|
* Tweak and improve the User Manager:rowanbeentje2013-03-091-1/+7
| | | | | | | | | - 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
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
|
* Minor tidy up.stuconnolly2011-07-111-17/+17
|
* Various user manager improvements including a new outline view contextual menu.stuconnolly2010-03-081-3/+1
|
* Made it so that the host can't be null. Goes to '%' by default.mltownsend2010-02-101-1/+13
|
* Fixed some issues with the drop user/drop host commands in the user managermltownsend2010-02-091-1/+0
|
* Fix for issue #560. Still needs validation on hitting Apply, but fixes the ↵mltownsend2010-02-041-1/+4
| | | | initial problem.
* Various user manager changes. Fixes issue #437.stuconnolly2009-11-171-1/+2
|
* Tidy up.stuconnolly2009-11-071-8/+2
|
* User Manager featuremltownsend2009-08-111-0/+72