Subversion Repositories oidplus

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1471 2024-04-20 01:38:37 daniel-marschall /trunk/ Fixed problem with num_rows() for OCI and PDO database plugins  
1469 2024-03-13 18:07:08 daniel-marschall /trunk/ Changed hash_equals() argument order according to PHP documentation  
1461 2024-01-29 00:37:28 daniel-marschall /trunk/ Performance upgrade for large databases...  
1455 2024-01-21 23:51:23 daniel-marschall /trunk/  
1454 2024-01-21 23:43:56 daniel-marschall /trunk/ Performance update and a few bugfixes  
1450 2024-01-21 19:21:41 daniel-marschall /trunk/includes/classes/  
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  
1445 2023-12-26 16:55:28 daniel-marschall /trunk/ RA and System log plugin: Split into pages
Object Log view: only the last 100 items are shown due to overload protection (currently, no scrolling possible)
Overload protection: For now, an OID with more than 1000 children cannot show its children
REST API: "oid:" prefix is now optional. "weid:" is also possible to refer to an OID.
REST API: GET request now also returns the fields "created" and "updated"
Admin area: Viewing RA accounts: Added link to RA log entries
 
1444 2023-12-25 23:21:02 daniel-marschall /trunk/ Login with two users simultanously is now possible again.
REST API Objects Endpoint: Added output field "children".
REST API Objects Endpoint: PUT and POST works again.
 
1443 2023-12-25 21:53:00 daniel-marschall /trunk/ changelog.json is now also on oidplus.com, not only at GitHub  
1442 2023-12-25 21:43:40 daniel-marschall /trunk/ edition.ini : master_changelog and update_packages now allow multiple servers (e.g. fallback servers)  
1441 2023-12-25 21:23:11 daniel-marschall /trunk/ Update files are now (additionally) stored on a GitHub repo  
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)
 
1436 2023-11-15 22:02:13 daniel-marschall /trunk/ 2.0.1.5
Changelog is displayed incompletely (GitHub #38)
Various smaller fixes
 
1435 2023-11-15 14:57:27 daniel-marschall /trunk/ Release 2.0.1.4
Fixed issue "polyfill.min.js.php does not work without baseconfig file"
 
1426 2023-11-12 19:23:48 daniel-marschall /trunk/ * New version schema. Simplified version checks and update and preferring GIT rather than SVN as distribution channel.
* System file check tool: Checksum files are now included with OIDplus and don't need to be downloaded from a server anymore.
 
1414 2023-09-30 00:34:51 daniel-marschall /trunk/ Fix assention error in OID-IP  
1408 2023-09-17 21:28:37 daniel-marschall /trunk/includes/ Disable Ctrl+Shift+LeftArrow hotkey (fixes https://github.com/danielmarschall/oidplus/issues/28 )  
1404 2023-09-02 23:16:05 daniel-marschall /trunk/ X.500 AltID in RDAP/OID-IP contained "\n". Fixed.  
1400 2023-08-31 15:04:07 daniel-marschall /trunk/ Fixed problems with file uploads after canonization through the goto box  
1397 2023-08-30 23:33:40 daniel-marschall /trunk/ Added OIDplus Information Object X.500 DN  
1389 2023-08-29 16:26:27 daniel-marschall /trunk/ Replaced unprofessional usage of chr(1), chr(2), ... as replacement tokens  
1385 2023-08-29 14:32:01 daniel-marschall /trunk/ X.500 DN object type plugin: Support for multi-valued RDN as well as improved escape sequences  
1373 2023-08-05 17:20:44 daniel-marschall /trunk/ COOKIE_DOMAIN baseconfig setting is highly recommend to '' to avoid bricking the login  
1367 2023-08-01 23:50:51 daniel-marschall /trunk/ Minor changes  
1366 2023-08-01 20:22:51 daniel-marschall /trunk/ Admin control panel logs: Log files for admin target will be printed bold

Logger: Messages without target user will not be logged anymore

... existing invalid log entries can be selected with this command
select base.*
from oidplus_log base
left join oidplus_log_user target1 on target1.log_id = base.id
left join oidplus_log_object target2 on target2.log_id = base.id
where target1.id is null and target2.id is null;

... to delete, replace "select base.*" with "delete base"
 
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
1359 2023-07-31 22:30:38 daniel-marschall /trunk/ NEW FEATURE: Database backup/restore (beta! use with caution!)  
1354 2023-07-31 14:00:00 daniel-marschall /trunk/ Backup WIP: Added backup/restore of public/private key  
1350 2023-07-30 23:48:26 daniel-marschall /trunk/ Various smaller fixes  
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)  
1342 2023-07-29 01:07:01 daniel-marschall /trunk/ Extended the schema of the OIDplus Custom UUIDs  
1340 2023-07-27 23:58:51 daniel-marschall /trunk/includes/classes/ Made sure that Cookies are placed for the system directory and not for root '/', since there could be problems if there is already a directory-cookie overwriting the new root-cookie  
1339 2023-07-27 23:29:28 daniel-marschall /trunk/ Fixed problems with auth keys if max ra invite time is 0 (for infinite time)
Vendor update
 
1336 2023-07-22 23:42:21 daniel-marschall /trunk/ Implemented OIDplus System GUID based on UUIDv8