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
579 2021-05-17 17:51:20 daniel-marschall /trunk/ Login "remember me" feature (using JWT authentication)  
572 2021-05-15 21:50:39 daniel-marschall /trunk/ Added possibility to disable JWT token authentication in the base configuration  
570 2021-05-15 17:00:51 daniel-marschall /trunk/ Security: JWTs are now signed using RSA if OpenSSL is available.
Security: If not, then the key of JWT (which is the server secret) is processed via PBKDF2
 
566 2021-05-14 16:07:03 daniel-marschall /trunk/ Automated AJAX requests are now protected via a JWT, which is signed and doesn't contain the user's password anymore. The old method (username+password+antiBruteforceUnlockKey) is still accepted for backwards compatibility.
REMOVED: OIDplusSessionHandler->simulate
Created new class "OIDplusAuthContentStore" to make "OIDplusAuthUtils" more flexible
 
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.)  

Show All