File tree Expand file tree Collapse file tree 2 files changed +55
-26
lines changed Expand file tree Collapse file tree 2 files changed +55
-26
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+ - Migrated changelog from README.md to CHANGELOG.md
9+
10+ ## [ 1.0.10] - 2020-01-15
11+ ### Added
12+ - Compatibility with Nextcloud 18
13+ [ 728f0fc] ( https://github.com/PanCakeConnaisseur/user_backend_sql_raw/commit/728f0fc13f4d2ecdc48dde2685d5962f1713fef5 )
14+
15+ ## [ 1.0.9] - 2019-12-18
16+ ### Added
17+ - Compatibility with Nextcloud 17
18+
19+ ## [ 1.0.8] - 2019-05-31
20+ ### Added
21+ - Add support for Argon2id password hashing
22+
23+ ## [ 1.0.7] - 2019-05-30
24+ ### Added
25+ - Compatibility with Nextcloud 16
26+
27+ ## [ 1.0.6] - 2018-12-14
28+ ### Added
29+ - Compatibility with Nextcloud 15
30+
31+ ## [ 1.0.5] - 2018-12-04
32+ ### Fixed
33+ - Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly.
34+
35+ ## [ 1.0.4] - 2018-12-03
36+ ### Fixed
37+ - Fixed code integrity check issues.
38+
39+ ## [ 1.0.3] - 2018-10-14
40+ ### Added
41+ - Compatibility with Nextcloud 14
42+
43+ ## [ 1.0.2] - 2018-06-26
44+ ### Fixed
45+ - Fixed a typo bug introduced in 1.0.1
46+
47+ ## [ 1.0.1] - 2018-06-26
48+ ### Fixed
49+ - Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud
50+ from realizing that that operation failed.
51+
52+ ## [ 1.0.0] - 2018-04-29
53+ ### Changed
54+ - Named parameter in query ` get_users ` was ` :username ` , is now ` :search ` because you search for
55+ user names and display names.
Original file line number Diff line number Diff line change @@ -102,29 +102,3 @@ by default */var/www/nextcloud/data/nextcloud.log* or */var/log/syslog*.
102102 is not empty the app assumes that it is a query and executes it. It's likely that you will
103103 have typos in your SQL queries. Check the log to find out if and why SQL queries fail.
104104- This app also logs non-SQL configuration errors, e.g. missing db name.
105-
106- # Release Notes
107- ## 1.0.10
108- - Compatibility with Nextcloud 18
109- ## 1.0.9
110- - Compatibility with Nextcloud 17
111- ## 1.0.8
112- - Add support for Argon2id password hashing
113- ## 1.0.7
114- - Compatibility with Nextcloud 16
115- ## 1.0.6
116- - Compatibility with Nextcloud 15
117- ## 1.0.5
118- - Fix an issue where the MariaDB/MySQL driver would not handle a LIMIT or OFFSET parameter properly.
119- ## 1.0.4
120- - Fixed code integrity check issues.
121- ## 1.0.3
122- - Compatibility with Nextcloud 14
123- ## 1.0.2
124- - Fixed a typo bug introduced in 1.0.1
125- ## 1.0.1
126- - Fixed a bug where for some (non security related) operations, SQL errors would prevent Nextcloud
127- from realizing that that operation failed.
128- ## 1.0.0
129- - Named parameter in query ` get_users ` was ` :username ` , is now ` :search ` because you search for
130- user names and display names.
You can’t perform that action at this time.
0 commit comments