History log of /plugin/authdjango/ (Results 1 – 22 of 22)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
08d1624415-Feb-2026 zgtm <zgtm@example.com>

Add basic information and link to DokuWiki plugin page to README.md

b866db0f15-Feb-2026 zgtm <zgtm@example.com>

Add config option 'groups_admin' to allow users to become dokuwiki admins by being in a list of django groups

c13e25c618-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Update metadata

48dffebb18-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Fix: Don't show logout link if logoff URI is not set

79dc6f2b18-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

CRITICAL FIX: Don't give every Django user with an email address full admin privileges in the dokuwiki

0fb1aa7e17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Fix Plugin: Add missing semicolons to lang/en/settings.php

2914aec017-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Update Metadata

1e8dcca017-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Cleanup, fix constructor parent calling

4abf80eb17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Make all django users member of dokuwiki group 'user', add options to make django admins and/or staff members of dokuwiki group 'admin'

8375d07417-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Add support for new session data encoding since Django 4, automatically decoding old and new data

557e3fdc17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Add new config option to add a logoff URI

bbd83d1417-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Remove outdated description comment

917f67f430-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Change last update date to today

1ea548ff30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Fix syntax error in metadata.php

81c93b2130-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Use getConf instead of directly accessing the config dict

cd43dfcb30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Dokuwiki does not show plugin pages with malformed dates

65ba700330-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add correct php headers to all php files

53a02df530-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add config description strings

90c2733d30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add default config and metadata

4be89b0630-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add plugin.info.txt

2918a76930-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add plugin code

0446b29029-Mar-2018 zgtm <zgtm@users.noreply.github.com>

Initial commit