Commit graph

89 commits

Author SHA1 Message Date
Hylke Bons a8d0013ba5 setup: allow for backslash in username address prefix. Closes #929 2012-08-24 23:06:33 +01:00
Hylke Bons 161bfea8b4 Remove Helpers class, add Logger class 2012-07-28 15:58:09 +02:00
Hylke Bons cf4d6a7811 invites: don't crash on wrong accept urls. Fixes #860 2012-07-27 20:34:43 +02:00
Hylke Bons 8ae6277f4b invite: start new thread to not freeze the UI when accepting 2012-07-27 18:07:13 +02:00
Hylke Bons a323575d5c setup controller: remove name/email guesses 2012-07-27 13:57:11 +02:00
Hylke Bons 6d6975cb6b setup: Don't block the UI when creating a startup item 2012-07-19 21:42:24 +02:00
Hylke Bons 78e96474b2 Remove event handling boilerplate everywhere 2012-07-18 13:09:37 +02:00
Hylke Bons 2ca2c12475 controller: Code cleanups 2012-07-17 22:14:58 +02:00
Hylke Bons 8ca3bd3b6b keys: don't be anal about key file names and use all available keys 2012-07-17 12:31:42 +02:00
Hylke Bons 4a4a87c800 keys: fix build 2012-07-14 13:21:11 +02:00
Hylke Bons 74f89b1780 keys: return both private and public key when generating 2012-07-14 13:04:07 +02:00
Hylke Bons eaead8c87d Some rearrangements 2012-07-14 12:45:54 +02:00
Hylke Bons 2114a7dd3d controller: Move public key related stuff to its own class 2012-07-13 23:48:28 +02:00
Hylke Bons b63474e253 setup: add TODO 2012-06-26 20:35:25 +01:00
Hylke Bons aaf4af8dcf setup: don't block the UI on add 2012-06-23 17:40:55 +01:00
Hylke Bons 6d796f35bf make 2012-06-17 21:56:27 +01:00
Hylke Bons 7ceb17907d Simplify command line argument parsing 2012-06-15 13:08:13 +01:00
Hylke Bons 07c4d271e3 Allow apostrophes and single quotes in folder names, but don't allow double quotes. Fixes #787 2012-06-14 13:54:59 +01:00
Hylke Bons cdfa8c54c1 setup controller: Fix Add page not showing up when tutorial was finished. Closes #777 2012-06-06 10:58:27 +01:00
Hylke Bons 9a7e1eaee1 setup: Fix page logic 2012-05-20 17:16:14 +01:00
Hylke Bons 0037013ca3 setup: fix some logic returning to the add page 2012-05-19 15:33:01 +01:00
Hylke Bons a3fbb6f47e linux setup: add history checkbox to add dialog 2012-05-17 23:32:00 +01:00
Hylke Bons b2ce29f5f2 Remove some debug rules used for crypto feature 2012-04-26 18:48:18 +01:00
Hylke Bons 8738f0eb42 setup: put remembered servers before default ones 2012-04-26 16:02:59 +02:00
Hylke Bons 069cd86b25 setup: fix bug where setup dialog is stuck on Finished page 2012-04-26 16:02:59 +02:00
Hylke Bons b230d14d4a Add SparkleShare.txt and .sparkleshare in a single commit 2012-04-26 16:02:59 +02:00
Hylke Bons 16e2a08efa Add a plugin for SparkleShare.Net 2012-04-26 16:02:58 +02:00
Hylke Bons b087fde663 Implement encryption using OpenSSL's AES + Mac UI 2012-04-26 16:02:58 +02:00
Hylke Bons ecae7335d9 setup: don't change pages on initial sync. Fixes #711 2012-04-19 13:26:09 +02:00
Hylke Bons 87b8cf2c77 controller: use User object 2012-04-15 22:34:22 +02:00
Hylke Bons 06b821a3a3 Verify known host fingerprints and warn about new ones 2012-04-13 00:44:31 +02:00
Hylke Bons 12fde5007b setup: reorder some Add button logic 2012-04-11 23:09:12 +02:00
Hylke Bons dcaef56e86 setup: remove short delay after pressing Finish button 2012-04-11 20:04:26 +02:00
Hylke Bons 5fe7284385 setup: Start thread to create first run key pair. Fixes #694 2012-04-11 13:57:46 +02:00
Hylke Bons 17b8793ef4 setup controller: don't block the UI when generating the key pair 2012-04-04 12:17:41 +01:00
Hylke Bons 4596089820 controller: fix some crashes due to simultaneous thread access on repo list 2012-03-29 17:05:18 +01:00
Hylke Bons e1a1ab7396 Add option to add projects without full history (git: --depth=1) 2012-03-29 01:44:26 +01:00
Hylke Bons 6fdf040975 plugin: fix crash when lower_case_path isn't set 2012-03-25 18:08:03 +01:00
Konstantinos Vaggelakos a1130634ec Hopefully fixed the alignment problem 2012-03-23 16:28:02 +01:00
Konstantinos Vaggelakos 7ac257c71a Now using spaces instead of tabs. Also changed the name from lower_case_only to lower_case_path 2012-03-23 01:56:35 +01:00
Konstantinos Vaggelakos 0add8f1f04 Support for lower case repositories. (Like bitbucket wants it) 2012-03-23 01:37:22 +01:00
Hylke Bons da93d186f1 setup controller: use '/path/to/project' as a path example for bookmarked servers 2012-03-19 00:48:08 +00:00
Hylke Bons 98b6904d89 setup controller: remove FIXME 2012-03-15 23:40:44 +00:00
Hylke Bons a1d5054af4 setup controller: refactor some order logic. Fixes #627 #630 2012-03-14 03:26:42 +00:00
Hylke Bons b11f6af166 Replace tabs with spaces in project 2012-03-08 03:35:24 +00:00
Hylke Bons d2cb17a4b3 windows: add cancel buttons to Setup and Add pages 2012-03-07 02:26:52 +00:00
Hylke Bons 6fcf98ed83 windows statusicon: create animation 2012-03-07 01:20:07 +00:00
Hylke Bons ab9358fcdf setup: Create a reusable plugin for each succesfully used host. Closes #547 2012-03-01 23:57:12 +00:00
Hylke Bons c8204870d5 Remove RTF version of license, we won't be showing it in the installer 2012-03-01 19:28:30 +00:00
Hylke Bons 4aed67a534 setup controller: remove hooked up delegates after fetcher has finished 2012-03-01 18:56:02 +00:00