Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2018-08-17 21:28:30 +0300
committerGitHub <noreply@github.com>2018-08-17 21:28:30 +0300
commite043383b3674af30cc11b0c9fd939406f1340a4a (patch)
tree87a52b9598b000e033c0731c80e077a8ef29c8bf
parentf07420dee8a76bfc6cef490aa6ff1a720fb90f7f (diff)
parent51b627d0f4f5941113a398fcd8b57897ccdca3c5 (diff)
Merge pull request #239 from nextcloud/prepare-1.6.2v1.6.2
Prepare 1.6.2
-rw-r--r--CHANGELOG.md9
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--screenshots/2.pngbin280289 -> 542412 bytes
4 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6039b872..d36b994f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+# 1.6.2
+
+### Changelog
+
+- Add reset button to start over with the configuration
+- Show default login screen until SSO is configured
+- updated translations
+- small fixes
+
# 1.6.1
### Fixed
diff --git a/Makefile b/Makefile
index 364826fe..b793045c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=1.6.1
+version+=1.6.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 48c5069e..be601097 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>1.6.1</version>
+ <version>1.6.2</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
diff --git a/screenshots/2.png b/screenshots/2.png
index 04bd220f..0c280396 100644
--- a/screenshots/2.png
+++ b/screenshots/2.png
Binary files differ