Commit graph

62 commits

Author SHA1 Message Date
Hylke Bons 416b23bd5b fetcher: Fix some edge cases on host key check 2012-09-05 14:14:15 +01:00
= 70e88288f0 Check for empty string, not null 2012-09-05 14:49:34 +02:00
= 3c3378f007 Fix formatting 2012-09-05 14:41:30 +02:00
= e58a72f377 Take port into account when retrieving SSH host keys 2012-09-05 14:37:31 +02:00
Hylke Bons 7c7df904bc fetcher: Fix freeze on cancel 2012-08-27 13:25:03 +01:00
Hylke Bons 02f23e39a3 Don't include the 'username:password' portion of the URL when generating SparkleShare.txt. Closes #907 2012-08-16 09:51:22 +01:00
Hylke Bons ef4808d21c fetcher: Do fingerprint check in managed code 2012-08-04 20:55:29 +02:00
Hylke Bons c9e4218358 Remove Helpers class, add Logger class 2012-07-28 15:58:09 +02:00
Hylke Bons 9fdcb49bb0 invites: don't crash on wrong accept urls. Fixes #860 2012-07-27 20:34:43 +02:00
Hylke Bons 5bef8dd3cc fetcher: code cleanup 2012-07-22 22:54:59 +02:00
Hylke Bons c53e46ef3e lib: Code cleanup 2012-07-22 11:51:56 +02:00
Hylke Bons 570fe54927 Remove event handling boilerplate everywhere 2012-07-18 13:09:37 +02:00
Hylke Bons 77a15ab64c fetcher: simplfy ID generation 2012-07-08 11:29:00 +02:00
Hylke Bons 2122b79ab5 Allow renaming of folders. Closes #466 2012-07-06 11:26:02 +02:00
Hylke Bons d244f12459 Calculate IDs in the fetcher and add the to the config 2012-07-05 13:38:55 +02:00
Hylke Bons 7ebc93f40e fetcher git: Simplify install of config after clone 2012-06-29 12:53:13 +01:00
Hylke Bons 3bf2cf56e9 fetcher: Always delete the tmp host key file after getting its fingerprint 2012-06-28 12:03:04 +01:00
Hylke Bons 9a5373fe42 fetcher: put quotes around host key file path. Fixes #815 2012-06-28 11:57:10 +01:00
Hylke Bons f28fd55fdc Remove some unused code 2012-06-19 10:43:30 +01:00
Hylke Bons 10c6e2f5b3 make 2012-06-17 21:56:27 +01:00
Hylke Bons 1720984e5a Refactor adding of (empty) repos. Fixes #773 2012-06-10 23:56:39 +01:00
Hylke Bons b236806a83 fetcher base: be more specific about ignoring OS X's Icon files 2012-05-14 21:34:16 +01:00
Hylke Bons 31efab0974 Remove some debug rules used for crypto feature 2012-04-26 18:48:18 +01:00
Hylke Bons 0c7cc6d4e2 Implement encryption using OpenSSL's AES + Mac UI 2012-04-26 16:02:58 +02:00
Hylke Bons d24cec58c2 fetcher: Add exclude rule for *.autosave files 2012-04-16 23:26:33 +02:00
Hylke Bons bf5f542a11 fetcher: more friendly message about the accepted host key 2012-04-15 12:35:17 +02:00
Hylke Bons 7017bbcf01 Verify known host fingerprints and warn about new ones 2012-04-13 00:44:31 +02:00
Hylke Bons 7aded56777 fetcher: Fix some url creations errors 2012-04-11 23:10:02 +02:00
Hylke Bons ca2970eb6a fetcher: don't add duplicates to known_hosts 2012-04-11 21:31:18 +02:00
Hylke Bons 3612942649 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 bad4bf9a46 Add option to add projects without full history (git: --depth=1) 2012-03-29 01:44:26 +01:00
Hylke Bons 50dbcac22a fetcher: add exclude rule for LibreOffice lock files 2012-03-22 21:10:43 +00:00
Hylke Bons eec7276a59 Replace tabs with spaces in project 2012-03-08 03:35:24 +00:00
Hylke Bons 57ade79173 Fix progress delay when there was an error 2012-03-01 17:48:05 +00:00
Hylke Bons 910a05ae0b fetcher: always finish the progress reporting animation smoothly to 100% 2012-02-18 23:16:25 +01:00
Hylke Bons 87111a8606 Refactor the invite system, warn if cloning's taking place already 2012-02-12 22:25:20 +01:00
Hylke Bons 06f70c5f2e More cleanup of SparkleLib API 2012-02-09 02:46:25 +01:00
Hylke Bons aa9b67ffa5 Clean up and remove unneeded references 2012-02-06 14:11:08 +01:00
Hylke Bons 8af28f3b9f fetcher: move exclude rules to base class. Closes #564 2012-01-31 21:30:23 +00:00
Hylke Bons 85d78a3a80 fetcher: fix permissions on ssh config file 2011-12-25 20:33:39 +01:00
Hylke Bons 3c4bb135fb fetcher: uncomment code to set permissions on SSH config file 2011-12-25 19:02:14 +01:00
Hylke Bons 53db52610f Use folders_path config option to create the tmo dir when it is set. Fixes #485 2011-12-18 17:10:06 +01:00
Hylke Bons b901975920 config: explicitly point to the sparkleshare private key in ssh config. Closes #396 2011-12-11 20:45:18 +01:00
wimh 5d9071b3fc avoid empty lines being added to .ssh/config file 2011-12-11 15:53:05 +01:00
Hylke Bons e4317fc412 setup: Show a warning when the user has a global gitignore. Closes #432 2011-11-28 14:40:34 +01:00
Hylke Bons edf64d1181 Fix build. Closes #403 2011-11-06 14:37:56 +00:00
Hylke Bons 1c801b1e94 Fix host key check disabling/enabling by surrounding config with comments. Closes #390. 2011-10-30 21:24:19 +00:00
Hylke Bons 360dc1ab40 setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
Hylke Bons 7106f6baae Add nicer error reporting 2011-08-27 20:57:34 +02:00
Hylke Bons 38cb2499ea Fix whitespace for last commit 2011-08-27 17:53:17 +02:00