Skip to content

Commit 45195bc

Browse files
committed
Update code for release of the app in the Nextcloud App Store
1 parent b009d4a commit 45195bc

File tree

8 files changed

+16
-103
lines changed

8 files changed

+16
-103
lines changed

.hg_archival.txt

-4
This file was deleted.

.hgignore

-2
This file was deleted.

.hgtags

-14
This file was deleted.

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
user_sql
22
========
33

4-
Owncloud/Nextcloud SQL authentification
4+
Owncloud/Nextcloud SQL authentication
55

6-
This is plugin is heavily based on user_imap, user_pwauth, user_ldap and user_redmine!
6+
This repository contains continuation of work done in [this repo](https://www.aboehler.at/hg/user_sql/).
7+
8+
This plugin is heavily based on user_imap, user_pwauth, user_ldap and user_redmine!
79

810
Enable it in your Admin -> Apps section and configure your server's details.
911
Currently, it supports most of postfixadmin's encryption options, except dovecot and saslauthd.
@@ -20,5 +22,6 @@ username separated by ';' to login as target user using supervisor's password
2022

2123
Credits
2224

25+
* Andreas Boehler for releasing the first version of this application
2326
* Johan Hendriks provided his user_postfixadmin
2427
* Ed Wildgoose for fixing possible SQL injection vulnerability

appinfo/info.xml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<?xml version="1.0"?>
22
<info>
3-
<id>user_sql</id>
4-
<name>SQL user backend</name>
5-
<summary>Authenticate Users by SQL</summary>
6-
<description>Authenticate Users by SQL</description>
7-
<version>2.3.1</version>
3+
<id>user_sql_2</id>
4+
<name>SQL user backend 2</name>
5+
<summary>Authenticate users by SQL queries.</summary>
6+
<description>Authenticate users by SQL queries.</description>
7+
<version>1.0.0</version>
88
<licence>agpl</licence>
9-
<author>Andreas Boehler &lt;dev (at) aboehler
10-
(dot) at &gt;</author>
9+
<author>Andreas Boehler &lt;dev (at) aboehler (dot) at &gt;</author>
1110
<namespace>user_sql</namespace>
11+
<bugs>https://github.com/mlojewski-me/user_sql/issues</bugs>
12+
<repository>https://github.com/mlojewski-me/user_sql</repository>
13+
<screenshot>https://raw.githubusercontent.com/mlojewski-me/user_sql/2_v1.0.0/screenshot.png</screenshot>
1214
<types>
1315
<authentication/>
1416
</types>

appinfo/update.php

-73
This file was deleted.

css/settings.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#sql-3 p label:first-child,
1818
#sql-4 p label:first-child,
1919
#sql-5 p label:first-child,
20-
#sql-6 p label:first-child {
20+
#sql-6 p label:first-child,
21+
#sql-7 p label:first-child {
2122
display: inline-block;
2223
text-align: right;
2324
width: 300px;

screenshot.png

24.2 KB
Loading

0 commit comments

Comments
 (0)