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
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
1036 2022-11-27 00:54:59 daniel-marschall /trunk/ Server errors are now shown to the user instead of error message "SyntaxError: Unexpected token < in JSON at position 0"  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
997 2022-10-15 14:21:45 daniel-marschall /trunk/plugins/viathinksoft/adminPages/ VNag: Special case for version compare added  
906 2022-07-20 00:45:24 daniel-marschall /trunk/plugins/viathinksoft/  
857 2022-05-29 20:25:19 daniel-marschall /trunk/ Fix runtime error that lead to a stalled update  
840 2022-04-15 00:38:08 daniel-marschall /trunk/ Software update page: Added notice to run "chown -R" after manual git/svn update.  
837 2022-04-15 00:00:04 daniel-marschall /trunk/plugins/viathinksoft/adminPages/900_software_update/ Wrong SVN path in Software Update page, fixed  
833 2022-04-13 23:42:25 daniel-marschall /trunk/ Success alert() messages are now non-blocking Toasts
Added JavaScript callback ajaxPageLoadedCallbacks (gets only executed for page loads via ajax.php, not F5-Key-Pageloads)
Vendor update: Renewed TinyMCE
 
832 2022-04-11 01:37:26 daniel-marschall /trunk/plugins/viathinksoft/ Updated ViaThinkSoft FreeOID ToS  
831 2022-04-11 00:47:35 daniel-marschall /trunk/ Fix bug that caused system ID to get lost  
828 2022-04-09 23:12:50 daniel-marschall /trunk/ Added <license> entry in the manifest.xml files, and added it to the plugin overview in the admin login area  
807 2022-03-25 21:08:54 daniel-marschall /trunk/ Updated SVN-Snapshot (TAR.GZ) update procedure. It now also allows to update systems which are protected by htpasswd.  
803 2022-03-24 16:48:37 daniel-marschall /trunk/  
801 2022-03-24 16:15:23 daniel-marschall /trunk/ Changed OIDplus::webpath() method to include canonical paths  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
799 2022-03-22 14:43:26 daniel-marschall /trunk/ Fixed issue with OAuth/PHPSessions not working. Bug introduced in svn-778 (13 march 2022) due to the change of the webpath(...,false) behavior.  
797 2022-03-21 23:40:49 daniel-marschall /trunk/ Heavily increased performance of web-updater for installation channel "TAR.GZ" (SVN snapshot)  
718 2021-12-28 00:05:12 daniel-marschall /trunk/plugins/viathinksoft/ Fixed problems with the update script generator (TAR.GZ distribution channel)
- Update 707 did not correctly create plugins/viathinksoft/objectTypes/domain/img/* (please manually create these files if you are affected)
- Update 708 did not correctly delete vendor/google (please delete manually if you are affected)
 
716 2021-12-27 17:31:12 daniel-marschall /trunk/ Fixed update failure of version 698 => 699
Revision log (software update check) is now compressed using GZip
 

Show All