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
1301 2023-06-01 00:04:36 daniel-marschall /trunk/ Simplified OIDplusAuthContentStore* classes  
1204 2023-04-13 02:38:29 daniel-marschall /trunk/  
1156 2023-04-04 01:47:03 daniel-marschall /trunk/ Lots of changes in re database driver results
$res = new OIDplusNaturalSortedQueryResult($res, 'id');
changes to
$res->naturalSortByField('id');
 
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
1087 2023-02-26 01:18:19 daniel-marschall /trunk/doc/developer_notes/  
702 2021-12-26 00:26:02 daniel-marschall /trunk/ New plugin type: CAPTCHA plugins!  
648 2021-09-26 22:04:28 daniel-marschall /trunk/ Now completely get rid off the WebSVN classes! The distribution update procedures are now easier, quicker and safer!  
605 2021-05-27 16:31:56 daniel-marschall /trunk/  
571 2021-05-15 21:17:51 daniel-marschall /trunk/ OIDplusConfigInterface renamed to OIDplusGetterSetterInterface
Improved OIDplus class autoloader (supports namespaces)
 
569 2021-05-15 16:00:35 daniel-marschall /trunk/ OOP  
566 2021-05-14 16:07:03 daniel-marschall /trunk/ Automated AJAX requests are now protected via a JWT, which is signed and doesn't contain the user's password anymore. The old method (username+password+antiBruteforceUnlockKey) is still accepted for backwards compatibility.
REMOVED: OIDplusSessionHandler->simulate
Created new class "OIDplusAuthContentStore" to make "OIDplusAuthUtils" more flexible
 
557 2021-04-25 22:06:14 daniel-marschall /trunk/ Cookie SAMESITE policy can now be configured in the base configuration file.
New clas "OIDplusCookieUtils".
In shebang, using "env php" instead of "/usr/bin/php".
 
459 2020-11-04 14:32:51 daniel-marschall /trunk/ New class: OIDplusRAAuthInfo  
449 2020-10-25 19:17:14 daniel-marschall /trunk/ DESIGN Plugin interface is now final (plugin type 1.3.6.1.4.1.37476.2.5.2.4.10)  
355 2020-08-10 14:34:03 daniel-marschall /trunk/ Added framework for multilinguality (PHP/JS). Currently, nothing is translated, though.  
311 2020-05-18 20:19:51 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  
296 2020-05-11 21:34:42 daniel-marschall /trunk/  
295 2020-05-10 23:18:06 daniel-marschall /trunk/ - Introduced isolated database connection for secure logging inside transactions.
- Added new plugin "userdata log file" logger
- Important bugfix for syslog logger
 

Show All