Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
797 2022-03-21 23:40:49 daniel-marschall /trunk/ Heavily increased performance of web-updater for installation channel "TAR.GZ" (SVN snapshot)  
791 2022-03-19 12:42:23 daniel-marschall /trunk/ Developer documentation  
786 2022-03-18 01:03:21 daniel-marschall /trunk/ NEW: Native OCI8 PHP plugin support for Oracle databases!  
785 2022-03-17 18:45:22 daniel-marschall /trunk/ Oracle DB tutorial  
783 2022-03-16 23:38:45 daniel-marschall /trunk/ Introduced compatibility with Oracle DB (connect via PDO or ODBC)  
778 2022-03-13 11:31:06 daniel-marschall /trunk/ - Plugins can now control the output of HTTP headers (especially the Content-Security-Policy header)
- Added baseconfig setting CANONICAL_SYSTEM_URL
- Fixed issue with relative paths (OIDplus::webpath(...,fase) over a proxy
 
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.
 
727 2022-01-07 19:42:52 daniel-marschall /trunk/ Local GIT-Version could not be detected successfully! Fixed!  
726 2022-01-07 13:54:49 daniel-marschall /trunk/ Updated Alpine Linux installation steps  
725 2022-01-07 02:04:54 daniel-marschall /trunk/ PHP extension iconv is no longer be needed if extension mbstring is installed  
724 2022-01-07 01:37:31 daniel-marschall /trunk/ OIDInfo Export will check if extension "sockets" is installed  
722 2022-01-07 00:02:23 daniel-marschall /trunk/ Adding Alpine Linux install notes. Checking for dependencies for lightweight PHP installations  
713 2021-12-26 21:41:08 daniel-marschall /trunk/ Fixed bug in OID-IP (OID WHOIS): Superior detection did not work for non-OIDs. Fixed.  
711 2021-12-26 18:33:19 daniel-marschall /trunk/ Auth keys (internally used for email verification etc.) now use HMAC instead of normal hash
Added new base config setting RA_PASSWORD_PEPPER_ALGO (dangerous! Only for experts!)
OIDplusSessionHandler.class.php: Improved internal encryption!

ATTENTION
!!! If you are updating from the TAR.GZ distibution channel, then the update *will* temporarily
!!! FAIL with the error message "Authentication failed". Once the error appears, close your
!!! browser window and delete the cookies, then log-in again, and continue the update process.
!!! (The error happens because of the update of the internal session encryption procedure)
 
702 2021-12-26 00:26:02 daniel-marschall /trunk/ New plugin type: CAPTCHA plugins!  
695 2021-12-12 13:13:31 daniel-marschall /trunk/  
693 2021-12-12 12:08:23 daniel-marschall /trunk/ "Generate" links can now be defined by the plugin type
WEID input is now enforced upper case
 
648 2021-09-26 22:04:28 daniel-marschall /trunk/ Now completely get rid off the WebSVN classes! The distribution update procedures are now easier, quicker and safer!  
635 2021-09-24 12:12:32 daniel-marschall /trunk/ Changed plugins path structure
Old: plugins/[plugintype]/[pluginname]
New: plugins/[vendor]/[plugintype]/[pluginname]

!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!
ALL DIRECTORIES INSIDE THE FOLDER plugin/ WILL BE DELETED
PLEASE MAKE A BACKUP OF THESE FOLDERS BEFORE UPDATING!
!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!

If you have individual third-party plugins, please make
sure that they make use of the new plugin directory structure.
 
625 2021-06-12 23:10:32 daniel-marschall /trunk/ LDAP: Added multi-domain support  

Show All