Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet() | Max | 2015-10-20 | 1 | -13/+41 |
| | | | | This should also eliminate a few use-after-free crashes | ||||
* | Add validation of SSL client cert file | Max | 2015-10-15 | 1 | -26/+80 |
| | |||||
* | Add code to verify that a SSL key file actually contains a usable RSA key | Max | 2015-10-14 | 1 | -1/+47 |
| | |||||
* | Change double click handling in the favorite list. | Max | 2015-10-14 | 1 | -2/+3 |
| | | | | So it only acts on double clicks that are actually made on an item. | ||||
* | Add mysql:// URL handler (fixes #1681) | Max | 2015-10-14 | 1 | -1/+6 |
| | |||||
* | Fix an issue where the window title would not be properly updated after ↵ | Max | 2015-09-13 | 1 | -1/+2 |
| | | | | closing an unconnected tab (fixes #2221) | ||||
* | Add code to disable mysql protocol compression (no UI) to connect to Amazon ↵ | Max | 2015-07-30 | 1 | -1/+3 |
| | | | | Aurora (see #2122) | ||||
* | Add some info which might help a bit with debugging threading issues | Max | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Add option to sort favorites by color | Max | 2015-06-21 | 1 | -0/+3 |
| | |||||
* | Fix an issue where sorting favorites by "host" or "type" would cause an ↵ | Max | 2015-06-20 | 1 | -4/+15 |
| | | | | | | exception if groups are present (fixes #2151) Groups are now placed at the top when not sorting by "name". | ||||
* | * Fix some spacing issues for localization | Max | 2015-05-15 | 1 | -10/+10 |
| | | | | * Removed some leftover elements in Prefs from the old favorites UI | ||||
* | * Fully enable export of favorite groups | Max | 2015-05-11 | 1 | -2/+3 |
| | | | | | | * Favorites can now be imported, sorted even if "Quick Connect" is selected * Favorite files containing groups will now be imported correctly * If a favorite and the group containing said favorite are exported, the favorite will no longer be included twice | ||||
* | * Fix an exception that would occur if a user tried to export favorites when ↵ | Max | 2015-05-10 | 1 | -7/+13 |
| | | | | | | no favorites are selected * Select "Quick Connect" after deleting a favorite | ||||
* | Change the way the NSOpenPanel is handled when selecting an SSH key to ↵ | Max Lohrmann | 2015-01-13 | 1 | -6/+14 |
| | | | | address #2042 | ||||
* | Addition to commit 2735e15b | Max | 2015-01-04 | 1 | -11/+10 |
| | |||||
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 1 | -19/+19 |
| | | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation. | ||||
* | Fix minor UI issue | Max | 2015-01-03 | 1 | -0/+1 |
| | | | | When cancelling a connection, because SSH is asking for a password, the "SSH connecting…" message in the upper right window corner would not be reset. | ||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -11/+11 |
| | | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist). | ||||
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -4/+4 |
| | | | | | * (Also changed some outdated URLs) * Replaced [NSApplication sharedApplication] with NSApp | ||||
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Replace a few other instances with objectOrNilAtIndex: | Max | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Tweak some connection controller animation orders for better interactions ↵ | rowanbeentje | 2014-04-25 | 1 | -1/+1 |
| | | | | when toggling SSL/switching tabs to start an edit | ||||
* | Enable SSL over SSH connection configuration. | Howard P. Logsdon | 2014-03-07 | 1 | -6/+7 |
| | | | | This appears to work, as I’m able to connect to mysql instances through an ssh tunnel, with ssl configuration, but I probably should wireshark the connection to determine actual network traffic. | ||||
* | 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 |
| | |||||
* | Remove use of deprecated methods. | Stuart Connolly | 2013-12-01 | 1 | -112/+79 |
| | |||||
* | Remove use of deprecated methods. | Stuart Connolly | 2013-11-30 | 1 | -6/+6 |
| | |||||
* | Cleaned up Format string is not a string literal (potentially insecure) errors | Marius Ursache | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | * This change adds basic tab coloring support for favorites - ** POC / NEEDS ↵ | dmoagx | 2013-10-23 | 1 | -6/+25 |
| | | | | | | | | | REVIEW ** Known issues: * There might be additional colors be shown when dragging tabs between windows * The color set might need fine tuning * Coloring of items in the favorite outline view is not yet handled | ||||
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to ↵ | rowanbeentje | 2013-05-21 | 1 | -2/+2 |
| | | | | enable some more | ||||
* | - Improve startup when loading from file, preventing overwrite of details ↵ | rowanbeentje | 2013-03-12 | 1 | -1/+10 |
| | | | | read from a spf/spfs during startup. This addresses Issue #1619 | ||||
* | Restore tab bar label when cancelling a connection. | avenjamin | 2013-03-10 | 1 | -1/+2 |
| | |||||
* | - When favorites in the connection view gave no password, no longer set the ↵ | rowanbeentje | 2013-02-21 | 1 | -2/+27 |
| | | | | focus to the password field as soon as they're selected; instead, make the password field the next responder for tab keys. This addresses Issue #1555. | ||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -141/+141 |
| | |||||
* | Changes required to merge Sequel Pro r4011 into Coda | sqlprodev | 2013-02-14 | 1 | -10/+20 |
| | |||||
* | - Allow all filenames/types in SSH and SSL key/cert selection dialogs, to ↵release-1.0.1 | rowanbeentje | 2013-01-29 | 1 | -11/+2 |
| | | | | fix naming issues; addresses Issue #1544 and Issue #1493 | ||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -2/+4 |
| | |||||
* | - Prevent Groups from being created as a child of the Quick Connection ↵ | rowanbeentje | 2012-12-30 | 1 | -4/+2 |
| | | | | item, instead creating them at the bottom of the favourites list to prevent favourite loss | ||||
* | - Fix favourite editing on the connection interface being unable to delete ↵ | rowanbeentje | 2012-12-14 | 1 | -3/+25 |
| | | | | some properties | ||||
* | - Improve connection testing to use edited passwords on a connection with ↵ | rowanbeentje | 2012-11-28 | 1 | -6/+9 |
| | | | | | | | keychain entries - Clean up connection error handling slightly | ||||
* | - When the connection interface is restored as a result of a connection ↵ | rowanbeentje | 2012-11-20 | 1 | -1/+9 |
| | | | | attempt cancellation or failure, restore the passwords from their bulleted-out state. This addresses Issue #1497. | ||||
* | Fix the selected node in the favorites connection view when adding a new ↵ | stuconnolly | 2012-11-18 | 1 | -5/+6 |
| | | | | favorite to an empty group. | ||||
* | - Attempt to fix nightly build signing | rowanbeentje | 2012-11-18 | 1 | -1/+1 |
| | | | | | - Add .key to the SSH key accepted file type list to partially address Issue #1493 | ||||
* | - When connection details are saved, ensure the outline view reflects the ↵ | rowanbeentje | 2012-11-08 | 1 | -2/+3 |
| | | | | change in edit status | ||||
* | - Prevent new favourites from being created as a sibling/child of the Quick ↵ | rowanbeentje | 2012-10-20 | 1 | -2/+2 |
| | | | | | | | Connect item if it was selected - Name a last unnamed connection thread | ||||
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -2/+3 |
| | |||||
* | - Clean up some connection cancellation/close-during-connect edges as a ↵ | rowanbeentje | 2012-10-14 | 1 | -4/+1 |
| | | | | | | | result of r3894, attempting to improve some exceptions during aborted connections - Name threads created in SPMySQL.framework | ||||
* | - In the SPMySQL.framework, separate framework-triggered connections and ↵ | rowanbeentje | 2012-10-14 | 1 | -17/+43 |
| | | | | | | | | | disconnections from external actions, and use that separation to perform safer disconnects - When closing a database document, add a new notification, and use that to resolve retain cycles affecting connection processes - Improve connection controller disconnection when the document is closed, fixing crashes, by building on those two features (addresses Issue #1396) - Use some of the new functionality to improve SSH and MySQL connection cancellation, making both cancelable in the interface and making both respond much more quickly | ||||
* | - Alter favourite sorting in the connection interface: name sorts are now ↵ | rowanbeentje | 2012-10-10 | 1 | -20/+29 |
| | | | | | | | case-insensitive for a more Mac-like feel, groups are sorted alphabetically among favourite nodes when name sorting is being used, and above (or below when reversed) other favourites in type/host mode - Update localisable strings and fix a warning | ||||
* | - Connection interface: correctly update the sort order when adding new ↵ | rowanbeentje | 2012-10-10 | 1 | -5/+18 |
| | | | | items or renaming items. This addresses Issue #1209 |