Yuri Gui
cd9e315447
fix(ui): make Vault Options "Mounting" tab scrollable
...
Wrap the mounting-options VBox in a ScrollPane so that conditionally
shown rows (drive-letter selector, custom mount-point picker, custom
mount flags) remain reachable when the Vault Options window is at or
near its 300px minimum height. Previously the rows were clipped past
the bottom of the tab with no scrollbar, forcing the user to enlarge
the window manually before the controls could be seen or interacted
with.
Fixes #3150
Co-Authored-By: Yuri Gui <yugui923@users.noreply.github.com >
2026-04-25 14:41:28 +00:00
LamTrinh.Dev and GitHub
d67aa9c10a
+ Update Copyright year from "2016 - 2025" to "2016-2026". ( #4218 )
...
* + Update Copyright year from "2016 - 2025" to "2016-2026".
2026-04-13 15:30:33 +02:00
Armin Schrenk
4751c81d06
adjust hub-url in share vault dialog
2026-04-08 16:49:11 +02:00
Armin Schrenk
0e1132133c
replace guava cache with caffeine
2026-04-08 16:23:25 +02:00
a40f17e8f1
Bump the github-actions group with 5 updates ( #4207 )
...
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) | `2.5.0` | `2.6.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `8.0.0` | `8.0.1` |
| [actions/cache](https://github.com/actions/cache ) | `5.0.3` | `5.0.4` |
| [skymatic/semver-validation-action](https://github.com/skymatic/semver-validation-action ) | `3.0.0` | `4.0.0` |
| [vedantmgoyal2009/winget-releaser](https://github.com/vedantmgoyal2009/winget-releaser ) | `19e706d4c9121098010096f9c495a70a7518b30f` | `7bd472be23763def6e16bd06cc8b1cdfab0e2fd5` |
Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/a06a81a03ee405af7f2048a818ed3f03bbf83c7b...153bb8e04406b158c6c84fc1615b65b24149a1fe )
Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c )
Updates `actions/cache` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7 )
Updates `skymatic/semver-validation-action` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/skymatic/semver-validation-action/releases )
- [Commits](https://github.com/skymatic/semver-validation-action/compare/7a6ae1c9e121540d11c9c7e4e667c83d583aa153...7c80b6b03a18b42884761daa9862ff5683ec8c8a )
Updates `vedantmgoyal2009/winget-releaser` from 19e706d4c9121098010096f9c495a70a7518b30f to 7bd472be23763def6e16bd06cc8b1cdfab0e2fd5
- [Release notes](https://github.com/vedantmgoyal2009/winget-releaser/releases )
- [Commits](https://github.com/vedantmgoyal2009/winget-releaser/compare/19e706d4c9121098010096f9c495a70a7518b30f...7bd472be23763def6e16bd06cc8b1cdfab0e2fd5 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/cache
dependency-version: 5.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: skymatic/semver-validation-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: vedantmgoyal2009/winget-releaser
dependency-version: 7bd472be23763def6e16bd06cc8b1cdfab0e2fd5
dependency-type: direct:production
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 11:39:43 +02:00
699e22d31a
chore: Consolidate dependabot maven groups and switch to monthly schedule ( #4208 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: infeo <9036915+infeo@users.noreply.github.com >
2026-04-02 16:58:12 +02:00
mindmonk and GitHub
9de0981594
Merge pull request #4164 from cryptomator/feature/decrypt-name-single-dialog-per-vault
...
Fix Decrypt File Name dialog to reuse a single window
2026-03-31 11:02:13 +02:00
Jan-Peter Klein
87fe209b54
Merge branch 'develop' into feature/decrypt-name-single-dialog-per-vault
2026-03-30 12:47:55 +02:00
Jan-Peter Klein
21cffb13c7
remove unused initialList field from DecryptFileNamesViewController
2026-03-30 12:46:11 +02:00
Jan-Peter Klein
9eca05aeb7
address infeos review: drop paths injection, close on locked vault, clear mapping on close
2026-03-30 12:15:09 +02:00
Armin Schrenk and GitHub
a653fc3627
Merge pull request #4199 from cryptomator/feature/ci-build-flatpak
...
Feature: Build flatpak on CI
2026-03-27 15:30:48 +01:00
Armin Schrenk
db31fcad98
fix flatpak/cryptomator module git error
2026-03-27 13:39:48 +01:00
Armin Schrenk
b82c73f789
decouple build script from app source
...
additionally, check tag if a PR should be created
2026-03-26 18:18:04 +01:00
Armin Schrenk
70d3507e5d
also tie this workflow to get-version workflow
2026-03-26 17:39:05 +01:00
Armin Schrenk
518b45d149
checkout the correct repository
2026-03-26 17:38:31 +01:00
mindmonk and GitHub
65f2eea6c9
Merge pull request #4194 from cryptomator/feature/hide-update-warning-when-no-update-available
...
Hide "lock vaults" warning when no update is available
2026-03-26 17:33:25 +01:00
Jan-Peter Klein
12a4a8218a
change warning visibility check to use isUpdateAvailable
2026-03-26 12:41:15 +01:00
Armin Schrenk
76dd4f079c
use correct cache key
2026-03-26 11:02:08 +01:00
Armin Schrenk
b35fb011e0
fix wrong env variable
2026-03-25 11:03:56 +01:00
Armin Schrenk
fa1e9c7ca7
[skip ci] add comment for envsubst usage
2026-03-25 11:02:32 +01:00
Armin Schrenk
75bb64b333
add permissions
2026-03-24 17:01:22 +01:00
Armin Schrenk
1f40045b41
ensure correct source is used for checkout
2026-03-24 16:55:27 +01:00
Armin Schrenk
1951e5e82c
ensure correct revision
2026-03-24 16:20:33 +01:00
Armin Schrenk
0be39c5b7d
[skip ci] fix typo
2026-03-24 13:21:25 +01:00
Armin Schrenk
6886188ff4
remove manual update script
2026-03-24 13:05:42 +01:00
Armin Schrenk
3a2de81369
do not use placeholder files
2026-03-24 12:37:10 +01:00
Armin Schrenk
4de3ea2892
add verification step
2026-03-24 12:22:46 +01:00
Armin Schrenk
0beb2e3334
adjust flathub pr job
...
* add boolean dispatch input to create pr manually
* remove tarball job
* adjust template build script to final build file
* change PR description
* fix slack webhook
2026-03-24 12:15:41 +01:00
Armin Schrenk
537d79f3c2
activate all runners again
2026-03-24 10:57:32 +01:00
Armin Schrenk
10d5f4f530
rename job
2026-03-24 10:57:08 +01:00
Armin Schrenk
ab0e7e1ea9
fix pattern matching and make flow easier to read
2026-03-23 17:53:33 +01:00
Armin Schrenk
967a3aa10b
ensure to download correct javafx jars
2026-03-23 16:47:18 +01:00
Armin Schrenk
821649c821
[debug] replace natsort with sort
2026-03-23 15:36:36 +01:00
Armin Schrenk
7cf75e9dba
use SNAPSHOT version of flatpak action
...
and keep build dirs
2026-03-23 11:18:38 +01:00
Armin Schrenk
dfe126f827
update maven dependency source file
2026-03-23 11:10:03 +01:00
Armin Schrenk
80ce98991c
use correct runner for every arch
2026-03-23 10:48:53 +01:00
Armin Schrenk
579d42ec74
try x86 runner
2026-03-20 18:42:40 +01:00
Armin Schrenk
047108683f
use as base repo the flathub repo
2026-03-20 18:20:15 +01:00
Armin Schrenk
830c9196e7
activate build flatpak step again
2026-03-20 18:10:38 +01:00
Armin Schrenk
7208f23da1
fix type
2026-03-20 18:04:09 +01:00
Armin Schrenk
b0a4a0bcfa
add debugging code
2026-03-20 17:59:45 +01:00
Armin Schrenk
f7b13dd121
Use flathub repo
...
remove yq edits and simply override build yaml
2026-03-20 17:51:10 +01:00
Armin Schrenk
a5ccfa01d2
use yq action
...
not available in flathub container
2026-03-20 17:26:04 +01:00
Armin Schrenk
62bf4c5b45
fix prepare step
2026-03-20 17:06:42 +01:00
Armin Schrenk
7168d7e31d
deactivate x86 runner during development
2026-03-20 16:54:50 +01:00
Armin Schrenk
3c633f8a34
move all build scripts into flatpak-build dir
...
* additionally, remove maven-dependencies
2026-03-20 16:54:05 +01:00
Armin Schrenk
b606a4ee8e
use FreeDesktop runtime
2026-03-20 16:44:29 +01:00
Armin Schrenk
1af094692f
run also on certain push events
2026-03-20 16:25:51 +01:00
Armin Schrenk
c86d8ac6b8
build flatpak on CI
2026-03-20 16:22:35 +01:00
Armin Schrenk
b06d65ab43
Merge branch 'main' into develop
...
# Conflicts:
# pom.xml
2026-03-20 08:15:31 +01:00