release 1.4

This commit is contained in:
Jean-Christian Paul Denis 2023-08-13 00:16:19 +02:00
parent b89a21f101
commit 5e68594f22
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 92 additions and 74 deletions

View File

@ -1,59 +1,79 @@
1.3 - 2023.05.13 httpPassword 1.4 - 2023.08.12
- require dotclear 2.26 ===========================================================
- fix type hint and nullsafe warnings * Require Dotclear 2.27
* Require PHP 7.4+
* Upgrade to Dotclear 2.27
* Remove custom permission, only admin can handle httpPassword
* Move third party repository
* Use Dotclear style for CHANGELOG
1.2 - 2023.04.22 httpPassword 1.3 - 2023.05.13
- require dotclear 2.26 ===========================================================
- add plugin Uninstaller features * require dotclear 2.26
- use latest dotclear namespace * fix type hint and nullsafe warnings
- fix static init
- fix permission
- code doc and review
1.1 - 2023.03.25 httpPassword 1.2 - 2023.04.22
- require dotclear 2.26 ===========================================================
- use namespace * require dotclear 2.26
* add plugin Uninstaller features
* use latest dotclear namespace
* fix static init
* fix permission
* code doc and review
1.0 - 2022.12.30 httpPassword 1.1 - 2023.03.25
- update to dotclear 2.24 ===========================================================
- change settings names * require dotclear 2.26
- remove debug mode * use namespace
- use dcLog table for last logins
0.5.10 httpPassword 1.0 - 2022.12.30
- fix typo ===========================================================
- fix for PHP 5.3 compliance * update to dotclear 2.24
* change settings names
* remove debug mode
* use dcLog table for last logins
0.5.9 httpPassword 0.5.10
- 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) * fix typo
* fix for PHP 5.3 compliance
0.5 httpPassword 0.5.9
- 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) * fix bug in history page (PHP errors when history was empty)
- add support PHP running as CGI (tested with OVH hosting services) * add page "debug" in plugin page in order to get infos about hosting setup (when plugins fails to authenticate users)
- auto-detect crypt functions available and let user choose it
- HTTP auth is not required in order to access to blog admin httpPassword 0.5
- plugin admin page with tabs ===========================================================
- plugin imported to dotclear lab * 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) Known issues : This plugin does not protect non-php files (images, css, js)
0.4 httpPassword 0.4
- check filepermission when running ===========================================================
- add free.fr support * check filepermission when running
* add free.fr support
0.3 httpPassword 0.3
- add last connection tracker ===========================================================
* add last connection tracker
0.2 - 2008.11.22 httpPassword 0.2 - 2008.11.22
- _install.php added ===========================================================
- password crypt function setting added * _install.php added
- password crypt function can be choose within trim, crypt, md5, sha1 * password crypt function setting added
- remonte crypt function added as rcrypt rmd5 and rsha1 : crypt function * 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/.... is called over http://frederic.ple.name/....
This feature can ensure plugin running on php restricted environment This feature can ensure plugin running on php restricted environment
(ex: OVH.COM) (ex: OVH.COM)
0.1 : 2008-11-17 httpPassword 0.1 : 2008-11-17
- INITIAL public release ===========================================================
* INITIAL public release

View File

@ -1,11 +1,10 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) [![Release](https://img.shields.io/badge/release-1.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/httpPassword/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) [![Date](https://img.shields.io/badge/date-2023.08.12-c44d58.svg)](https://git.dotclear.watch/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.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/httpPassword)
[![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://git.dotclear.watch/JcDenis/httpPassword/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/blob/master/LICENSE)
## WHAT IS HTTPPASSWORD ? ## WHAT IS HTTPPASSWORD ?
@ -18,8 +17,8 @@ Its helps to manage .httppassword files to make a blog private.
_httpPassword_ requires: _httpPassword_ requires:
* httpPassword permission to configure * Dotclear 2.27
* Dotclear 2.26 * PHP 7.4+
* Write permissions on blogs directories * Write permissions on blogs directories
## USAGE ## USAGE
@ -32,8 +31,8 @@ Manage settings, last logins, authorized users from sidebar menu _Http password_
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/kUtRL) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/httpPassword) or [GitHub Page](https://github.com/JcDenis/httpPassword)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/kUtRL) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/httpPassword/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/httpPassword)
* Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158) * Discussion & Help: [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=331158)
## CONTRIBUTORS ## CONTRIBUTORS

View File

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis * @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/ */
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) { if (!defined('DC_RC_PATH')) {
return null; return null;
} }
@ -18,16 +18,15 @@ $this->registerModule(
'Http password', 'Http password',
'Manage .htpasswd file to make the blog private', 'Manage .htpasswd file to make the blog private',
'Frederic PLE and contributors', 'Frederic PLE and contributors',
'1.3', '1.4',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_USAGE, dcCore::app()->auth::PERMISSION_ADMIN,
initHttpPassword::PERMISSION,
]), ]),
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://github.com/JcDenis/' . basename(__DIR__), 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
] ]
); );

View File

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="httpPassword"> <module id="httpPassword">
<name>Http password</name> <name>Http password</name>
<version>1.3</version> <version>1.4</version>
<author>Frederic PLE and contributors</author> <author>Frederic PLE and contributors</author>
<desc>Manage .htpasswd file to make the blog private</desc> <desc>Manage .htpasswd file to make the blog private</desc>
<file>https://github.com/JcDenis/httpPassword/releases/download/v1.3/plugin-httpPassword.zip</file> <file>https://git.dotclear.watch/JcDenis/httpPassword/releases/download/v1.4/plugin-httpPassword.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/httpPassword</da:details> <da:details>https://git.dotclear.watch/JcDenis/httpPassword/src/branch/master/README.md</da:details>
<da:support>https://github.com/JcDenis/httpPassword</da:support> <da:support>https://git.dotclear.watch/JcDenis/httpPassword/issues</da:support>
</module> </module>
</modules> </modules>