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
 
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)
 
484 2020-12-04 14:53:25 daniel-marschall /trunk/ OIDplus can now also communicate with HTTPS servers if CURL is wrongly configured (Windows)  
464 2020-11-08 01:15:18 daniel-marschall /trunk/  
463 2020-11-07 14:10:03 daniel-marschall /trunk/ Fixed severe compatibility problems with fresh Linux installations.
Clean setup procedure tested on a fresh Apache+PHP8.0RC3 RaspberryOS (Debian) system
 
440 2020-10-18 21:51:48 daniel-marschall /trunk/  
438 2020-10-18 11:07:08 daniel-marschall /trunk/ Additional plugin verification steps to avoid implementation mistakes  
433 2020-10-16 15:33:37 daniel-marschall /trunk/ Fixed problems in regards changing email addresses when an user is using an alternative login method (OAuth).
Fixed problem where an object could not be transferred to a new RA at Microsoft SQL Server or PostgreSQL ("ifnull" SQL function).
 
432 2020-10-15 22:13:23 daniel-marschall /trunk/ NEW FEATURE: Google OAuth2 authentication