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
448 2020-10-25 18:39:08 daniel-marschall /trunk/ NEW FEATURE: Design plugins (plugin format is not yet final, since there is no manifest XML!)
Added new design "IronBASE"
 
424 2020-10-02 22:22:14 daniel-marschall /trunk/ New security feature: CSRF Tokens.
ATTENTION TO PLUGIN DEVELOPERS: You need to add "csrf_token:csrf_token" to your JavaScript's AJAX request fields!
 
421 2020-09-30 11:30:14 daniel-marschall /trunk/ Newly generated administrator passwords are now salted (equally to the "A2" auth plugin), to avoid that equal passwords generate equal password strings in the configuration file  
370 2020-08-25 15:02:34 daniel-marschall /trunk/ Communication between OIDplus and ViaThinkSoft server is now fully AJAX/JSON  
363 2020-08-23 16:59:51 daniel-marschall /trunk/  
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.
 
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.)  
261 2020-04-18 16:38:21 daniel-marschall /trunk/ Large refactoring: "config.inc.php" is now in format 2.1; the configuration settings are now stored in a class OIDplusBaseConfis and can therefore be altered in automated test environments.
Characters "###" inside a query now get replaced by the table prefix.
 
239 2020-04-10 12:30:53 daniel-marschall /trunk/ NEW: SUPPORT FOR POSTGRESQL AND MICROSOFT SQL SERVER  
150 2019-08-03 00:30:01 daniel-marschall /trunk/ LARGE UPDATE: Added database providers; now using prepared statements, and many more changes  
149 2019-08-01 22:58:12 daniel-marschall /trunk/ New feature: Admin password reset plugin  
135 2019-06-13 20:52:08 daniel-marschall /trunk/ Improved OOBE  
82 2019-04-07 12:24:34 daniel-marschall /trunk/ Various fixes  
81 2019-04-07 11:47:27 daniel-marschall /trunk/setup/ Setup fix  
80 2019-04-07 11:31:52 daniel-marschall /trunk/ More OOBE fixes  
78 2019-04-07 00:51:12 daniel-marschall /trunk/ Verified that the product runs out-of-the-box  
76 2019-04-06 20:01:39 daniel-marschall /trunk/ Fixed various problems with the registration. E-Mail address in now in the database and not in the config  
5 2019-03-13 22:16:10 daniel-marschall /trunk/  
2 2019-03-12 23:20:11 daniel-marschall /trunk/ Initial Work-In-Progress SVN release