Subversion Repositories oidplus

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1461 2024-01-29 00:37:28 daniel-marschall /trunk/ Performance upgrade for large databases...  
1447 2023-12-29 01:37:22 daniel-marschall /trunk/ JavaScript: JavaScript can now handle errors raised by PHP and show something instead of just silently failing  
1439 2023-12-02 22:51:21 daniel-marschall /trunk/ Introduced support for PHP 8.3
oidplus.viathinksoft.com is now www.oidplus.com
 
1437 2023-11-16 11:59:01 daniel-marschall /trunk/ Release 2.0.1.6
Fixed problems with canonical URLs (baseconfig was not used in CSS/JS)
 
1416 2023-10-04 00:03:45 daniel-marschall /trunk/ Vendor update / Fixed internal dev tools  
1405 2023-09-03 11:17:33 daniel-marschall /trunk/ Documentation update  
1397 2023-08-30 23:33:40 daniel-marschall /trunk/ Added OIDplus Information Object X.500 DN  
1373 2023-08-05 17:20:44 daniel-marschall /trunk/ COOKIE_DOMAIN baseconfig setting is highly recommend to '' to avoid bricking the login  
1368 2023-08-02 00:40:44 daniel-marschall /trunk/ Small documentation update  
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
1348 2023-07-30 11:41:49 daniel-marschall /trunk/ Replaced rel="shortcut icon" with rel="icon"  
1347 2023-07-30 01:33:29 daniel-marschall /trunk/ Deprecated favicon.ico . It must now be called favicon.png (If you have your own favicon.png, please place it into userdata/favicon/favicon.png !)  
1345 2023-07-30 00:06:21 daniel-marschall /trunk/ Introduced setting XFF_TRUSTED_PROXIES which allows whitelisting proxies of which their HTTP_X_FORWARDED_FOR to determine the IP address of the web-visitor.  
1344 2023-07-29 19:23:06 daniel-marschall /trunk/ Cookie Path/Domain now respects HTTP_X_FORWARDED_HOST (however, Cookie Path is "/" in that case, because the server cannot know the relative path being behind the proxy)  
1343 2023-07-29 01:10:20 daniel-marschall /trunk/  
1342 2023-07-29 01:07:01 daniel-marschall /trunk/ Extended the schema of the OIDplus Custom UUIDs  
1336 2023-07-22 23:42:21 daniel-marschall /trunk/ Implemented OIDplus System GUID based on UUIDv8  
1335 2023-07-17 16:19:08 daniel-marschall /trunk/doc/ Added FAQ  
1334 2023-07-16 01:04:34 daniel-marschall /trunk/  
1333 2023-07-15 20:19:50 daniel-marschall /trunk/ Debug mode: Added check for block4 hash conflicts  
1332 2023-07-15 00:17:12 daniel-marschall /trunk/doc/  
1329 2023-07-14 23:41:08 daniel-marschall /trunk/ Alt Id "more info" attribute  
1327 2023-07-14 14:33:32 daniel-marschall /trunk/  
1326 2023-07-14 14:06:26 daniel-marschall /trunk/ Documentation of OIDplus Information Object AID and GUID  
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  
1316 2023-06-24 01:46:45 daniel-marschall /trunk/ Bugfix: Problem when adding multiple ASN.1 / IRI identifiers for one OID  
1312 2023-06-21 00:13:45 daniel-marschall /trunk/ Added base config settings JWT_FIXED_IP_USER and JWT_FIXED_IP_ADMIN to increase security.
Default values of JWT_TTL_LOGIN_USER and JWT_TTL_LOGIN_ADMIN has been changed from 10 years to 30 days.
 
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  
1300 2023-05-30 01:04:00 daniel-marschall /trunk/  
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.  
1296 2023-05-29 21:44:44 daniel-marschall /trunk/  
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)