-
Updated
Jul 2, 2020 - JavaScript
webdav-server
Here are 38 public repositories matching this topic...
The mount function is working good (Thanks !). I could mount two or more file systems on the same server.
the problem: its not documented. I was found an example on your tests and make it working.
This need to be documented somewhere in google:
fileSystem.Root.Task.ContinueWith(r =>
{
var root = r.Result;
foreach (var fs in _options.Children) // I was added t-
Updated
Jun 16, 2020 - Go
The used logging implementation is logrus. logrus allows a lot of different log formatters (including third party libs).
I think we should support at least the two default log formats:
- text
- json
To allow further log processing with tools like logstash, etc.
The feature should be placed in the config section without capabilities of config live
_{NP name} URL is not included in the response payloads of OSC.
https://personium.io/docs/en/apiref/366_Retrieve_Entity/
It should be included when / only when the entity is linked to other entity (s).
-
Updated
Jun 13, 2020 - C#
-
Updated
Jun 19, 2020 - Shell
simply following readme not helping out much, I am trying to connect using ubuntu files utility, however seeing several errors, might be missing something, trying to figure out each err on by one.
example
Started PROPFIND "/webdav/123" for 127.0.0.1 at 2019-12-21 12:31:12 +0530
Processing by Calligraphy::Rails::WebDavRequestsController#invoke_method as HTML
Parameters: {"resource_cla
-
Updated
Jul 3, 2020 - PHP
-
Updated
Jun 27, 2019 - JavaScript
-
Updated
Jul 29, 2017 - Lua
-
Updated
Aug 8, 2019 - C#
-
Updated
Feb 19, 2019 - Clojure
-
Updated
Sep 12, 2019 - C#
-
Updated
Apr 8, 2019 - PHP
-
Updated
Jul 24, 2019 - PHP
-
Updated
May 18, 2020 - Java
-
Updated
Apr 28, 2020 - PHP
-
Updated
Aug 1, 2018 - Go
-
Updated
Jul 10, 2017 - Java
-
Updated
Jun 25, 2020 - C#
-
Updated
May 4, 2017 - ApacheConf
Improve this page
Add a description, image, and links to the webdav-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webdav-server topic, visit your repo's landing page and select "manage topics."
Hi. I've installed aurora-files from GIT master repo. Installation was quite straightforward until I opened my browser to the installation directory and tried to log in with superadmin. I received the following error:
The username or password you entered is incorrect. (Not enough details required to establish connection.)
Turns out this is a DB connect issue. So I changed DBName, DBLogin, a