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
1212 2023-04-16 23:04:45 daniel-marschall /trunk/ Design and RA auth plugins are now identified by an internal ID (set in PHP) instead of the foldername  
1116 2023-03-23 23:09:25 daniel-marschall /trunk/ BIG CHANGE: All methods have received a PHPdoc comment and a lot of parameter and return types have been added (as far as PHP 7.0 allows)
!!! PLEASE NOTE THAT THE NEW VERSION OF OIDPLUS IS NOT COMPATIBLE WITH OLD THIRD PARTY PLUGINS (EXCEPT THE ONES THAT ARE BUNDLED WITH OIDPLUS)
!!! IF YOU HAVE THIRD PARTY PLUGINS INSTALLED (OR WRITTEN YOURSELF), THEN YOU *WILL* RECEIVE ERROR MESSAGES AFTER THE UPDATE
!!! AND NEED TO CHANGE THE METHOD SIGNATURES IN THESE PLUGINS TO MAKE THEM WORK AGAIN. (We can help you with this task if you need help!)
Please note that due to the amount of changes, there could have been a few bugs introduced; please send all bug reports via GitHub or email
and if you have the possibility, it is recommended to test the version of a test system before applying the update on a productive system.
Thank you very much!
 
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  
1076 2023-01-04 00:50:34 daniel-marschall /trunk/ More design fixes  
1075 2023-01-04 00:02:12 daniel-marschall /trunk/plugins/viathinksoft/design/ Small design fixes  
1056 2022-12-26 19:28:38 daniel-marschall /trunk/ Vendor update  
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.
 
1014 2022-10-18 00:47:31 daniel-marschall /trunk/plugins/viathinksoft/  
996 2022-10-15 09:55:11 daniel-marschall /trunk/ Fixed GitHub bug #3: Setup "Copy to clipboard" button copied non-breaking whitespaces instead of normal whitespaces, generating a syntax error in the base config file (bug introduced in SVN Rev 983 on 3 Oct 2022)  
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  
805 2022-03-24 17:19:22 daniel-marschall /trunk/ Updated logo
Fixed some small bugs
 
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
794 2022-03-20 23:46:24 daniel-marschall /trunk/  
793 2022-03-20 23:22:22 daniel-marschall /trunk/ New logo, created with Microsoft Paint 3D  
792 2022-03-20 00:11:07 daniel-marschall /trunk/ New logo  
767 2022-03-03 01:12:47 daniel-marschall /trunk/ Theme color (URL bar color) can now be set by plugins and can be changed by the color plugin.
Mobile design fixed problem with border at the bottom of the content pane.
 
694 2021-12-12 12:41:17 daniel-marschall /trunk/ In the OID grid, you can now directly register an IANA or ViaThinkSoft OID!
Globally, every link that opens a new window gets marked by an icon
 
642 2021-09-25 00:01:41 daniel-marschall /trunk/ Fixed mime types of JS and XML files, so that they are treated as text files again (can be diffed etc.)  
638 2021-09-24 16:23:22 daniel-marschall /trunk/plugins/viathinksoft/design/ironbase/ Ironbase design: Button texts are now white, like in the default design  

Show All