|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | ## [Unreleased] |
8 | 9 |
|
| 10 | +### Added |
| 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). |
| 15 | + |
9 | 16 | ## [1.4.0] - 2024-04-28 |
| 17 | + |
10 | 18 | ### Added |
| 19 | + |
11 | 20 | * check and increase supported version to Nextcloud 29 |
12 | 21 |
|
13 | 22 | ## [1.3.0] - 2022-05-29 |
| 23 | + |
14 | 24 | ### Added |
| 25 | + |
15 | 26 | * [check](https://github.com/nextcloud/server/issues/29914) and increase supported version to Nextcloud 24 |
16 | 27 |
|
17 | 28 | ## [1.2.0] - 2022-05-29 |
| 29 | + |
18 | 30 | ### Added |
| 31 | + |
19 | 32 | * check and increase supported version to Nextcloud 23 |
20 | 33 |
|
21 | 34 | ## [1.1.1] - 2021-06-24 |
| 35 | + |
22 | 36 | ### Added |
| 37 | + |
23 | 38 | * check and enable compatibility with Nextcloud 22 |
24 | 39 |
|
25 | 40 | ## [1.1.0] - 2021-06-07 |
| 41 | + |
26 | 42 | ### Added |
27 | | -- compatibility with Nextcloud 21 |
| 43 | + |
| 44 | +* compatibility with Nextcloud 21 |
28 | 45 |
|
29 | 46 | ### Changed |
| 47 | + |
30 | 48 | * app now requires PHP >=7.2 |
31 | 49 | * internal migrations to current Nextcloud APIs |
32 | 50 |
|
33 | 51 | ### Removed |
| 52 | + |
34 | 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). |
35 | 54 |
|
36 | 55 | ### Fixed |
37 | | -- Order of XML elements in appinfo/info.xml now conforms to XSD |
| 56 | + |
| 57 | +* Order of XML elements in appinfo/info.xml now conforms to XSD |
38 | 58 |
|
39 | 59 | ## [1.0.12] - 2020-10-07 |
| 60 | + |
40 | 61 | ### Added |
41 | | -- Compatibility with Nextcloud 20 |
| 62 | + |
| 63 | +* Compatibility with Nextcloud 20 |
42 | 64 |
|
43 | 65 | ## [1.0.11] - 2020-09-17 |
| 66 | + |
44 | 67 | ### Added |
45 | | -- Compatibility with Nextcloud 19 |
| 68 | + |
| 69 | +* Compatibility with Nextcloud 19 |
46 | 70 |
|
47 | 71 | ### Changed |
48 | | -- Migrated changelog from README.md to CHANGELOG.md |
49 | 72 |
|
| 73 | +* Migrated changelog from README.md to CHANGELOG.md |
50 | 74 |
|
51 | 75 | ## [1.0.10] - 2020-01-15 |
| 76 | + |
52 | 77 | ### Added |
53 | | -- Compatibility with Nextcloud 18 |
| 78 | + |
| 79 | +* Compatibility with Nextcloud 18 |
54 | 80 | [728f0fc](https://github.com/PanCakeConnaisseur/user_backend_sql_raw/commit/728f0fc13f4d2ecdc48dde2685d5962f1713fef5) |
55 | 81 |
|
56 | 82 | ## [1.0.9] - 2019-12-18 |
| 83 | + |
57 | 84 | ### Added |
58 | | -- Compatibility with Nextcloud 17 |
| 85 | + |
| 86 | +* Compatibility with Nextcloud 17 |
59 | 87 |
|
60 | 88 | ## [1.0.8] - 2019-05-31 |
| 89 | + |
61 | 90 | ### Added |
62 | | -- Add support for Argon2id password hashing |
| 91 | + |
| 92 | +* Add support for Argon2id password hashing |
63 | 93 |
|
64 | 94 | ## [1.0.7] - 2019-05-30 |
| 95 | + |
65 | 96 | ### Added |
66 | | -- Compatibility with Nextcloud 16 |
| 97 | + |
| 98 | +* Compatibility with Nextcloud 16 |
67 | 99 |
|
68 | 100 | ## [1.0.6] - 2018-12-14 |
| 101 | + |
69 | 102 | ### Added |
70 | | -- Compatibility with Nextcloud 15 |
| 103 | + |
| 104 | +* Compatibility with Nextcloud 15 |
71 | 105 |
|
72 | 106 | ## [1.0.5] - 2018-12-04 |
| 107 | + |
73 | 108 | ### Fixed |
74 | | -- Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly. |
| 109 | + |
| 110 | +* Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly. |
75 | 111 |
|
76 | 112 | ## [1.0.4] - 2018-12-03 |
| 113 | + |
77 | 114 | ### Fixed |
78 | | -- Fixed code integrity check issues. |
| 115 | + |
| 116 | +* Fixed code integrity check issues. |
79 | 117 |
|
80 | 118 | ## [1.0.3] - 2018-10-14 |
| 119 | + |
81 | 120 | ### Added |
82 | | -- Compatibility with Nextcloud 14 |
| 121 | + |
| 122 | +* Compatibility with Nextcloud 14 |
83 | 123 |
|
84 | 124 | ## [1.0.2] - 2018-06-26 |
| 125 | + |
85 | 126 | ### Fixed |
86 | | -- Fixed a typo bug introduced in 1.0.1 |
| 127 | + |
| 128 | +* Fixed a typo bug introduced in 1.0.1 |
87 | 129 |
|
88 | 130 | ## [1.0.1] - 2018-06-26 |
| 131 | + |
89 | 132 | ### Fixed |
90 | | -- Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud |
| 133 | + |
| 134 | +* Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud |
91 | 135 | from realizing that that operation failed. |
92 | 136 |
|
93 | 137 | ## [1.0.0] - 2018-04-29 |
| 138 | + |
94 | 139 | ### Changed |
95 | | -- Named parameter in query `get_users` was `:username`, is now `:search` because you search for |
| 140 | + |
| 141 | +* Named parameter in query `get_users` was `:username`, is now `:search` because you search for |
96 | 142 | user names and display names. |
0 commit comments