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
 
503 2021-01-08 23:05:29 daniel-marschall /trunk/ BUGFIX: System tried to save attachments to "userdata/attachmentsXXX/*.*" instead of "userdata/attachments/XXX/*.*"
BUGFIX: Fixed problems with MySQLi database provider if server does not support MySQLnd (Native Driver)
BUGFIX: If config.inc.php is wrong (e.g. outdated version), setup could not be started. Fixed.
 
500 2020-12-20 14:51:31 daniel-marschall /trunk/  
498 2020-12-12 20:49:10 daniel-marschall /trunk/  
497 2020-12-12 20:34:43 daniel-marschall /trunk/includes/classes/  
496 2020-12-12 20:29:51 daniel-marschall /trunk/ Large refactoring of path functions.
DEPRECATED: OIDplus::basePath() becomes OIDplus::localpath()
DEPRECATED: OIDplus::getSystemUrl(X) becomes OIDplus::webpath(null, X)
OIDplus::webpath(X) becomes OIDplus::webpath(X, true)
 
495 2020-12-12 14:02:12 daniel-marschall /trunk/includes/classes/ getSystemUrl(): CLI support improved  
494 2020-12-12 13:05:01 daniel-marschall /trunk/ Fixed a problem where getSystemUrl() did not end with '/' if EXPLICIT_ABSOLUTE_SYSTEM_URL is used (VTS BUG#0000209 ?)  
486 2020-12-05 22:48:47 daniel-marschall /trunk/ New distribution channel: GitHub  
481 2020-12-01 22:57:30 daniel-marschall /trunk/ Cache files are not hidden anymore on Linux systems (filename beginning with dot).
Fixed problem if CSS/JS scripts output a PHP warning in Debug mode
 
473 2020-11-19 11:16:11 daniel-marschall /trunk/ Design plugins now have a "css" key in the manifest.xml, which needs to be set!  
469 2020-11-15 12:51:37 daniel-marschall /trunk/includes/  
468 2020-11-15 00:57:37 daniel-marschall /trunk/ Translation XML contents are now cached as PHP serialization to improve performance  
461 2020-11-04 22:30:07 daniel-marschall /trunk/  
459 2020-11-04 14:32:51 daniel-marschall /trunk/ New class: OIDplusRAAuthInfo  
458 2020-10-27 15:54:15 daniel-marschall /trunk/  
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
 
455 2020-10-26 17:33:27 daniel-marschall /trunk/  
453 2020-10-26 14:21:59 daniel-marschall /trunk/ Security: Auth-Plugins now also generate hashes.
Security: New setting to select default RA hashing algorithm.
Security: New auth plugin A3 "BCrypt".
 
451 2020-10-25 23:08:27 daniel-marschall /trunk/ Admin page "Colors" was renamed into "Design".
Design plugin can now be chosen in the "Design" page in the admin login area.
There is now a possibility to insert a logo.
 

Show All