summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2017-04-17Add GNU social pluginHEADmasterJoshua Judson Rosen
2016-09-03Fix the JSON content type.Christoph Burschka
2016-04-04Fix #14: Add wordpress plugin.Christoph Burschka
2016-04-04Check that hash_equals() exists.Christoph Burschka
The hash_equals function was added in PHP 5.6.0. In older versions, fall back to ===.
2016-04-04Add multi-domain support to htpasswd plugin.Christoph Burschka
Each domain can now use its own htpasswd file.
2014-11-17PHP code style in htpasswd.incChristoph Burschka
2014-11-17htpasswd readme: Format inline code.Christoph Burschka
2014-11-17htpasswd readme: Format codeblock.Christoph Burschka
2014-11-16Fix #8: Add htpasswd authenticationChristoph Burschka
ejabberd can now authenticate against Apache auth files.
2014-08-23Fix #7: Fix the pruning query.Christoph Burschka
session.module is supposed to prune expired auth tokens on every login request. The pruning query had the incorrect SQL syntax "DELETE COUNT(*) FROM" which mysql does not accept.
2014-07-02SMF2: Use username instead of PDN for sessionSylae Corell
2014-01-23Clarified readmeChristoph Burschka
2014-01-23Delete unused configuration file.Christoph Burschka
2014-01-18Add (hopefully) session auth for phpBB3.Christoph Burschka
2014-01-18Explain the cross-domain thing.Christoph Burschka
2014-01-18Implement session auth for Drupal.Christoph Burschka
2014-01-17Okay, the last patch was actually rubbish.Christoph Burschka
It turns out that you can't hope to bootstrap more than one PHP-based software without messing stuff up, particularly because they rely on global variables without exception. If it is risky and unpredictable for different systems, it is completely impossible with multiple instances of the same. Therefore, the ability to use multiple plugins (and the accompanying config.php structure) has been removed. The only plugin that can be used in conjunction with another is session.
2014-01-17Apparently that didn't need to be encoded.Christoph Burschka
Stripping < and >
2014-01-17Completed documentationChristoph Burschka
2014-01-16Big multiple-plugins patch (fixes #2).Christoph Burschka
2014-01-16Finally remove unused setpass/register hooks.Christoph Burschka
2014-01-16Finished session auth framework for now. (fixes #1)Christoph Burschka
Doc changes and some implementations remain.
2014-01-16Implement smf2_session and finish RPC code. (#1)Christoph Burschka
This patch should be ready for testing with SMF. (cburschka/cadence/#31)
2014-01-16Formatting of README headings.Christoph Burschka
2014-01-16Adding a README.md to session/Christoph Burschka
2014-01-16First step toward a session-auth plugin.Christoph Burschka
(See #1, and cburschka/cadence#31)
2013-12-31Whitespace cleanup (remove tabs)Christoph Burschka
2013-12-30Actually return the result of the SSI call.Christoph Burschka
2013-12-30SMF's SSI API may randomly spew HTML; run it in an output buffer.Christoph Burschka
2013-12-30New SMF2 pluginChristoph Burschka
2012-11-03New Drupal 7 plugin.Christoph Burschka
2012-11-03New Drupal 8 plugin.Christoph Burschka
2012-11-02Abort if phpBB 3.1 not installed; avoid error handler; set globals.Christoph Burschka
2012-11-02Refactoring of plugin names complete.Christoph Burschka
2012-11-02Renaming phpbb versions properly.Christoph Burschka
2012-11-01Huge overhaul to deal with the global variables more cleanly. Avoid globals ↵Christoph Burschka
wherever possible, to avoid collisions with CMS systems.
2012-10-30Add phpbb4 plugin (for trunk of phpBB)Christoph Burschka
2012-10-30Refactor to a general, flexible and extensible architecture.Christoph Burschka