Falk Werner
7b8616fcb3
added API documentation
2020-02-17 21:53:42 +01:00
Falk Werner
77627b7c8b
integrated uuid_mountpoint_factory
2020-02-16 21:03:17 +01:00
Falk Werner
cfadf85f49
added uuid mountpoint and factory
2020-02-16 04:02:23 +01:00
Falk Werner
6a94cea6f9
added ondispose to mountpoint to allow custom cleanup
2020-02-15 15:50:32 +01:00
Falk Werner
e727a9a54d
added implementation of mountpoint
2020-02-15 15:11:35 +01:00
Falk Werner
16705acf81
added mountpoint factory interface
2020-02-13 21:48:42 +01:00
Falk Werner
09df34debc
removes shutdown method ( #27 )
2019-04-26 20:51:24 +02:00
Falk Werner
fa78e23533
feat(webfuse): static file provider ( #30 )
...
* added API stub of static_filesystem
* added callback functions
* added basic directory listing
* resize filesystem if necessary
* added path stub
* adds imlementation and tests of path
* adds mock of wpf_request
* adds test implementation and some matchers
* added matcher of readdir results
* fixes default directory test
* adds implementation of static_filesystem_add and add_text
* added implementation of read
* adds implementation of filesystem_read
* corrects naming of some functions
* removes Flawfinder comments, since Flawfinder is disabled
2019-04-26 20:49:09 +02:00
Falk Werner
87f34fa768
feat(authentication): provide an authentication mechanism ( #19 )
...
* moves server into session
* renames jsonrpc server to jsonrpc proxy
* moves server into session
* renames jsonrpc server to jsonrpc proxy
* adds json rpc server
* removes obsolete proxy from protocol
* changes interface of jsonrpc_proxy_onresult to accept previously parsed messages
* adds infrastructure to process incoming requests; fixes invalid read of ill formatted responses
* adds description of authentication request
* adds authentication request
* adds userdb for authentication purposes
* removes debug code: console.log()
* fixes cmake build error (missing openssl symbols)
* fixes typo
* replaces ASCII art by UML diagram
* renames BAD_NOACCESS to BAD_ACCESS_DENIED
* fixes style
* adds docu of authentication
* ignored false positives of flawfinder
* fixes style issues
* fixes javascript style issues
2019-04-01 22:15:12 +02:00
Falk Werner
7447fb5dff
renamed to webfuse
2019-03-26 23:04:53 +01:00