Subversion Repositories oidplus

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1400 2023-08-31 15:04:07 daniel-marschall /trunk/ Fixed problems with file uploads after canonization through the goto box  
/trunk/ajax.php
/trunk/includes/oidplus_base.js
/trunk/plugins/viathinksoft/objectTypes/aid/OIDplusObjectTypePluginAid.class.php
/trunk/plugins/viathinksoft/objectTypes/aid/OIDplusObjectTypePluginAid.js
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.js
/trunk/plugins/viathinksoft/publicPages/095_attachments/OIDplusPagePublicAttachments.js
1397 2023-08-30 23:33:40 daniel-marschall /trunk/ Added OIDplus Information Object X.500 DN  
/trunk/plugins/viathinksoft/objectTypes/x500dn/misc
/trunk/plugins/viathinksoft/objectTypes/x500dn/misc/OidplusAttributeTypes.asn
/trunk/plugins/viathinksoft/objectTypes/x500dn/misc/index.html
/trunk/TODO
/trunk/doc/faq.md
/trunk/includes/classes/OIDplusObject.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
1389 2023-08-29 16:26:27 daniel-marschall /trunk/ Replaced unprofessional usage of chr(1), chr(2), ... as replacement tokens  
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/database/ado/OIDplusDatabaseConnectionADO.class.php
/trunk/plugins/viathinksoft/database/odbc/OIDplusDatabaseConnectionODBC.class.php
/trunk/vendor/danielmarschall/php_utils/color_utils.inc.php
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  
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/objectTypes/x500dn/OIDplusX500DN.class.php
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
1373 2023-08-05 17:20:44 daniel-marschall /trunk/ COOKIE_DOMAIN baseconfig setting is highly recommend to '' to avoid bricking the login  
/trunk/doc/config_values.md
/trunk/includes/classes/OIDplusCookieUtils.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
1367 2023-08-01 23:50:51 daniel-marschall /trunk/ Minor changes  
/trunk/dev/generate_wellknown_country_access
/trunk/dev/generate_wellknown_country_firebird
/trunk/dev/generate_wellknown_country_mssql
/trunk/dev/generate_wellknown_country_mysql
/trunk/dev/generate_wellknown_country_oracle
/trunk/dev/generate_wellknown_country_pgsql
/trunk/dev/generate_wellknown_other_access
/trunk/dev/generate_wellknown_other_firebird
/trunk/dev/generate_wellknown_other_mssql
/trunk/dev/generate_wellknown_other_mysql
/trunk/dev/generate_wellknown_other_oracle
/trunk/dev/generate_wellknown_other_pgsql
/trunk/dev/generate_wellknown_other_sqlite
/trunk/dev/logger/verify_maskcodes.phps
/trunk/includes/classes/OIDplus.class.php
/trunk/includes/classes/OIDplusAuthContentStoreJWT.class.php
/trunk/plugins/viathinksoft/sqlSlang/access/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/firebird/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/mssql/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/mysql/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/oracle/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/pgsql/sql/wellknown_other.sql
/trunk/plugins/viathinksoft/sqlSlang/sqlite/sql/wellknown_other.sql
/trunk/vendor/composer/installed.json
/trunk/vendor/composer/installed.php
/trunk/vendor/danielmarschall/php_utils/misc_functions.inc.php
/trunk/vendor/licenses
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"
 
/trunk/includes/classes/OIDplusLogger.class.php
/trunk/plugins/viathinksoft/adminPages/600_log/OIDplusPageAdminLogEvents.class.php
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
/trunk/TODO
/trunk/ajax.php
/trunk/includes/classes/OIDplusGui.class.php
/trunk/plugins/viathinksoft/database/ado/OIDplusDatabaseConnectionADO.class.php
/trunk/plugins/viathinksoft/logger/200_windows_eventlog/OIDplusLoggerPluginWindowsEventLog.class.php
1359 2023-07-31 22:30:38 daniel-marschall /trunk/ NEW FEATURE: Database backup/restore (beta! use with caution!)  
/trunk/plugins/viathinksoft/adminPages/401_backup
/trunk/plugins/viathinksoft/adminPages/401_backup/OIDplusPageAdminDatabaseBackup.class.php
/trunk/plugins/viathinksoft/adminPages/401_backup/backup_schema.json
/trunk/plugins/viathinksoft/adminPages/401_backup/download_backup.php
/trunk/plugins/viathinksoft/adminPages/401_backup/img
/trunk/plugins/viathinksoft/adminPages/401_backup/img/index.html
/trunk/plugins/viathinksoft/adminPages/401_backup/img/main_icon.png
/trunk/plugins/viathinksoft/adminPages/401_backup/img/main_icon16.png
/trunk/plugins/viathinksoft/adminPages/401_backup/index.html
/trunk/plugins/viathinksoft/adminPages/401_backup/manifest.xml
/trunk/plugins/viathinksoft/adminPages/401_backup/restore_backup.php
/trunk/dev/backup_wip.json
/trunk/dev/backup_wip.phps
/trunk/includes/functions.inc.php
/trunk/plugins/viathinksoft/adminPages/400_oidinfo_export/OIDplusPageAdminOIDInfoExport.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/logger/000_database/OIDplusLoggerPluginDatabase.class.php
/trunk/plugins/viathinksoft/publicPages/090_login/OIDplusPagePublicLogin.class.php
/trunk/plugins/viathinksoft/publicPages/100_whois/OIDplusPagePublicWhois.class.php
/trunk/plugins/viathinksoft/publicPages/800_login_ldap/OIDplusPagePublicLoginLDAP.class.php
1354 2023-07-31 14:00:00 daniel-marschall /trunk/ Backup WIP: Added backup/restore of public/private key  
/trunk/dev/backup_wip.phps
/trunk/includes/classes/OIDplus.class.php
/trunk/includes/classes/OIDplusBaseConfig.class.php
/trunk/includes/classes/OIDplusConfig.class.php
1350 2023-07-30 23:48:26 daniel-marschall /trunk/ Various smaller fixes  
/trunk/TODO
/trunk/includes/classes/OIDplus.class.php
/trunk/includes/classes/OIDplusLogger.class.php
/trunk/includes/classes/OIDplusObject.class.php
/trunk/plugins/viathinksoft/database/ado/OIDplusDatabaseConnectionADO.class.php
/trunk/plugins/viathinksoft/database/ado/OIDplusQueryResultADO.class.php
/trunk/plugins/viathinksoft/database/odbc/OIDplusDatabaseConnectionODBC.class.php
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
/trunk/vendor/bootstrap4.min.js
/trunk/TODO
/trunk/doc/developer_notes/compatibility_notes.md
/trunk/includes/classes/OIDplusGui.class.php
/trunk/includes/oidplus_base.js
/trunk/includes/oidplus_functions.js
/trunk/oidplus.min.js.php
/trunk/polyfill.min.js.php
1348 2023-07-30 11:41:49 daniel-marschall /trunk/ Replaced rel="shortcut icon" with rel="icon"  
/trunk/doc/website/download.html
/trunk/doc/website/examples.html
/trunk/doc/website/features.html
/trunk/doc/website/support.html
/trunk/includes/classes/OIDplusGui.class.php
/trunk/vendor/composer/installed.json
/trunk/vendor/composer/installed.php
/trunk/vendor/licenses
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 !)  
/trunk/favicon.png.php
/trunk/img/default_favicon.png
/trunk/favicon.ico.php
/trunk/img/default_favicon.ico
/trunk/doc/website/download.html
/trunk/doc/website/examples.html
/trunk/doc/website/features.html
/trunk/doc/website/support.html
/trunk/includes/classes/OIDplusGui.class.php
/trunk/userdata/favicon/info.txt
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.  
/trunk/TODO
/trunk/doc/config_values.md
/trunk/includes/classes/OIDplus.class.php
/trunk/includes/classes/OIDplusAuthContentStoreJWT.class.php
/trunk/includes/classes/OIDplusMailUtils.class.php
/trunk/plugins/viathinksoft/captcha/hcaptcha/OIDplusCaptchaPluginHCaptcha.class.php
/trunk/plugins/viathinksoft/captcha/recaptcha/OIDplusCaptchaPluginRecaptcha.class.php
/trunk/plugins/viathinksoft/captcha/vts_challenge/OIDplusCaptchaPluginVtsClientChallenge.class.php
/trunk/plugins/viathinksoft/logger/000_database/OIDplusLoggerPluginDatabase.class.php
/trunk/plugins/viathinksoft/logger/100_linux_syslog/OIDplusLoggerPluginLinuxSyslog.class.php
/trunk/plugins/viathinksoft/logger/300_userdata_logfile/OIDplusLoggerPluginUserdataLogfile.class.php
/trunk/vendor/danielmarschall/uuid_mac_utils/includes/uuid_utils.inc.php
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)  
/trunk/doc/config_values.md
/trunk/includes/classes/OIDplusCookieUtils.class.php
1342 2023-07-29 01:07:01 daniel-marschall /trunk/ Extended the schema of the OIDplus Custom UUIDs  
/trunk/doc/oidplus_custom_guid.md
/trunk/includes/classes/OIDplus.class.php
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  
/trunk/includes/classes/OIDplusCookieUtils.class.php
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
 
/trunk/includes/classes/OIDplusAuthUtils.class.php
/trunk/vendor/composer/installed.json
/trunk/vendor/composer/installed.php
/trunk/vendor/licenses
/trunk/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
/trunk/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php
/trunk/vendor/twbs/bootstrap/README.md
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.min.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.css.map
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css
/trunk/vendor/twbs/bootstrap/dist/css/bootstrap.rtl.min.css.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.esm.min.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.js.map
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.min.js
/trunk/vendor/twbs/bootstrap/dist/js/bootstrap.min.js.map
1336 2023-07-22 23:42:21 daniel-marschall /trunk/ Implemented OIDplus System GUID based on UUIDv8  
/trunk/doc/oidplus_custom_guid.md
/trunk/includes/classes/OIDplus.class.php
/trunk/plugins/viathinksoft/adminPages/111_systeminfo/OIDplusPageAdminSysteminfo.class.php
/trunk/plugins/viathinksoft/language/dede/messages.xml
/trunk/plugins/viathinksoft/publicPages/000_objects/OIDplusPagePublicObjects.class.php
/trunk/vendor/composer/installed.json
/trunk/vendor/composer/installed.php
/trunk/vendor/danielmarschall/uuid_mac_utils/includes/uuid_utils.inc.php
/trunk/vendor/licenses
/trunk/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php

Show All