459 Commits

Author SHA1 Message Date
Sebastian Stenzel
f19ff59005
add suffix to uploaded artifacts 2023-09-06 16:47:29 +02:00
Sebastian Stenzel
8786b5ee2a
can't use env vars in matrix builds 2023-09-06 16:43:58 +02:00
Sebastian Stenzel
c7e23f9646
build AppImage for aarch64 2023-09-06 16:40:00 +02:00
Sebastian Stenzel
13a0578ab7
fix checksum file format 2023-09-06 13:05:01 +02:00
Sebastian Stenzel
888bf04ec2
fix workflow files 2023-09-06 13:01:48 +02:00
Sebastian Stenzel
d0822041ec
renamed workflow file 2023-09-06 12:58:08 +02:00
Sebastian Stenzel
e65a57bba9
harmonize workflow files
in regards to JDK distribution and OpenJFX downloads
2023-09-06 12:57:41 +02:00
Sebastian Stenzel
62f50ce366
rename groups
[ci skip]
2023-08-29 07:52:37 +02:00
Julian Raufelder
de78cd014d
Merge branch 'main' into develop 2023-08-11 16:44:23 +02:00
Julian Raufelder
ef4738f920
Use latest version of Java to avoid using an out of date version when building the release
See https://github.com/actions/setup-java/tree/main#check-latest for further information
2023-08-11 15:52:42 +02:00
Armin Schrenk
6edfaf3eb6
fix windows installer ci script 2023-08-09 22:55:32 +02:00
Armin Schrenk
abdc8672f1
update org.openjdk:javafx from 20.0.1 to 20.0.2 2023-08-09 20:41:14 +02:00
dependabot[bot]
b7f514e16b
Bump the all group with 2 updates (#3066)
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action).


Updates `actions/checkout` from 2 to 3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

Updates `SamKirkland/FTP-Deploy-Action` from 4.3.0 to 4.3.4
- [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases)
- [Commits](https://github.com/samkirkland/ftp-deploy-action/compare/4.3.0...v4.3.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: SamKirkland/FTP-Deploy-Action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-09 15:03:35 +02:00
Sebastian Stenzel
5c4c59fe18
add dependabot config 2023-08-09 13:19:23 +02:00
Sebastian Stenzel
1f09a3fa3a
allow notarization on manually dispatched builds 2023-08-01 10:04:34 +02:00
Armin Schrenk
8b9d5d136e
Merge pull request #3033 from cryptomator/feature/fix-macOS-build
CI: Use Temurin JVM+JFX Jmods from Gluon instead of Zulu JVM+FX

Fixes #3030
2023-07-26 19:53:48 +02:00
Armin Schrenk
1a153e1f6e
Merge branch 'develop' into libappindicator 2023-07-26 14:18:42 +02:00
Armin Schrenk
27ca6591ea
Apply suggestions from code review
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
2023-07-26 13:01:14 +02:00
Armin Schrenk
ad3d36e06a
check sha256 sum of downloaded artifact in ci 2023-07-26 11:37:05 +02:00
Armin Schrenk
b73993c375
add jfx to module path 2023-07-25 14:43:29 +02:00
Armin Schrenk
e41a33d250
fixes #3030 2023-07-25 13:07:40 +02:00
Armin Schrenk
f1d4bd4cd4
Closes #2989 2023-07-13 12:22:46 +02:00
Ralph Plawetzki
3fbc5e84e3
Define property in a single line 2023-07-12 19:16:04 +02:00
Ralph Plawetzki
da8410842b
Change showTrayIcon to true for all Linux builds 2023-07-11 19:56:22 +02:00
Ralph Plawetzki
1cae1a5f2f
Fix setting TRAYICONSDIR 2023-07-11 19:25:37 +02:00
Armin Schrenk
511dbe355a
Fixes #2982 2023-07-04 12:41:06 +02:00
Armin Schrenk
168b9ef096
changed default folder mount location on macOS 2023-07-03 13:11:38 +02:00
Sebastian Stenzel
711a3881f8
fix appimage CI build 2023-07-03 11:00:12 +02:00
Sebastian Stenzel
399c5c0565
Merge branch 'develop' into feature/libappindicator 2023-07-03 10:59:50 +02:00
Sebastian Stenzel
6c8005e1b2
use github.ref instead of inputs.ref
[ci skip]
2023-07-03 10:59:32 +02:00
Ralph Plawetzki
449e330992
Merge branch cryptomator/develop 2023-07-01 18:45:45 +02:00
Ralph Plawetzki
0f0855165e
Changes due to new handling of system environment
Introduced with PR #2957
2023-07-01 18:02:12 +02:00
Armin Schrenk
ce596698e3
stick to a unified path separator for cryptomator properties 2023-06-29 17:58:52 +02:00
Armin Schrenk
5e52f715ce
Merge branch 'develop' into feature/preprocess-properties 2023-06-21 10:31:43 +02:00
Armin Schrenk
ebea8ef7e5
adjust windows buildscripts to use appdata instead of userhome/hard/coded/path 2023-06-20 17:32:23 +02:00
Armin Schrenk
ec645a4bb9
replace ~ by @{userhome} on unix systems 2023-06-20 16:37:32 +02:00
Tobias Hagemann
2e7af0affa
Update SECURITY.md
[ci skip]
2023-06-16 11:41:33 +02:00
Tobias Hagemann
19c41a3cca
Update SECURITY.md
[ci skip]
2023-06-16 11:20:26 +02:00
Ralph Plawetzki
3ae847d5ad
Code improvements and changes
Discussion: https://github.com/cryptomator/integrations-linux/pull/22#pullrequestreview-1479004107
2023-06-15 06:46:05 +02:00
Ralph Plawetzki
c8ed30574a
Introduce JVM property for the SVG image loading path 2023-06-14 06:02:03 +02:00
Ralph Plawetzki
d5cad1a704
Lost+found
Things I forgot or could be more simple
2023-06-05 19:13:25 +02:00
Sebastian Stenzel
c9dd7454f5
Merge branch 'develop' into feature/libappindicator
# Conflicts:
#	pom.xml
2023-06-04 20:40:03 +02:00
Sebastian Stenzel
a22bfacfa2
create symlinks from "symbolic" to "scalable" icons 2023-06-04 14:18:05 +02:00
Ralph Plawetzki
641b21a144
Symbolic icons for the ppa 2023-06-02 06:31:35 +02:00
Armin Schrenk
a8377be691
adjust init release notes file 2023-06-01 17:47:18 +02:00
Ralph Plawetzki
c8cfe473f1
Set icons by icon name
Needed for icons to work on Mate DE
2023-05-29 15:55:01 +02:00
Ralph Plawetzki
1093cb618f
Remove double setting symbolic links 2023-05-25 18:56:04 +02:00
Ralph Plawetzki
71caefbe70
Rename icons and bring them in place 2023-05-25 11:23:24 +02:00
Sebastian Stenzel
6bb69ea8d3
Merge branch 'develop' into libappindicator 2023-05-10 20:21:54 +02:00
Ralph Plawetzki
8b94c82889
Use icons provided by tobihagemann 2023-05-10 06:23:57 +02:00