Commit graph

4513 commits

Author SHA1 Message Date
Hylke Bons 9c14020d43 linux: Fix build 2017-04-15 08:37:16 +01:00
Hylke Bons c696b3c412 Merge pull request #1750 from Klemele/windows-merge
Windows merge
2017-04-15 07:23:44 +01:00
Hylke Bons b1c1ffa56c Update README.md 2017-03-18 17:43:01 +00:00
Hylke Bons 2e2a839c3f Update README.md 2017-03-18 14:16:45 +00:00
Hylke Bons e7feede471 Update README.md 2017-03-18 14:15:41 +00:00
Hylke Bons e06d7ed223 Update README.md 2017-03-18 14:12:26 +00:00
Hylke Bons 40456dda9a images: Add new readme banner 2017-03-18 14:10:40 +00:00
Hylke Bons d23eec12ab Update README.md 2017-03-18 14:01:34 +00:00
Kévin LEMELE b5289fdcb7 Change Namespace to SparkleShare.Windows 2017-03-14 18:12:05 +01:00
Kévin LEMELE 1dc2a2fcf3 Windows: Update project file location 2017-03-14 18:12:04 +01:00
Kévin LEMELE b88c11a7f3 Correct Sparkles.csproj compile source 2017-03-14 18:12:03 +01:00
Kévin LEMELE d299c78bc8 Removed unused import + format 2017-03-14 18:12:02 +01:00
Kévin LEMELE 4d68ae00d5 Rebase from master 2017-03-13 15:55:40 +01:00
Jonathan Haines a6908b607e windows 2017-03-13 15:45:47 +01:00
Hylke Bons 1db08602e6 linux: Update project file locations 2017-03-12 23:40:55 +00:00
Hylke Bons 5bb81033a1 build: Clean up autogenerated files 2017-03-12 15:41:08 +00:00
Hylke Bons 9f7c638b16 linux: Fix build 2017-03-12 15:41:08 +00:00
Hylke Bons 22a7419c40 build: Always build the current branch
travis: Fix source path copy
2017-03-12 15:41:08 +00:00
Hylke Bons 690b82c4a8 mac: Comment build script 2017-03-12 15:41:08 +00:00
Hylke Bons 88c4986113 Use a shared project for common source files 2017-03-12 15:41:08 +00:00
Hylke Bons a04a4df3ad fetcher git: Fix crash when no ID file in existing repo 2017-03-01 20:33:50 +00:00
Hylke Bons 0a7fcb1834 linux: Update readme 2017-02-21 18:36:23 +00:00
Hylke Bons 89a36a6383 linux ui: Fix build 2017-02-21 18:28:32 +00:00
Hylke Bons 3a9496a90e Add Travis CI badge to readme 2017-02-21 18:27:47 +00:00
Hylke Bons 72dee067ff build: Add Travis CI for Linux 2017-02-21 18:26:57 +00:00
Hylke Bons 4e50d51a12 linux: Fix build on Ubuntu 2017-02-21 00:26:05 +00:00
Hylke Bons ee1a65cb68 repo git: Encrypt user names and emails in history 2017-02-03 01:06:20 +00:00
Hylke Bons 41b4fa390d repo git: Don't show commits by SparkleShare in history 2017-02-03 01:05:00 +00:00
Hylke Bons 91a3a79693 repo git: Resolve conflicts with SparkleShare as author 2017-02-03 01:03:01 +00:00
Hylke Bons 748c929844 extensions: Shorter salt size for AES 2017-02-02 23:19:27 +00:00
Hylke Bons 8fd165bd35 git fetcher: Define branch variables up front 2017-02-02 22:57:05 +00:00
Hylke Bons a6e6b99d25 git fetcher: Always make sure .git/info/ exists 2017-02-02 22:54:57 +00:00
Hylke Bons b70b40a8ff fetcher git: Don't add user info to initial commit 2017-02-02 22:53:57 +00:00
Hylke Bons 769eb45489 lib: Add AES crypto methods 2017-02-02 21:36:06 +00:00
Hylke Bons d997a04f7a mac: No need for launch args to be public static 2016-11-06 11:35:53 +00:00
Hylke Bons 3cc74f096d Update News.txt 2016-11-06 11:35:15 +00:00
Hylke Bons ff8575dbb3 Merge pull request #1729 from markusstoll/osx_debugging
fix debugging on Xamarin@Mac/OSX
2016-12-16 19:27:32 +01:00
Hylke Bons 9f0a1fa303 Merge pull request #1740 from jschaul/workaround/continue-using-md5-key-derivation-in-openssl1.1
force using sha256 key derivation in openssl prior to v1.1.0
2016-12-16 19:02:56 +01:00
jschaul b2b5295e6a Updated to use sha256 based key derivation 2016-12-12 20:29:35 +01:00
jschaul 18a71f1554 continue using md5 key derivation in openssl1.1
See https://stackoverflow.com/questions/39637388/encryption-decryption-doesnt-work-well-between-two-different-openssl-versions/39641378#39641378 - Openssl changed their default digest algorithm from md5 to sha256 for the key derivation from password beginning with v1.1.0 (which, security wise, is a good thing!), but that creates compatibility issues if the version of openssl that encrypted a file is using a different digest than the version of openssl that decrypts files.
2016-12-12 11:43:19 +01:00
Hylke Bons 9d3ef12f06 Merge pull request #1739 from snwh/master
updated linux app icon
2016-12-08 16:06:59 +00:00
Sam Hewitt 880ee55054 fixed star brightness 2016-12-08 10:50:07 -05:00
Sam Hewitt b69ed15e95 updated linux app icon
Original icon was based on the GNOME/Adwaita folder set, updated the SparkleShare icons to match the latest version of that set
2016-12-08 10:26:15 -05:00
Markus Stoll d339d77347 add debug Symbols for Debug configuration
add DebugMac configuration for debugging on Mac / OSX
2016-10-05 09:29:51 +02:00
Hylke Bons 4fa7a81dd4 Merge pull request #1726 from markusstoll/master
Release config for Mac
2016-09-29 09:30:35 +01:00
Markus Stoll 80241a4355 ingnore git build stuff 2016-09-29 09:47:08 +02:00
Markus Stoll 392b29dbfb use git version that compiles on osx 2016-09-28 16:08:13 +02:00
Markus Stoll 471b999164 Release config for Mac 2016-09-26 21:53:57 +02:00
Hylke Bons ed06e9c2b7 Merge pull request #1722 from paul-hammant/master
font not available on El Capitan
2016-09-08 09:12:33 +01:00
Paul Hammant 04523a74d9 font not available on El Capitan 2016-09-08 03:15:50 -04:00