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
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
790 2022-03-18 14:03:05 daniel-marschall /trunk/ Introduced method OIDplusQueryResult::any() as alternative to OIDplusQueryResult::num_rows()>0  
730 2022-01-23 22:10:52 daniel-marschall /trunk/ "ImplementsFeature" is now available for all PHP classes of OIDplus, not just Plugin classes.
Therefore, OID-WHOIS can now also receive WHOIS attributes from Objects (not just the Object Plugin) or the OIDplusRA class.
 
590 2021-05-23 18:45:00 daniel-marschall /trunk/ PHPStan Level 3 reached  
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
460 2020-11-04 15:21:09 daniel-marschall /trunk/includes/classes/  
459 2020-11-04 14:32:51 daniel-marschall /trunk/ New class: OIDplusRAAuthInfo  
454 2020-10-26 17:17:01 daniel-marschall /trunk/  
453 2020-10-26 14:21:59 daniel-marschall /trunk/ Security: Auth-Plugins now also generate hashes.
Security: New setting to select default RA hashing algorithm.
Security: New auth plugin A3 "BCrypt".
 
433 2020-10-16 15:33:37 daniel-marschall /trunk/ Fixed problems in regards changing email addresses when an user is using an alternative login method (OAuth).
Fixed problem where an object could not be transferred to a new RA at Microsoft SQL Server or PostgreSQL ("ifnull" SQL function).
 
430 2020-10-14 23:52:02 daniel-marschall /trunk/ NEW FEATURE: Authentication via LDAP / ActiveDirectory  
421 2020-09-30 11:30:14 daniel-marschall /trunk/ Newly generated administrator passwords are now salted (equally to the "A2" auth plugin), to avoid that equal passwords generate equal password strings in the configuration file  
400 2020-09-20 17:11:53 daniel-marschall /trunk/ BUGFIX: RAs cannot login and RAs cannot be created (BUG#0000208/1)
BUGFIX: Infinite loop in e-mail-sending (BUG#0000208/2)
 
392 2020-09-15 19:59:14 daniel-marschall /trunk/ Removed md5() and sha1() from security-relevant areas [although the security impact was VERY small]  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
329 2020-06-11 23:05:09 daniel-marschall /trunk/ NEW: "Automated AJAX calls" plugin to execute privileged AJAX requests programmatically  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
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.
 
253 2020-04-15 01:39:36 daniel-marschall /trunk/  

Show All