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
Allow to override the privilege checking in the context to allow special operations (list all locks, for instance) b96fde6
Added the 'isLocked' method in the 'Resource' class and in the 'ContextualFileSystem' class 7e3a142
Modified the 'FileSystem' class and the serialization method to skip/allow non-serializable file system (skip the serialization of a fs if 'fs.serializer()' returns null/undefined) 43acf3f
Changes
Added headers to allow cross domain access to the server 654886c
Fixed the URL decoding in the 'Path' class to be able to work with fully encoded and partially encoded URL 5a743a9
Fixed wrong content length when the content contains special characters + Specified the encoding when writing to the response body (UTF-8) + Minimified the 'Content-Type' header in the 'writeBody' method of the 'RequestContext' class c12096a
Fixed the 'HTTPDigestAuthentication' class of the v1 and v2 to work with the level 0 of the digest authentication 6247297
Fixed the 'LOCK' method which needed the 'owner' in the lock properties (which was made optional in the past) 21a4a94
Fixed a bug saying that the callback is not a function when calling the 'readDir' method of a file system 57056d0
Fixed the standard copy/move methods to copy/move the source content of the resource ec0144e
Fixed the HEAD method crashing when the size of a resource is undefined de276ff
Fixed the constructor by copy of the 'LocalPropertyManager' class and the 'LocalLockManager' class a5fb4c0
Fixed the persistence (untriggered close event on saving) 7e7f86d
Fixed the 'create' method of the 'FileSystem' class which was not creating more than 1 intermediate 4b1cb25
Fixed the 'SimplePathPrivilegeManager' class to add sub-rights when calling the 'setRights' method aaeed0c
Fixed a bad privilege check in the 'FileSystem' class which asked write rights for reading available locks of a resource feb1fe0
Removed a bad privilege check in the 'listDeepLocks' method of the 'FileSystem' class 2023611
Fixed the 'isLocked' method of the 'FileSystem' class to skip privilege checking f201b61
Fixed the 'SimplePathPrivilegeManager' class 25a9529