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
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
 
456 2020-10-27 01:23:03 daniel-marschall /trunk/ Security: Admin passwords can now be BCrypt instead of SHA3-512
Security: BCrypt is now the default auth method for newly created RAs
 
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!
 
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.  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
320 2020-05-22 19:52:25 daniel-marschall /trunk/ AJAX actions now use plugin OIDs as their namespace  
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