Skip to content

Commit e11eb67

Browse files
Alexey Abelalexeyabel
authored andcommitted
Format markdown files and mention socket for PostgreSQL
1 parent 417c79f commit e11eb67

File tree

2 files changed

+131
-103
lines changed

2 files changed

+131
-103
lines changed

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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).
1516

1617
## [1.4.0] - 2024-04-28
1718

@@ -23,7 +24,8 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
2324

2425
### Added
2526

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
2729

2830
## [1.2.0] - 2022-05-29
2931

@@ -50,7 +52,12 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
5052

5153
### Removed
5254

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
59+
[releases
60+
section](https://github.com/PanCakeConnaisseur/user_backend_sql_raw/releases).
5461

5562
### Fixed
5663

@@ -107,7 +114,8 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
107114

108115
### Fixed
109116

110-
* Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly.
117+
* Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET
118+
parameter properly.
111119

112120
## [1.0.4] - 2018-12-03
113121

@@ -131,12 +139,12 @@ secrets must be kept separately in files. Examples are NixOS or Docker (secrets)
131139

132140
### Fixed
133141

134-
* Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud
135-
from realizing that that operation failed.
142+
* Fixed a bug where for some (non security related) operations, SQL errors would
143+
prevent Nextcloud from realizing that that operation failed.
136144

137145
## [1.0.0] - 2018-04-29
138146

139147
### Changed
140148

141-
* Named parameter in query `get_users` was `:username`, is now `:search` because you search for
142-
user names and display names.
149+
* Named parameter in query `get_users` was `:username`, is now `:search` because
150+
you search for user names and display names.

0 commit comments

Comments
 (0)