diff --git a/CHANGELOG.md b/CHANGELOG.md index 822c3d3..9e44380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,37 +1,43 @@ -0.5.10 : - - fix typo - - fix for PHP 5.3 compliance +1.0 - 20221230 +- update to dotclear 2.24 +- change settings names +- remove debug mode +- use dcLog table for last logins -0.5.9 : - - fix bug in history page (PHP errors when history was empty) - - add page "debug" in plugin page in order to get infos about hosting setup (when plugins fails to authenticate users) +0.5.10 +- fix typo +- fix for PHP 5.3 compliance -0.5 : - - deep rewrite : HTTP auth is not directly handled by apache anymore but by a dotclear behavior - - add support of multiblog installation (thanks to Stephanie "piloue" and Gabriel for being so patient and their helpfull tests) - - add support PHP running as CGI (tested with OVH hosting services) - - auto-detect crypt functions available and let user choose it - - HTTP auth is not required in order to access to blog admin - - plugin admin page with tabs - - plugin imported to dotclear lab - - Known issues : This plugin does not protect non-php files (images, css, js) +0.5.9 +- fix bug in history page (PHP errors when history was empty) +- add page "debug" in plugin page in order to get infos about hosting setup (when plugins fails to authenticate users) -0.4 : never released - - check filepermission when running - - add free.fr support +0.5 +- deep rewrite : HTTP auth is not directly handled by apache anymore but by a dotclear behavior +- add support of multiblog installation (thanks to Stephanie "piloue" and Gabriel for being so patient and their helpfull tests) +- add support PHP running as CGI (tested with OVH hosting services) +- auto-detect crypt functions available and let user choose it +- HTTP auth is not required in order to access to blog admin +- plugin admin page with tabs +- plugin imported to dotclear lab -0.3 : - - add last connection tracker +Known issues : This plugin does not protect non-php files (images, css, js) -0.2 : 2008-11-22 - - _install.php added - - password crypt function setting added - - password crypt function can be choose within trim, crypt, md5, sha1 - - remonte crypt function added as rcrypt rmd5 and rsha1 : crypt function - is called over http://frederic.ple.name/.... - This feature can ensure plugin running on php restricted environment - (ex: OVH.COM) +0.4 +- check filepermission when running +- add free.fr support + +0.3 +- add last connection tracker + +0.2 - 2008.11.22 +- _install.php added +- password crypt function setting added +- password crypt function can be choose within trim, crypt, md5, sha1 +- remonte crypt function added as rcrypt rmd5 and rsha1 : crypt function + is called over http://frederic.ple.name/.... + This feature can ensure plugin running on php restricted environment + (ex: OVH.COM) 0.1 : 2008-11-17 -INITIAL public release +- INITIAL public release diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7bd86b --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# README + +[![Release](https://img.shields.io/github/v/release/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/issues) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/httpPassword) +[![License](https://img.shields.io/github/license/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/blob/master/LICENSE) + +## WHAT IS HTTPPASSWORD ? + +_httpPassword_ is a plugin for the open-source +web publishing software called Dotclear. + +Its helps to manage .httppassword files to make a blog private. + +## REQUIREMENTS + + _httpPassword_ requires: + + * httpPassword permission to configure + * Dotclear 2.24 + * Write permissions on blogs directories + * A web server that support .htpassword files. (Apache) + +## USAGE + +First install _httpPassword_, manualy from a zip package or from +Dotaddict repository. (See Dotclear's documentation to know how do this) + +... + +## LINKS + + * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) + * Source & contribution : [GitHub Page](https://github.com/JcDenis/kUtRL) + * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/kUtRL) + * Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158) + +## CONTRIBUTORS + + * Frederic PLE (author) + * Jean-Christian Denis + + You are welcome to contribute to this code. diff --git a/dcstore.xml b/dcstore.xml new file mode 100644 index 0000000..a502efb --- /dev/null +++ b/dcstore.xml @@ -0,0 +1,13 @@ + + + + Http password + 1.0 + Frederic PLE and contributors + Manage .htpasswd file to make the blog private + https://github.com/JcDenis/httpPassword/releases/download/v1.0/plugin-httpPassword.zip + 2.24 + http://plugins.dotaddict.org/dc2/details/httpPassword + https://github.com/JcDenis/httpPassword + + diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..eb10f7a --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,35 @@ +