mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Merge remote-tracking branch 'origin/bookworm' into portal-api
This commit is contained in:
commit
e04e601455
3 changed files with 16 additions and 2 deletions
|
@ -10,7 +10,7 @@ ngx.header["X-SSO-WAT"] = "You've just been SSOed"
|
|||
-- Misc imports
|
||||
local jwt = require("vendor.luajwtjitsi.luajwtjitsi")
|
||||
local cipher = require('openssl.cipher')
|
||||
local rex = require("rex_pcre")
|
||||
local rex = require("rex_pcre2")
|
||||
|
||||
-- ###########################################################################
|
||||
-- 0. Misc helpers because Lua has no sugar ...
|
||||
|
|
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -1,3 +1,17 @@
|
|||
ssowat (12.0.0) unstable; urgency=low
|
||||
|
||||
- Tmp changelog to prepare Bookworm
|
||||
|
||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Thu, 04 May 2023 20:30:19 +0200
|
||||
|
||||
ssowat (11.2) stable; urgency=low
|
||||
|
||||
- i18n: Translations updated for Chinese (Simplified), German, Indonesian, Japanese
|
||||
|
||||
Thanks to all contributors <3 ! (Christian Wehrli, motcha, Neko Nekowazarashi, Poesty Li)
|
||||
|
||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Mon, 17 Jul 2023 16:34:25 +0200
|
||||
|
||||
ssowat (11.1.4) stable; urgency=low
|
||||
|
||||
- Releasing as stable
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,7 +7,7 @@ Standards-Version: 3.9.1
|
|||
|
||||
Package: ssowat
|
||||
Architecture: all
|
||||
Depends: nginx-extras (>=1.6.2), lua-json, lua-rex-pcre, lua-basexx, lua-luaossl, lua-logging, whois
|
||||
Depends: nginx-extras (>=1.6.2), lua-json, lua-rex-pcre2, lua-basexx, lua-luaossl, lua-logging, whois
|
||||
Homepage: https://yunohost.org
|
||||
Description: user portal with single sign-on designed for Yunohost
|
||||
A minimalist user portal with single sign-on, designed to be
|
||||
|
|
Loading…
Reference in a new issue