summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 15:31:17 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 19:48:06 +0100
commit0d5c4e438e001ef21dfae69df4ae186b697d2efc (patch)
tree82e00390f6bac6fbcb1bb09479982167b5e792f4 /appinfo
parentf7520a8fe7191475668904f5f8c1816df25e2e5a (diff)
add basic basic auth support
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml12
-rw-r--r--appinfo/info.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index a831b4211..9b6b36a3d 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -154,6 +154,18 @@
<notnull>false</notnull>
</field>
<field>
+ <name>basic_auth_user</name>
+ <type>clob</type>
+ <default></default>
+ <notnull>false</notnull>
+ </field>
+ <field>
+ <name>basic_auth_password</name>
+ <type>clob</type>
+ <default></default>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>deleted_at</name>
<type>integer</type>
<default>0</default>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cb58ef86b..38fd91fef 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
- <version>7.1.2</version>
+ <version>7.1.3</version>
<namespace>News</namespace>
<!-- resources -->