Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
839 2022-04-15 00:08:41 daniel-marschall /trunk/ Add pageLoadedCallbacks structure and triggers as an unified interface for pageLoaded event callbacks (GitHub PR#2, thanks to Simon Tushev)  
838 2022-04-15 00:02:46 daniel-marschall /trunk/ Upgraded tushevorg uitweeks plugin to version 1.1 (adding feature: "Prefer `Login as administrator` tab at login")  
830 2022-04-10 23:35:04 daniel-marschall /trunk/ - Security improvement: The private key stored in the database configuration table in the database is now encrypted using a key that will be stored in a file inside userdata ( userdata/privkey_secret.php ).
- !!! ATTENTION: If you have multiple systems access the same database (e.g. you have example.org/oidplus and example.org/oidplus_test ), then the file userdata/privkey_secret.php must kept synchronous between both, otherwise you will lose your private/public key-pair and get a new system-id every time you restart OIDplus !!!
- OIDplus can't connect to databases that are newer than the own program files anymore, avoiding data corruption.
- Changed database version from 205 to 1000.
 
829 2022-04-10 19:07:24 daniel-marschall /trunk/ Bundled tushevorg/publicPages/2000_uitweaks plugin to OIDplus 2.0
New features:
- Fully expand Objects tree on page reload
- Collapse Login tree on page reload
- Collapse Documents&Resources tree on page reload
- Change default tree pane width
- Remember tree pane width in browser.localStorage across page reloads