mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-13 16:29:09 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
69b36eb6af | ||
|
504d758112 | ||
|
dfd2b058ec | ||
|
f00e65442b | ||
|
02eacdc619 | ||
|
7effe3834e | ||
|
d9b68bec93 | ||
|
a5f275e817 |
28
CHANGELOG
28
CHANGELOG
@@ -244,3 +244,31 @@
|
|||||||
* #7827: The error message "given name ... differs from filesystem name ..." does not help users to resolve the issue
|
* #7827: The error message "given name ... differs from filesystem name ..." does not help users to resolve the issue
|
||||||
* #7893: Updating ignores blocks GUI when IO slots are unavailable
|
* #7893: Updating ignores blocks GUI when IO slots are unavailable
|
||||||
|
|
||||||
|
[1.18.3]
|
||||||
|
* Update Syncthing to 1.18.3
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.18.3)
|
||||||
|
|
||||||
|
[1.18.4]
|
||||||
|
* Update Syncthing to 1.18.4
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.18.4)
|
||||||
|
* #7991: Encryption trailer not updated on shortcut
|
||||||
|
* #7994: Index "out of sync with reality" on receive-encrypted folder
|
||||||
|
* #8000: stdiscosrv + strelaysrv systemd services not restarting on upgrade
|
||||||
|
* #8012: Not retrying to sync when a new connection is established
|
||||||
|
|
||||||
|
[1.18.5]
|
||||||
|
* Update Syncthing to 1.18.5
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.18.5)
|
||||||
|
* Update base image to 3.2.0
|
||||||
|
* #7715: Deleted encrypted files don't show up as locally changed in web UI
|
||||||
|
* #7115: Use CRLF instead of LF in config.xml and .stignore on Windows
|
||||||
|
* #8014: Send TLS SNI to relay server
|
||||||
|
* #8021: Provide a way to preset GUI credentials with password hashing
|
||||||
|
|
||||||
|
[1.19.0]
|
||||||
|
* Update Syncthing to 1.19.0
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.19.0)
|
||||||
|
* #8103: API: /rest/system/connections has misleading "total" entries
|
||||||
|
* #7428: Add ignore patterns to folder defaults
|
||||||
|
* #8090: Allow specifying ports in --generate
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.18.2",
|
"version": "1.19.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Syncthing <upstream>1.18.2</upstream>.
|
This app packages Syncthing <upstream>1.19.0</upstream>.
|
||||||
|
|
||||||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
|
||||||
|
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=1.18.2
|
ARG VERSION=1.19.0
|
||||||
|
|
||||||
RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1
|
RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1
|
||||||
|
|
||||||
|
2167
test/package-lock.json
generated
2167
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,10 +9,10 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^94.0.0",
|
"chromedriver": "^97.0.4",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^9.1.2",
|
"mocha": "^9.2.0",
|
||||||
"selenium-webdriver": "^3.6.0",
|
"selenium-webdriver": "^4.1.1",
|
||||||
"superagent": "^6.1.0"
|
"superagent": "^7.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user