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
1033 2022-11-09 01:06:17 daniel-marschall /trunk/ Replaced some $_REQUEST with $_GET and $_POST.
Made sure "request_order" is in a defined state. (Important: Cookies must not be $_REQUEST)
 
1029 2022-10-28 10:11:40 daniel-marschall /trunk/plugins/viathinksoft/adminPages/ Fixed bug in System Registration request after OOBE  
1008 2022-10-17 02:39:09 daniel-marschall /trunk/plugins/  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
941 2022-09-11 20:07:04 daniel-marschall /trunk/plugins/viathinksoft/ Added class OIDplusOIDIP  
852 2022-05-29 01:58:55 daniel-marschall /trunk/ Fixed performance (in re autopublish) if cronjobs are used  
830 2022-04-10 23:35:04 daniel-marschall /trunk/ - Security improvement: The private key stored in the database configuration table in the database is now encrypted using a key that will be stored in a file inside userdata ( userdata/privkey_secret.php ).
- !!! ATTENTION: If you have multiple systems access the same database (e.g. you have example.org/oidplus and example.org/oidplus_test ), then the file userdata/privkey_secret.php must kept synchronous between both, otherwise you will lose your private/public key-pair and get a new system-id every time you restart OIDplus !!!
- OIDplus can't connect to databases that are newer than the own program files anymore, avoiding data corruption.
- Changed database version from 205 to 1000.
 
821 2022-04-08 00:38:17 daniel-marschall /trunk/ Added page-plugin method "htmlPostprocess" and moved anti-spam-filter from base files into a new plugin.  
801 2022-03-24 16:15:23 daniel-marschall /trunk/ Changed OIDplus::webpath() method to include canonical paths  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
786 2022-03-18 01:03:21 daniel-marschall /trunk/ NEW: Native OCI8 PHP plugin support for Oracle databases!  
777 2022-03-10 01:45:11 daniel-marschall /trunk/ Vendor update  
776 2022-03-10 01:43:36 daniel-marschall /trunk/ New feature: Registered systems will now be abled to be reached via WHOIS/OID-IP address "whois.viathinksoft.de:43". This information will be shown at the WHOIS/OID-IP page.
Additionally, the user can also overwrite this value with their own WHOIS/OID-IP server, if they have one.
 
721 2022-01-06 23:38:52 daniel-marschall /trunk/ Bugfixes  
715 2021-12-27 01:36:01 daniel-marschall /trunk/ Outgoing HTTP transfer will have the User Agent "ViaThinkSoft-OIDplus/2.0"  
699 2021-12-17 16:48:07 daniel-marschall /trunk/ The new file edition.ini contains constants which might be useful if somebody wants to fork OIDplus
(However, we would appreciate it if you would try to contribute to the original OIDplus system rather than forking it!)
 
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.