You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed to check by reference by default when seeking for a file system e39fd71
Added the user as argument in the privilege managers 8908c87
Splitted the 'RequestContext' class into 'RequestContext', 'ExternalRequestContext' and 'HTTPRequestContext' faf8581
Added a constructor to help unserialization in the 'LocalPropertyManager' class and the 'LocalLockManager' class0e78d10 Fixed the 'PhysicalFileSystem' class f8b3b46
The user used by the 'createExternal(...)' static method of the 'RequestContext' class is now a super-admin user unreferenced by the user manager 50e1194
Made the callback optional in the 'addSubTree' of the 'FileSystem' class d81a883
Made the 'treeFilePath' server option of 'autoLoad' optional (default value is the 'treeFilePath' of 'autoSave') 386f04a
Changed the type of the 'privilegeManager' server option from the old 'IPrivilegeManager' to the new 'PrivilegeManager' 386f04a
Added the 'CreateExternalContext' method to the server class to ease the creation of external contexts 358e2ee
Changed the type of the 'path' argument of the methods in 'FileSystem', 'ContextualFileSystem' and 'Resource' from 'Path' to 'Path | string' to be more easy to use 5c987c6
Added the 'PrivilegeManagerInfo' interface 4d29192
Added the 'destinationPath' to the 'RenameInfo' interface 4d29192
Added the 'setCodeFromError' method and the 'defaultStatusCode' method to the 'RequestContext' class 8cf9a53
Added an error class for unserialization error (when the serializer is not found) f488ecc
Added some standard errors to the 'Errors' bundle 37afaaa