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
 
1410 2023-09-25 22:31:19 daniel-marschall /trunk/ Newly created objects now get automatically opened, without popup confirmation dialog.
If a RA does not exist during creation, no popup will be shown. Instead, at the OID page there will be an invitation button.
During invitations, the email address will be syntactically checked.
(Fixes https://github.com/danielmarschall/oidplus/issues/26)
 
1371 2023-08-03 23:20:05 daniel-marschall /trunk/ Changed all URLs oid-rep.orange-labs.fr and www.oid-info.com to oid-info.com  
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).
 
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');
 
1145 2023-03-30 23:44:31 daniel-marschall /trunk/ Added JetBrains/PhpStorm to the acknowledgements  
1083 2023-02-03 00:51:09 daniel-marschall /trunk/ Minor changes  
1063 2022-12-26 22:23:12 daniel-marschall /trunk/res/OIDplus/ Added PHPStan to the acknowledgements  
1026 2022-10-24 16:43:14 daniel-marschall /trunk/res/OIDplus/  
1013 2022-10-17 23:02:34 daniel-marschall /trunk/res/OIDplus/  
1012 2022-10-17 22:52:45 daniel-marschall /trunk/  
1011 2022-10-17 21:39:44 daniel-marschall /trunk/ Made privacy documentation more pretty  
1010 2022-10-17 13:27:32 daniel-marschall /trunk/ hCaptcha fixes  
974 2022-10-01 20:21:07 daniel-marschall /trunk/ Fix bug where HTTP was not possible after a HTTPS call (Chrome blocks secure CSRF cookie overwrite). HTTPS is now enforced if the page was previously loaded using HTTPS  
928 2022-08-25 23:54:44 daniel-marschall /trunk/ Replaced word "subsequent" with word "subordinate"  
827 2022-04-09 18:00:39 daniel-marschall /trunk/ Added polyfill that enables some openssl functions using phpseclib emulation, if openssl is not available  
822 2022-04-08 00:50:56 daniel-marschall /trunk/  
752 2022-02-23 00:35:58 daniel-marschall /trunk/ Changed WEID converter code so that it doesn't require the package mikemcl/bignumber.js anymore. (Removed now from composer.json)  
694 2021-12-12 12:41:17 daniel-marschall /trunk/ In the OID grid, you can now directly register an IANA or ViaThinkSoft OID!
Globally, every link that opens a new window gets marked by an icon
 
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!  

Show All