Subversion Repositories oidplus

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1439 2023-12-02 22:51:21 daniel-marschall /trunk/ Introduced support for PHP 8.3
oidplus.viathinksoft.com is now www.oidplus.com
 
1405 2023-09-03 11:17:33 daniel-marschall /trunk/ Documentation update  
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
1322 2023-07-03 14:17:33 daniel-marschall /trunk/doc/developer_notes/  
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1309 2023-06-18 23:46:26 daniel-marschall /trunk/doc/developer_notes/  
1305 2023-06-18 16:17:39 daniel-marschall /trunk/ Simplified web browser login: Regular "PHP Session login" was removed and replaced by JWT cookie login (previously known as "remember me").
If you had previously disabled JWT_ALLOW_LOGIN_USER or JWT_ALLOW_LOGIN_ADMIN, please enable them again.
JWT tokens now contain registered claims (OIDs).
 
1301 2023-06-01 00:04:36 daniel-marschall /trunk/ Simplified OIDplusAuthContentStore* classes  
1298 2023-05-30 00:06:43 daniel-marschall /trunk/ Security Feature: JWT token can now be invalidated by changing the Server Secret (in the base configuration). The update invalidates all JWT once. You need to log-in again.  
1288 2023-05-26 21:11:13 daniel-marschall /trunk/  
1283 2023-05-18 21:50:11 daniel-marschall /trunk/ makeAuthKey and validateAuthKey can now be used to make temporary keys with limited lifetime.
makeAuthKey and makeSecret now accept array inputs
 
1282 2023-05-18 00:23:38 daniel-marschall /trunk/ Plugins can no longer access the SERVER_SECRET base configuration settings through OIDplusBaseConfig. Instead, makeAuthKey and makeSecret must be used. The bundled plugins are already updated.  
1269 2023-05-14 22:31:27 daniel-marschall /trunk/  
1267 2023-05-14 02:47:49 daniel-marschall /trunk/ Introduced new version of Logger Maskcodes
!!! Attention! If you have installed foreign plugins (not bundled with OIDplus), you MUST update their logging maskcodes;
!!! if you are the developer of the plugin, please run dev/logger/verify_maskcodes.phps to verify the plugins
!!! A documentation of the new maskcodes can be found in doc/developer_notes/logger_maskcodes.md
 
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1237 2023-04-27 12:13:59 daniel-marschall /trunk/ Added example data and wellknown data for Firebird  
1235 2023-04-27 02:47:56 daniel-marschall /trunk/ Added Firebird SQL slang (beta)  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1209 2023-04-15 03:08:37 daniel-marschall /trunk/doc/ Documentation update  

Show All