You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
* Support reading passwords from a file specified in the `db_password_file` config key. This is
13
-
useful for systems where configuration files might be(come) public or world readable and thus
14
-
secrets must be kept separately in files. Examples are NixOS or Docker (secrets).
12
+
* Support reading passwords from a file specified in the `db_password_file`
13
+
config key. This is useful for systems where configuration files might be(come)
14
+
public or world readable and thus secrets must be kept separately in files.
15
+
Examples are NixOS or Docker (secrets).
15
16
16
17
## [1.4.0] - 2024-04-28
17
18
@@ -23,7 +24,8 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
23
24
24
25
### Added
25
26
26
-
*[check](https://github.com/nextcloud/server/issues/29914) and increase supported version to Nextcloud 24
27
+
*[check](https://github.com/nextcloud/server/issues/29914) and increase
28
+
supported version to Nextcloud 24
27
29
28
30
## [1.2.0] - 2022-05-29
29
31
@@ -50,7 +52,12 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
50
52
51
53
### Removed
52
54
53
-
* support for Nextcloud < 20, due to migration to newer Nextcloud APIs. Older versions of the app will remain in the [Nextcloud app store](https://apps.nextcloud.com/apps/user_backend_sql_raw) and support older versions of Nextcloud. Alternatively you can find all versions in the [releases section](https://github.com/PanCakeConnaisseur/user_backend_sql_raw/releases).
55
+
* support for Nextcloud < 20, due to migration to newer Nextcloud APIs. Older
56
+
versions of the app will remain in the [Nextcloud app
57
+
store](https://apps.nextcloud.com/apps/user_backend_sql_raw) and support older
58
+
versions of Nextcloud. Alternatively you can find all versions in the
0 commit comments