Changelog Regiboxd
Jump to navigation
Jump to search
Announcement of new regiboxd V2
The backend of regiboxd was completely renewed and updated. Therefore, there were some new features added. Also, a few API functions slightly changed. You will have to adapt your code if you use the changed functions!
- Changed folders
- The request folder changed from "drops" to "req".
Example changed from C:\example\boxconfig\drops\request to C:\example\boxconfig\req\request. - The response folder changed from "tmp" to "res".
Example changed from C:\example\boxconfig\tmp\response to C:\example\boxconfig\res\response.
- The request folder changed from "drops" to "req".
- Changed API functions
- getBoxInfo now returns
"ownerEmail" : "example@regify.com", "localOn" : true
instead of the initial"state": 16
localOn represents state: 16 and ownerEmail was added. - newConfig supports new additional values: keepRemovedBoxes, eventsToSyslog and eventLogPath.
- getBoxList response was changed to return a standard status object instead of just the array. Now it also includes metrics.
- invite, the roleId value 2 (read/write/publish) has been removed. Existing data will be migrated. Please note that "publishing" is no longer a regibox internal feature. It has to become implemented separately (like in regibox Manager).
- unfollowBox has been removed and rolled into deleteBox. deleteBox will automatically unfollow if the box is not owned and else delete it.
- Please refer to included PDF documentation for more detailed explanation of the parameters and functions.
- getBoxInfo now returns
- New API functions
- acceptInvite
- getActivities
- getConfig
- getFileList
- getPastVersion
- getRecoveryList
- getResource
- getUserList
- getVersionList
- recoverVersion
- resetConfig
- restoreFile
- setConfig
- setUser
- Please refer to included PDF documentation for more detailed explanation of the new functions.