Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
557 2021-04-25 22:06:14 daniel-marschall /trunk/ Cookie SAMESITE policy can now be configured in the base configuration file.
New clas "OIDplusCookieUtils".
In shebang, using "env php" instead of "/usr/bin/php".
 
502 2021-01-03 21:19:54 daniel-marschall /trunk/ Improved ODBC and PDO database plugins in order to support more database drivers.
EXPERIMENTAL: Support for Microsoft Access database
Small bugfixes
Improved database connectivity test cases
 
482 2020-12-02 20:55:41 daniel-marschall /trunk/ New optional LDAP base config setting: LDAP_USER_FILTER  
471 2020-11-17 17:11:51 daniel-marschall /trunk/ Fixed several problems with designs in inverted color mode and dark-theme browser plugins  
470 2020-11-16 16:45:31 daniel-marschall /trunk/ Small things  
456 2020-10-27 01:23:03 daniel-marschall /trunk/ Security: Admin passwords can now be BCrypt instead of SHA3-512
Security: BCrypt is now the default auth method for newly created RAs
 
436 2020-10-17 19:48:02 daniel-marschall /trunk/ NEW FEATURE: Facebook authentication  
432 2020-10-15 22:13:23 daniel-marschall /trunk/ NEW FEATURE: Google OAuth2 authentication  
430 2020-10-14 23:52:02 daniel-marschall /trunk/ NEW FEATURE: Authentication via LDAP / ActiveDirectory  
417 2020-09-29 14:06:16 daniel-marschall /trunk/ Updated 3P jsTree: 3.3.7 => 3.3.10
Updated 3P jQuery Core: 2.2.1 => 3.5.1
Updated 3P allpro layout 1.4.3 => GedMarc layout fork, 2020-08-22
 
375 2020-08-29 01:07:14 daniel-marschall /trunk/ Privacy improvement: Polyfill.io is called server-side (not from proxy). Improved compatibility with Internet Explorer.  
374 2020-08-28 00:22:53 daniel-marschall /trunk/ test_database_plugins development tool is now only available on console/CLI  
326 2020-06-07 02:11:39 daniel-marschall /trunk/  
316 2020-05-21 18:47:12 daniel-marschall /trunk/ Various smaller bugfixes and compatibility issues with database providers fixed  
297 2020-05-11 22:00:07 daniel-marschall /trunk/ Added base config setting "DISABLE_PLUGIN_..." to disable a plugin without needing to remove it from the file system.  
294 2020-05-10 11:29:27 daniel-marschall /trunk/ New folder "userdata" which now contains all data specific to this OIDplus installation (configuration, resources, databases, log files etc.)  
290 2020-05-04 23:03:45 daniel-marschall /trunk/ Added a "secure" folder for various purposes (e.g. SQlite3 database file)  
264 2020-04-19 20:07:10 daniel-marschall /trunk/ NEW: Support for SQLite3 database (currently without natural sorting though)  
261 2020-04-18 16:38:21 daniel-marschall /trunk/ Large refactoring: "config.inc.php" is now in format 2.1; the configuration settings are now stored in a class OIDplusBaseConfis and can therefore be altered in automated test environments.
Characters "###" inside a query now get replaced by the table prefix.