-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase compatible version to Nextcloud 24 and update signatures
Checked API changes at nextcloud/server#29914
- Loading branch information
1 parent
0b5b6b1
commit 9805a4f
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ In contrast to the app *SQL user backend*, you write the SQL queries yourself. Y | |
The app uses prepared statements and is written to be secure by default to prevent SQL injections. It understands the most popular standards for password hash formats: MD5-CRYPT, SHA256-CRYPT, SHA512-CRYPT, BCrypt and the state-of-the-art Argon2i and Argon2id. Because the various formats are recognized on-the-fly your db can can have differing hash string formats at the same time, which eases migration to newer formats. | ||
This app supports PostgreSQL and MariaDB/MySQL.]]></description> | ||
<version>1.2.0</version> | ||
<version>1.3.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" >Alexey Abel</author> | ||
<namespace>UserBackendSqlRaw</namespace> | ||
|
@@ -31,6 +31,6 @@ This app supports PostgreSQL and MariaDB/MySQL.]]></description> | |
<repository type="git">https://github.com/PanCakeConnaisseur/user_backend_sql_raw</repository> | ||
<screenshot small-thumbnail="https://raw.githubusercontent.com/PanCakeConnaisseur/user_backend_sql_raw/2eb5221f0725a9ab09fde6384dea62463c7c52e5/screenshot-dark-small.jpg">https://raw.githubusercontent.com/PanCakeConnaisseur/user_backend_sql_raw/2eb5221f0725a9ab09fde6384dea62463c7c52e5/screenshot-dark-large.jpg</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="20" max-version="23"/> | ||
<nextcloud min-version="20" max-version="24"/> | ||
</dependencies> | ||
</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters