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
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
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!
 
1084 2023-02-26 00:10:51 daniel-marschall /trunk/ Auth plugin "A1" does now also accepts base64 payload in addition to hex code. Also, 4 more algorithms are unlocked.  
1073 2023-01-03 22:56:18 daniel-marschall /trunk/ BUGFIX: OIDplus can now work with PKI again, even if OpenSSL is not installed
Added System GUID (SHA1-Namebased UUID based on your public key)
 
1057 2022-12-26 19:42:21 daniel-marschall /trunk/  
1056 2022-12-26 19:28:38 daniel-marschall /trunk/ Vendor update  
1055 2022-12-26 18:17:44 daniel-marschall /trunk/ OIDplus Setup and OOBE now have the main design (and is dark-theme compatible)  
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.
 
1031 2022-11-01 19:08:32 daniel-marschall /trunk/  
1030 2022-10-29 13:07:35 daniel-marschall /trunk/ Setup assistant looks now different dependent if the base config file already exists or not (especially to avoid accidental overwriting of the database)  
1020 2022-10-22 01:11:10 daniel-marschall /trunk/ Setup: Added "Canonical URL" option  
985 2022-10-04 00:16:46 daniel-marschall /trunk/ Setup DB command lines: Added "copy to clipboard" buttons  
982 2022-10-03 23:23:38 daniel-marschall /trunk/ Setup: Added "copy to clipboard" button  
974 2022-10-01 20:21:07 daniel-marschall /trunk/ Fix bug where HTTP was not possible after a HTTPS call (Chrome blocks secure CSRF cookie overwrite). HTTPS is now enforced if the page was previously loaded using HTTPS  
703 2021-12-26 00:55:00 daniel-marschall /trunk/ Small fix  
702 2021-12-26 00:26:02 daniel-marschall /trunk/ New plugin type: CAPTCHA plugins!  
564 2021-05-10 20:46:59 daniel-marschall /trunk/ Proper fix for the CSRF Token issue with OAuth (BUG#0000213)  
561 2021-04-28 19:45:58 daniel-marschall /trunk/ Refactoring of JavaScript code (using AJAX instead of document.getElementByxxx), and other small fixes  
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
 
504 2021-01-09 00:27:46 daniel-marschall /trunk/ Setup, OOBE and Updater has now an icon
Setup revision log didn't show new-lines on some systems. Fixed.
 
502 2021-01-03 21:19:54 daniel-marschall /trunk/ Improved ODBC and PDO database plugins in order to support more database drivers.
EXPERIMENTAL: Support for Microsoft Access database
Small bugfixes
Improved database connectivity test cases
 
479 2020-11-26 19:28:07 daniel-marschall /trunk/  
410 2020-09-24 12:27:38 daniel-marschall /trunk/ Renamed setup.js, setup.css, script.js and style.css. They now have the plugin name as filename.  
380 2020-08-30 15:08:02 daniel-marschall /trunk/ Plugin-related code improvements  
379 2020-08-30 00:58:28 daniel-marschall /trunk/ Improved compatibility with iPhone Safari  
366 2020-08-23 23:54:11 daniel-marschall /trunk/ Various smaller things  
364 2020-08-23 18:59:04 daniel-marschall /trunk/ DROPPED support for "welcome.local.html". Use "userdata/welcome/welcome.html" (English) and "userdata/welcome/welcome$dede.html" (German) instead!
DROPPED support for "oidplus_base.local.css". Use "userdata/styles/oidplus_base.css" instead!
 
362 2020-08-23 16:49:43 daniel-marschall /trunk/ Setup and OOBE is now translated to German, too.
Freshly installed plugins can request that the OOBE is shown in order to ask the user to check the settings of these plugins.

ATTENTION: Existing users will see the Setup/OOBE screen after Update. Just enter your administrator password and continue.
 
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
309 2020-05-16 11:24:36 daniel-marschall /trunk/  
307 2020-05-14 22:08:02 daniel-marschall /trunk/ Plugin manifests are now capsulated in objects  
305 2020-05-13 22:21:33 daniel-marschall /trunk/ Smaller changes  
301 2020-05-12 09:30:19 daniel-marschall /trunk/  
299 2020-05-12 00:19:57 daniel-marschall /trunk/ Setup will now check if directories dev/, userdata/ etc. are restricted by the web server and output a warning if they are not  
294 2020-05-10 11:29:27 daniel-marschall /trunk/ New folder "userdata" which now contains all data specific to this OIDplus installation (configuration, resources, databases, log files etc.)  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
275 2020-04-23 17:46:50 daniel-marschall /trunk/ NGINX configuration file  
274 2020-04-23 00:56:16 daniel-marschall /trunk/ Add new plugin type "SQL slang". The database connection is now an union of "Database provider plugin" (e.g. PDO) and "SQL slang plugin" (MySQL).  
258 2020-04-17 00:16:45 daniel-marschall /trunk/  
250 2020-04-14 22:46:54 daniel-marschall /trunk/ Further improved object oriented design; added class diagram and database connectivity diagram for easier understanding