Update (c) + ToDo

This commit is contained in:
Xavier Guimard 2018-06-13 12:25:37 +02:00
parent 22383f0d44
commit 33be6ffaf0
4 changed files with 9 additions and 8 deletions

8
.vscode/tasks.json vendored
View File

@ -6,12 +6,14 @@
{ {
"label": "build", "label": "build",
"type": "shell", "type": "shell",
"command": "LANG=C make" "command": "LANG=C make",
"problemMatcher": []
}, },
{ {
"label": "test", "label": "test",
"type":"shell", "type": "shell",
"command": "LANG=C make test" "command": "LANG=C make test",
"problemMatcher": []
} }
] ]
} }

View File

@ -12,6 +12,7 @@ Copyright: 2005-2018, Xavier Guimard <x.guimard@free.fr>
2012-2015, François-Xavier Deltombe <fxdeltombe@gmail.com> 2012-2015, François-Xavier Deltombe <fxdeltombe@gmail.com>
2012-2015, David Coutadeur <david.coutadeur@gmail.com> 2012-2015, David Coutadeur <david.coutadeur@gmail.com>
2018, Christophe Maudoux <chrmdx@gmail.com> 2018, Christophe Maudoux <chrmdx@gmail.com>
2005-2018, Gendarmerie nationale <https://www.gendarmerie.interieur.gouv.fr>
2006-2015, LINAGORA <info@linagora.com> 2006-2015, LINAGORA <info@linagora.com>
2015-2018, Savoir-faire Linux <contact@savoirfairelinux.com> 2015-2018, Savoir-faire Linux <contact@savoirfairelinux.com>
License: GPL-2+ License: GPL-2+

View File

@ -11,11 +11,8 @@
* Real federation * Real federation
* Unify SAML/OIDC presentation in Choice * Unify SAML/OIDC presentation in Choice
* Read-only manager * Read-only manager
* Register to do
* Brute-force detection ? * Brute-force detection ?
* Verify securedCookie=3 (strange) * Verify securedCookie=3 (strange)
* Calendar in notifications explorer * Calendar in notifications explorer
* "mail" in UserDB/\* * "mail" in UserDB/\*
* verify activeTimer on/off on screen
* Add test for #173

3
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lemonldap-ng Upstream-Name: lemonldap-ng
Upstream-Contact: Xavier Guimard <x.guimard@free.fr> Upstream-Contact: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues
Source: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/tags?sort=updated_desc Source: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/tags?sort=updated_desc
Files: * Files: *
@ -12,6 +12,7 @@ Copyright: 2005-2018, Xavier Guimard <x.guimard@free.fr>
2012-2015, François-Xavier Deltombe <fxdeltombe@gmail.com> 2012-2015, François-Xavier Deltombe <fxdeltombe@gmail.com>
2012-2015, David Coutadeur <david.coutadeur@gmail.com> 2012-2015, David Coutadeur <david.coutadeur@gmail.com>
2018, Christophe Maudoux <chrmdx@gmail.com> 2018, Christophe Maudoux <chrmdx@gmail.com>
2005-2018, Gendarmerie nationale <https://www.gendarmerie.interieur.gouv.fr>
2006-2015, LINAGORA <info@linagora.com> 2006-2015, LINAGORA <info@linagora.com>
2015-2018, Savoir-faire Linux <contact@savoirfairelinux.com> 2015-2018, Savoir-faire Linux <contact@savoirfairelinux.com>
License: GPL-2+ License: GPL-2+