Commit graph

3693 commits

Author SHA1 Message Date
Hylke Bons 857d34d939 repo git: catch exceptions when parsing sync speed. fixes #1163 2013-01-27 11:47:48 +00:00
Hylke Bons c671b5f4ae mac watcher: stop some unnecessary triggers from taking place. fixes some double syncs. 2013-01-26 22:47:36 +00:00
Hylke Bons 3fccef5a6d linux: install more icons in the system theme 2013-01-25 15:28:23 +00:00
Hylke Bons 1c8ffe407f repo git: check if remote rev is in local history when determining state. closes #1155 2013-01-24 20:10:42 +00:00
Hylke Bons ee4df60f25 mac linux: make the SparkleShare folder less accessible. closes #1153 2013-01-24 20:04:07 +00:00
Hylke Bons 2aef57c577 Merge pull request #1160 from hbons/key_types
fetcher: look for other host keys, not just RSA
2013-01-23 07:19:22 -08:00
Hylke Bons 5efc5d07d3 fetcher: look for other host keys, not just RSA 2013-01-23 12:07:52 +00:00
Hylke Bons 295b01a75a statusicon: add larger icons for GNOME 3 and use them 2013-01-23 11:59:46 +00:00
Hylke Bons 424aecffad statusicon: use 48x48 icon to look good on GNOME 3 2013-01-23 10:26:11 +00:00
Hylke Bons b5bf4a21b5 repo: don't show notifications for changes that you made yourself elsewhere 2013-01-20 12:40:24 +00:00
Hylke Bons 1875041f76 controller: .git wasn't stripped off of folder names 2013-01-18 21:21:26 +00:00
Hylke Bons aed8c86a38 lib: change default install location in defines 2013-01-15 19:35:19 +00:00
Hylke Bons 8947c02c64 about: make window a dialog. fixes scaling issues in tiling WMs 2013-01-15 12:32:45 +00:00
Hylke Bons a1e704282d Merge branch 'i3-fix' of https://github.com/hbons/SparkleShare 2013-01-15 12:30:06 +00:00
Hylke Bons 5aea02faf1 controller: catch more exception types when fetching avatars 2013-01-14 17:59:33 +00:00
Hylke Bons 7d7e3269b9 fix build. closes #1151 2013-01-13 14:17:07 +00:00
Hylke Bons caf73bd48e windows statusicon: change notification checkbox enable logic. fixes #1146 2013-01-13 11:29:28 +00:00
Hylke Bons e3cc690eb3 bubbles: move logic for when to display notifications. fixes invisible toggling on mac. 2013-01-11 20:11:31 +01:00
Hylke Bons 7d7cddc680 repo: refactor size calculation, ignore symlinks. fixes #1149 2013-01-11 19:58:14 +01:00
Hylke Bons afd7b76866 repo git: empty logs make me sad. always show something when no changes this month 2013-01-11 19:38:49 +01:00
Hylke Bons e96af63817 repo: make Identifier virtual so it can be overriden if needed. closes #1142 2013-01-08 21:35:01 +01:00
Hylke Bons 482696506b controller: replace %20 with spaces in target folder name. #1137 2013-01-07 17:52:23 +01:00
Hylke Bons 8fd5974cad Revert "Update from using AbsolutePath to LocalPath for all uris, fix some uri path combining."
This reverts commit b2b49012c1.

Conflicts:

	SparkleShare/SparkleControllerBase.cs
2013-01-06 19:33:55 +01:00
Hylke Bons b2400bb5bc fix coding style 2013-01-06 15:58:11 +01:00
Hylke Bons c1d6289507 repo git: reduce the number of status commands being called on activity 2013-01-06 12:21:54 +01:00
Hylke Bons 72beb68a4c statusicon: add lock. attempt to fix #1130 2013-01-05 16:28:24 +01:00
Hylke Bons 4be9ebe895 controller: disable buggy on the fly folder deletion for now 2013-01-05 16:10:36 +01:00
Hylke Bons 34b0334418 repo: refactor startup sync loop 2013-01-05 14:15:22 +01:00
Hylke Bons d277f89ffb fix whitespace 2013-01-05 14:04:12 +01:00
Hylke Bons 66730f9f7f controller: add temporary block to migrate keys to none space containing file names 2013-01-05 14:03:47 +01:00
Hylke Bons 3381e5a517 Merge branch 'PathFix' of https://github.com/brandondahler/SparkleShare
Conflicts:
	SparkleShare/SparkleControllerBase.cs
2013-01-05 10:56:19 +01:00
Brandon Dahler 4ee5187c84 Update from using AbsolutePath to LocalPath for all uris, fix some uri path combining. 2013-01-05 02:38:01 -06:00
Michael Scherer c1bdc05b91 Do not use a predictible filename in /tmp for pid
Since any user can write the file in /tmp, any user could inject a
incorrect pid or anything ( that would be passed to kill
later ), or to put a link to a file ( which would be erased if the timing is
good ) when SparkleShare is started. So using a file in the hme, prefixed
with the hostname ( for nfs shared home ). This is a problem only on
distribution where $XDG_RUNTIME_DIR is not set ( for example RHEL 6 ).
2013-01-04 23:13:55 +01:00
Hylke Bons 6d2852622f git: fix typo. closes #1134 2013-01-03 22:13:18 +01:00
Hylke Bons 345b399b24 Search for git in the install dir, so people can add their custom copy of git. closes #1126 2013-01-03 13:34:47 +01:00
Hylke Bons 06840064b5 Merge pull request #1131 from brandondahler/CultureFix
Manually set locale to en-US for parsing numbers out of git output
2013-01-02 10:19:53 -08:00
Hylke Bons 8eed12ff30 Merge pull request #1122 from brandondahler/HistoryFix
Do not include /.git file in calculating subdirectory size
2013-01-02 06:09:24 -08:00
Brandon Dahler 75021f7444 Manually set locale to en-US for parsing numbers out of git output 2012-12-31 04:06:07 -06:00
Brandon Dahler e01143389e Do not include /.git file in calculating subdirectory size 2012-12-25 00:32:39 -06:00
Hylke Bons 1c87b9a495 setup window: set window type hint to dialog 2012-12-22 12:32:23 +01:00
Hylke Bons 829ce766f7 fetcher: ssh+backend strip should be in the derived class, not the base class. #1118 2012-12-21 22:02:35 +01:00
Hylke Bons 1d08c8176b eventlog: return empty list of changes instead of null for projects without a history. closes #1119 2012-12-20 23:37:14 +01:00
Hylke Bons c7089c884e git: adjust git-bin configuration to use sftp 2012-12-20 18:40:55 +01:00
Hylke Bons 8f4ee1ec91 fix build 2012-12-19 21:58:22 +01:00
Hylke Bons 268507d4d0 repo git: when things are utterly wrong, abandon rebase 2012-12-19 21:57:55 +01:00
Hylke Bons d71a91efcd fetcher: let the backend handle the parsing of the url. #1118 2012-12-19 21:02:00 +01:00
Hylke Bons 9bb9185443 controller: determine backend using the whole url, not just the path piece. #1118 2012-12-19 20:44:23 +01:00
Hylke Bons 0b5e778050 linux: put app icons in 'apps' instead of 'places' 2012-12-18 22:44:37 +01:00
Hylke Bons 93125e9e23 fix build 2012-12-18 18:05:06 +01:00
Hylke Bons 6daf9fd31c repo git: add more git-bin configuration on startup 2012-12-18 13:36:36 +01:00