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
1052 2022-12-25 22:41:57 daniel-marschall /trunk/plugins/viathinksoft/ OID-Info URLs prefer HTTPS variant https://oid-rep.orange-labs.fr/ instead of HTTP variant http://oid-info.com/  
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.
 
1043 2022-12-09 23:19:02 daniel-marschall /trunk/  
1036 2022-11-27 00:54:59 daniel-marschall /trunk/ Server errors are now shown to the user instead of error message "SyntaxError: Unexpected token < in JSON at position 0"  
1008 2022-10-17 02:39:09 daniel-marschall /trunk/plugins/  
1005 2022-10-16 22:40:43 daniel-marschall /trunk/  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
991 2022-10-10 00:48:29 daniel-marschall /trunk/plugins/viathinksoft/adminPages/  
978 2022-10-02 21:16:40 daniel-marschall /trunk/ After a "delete from ###objects" (3x), "update ###objects" (12x), or "insert into ###objects" (3x), call OIDplusObject::resetObjectInformationCache()  
977 2022-10-02 03:06:52 daniel-marschall /trunk/ Make use of new getters of OIDplusObject in order to save unnecessary database queries  
962 2022-09-25 23:10:12 daniel-marschall /trunk/ AID: Possibility to generate a random AID directly in OIDplus  
940 2022-09-11 20:03:50 daniel-marschall /trunk/plugins/viathinksoft/adminPages/400_oidinfo_export/  
890 2022-07-14 13:40:06 daniel-marschall /trunk/plugins/viathinksoft/ OID-IP  
851 2022-05-29 01:37:51 daniel-marschall /trunk/ BUGFIX: OID Autopublishing caused error message on a web visitors screen, because HTML5 and XML were mixed up  
833 2022-04-13 23:42:25 daniel-marschall /trunk/ Success alert() messages are now non-blocking Toasts
Added JavaScript callback ajaxPageLoadedCallbacks (gets only executed for page loads via ajax.php, not F5-Key-Pageloads)
Vendor update: Renewed TinyMCE
 
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.
 
828 2022-04-09 23:12:50 daniel-marschall /trunk/ Added <license> entry in the manifest.xml files, and added it to the plugin overview in the admin login area  
815 2022-04-05 00:53:12 daniel-marschall /trunk/ Vendor update  
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.  

Show All