Commit graph

1064 commits

Author SHA1 Message Date
Hylke Bons
2929fb3444 mac: Remove unused graphic from project 2012-04-28 17:19:21 +01:00
Hylke Bons
c631490c65 Merge branch 'http' 2012-04-28 09:51:41 +01:00
Hylke Bons
96c4984f4d Remove some debug rules used for crypto feature 2012-04-26 18:48:18 +01:00
Hylke Bons
6a3772bb05 fetcher git: override global git crlf settings. prevents some sync loops 2012-04-26 18:32:57 +01:00
Hylke Bons
f4c9ab6e0b Add SparkleShare.txt and .sparkleshare in a single commit 2012-04-26 16:02:59 +02:00
Hylke Bons
c075aad226 Implement encryption using OpenSSL's AES + Mac UI 2012-04-26 16:02:58 +02:00
Hylke Bons
e85144bb49 fetcher git: accept HTTP(S) addresses 2012-04-26 14:58:05 +02:00
Luke Fitzgerald
6a817bc6f6 Allow paths containing spaces 2012-04-26 01:34:28 +01:00
Hylke Bons
5db8cfbd8b windows lib: Put back reference for #705 2012-04-19 14:59:04 +02:00
Hylke Bons
85d3add083 windows lib: always use latest .NET version. Fixes #705 2012-04-19 14:20:01 +02:00
Hylke Bons
6d2eada2c9 config: return HomePath enum directly. #705 2012-04-18 16:33:48 +02:00
Hylke Bons
4f69f5dd7b fetcher git: also dispose git process on dispose 2012-04-18 11:52:45 +02:00
Hylke Bons
c7190ea0b9 repo git: Don't follow symlinks when preparing the tree. Fixes #701 2012-04-17 19:00:05 +02:00
Hylke Bons
054341eb37 git: write error outputs to the debug.log for easier debugging 2012-04-17 11:05:51 +02:00
Hylke Bons
a81a30e313 repo git: quote urls to allow push/pull with urls that contain spaces. Fixes #703 2012-04-16 23:26:33 +02:00
Hylke Bons
f3f0d8f15f fetcher: Add exclude rule for *.autosave files 2012-04-16 23:26:33 +02:00
Hylke Bons
9aefb5a0b4 config: allow to specify a custom path for each folder. Closes #680 2012-04-15 19:03:36 +02:00
Hylke Bons
665734656b config: remove old and unused methods 2012-04-15 16:58:39 +02:00
Hylke Bons
fa25a5628f fetcher: more friendly message about the accepted host key 2012-04-15 12:35:17 +02:00
Hylke Bons
b07b0cafbf repo git: on conflicts, put timestamp before file extension. Fixes #699 2012-04-15 11:50:03 +02:00
Hylke Bons
03970cdc32 Verify known host fingerprints and warn about new ones 2012-04-13 00:44:31 +02:00
Hylke Bons
f15031dbc2 fetcher: Fix some url creations errors 2012-04-11 23:10:02 +02:00
Hylke Bons
24b9c36296 fetcher: don't add duplicates to known_hosts 2012-04-11 21:31:18 +02:00
Hylke Bons
722e8d7065 Manually add host key to know_hosts, don't mess with the user's SSH config. Closes #497 2012-04-11 20:07:34 +02:00
Hylke Bons
27c1d88938 fetcher: Close on cancel too 2012-04-11 13:04:42 +02:00
Hylke Bons
a516afeb9b fetcher: Add debug info for #692 2012-04-11 12:51:53 +02:00
Hylke Bons
9e268b8c42 config: Remove commented out code 2012-04-11 12:03:34 +02:00
Hylke Bons
93b2200ca4 repo git: add debug info for #677 2012-04-10 23:19:33 +02:00
Hylke Bons
cbe0225043 windows: add missing source file to fix build 2012-04-05 13:57:50 +01:00
Hylke Bons
47e833be28 repo: basic support for quota detection 2012-04-04 23:45:20 +01:00
Hylke Bons
959563cd9d Add option to add projects without full history (git: --depth=1) 2012-03-29 01:44:26 +01:00
Hylke Bons
b42c6bec48 repo git: don't hang on large rebase outputs. Should fix #663 2012-03-28 23:11:41 +01:00
Hylke Bons
b52dacf3d6 Use .sparkleshare file for the repo ID, instad of the first commit hash 2012-03-26 00:41:52 +01:00
Hylke Bons
1dd55f15a8 fetcher: add exclude rule for LibreOffice lock files 2012-03-22 21:10:43 +00:00
Tijl Vercaemer
ed665d02c7 Added System.Xml reference to SparkleLib 2012-03-21 12:34:48 +01:00
Hylke Bons
f64fbd9485 repo git: ignore global gitconfig options when parsing the git log 2012-03-20 17:26:47 +00:00
Hylke Bons
17cbbcbfea repo git: ignore global gitconfig options when parsing the git log 2012-03-20 17:20:28 +00:00
Hylke Bons
611383f817 windows: set version manually 2012-03-18 20:16:52 +00:00
Travis Glenn Hansen
2afa8559b0 fixing HomePath on linux 2012-03-17 17:15:35 -06:00
Hylke Bons
1ff204ec49 listener tcp: catch some potential exceptions 2012-03-17 19:16:53 +00:00
Hylke Bons
2b70361fcc windows setup: Reverse button order 2012-03-17 01:44:27 +00:00
Hylke Bons
0e34e4b6f2 mac: Fix build 2012-03-16 18:42:13 +00:00
Hylke Bons
59fe8e804b repo: Fix false 'Not everything is synced' messages after succesful conflict resolution 2012-03-16 01:53:23 +00:00
Hylke Bons
d8008fee97 remove some TODOs 2012-03-15 23:54:18 +00:00
Hylke Bons
6f6485fca3 windows: Add migration code to use ~/SparkleShare instead of ~/My Documents/SparkleShare 2012-03-15 03:56:10 +00:00
Hylke Bons
0c5836665b setup controller: refactor some order logic. Fixes #627 #630 2012-03-14 03:26:42 +00:00
Hylke Bons
7788088383 listener tcp: don't ping anymore when we've disconnected but haven't noticed. Fixes #629 2012-03-13 18:07:03 +00:00
Hylke Bons
4ad7f04d12 repo git: add catch block to PrepareDirectories method 2012-03-12 19:56:06 +00:00
Hylke Bons
2ff7ba520e windows: don't care about the commit hash in the version number 2012-03-11 23:44:40 +00:00
Hylke Bons
8def82ca1e window: Move to .NET 4.0 2012-03-11 13:17:53 +00:00