aboutsummaryrefslogtreecommitdiffstats
path: root/Models
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2601: Remove limitation on user password length in User Manager since ↵Max2016-10-201-1/+1
| | | | that it was based on an erroneous assumption
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-1/+1
|
* * Add support for changing user passwords in MySQL 5.7.6+ (#2418)Max2016-02-293-0/+81
| | | | * Upgrade xcdatamodel to Xcode 4.3+ so it becomes a diffable textfile
* Add UI for the "Create tablespace" global privilegeMax2015-11-182-0/+0
|
* * Remove restriction on 16 chars for username in User Manager (#1886)Max2015-11-182-0/+0
| | | | | * 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+
* Tweak and improve the User Manager:rowanbeentje2013-03-092-0/+0
| | | | | | | | | - 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
* - When saving user changes to the database, catch errors and display them ↵rowanbeentje2011-01-202-0/+0
| | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings
* Move the user manager data model to the new Models dir.stuconnolly2010-10-262-0/+0